Only run -request-scan once per method on `g'.
[gnus] / lisp / ChangeLog
1 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4         once per method on `g'.  This ensures that backends like nnfolder don't
5         open all their folders.
6
7         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8         (nnimap-request-list): Nix out group in the correct buffer.
9         (nnimap-parse-flags): Implement by using `read' instead of
10         hand-parsing.
11         (nnimap-flags-to-marks): Pass on permanent-flags.
12         (nnimap-make-process-buffer): Record the server name.
13         (nnimap-parse-flags): Fix typo.
14         (nnimap-request-scan): Run split on the server in general, not just a
15         single group.
16
17         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
18         parameter, and propagate this downwards.
19
20         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
21         since EXAMINE changes it on the server.
22
23         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
24         this command might take a while.
25
26 2010-09-22  Julien Danjou  <julien@danjou.info>
27
28         * gnus-html.el (gnus-html-rescale-image): Use window-inside-pixel-edges
29         rather than window-pixel-edges.
30         (gnus-html-put-image): Stop using markers. They are harmful if you have
31         2 images side-by-side, they can't be properly update on text deletion.
32         Using text-property is safer here.
33         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
34         data.
35
36 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * nnimap.el (nnimap-expunge-inbox): Removed.
39         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
40         (nnimap-expunge): Flip default to t.
41
42         * gnus.el (gnus-method-to-server): Don't push things to the cache
43         unless it's unique.
44         (gnus-server-to-method): Ditto.
45
46 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
49
50 2010-09-22  Julien Danjou  <julien@danjou.info>
51
52         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
53         get the start of data.
54         (gnus-html-encode-url): Add this function to encode special chars in
55         URL.
56         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
57         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
58
59         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
60         default.
61         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
62
63         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
64         images alt-text.
65         (gnus-html-put-image): Put alt-text as help-echo.
66
67 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
70         * mm-util.el (mm-decompress-buffer)
71         * nnir.el (nnir-run-find-grep)
72         * pop3.el (pop3-list): Use 3rd arg of split-string.
73
74         * time-date.el (format-seconds): Comment fix.
75
76         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
77         and byte-optimize-form-code-walker.
78         (dgnushack-make-auto-load): Don't advise make-autoload.
79
80         * lpath.el: Remove Emacs 21 stuff.
81
82 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
85         outside the active range.  Suggested by Dan Christensen.
86
87         * gnus-start.el (gnus-get-unread-articles): Get the extended method
88         slightly later to avoid double-getting it.
89
90         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
91         previous patch.
92
93         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
94
95 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
96
97         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
98
99 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-int.el (gnus-open-server): Give a better error message in the
102         "go offline" case.
103
104         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
105         marks for nnimap, which is seldom the right thing to do.
106
107         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
108         (gnus-same-method-different-name): New function.
109
110         * nnimap.el (parse-time): Require.
111
112         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
113         method in the presence of many similar methods.
114
115         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
116
117         * nnimap.el (nnimap-find-expired-articles): Don't refer to
118         nnml-inhibit-expiry.
119
120         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
121         find out whether methods are equal.
122
123         * nnimap.el (nnimap-find-expired-articles): New function.
124         (nnimap-process-expiry-targets): New function.
125         (nnimap-request-move-article): Request the article before looking at
126         what the Message-ID is.  Fix found by Andrew Cohen.
127         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
128
129         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
130         for oldness in addition to being a predicate.
131
132         * nnimap.el (nnimap-request-group): When we have zero articles, return
133         the right data to Gnus.
134         (nnimap-request-expire-articles): Only delete articles immediately if
135         the target is 'delete.
136
137         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
138         method, this would bug out.
139
140         * gnus-group.el (gnus-group-expunge-group): Renamed from
141         gnus-group-nnimap-expunge, and implemented as a normal interface
142         function.
143
144         * gnus-int.el (gnus-request-expunge-group): New function.
145
146         * nnimap.el (nnimap-request-create-group): Implement.
147         (nnimap-request-expunge-group): New function.
148
149 2010-09-21  Julien Danjou  <julien@danjou.info>
150
151         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
152         (gnus-html-cache-expired): Add new function.
153         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
154         wethever we should display image for fetch it.
155         Compute alt-text earlier to pass it to the fetching function too.
156         (gnus-html-schedule-image-fetching): Change function argument to only
157         get one image at a time, not a list.
158         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
159         cache.
160         (gnus-html-get-image-data): New function to retrieve image data from
161         cache.
162         (gnus-html-put-image): Change buffer argument to use image data rather
163         than file, and place image above region rather than inserting a new
164         one. Do not take alt-text as argument, since it's useless now: we place
165         the image above alt-text.
166         (gnus-html-prune-cache): Remove.
167         (gnus-html-show-images): Start to fetch image when we find one, do not
168         push into a temporary list.
169         (gnus-html-prefetch-images): Only fetch image if they have expired.
170         (gnus-html-browse-image): Fix, use 'gnus-image-url.
171         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
172
173 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
176
177 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
180         spec inser "*" if the group isn't active instead of 0.
181
182         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
183         opening the server.
184         (nnimap-request-delete-group): Implement group deletion.
185         (nnimap-transform-headers): Return the size of the entire message in
186         the Bytes header, not just the size of the first part.
187         (nnimap-request-move-article): When moving an article from nnimap,
188         request the article first so the accepting form has an article to
189         accept.  Reported by Dan Christensen.
190         (nnimap-command): Make sure that the error message doesn't error out.
191
192 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
193
194         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
195         we haven't requested anything.
196
197 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
200         "".  Fix found by Andrew Cohen.
201
202         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
203         instead of -encode-string.
204
205 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
208
209         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
210         by mm-subst-char-in-string.
211
212 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
215         waiting for the connection string.
216
217         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
218         arriving.
219
220         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
221         bogus characters.  This allows selecting certain Gmail groups.
222
223         * nnimap.el (nnimap-find-wanted-parts-1): New function.
224         (nnimap-fetch-partial-articles): New variable.
225         (nnimap-open-connection): When looking for credentials, also use the
226         nnimap-server-port.
227         (nnimap-request-article): Return the group/article number, so that Gnus
228         `^' works as expected.
229         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
230         them.
231
232         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
233         comments.
234         (gnus-methods-sloppily-equal): New function.
235         (gnus): When using the development version of Gnus, load the gnus-load
236         file.
237
238         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
239         `gnus-open-server' on each method before trying to scan them etc.  This
240         ensures that all the backend parameters are set correctly.
241
242         * nnimap.el (nnimap-authenticator): New variable.
243         (nnimap-open-connection): Allow anonymous login.
244         (nnimap-transform-headers): The chars header is called Chars not
245         Bytes.
246         (nnimap-wait-for-response): Don't infloop if the IMAP connection
247         drops.
248
249         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
250         patch, found by Knut Anders Hatlen.
251
252 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
253
254         * gnus-agent.el (gnus-agent-batch-confirmation)
255         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
256         to gnus-message.
257         * gnus-art.el (gnus-article-describe-briefly): Likewise.
258         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
259         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
260         * gnus-int.el (gnus-open-server): Likewise.
261         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
262         (gnus-score-check-syntax): Likewise.
263         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
264         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
265         Likewise.
266         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
267
268 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
271         calling conventions so that prefetch doesn't bug out.
272
273 2010-09-19  Julien Danjou  <julien@danjou.info>
274
275         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
276         rather than `subst-char-in-region' in order to be able to replace ASCII
277         char by UTF-8 ones.
278
279         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
280         than curl.
281         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
282         the right URL and ALT text on images.
283         (gnus-html-wash-tags): Fix tag case.
284         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
285         (gnus-article-html): Add -o display_ins_del=2 option.
286         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
287
288 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
291         the extra mail headers, which sometimes seem to happen for unknown
292         reasons.
293
294         * mail-parse.el (mail-header-encode-parameter): Define as
295         rfc2045-encode-string instead of as rfc2231-encode-string, since some
296         (or most, perhaps?) mail readers don't understand the latter, but do
297         understand the former.
298
299         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
300         to nil, so that no methods are automatically agentized.  I think this
301         is probably what most users want.
302
303         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
304         from url-retrieve, for instance about invalid URLs.
305
306         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
307         groups that have no articles.
308         (nnimap-request-article): Check that we really got an article when we
309         requested one.
310
311         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
312         doesn't exist.
313
314         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
315         nntp buffer so the agent can save it.
316         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
317         that CRLF doesn't get translated to \n.
318         (nnimap-open-connection): Don't make 'shell commands only send \n.
319
320 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
321
322         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
323         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
324         Update var name.
325         (nnml-generate-nov-file): Use dolist.
326         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
327         Use with-current-buffer.
328
329 2010-09-18  Julien Danjou  <julien@danjou.info>
330
331         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
332         parallel.
333
334 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * nnimap.el (nnimap-update-info): When doing partial marks update, get
337         the range update right.
338         (nnimap-request-group): Don't make `M-g' bug out on group with no
339         marks.
340         (nnoo): Required, so that other packages can require nnimap.
341         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
342         command we're looking for.  This helps when the server sends more
343         responses after we've gotten everything we expected.
344         (nnimap): Add a `newlinep' field to keep track of end-of-line
345         conventions.
346         Don't send CRLF to things that don't want it.
347         (nnimap-request-accept-article): Ditto.
348
349 2010-09-18  Julien Danjou  <julien@danjou.info>
350
351         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
352         than curl to retrieve images.
353
354 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * nnimap.el (nnimap-update-info): Extend the info so that we can set
357         the marks.
358         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
359         (nnimap-wait-for-connection): New function.
360         (nnimap-open-connection): If we have PREAUTH, don't query for login
361         credentials.
362         (nnimap-update-info): Fix off-by-one error when concatenating ranges
363         when doing a partial update.
364
365 2010-09-18  Julien Danjou  <julien@danjou.info>
366
367         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
368         tags.
369
370 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * nnimap.el (nnimap-credentials): New function.
373         (nnimap-open-connection): Use the new function to look for credentials
374         also on the numeric equivalents of "imap" and "imaps".
375
376         * gnus-start.el (gnus-activate-group): Send the info to
377         gnus-request-group.
378
379         * nnimap.el (nnimap-request-group): Have the "check" version of the
380         function parse flags and update the info, so that a `M-g' get a total
381         resync of all flags from the group.
382
383         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
384         to allow backends to alter the info on group selection.  Also alter all
385         the backend -request-group functions to take the parameter.
386
387         * nnimap.el (nnimap-store-info): New function.
388         (nnimap-update-info): Store the info for later usage.
389         (nnimap-request-group): Use the stored info for the dont-check case, so
390         that we don't retrieve all marks when we enter a group.
391
392         * nnimap.el: Use deffoo instead of defun for interface functions.
393
394         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
395         update the group info.  This makes the nndraft groups, for instance, go
396         back to their old behaviour.
397
398         * gnus-sum.el (gnus-select-newsgroup): Indent.
399
400         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
401         in.
402         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
403         nothing.
404
405         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
406         from methods that are denied.
407
408         * gnus-int.el (gnus-method-denied-p): New function.
409
410         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
411         store the password instead of netrc.
412         (nnimap-open-connection): Don't error out when we can't make a
413         connections.
414
415         * auth-source.el (auth-source-create): In the password prompt, say what
416         we're querying for.  Also prompt for user name if that hasn't been
417         given.
418
419         * nnimap.el (nnimap-with-process-buffer): Removed.
420
421 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
424         method when we're reading from the agent.
425
426         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
427
428         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
429         that's probably most useful for users.
430
431         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
432         "failed" all the time.
433
434         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
435         ...)) with (with-current-buffer ... ).
436
437         * nntp.el (nntp-open-server): Return whether the open was successful or
438         not.
439
440         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
441         select an unread unseen article first.
442
443         * nnimap.el (nnimap-open-connection): If the user doesn't have a
444         /etc/services, supply some sensible port defaults.
445
446         * dgnushack.el: Define netrc-credentials.
447
448 2010-09-17  Julien Danjou  <julien@danjou.info>
449
450         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
451
452 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
453
454         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
455         doesn't have any parameters.
456
457 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
460         only upcased checks.
461
462         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
463
464         * nnimap.el (nnimap-open-shell-stream): New function.
465         (nnimap-open-connection): Use it.
466         (nnimap-transform-headers): Get the number of lines in each message.
467         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
468         number of lines.
469         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
470         problem.
471
472         * utf7.el (utf7-encode): Autoload.
473
474         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
475         to allow the mail splitting to not return a default group.  This is
476         useful for nnimap, which will leave unmatched mail in the inbox.
477
478         * nnimap.el: Rewritten.
479
480         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
481         nnimap usage.
482
483         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
484         if the move is internal, so that nnimap can do fast internal moves.
485
486         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
487         data.
488         (gnus-read-active-for-groups): Support finishing the early retrieval of
489         data.
490
491         * gnus-range.el (gnus-range-nconcat): New function.
492
493         * gnus-int.el (gnus-finish-retrieve-group-infos)
494         (gnus-retrieve-group-data-early): New functions.
495
496 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
497
498         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
499         (nnrss-retrieve-groups):
500         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
501         (pop3-quit): Use with-current-buffer.
502
503 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
506         instead of nnheader-accept-process-output.
507
508         * dgnushack.el (dgnushack-compile): Add comment.
509
510         * lpath.el: No need to fbind propertize for XEmacs 21.4.
511
512         * gnus-html.el (gnus-html-schedule-image-fetching)
513         (gnus-html-prefetch-images): Replace process-kill-without-query by
514         gnus-set-process-query-on-exit-flag.
515
516 2010-09-16  Romain Francoise  <romain@orebokech.com>
517
518         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
519
520 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-registry.el (gnus-registry-install-shortcuts): The second
523         parameter to unintern is mandatory-ish in Emacs 24.
524
525         * gnus-html.el (gnus-html-schedule-image-fetching)
526         (gnus-html-prefetch-images): Check for curl before using it.
527
528         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
529         depend on curl, which isn't essential.
530
531         * imap.el: Revert back to version
532         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
533         seem problematic.
534
535 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
536
537         * gnus-registry.el (gnus-registry-install-shortcuts):
538         Explicitly pass `obarray' to `unintern' to avoid a warning.
539
540 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
543         change.
544
545         * nnrss.el (nnrss-request-list): Removed this function and related
546         functions, including the moreover stuff.
547
548 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * nnrss.el (nnrss-retrieve-groups): New function.
551
552 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
553
554         * .dir-locals.el: Add no-byte-compile cookie.
555
556 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * time-date.el (format-seconds): Comment fix.
559
560         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
561         for back end that doesn't support request-scan.
562
563 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
566         then do request scans from the backends.
567
568         * netrc.el (netrc-credentials): New conveniency function.
569
570         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
571         avoid running a hook per line, since this takes a lot of time,
572         profiling shows.
573         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
574         directly if gnus-visual-p is true.
575
576 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
579         groups; replace mapcar with dolist which is a bit faster; pass groups
580         info to gnus-read-active-file-1.
581         (gnus-read-active-file-1): Scan only specified groups if the new
582         optional arg `infos' is given.
583
584 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
587
588         * pop3.el (pop3-movemail): Removed.
589         (pop3-streaming-movemail): Renamed to pop3-movemail.
590
591         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
592         don't restrict end-tag searches to the end of the line.
593
594 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
597         articles of every unchecked group to t, which means unknown since the
598         server has never been opened.
599
600 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * gnus-html.el (gnus-html-show-alt-text): New command.
603         (gnus-html-browse-image): Ditto.
604         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
605         to browse the image directly.
606         (gnus-html-wash-tags): Search for images first, so that <a><img> works
607         better.
608
609         * gnus-async.el (gnus-async-article-callback): Call
610         `gnus-html-prefetch-images' unconditionally.
611
612         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
613         before feeding URLs to curl.
614
615 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
618         internal images as deletable by `W D D'.
619
620         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
621         (gnus-async-article-callback): Fix typo.
622
623 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
626         current line to work around bugs in the output from w3m.
627
628         * gnus-async.el (gnus-async-article-callback): Always prefetch images
629         for groups that want that.
630
631         * nntp.el (nntp-wait-for-string): Supply a timeout for
632         accept-process-output to ensure progress.
633
634         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
635         level to get unread articles from, then use that for foreign groups,
636         too.
637
638         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
639         confuses the rest of the function.
640
641         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
642         for the methods that support -retrieve-groups, too.
643
644         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
645
646 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
647
648         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
649         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
650
651         * pop3.el: Require cl when compiling.
652         (pop3-number-of-responses): Search for "+OK", not "+OK ".
653
654 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
657         that aren't going to be activated.
658         (gnus-get-unread-articles): Fix up the last commit.
659
660         * gnus-html.el (gnus-article-html): Allow calling without specifying
661         the handle.  In that case, dissect the buffer first.
662
663         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
664
665         * nnimap.el (nnimap-open-connection): Revert the change that would look
666         into authinfo for imaps instead of imap.
667
668         * gnus-start.el (gnus-activate-group): Take an optional parameter to
669         say that you don't want to call gnus-request-group with don-check, but
670         do check the reponse.  This is for virtual groups only.
671         (gnus-get-unread-articles): Count the archive groups as secondary, so
672         that they're activated the same way as before.
673
674         * imap.el (imap-message-map): Removed optional buffer parameter, since
675         no callers use it.
676         (imap-message-get): Ditto.
677         (imap-message-put): Ditto.
678         (imap-mailbox-map): Ditto.
679         (imap-mailbox-put): Ditto.
680         (imap-mailbox-get): Ditto.
681         (imap-mailbox-get): Revert last change for this function.
682
683         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
684         case-insensitively.
685         (nnimap-debug): Removed.
686
687         * imap.el (imap-fetch-safe): Removed function, and altered all callers
688         to use `imap-fetch' instead.  According to the comments, this should be
689         safe, since all other IMAP clients use the 1:* syntax.
690         (imap-enable-exchange-bug-workaround): Removed.
691         (imap-debug): Removed -- doesn't seem very useful.
692
693         * mail-source.el (mail-source-fetch): Don't message if we're fetching
694         mail from a file, and the file doesn't exist.
695
696         * imap.el (imap-log): New convenience function used throughout instead
697         of repeating the same code all over the place.
698
699         * pop3.el (pop3-streaming-movemail): Return t for success.
700
701         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
702         .authinfo if we're using ssl connection.
703
704         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
705         already have if we're in a main Gnus `g' run.
706
707         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
708
709 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
712
713         * nnmh.el (nnmh-request-list-1): Bind `file'.
714
715         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
716         alias to set-process-query-on-exit-flag or process-kill-without-query.
717         (pop3-open-server): Use it.
718
719 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * mail-source.el (mail-source-delete-crash-box): Always move the crash
722         box to the Incoming file.  Fixes mistake in previous checkin.
723
724         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
725         request loop (for debugging purposes) removed.
726
727         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
728         culprit is more visible.
729         (nnml-save-incremental-nov, nnml-open-incremental-nov)
730         (nnml-add-incremental-nov): New functions to do "incremental" nov
731         updates, where we just append to the end of the existing nov files
732         without reading/writing them in full.
733
734         * mail-source.el (mail-source-delete-crash-box): Really only check the
735         incoming files once in a while.
736
737         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
738
739         * mail-source.el (mail-source-delete-crash-box): Only check the
740         incoming files for deletion once per day to save a lot of file
741         accesses.
742
743         * pop3.el (pop3-logon): Fix up unbound variable typo.
744
745         * mail-source.el (pop3-streaming-movemail): Autoload.
746
747         * pop3.el (pop3-streaming-movemail): Respect
748         pop3-leave-mail-on-server.
749
750         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
751         retrieval.
752
753         * pop3.el (pop3-process-filter): Removed unused function.
754         (pop3-streaming-movemail, pop3-send-streaming-command)
755         (pop3-wait-for-messages, pop3-write-to-file)
756         (pop3-number-of-responses): New functions for streaming pop3
757         retrieval.
758
759         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
760         come from no known methods.
761         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
762         list.
763
764         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
765         message sizes.
766         (pop3-movemail): Use erase-buffer instead of looping and deleting
767         regions, which seems rather odd.
768
769         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
770         file once per `g' run.
771
772         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
773         directories.  This makes the draft queue directory work.
774
775         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
776         data from the backends, so that we only request the list of groups from
777         each method once.  This should speed things up considerably.
778
779         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
780         detect that it's not implemented.
781
782         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
783         we actually do recurse down into the tree, but don't stat all leaf
784         nodes.
785
786         * gnus-html.el (gnus-html-show-images): If there are no images to show,
787         then say so instead of bugging out.
788
789         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
790         files exist before trying to read them.
791
792         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
793         around <pre_int>.
794
795         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
796
797         * nnmh.el (nnmh-request-list-1): Optimize for speed.
798
799 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
800
801         * mm-util.el (mm-image-load-path): Just return the image directories,
802         not all directories in the path in addition to the image directories.
803         (mm-image-load-path): Maintain a cache of the image directories so that
804         the `g' command in Gnus doesn't have to stat dozens of directories each
805         time.
806
807         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
808         (gnus-html-wash-tags): Add a new `i' command to insert images.
809         (gnus-html-insert-image): New command and keystroke.
810         (gnus-html-redisplay-with-images): New command and keystroke.
811         (gnus-html-show-images): Renamed command.
812         (gnus-html-wash-tags): Remove more white space before <pre_int> image
813         spacers.
814         (gnus-html-wash-tags): Decode entities at the end, so that entities
815         inside the tags don't mess up the rest of the "parsing".
816
817         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
818         so that nnimap methods aren't agentized by default.  There's apparently
819         many problems related to agent/imap behaviour.
820
821         * gnus-art.el (gnus-article-copy-string): New command and key binding.
822
823         * gnus-html.el: Doc fix.
824
825 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
828         specifier-spec-list for Emacs 21.
829
830         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
831         glyph-width and glyph-height instead of display-graphic-p and
832         image-size; make avoidance of displaying small images work for XEmacs.
833
834         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
835         for XEmacs.
836
837         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
838         of symbol that holds plist data.
839         (gnus-process-plist): Remove plist of process after getting it.
840
841 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * message.el (message-generate-hashcash): Change default to
844         'opportunistic if hashcash is installed.
845
846         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
847         (gnus-html-put-image): Only call image-size once, since it's somewhat
848         time-consuming on remote X servers.
849
850 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
853         type on data, not a file name.
854
855         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
856         window-pixel-edges for Emacs 21.
857
858         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
859         decoded contents.
860         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
861
862 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
865         group line format, since it isn't very interesting.
866
867         * gnus-agent.el (gnus-agent-short-article),
868         (gnus-agent-long-article): Increase values for these two variables,
869         since most people are likely to have more network connection and
870         storage than before.
871
872         * gnus.el (gnus-refer-article-method): Change default to 'current.
873         When referring an article, the common behaviour is to refer it from the
874         current select method, not the native select method.  The chances of
875         the native select method having the message in question is rather slim
876         these days.
877
878         * gnus-sum.el (gnus-auto-select-subject): Change default to
879         `unseen-or-unread'.  I think it's likely that most people want to
880         select an unseen article over a previously seen, but unread one.
881
882         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
883         means that in the article buffer none of the minor mode elements will
884         be shown, usually, and this is not desirable in most cases.
885
886         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
887         that commands like `d' (and the like) go to the next line in the
888         buffer, instead of the next unread article.  I think this is the
889         behaviour that is most natural for most users.
890         (gnus-single-article-buffer): Change default to nil, so that people can
891         have as many article buffers open as they have summary buffer.  I think
892         this is the most natural way for the groups to behave.
893
894         * message.el (message-generate-new-buffers): Change default to
895         `unsent', so that all new message buffers start their names with the
896         string "*unsent", and it's easier to find the buffers if you move from
897         them.
898
899 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
902         small.  They're probably tracking images.
903         (gnus-html-wash-tags): Remove all <pre_int> place holders.
904         (gnus-html-rescale-image): Yet another try at getting the image sizing
905         right.
906
907         * nntp.el (nntp-request-set-mark): Refuse to do marks if
908         nntp-marks-file-name is nil.
909
910 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
911
912         * gnus-html.el (gnus-html-wash-tags)
913         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
914         Better logging.
915
916 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
919
920         * gnus-html.el (gnus-html-wash-tags): Check the value of
921         gnus-blocked-images in the summary buffer.
922
923 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
924
925         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
926
927 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
930         like "a", it seems like.
931         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
932         since it needs to be picked from the correct buffer.
933
934         * nnwfm.el: Removed.
935
936         * nnlistserv.el: Removed.
937
938 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
939
940         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
941         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
942
943 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * nnkiboze.el: Removed.
946
947         * nndb.el: Removed.
948
949         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
950         alt text.
951         (gnus-html-rescale-image): Try to get the rescaling logic right for
952         images that are just wide and not tall.
953
954         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
955         overshadow variable bindings.
956
957 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
958
959         * gnus-html.el (gnus-html-wash-tags)
960         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
961         extra logging.
962
963 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
966         (gnus-max-image-proportion): New variable.
967         (gnus-html-rescale-image): New function.
968         (gnus-html-put-image): Rescale images.
969
970 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
971
972         Fix up some byte-compiler warnings.
973         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
974         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
975         (gnus-article-fill-cited-article, gnus-article-hide-citation)
976         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
977         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
978         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
979         (gnus-group-update-group): Use save-excursion and with-current-buffer.
980
981 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * gnus-html.el (gnus-article-html): Decode contents by charset.
984
985 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
986
987         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
988         (gnus-html-frame-width, gnus-blocked-images)
989         * message.el (message-prune-recipient-rules): Add custom version.
990         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
991
992         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
993         functions.
994
995         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
996         gnus-process-get.
997
998 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
999
1000         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1001         instead of lsub directly.
1002
1003 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * nnwarchive.el: Removed.
1006
1007         * gnus-soup.el: Removed.
1008
1009         * nnsoup.el: Removed.
1010
1011         * nnultimate.el: Removed.
1012
1013         * gnus-html.el (gnus-blocked-images): New variable.
1014
1015         * message.el (message-prune-recipients): New function.
1016         (message-prune-recipient-rules): New variable.
1017
1018         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1019         guess whether a long line is natural text or not.
1020
1021         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1022         gnus-process-plist and friends for compatibility.
1023
1024 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1025
1026         * gnus-html.el: Require packages that define macros used in this file.
1027         (gnus-article-mouse-face): Declare to silence byte-compiler.
1028         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1029         process-get.
1030         (gnus-html-put-image): Use plist-get to avoid getf.
1031         (gnus-html-prefetch-images): Use with-current-buffer.
1032
1033 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * gnus-ems.el: Provide compatibility functions for
1036         gnus-set-process-plist.
1037
1038         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1039         header-line-format for XEmacs 21.4.
1040
1041         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1042         * gnus.el (gnus-valid-select-methods)
1043         * message.el (message-send-mail-partially-limit)
1044         * mm-decode.el (mm-text-html-renderer)
1045         * mml.el (mml-insert-mime-headers-always)
1046         * smiley.el (smiley-regexp-alist): Bump custom version.
1047
1048 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-html.el: require mm-url.
1051         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1052         with the url to `url'.
1053         (gnus-html-wash-tags): Support cid: URLs/images.
1054
1055 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1058         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1059         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1060
1061         * gnus-move.el: Removed file, since it doesn't really work.
1062
1063         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1064         UTF-8.  This seems to fix problems with some German web feeds.
1065
1066         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1067         at the top so that the proper colours are applied.
1068
1069         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1070         don't have dots in their names.
1071
1072         * gnus-art.el (gnus-article-view-part): Doc fix.
1073
1074         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1075         XEmacs-compatible.
1076         (gnus-html-put-image): Don't do images on non-graphic displays.
1077
1078         * nnslashdot.el: Removed this unused backend.
1079
1080         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1081         actions.
1082         (gnus-undo-register-1): Revert last change.
1083
1084         * gnus-group.el (gnus-group-completing-read): Protect against not
1085         having completion-styles bound.
1086
1087         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1088         make broken recipients happier.
1089
1090         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1091
1092         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1093         point parameter.
1094
1095         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1096
1097         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1098         completion-styles for group selection.
1099
1100 2009-02-04  Andreas Schwab  <schwab@suse.de>
1101
1102         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1103         headers and regexp-quote the match if necessary.
1104
1105 2009-03-24  Miles Bader  <miles@gnu.org>
1106
1107         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1108         the blinking smiley.
1109
1110 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1111
1112         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1113         blink smiley.
1114
1115 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1118         where the dribbel file lives exists.
1119
1120         * message.el (message-send-mail-partially-limit): Change the default to
1121         nil, since most people don't want this.
1122
1123         * mm-url.el (mm-url-decode-entities): Also decode entities like
1124         &#x3212.
1125
1126 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1127
1128         * gnus-sum.el (gnus-summary-idna-message):
1129         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1130         Hyperlink urls in docstrings with URL `...'.
1131
1132 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1133
1134         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1135         functions.
1136
1137 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1140         say what the mouseover text should be.
1141
1142         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1143         version of the mm-w3m-safe-url-regexp variable to only download images
1144         in the groups where we want that to happen.
1145
1146         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1147
1148         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1149         easier debugging.
1150         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1151         big pictures in the article buffer.
1152
1153         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1154         gnus-article-html.
1155         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1156         w3m.
1157
1158         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1159
1160 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1163         which doesn't exist.
1164
1165         * message.el (message-inhibit-ecomplete): New variable to allow some
1166         function to inhibit ecomplete address storage.
1167         (message-resend): Disable ecomplete message storage when resending
1168         messages.
1169
1170         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1171
1172 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1175         Save excursion while copying, moving, and deleting articles in order to
1176         prevent the cursor from jumping to unforeseen place.
1177
1178 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * lpath.el: No need to bind bookmark-current-buffer,
1181         bookmark-yank-point and bookmark-make-record-function.
1182
1183 2010-08-17  Glenn Morris  <rgm@gnu.org>
1184
1185         * gnus-sync.el: Require gnus components whose functions are used.
1186
1187         * gnus-art.el (bookmark-make-record-function):
1188         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1189         Declare for compiler.
1190
1191         * mm-url.el (mml-compute-boundary): Autoload.
1192
1193 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1196
1197 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1198
1199         Typo fix "hoo4a" -> "hook".
1200
1201         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1202
1203 2010-08-14  Glenn Morris  <rgm@gnu.org>
1204
1205         * gnus-sync.el (gnus-sync): Fix defgroup version.
1206
1207 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1208
1209         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1210
1211         * gnus-sync.el: Fix docs.
1212         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1213         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1214
1215 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1216
1217         Optimizations for gnus-sync.el.
1218
1219         * gnus-sync.el: Add docs about gnus-sync-backend
1220         possibilities.
1221         (gnus-sync-save): Remove unnecessary message.
1222         (gnus-sync-read): Optimize and show what groups were skipped.
1223
1224 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1225
1226         Minor bug fixes for gnus-sync.el.
1227
1228         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1229         read the sync on get-new-news.
1230
1231         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1232         quiet.
1233
1234         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1235
1236 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1237
1238         Make saving and restoring of hidden threads work with overlays.
1239         Patch applied by Ted Zlatanov.
1240
1241         * gnus-sum.el (gnus-hidden-threads-configuration)
1242         (gnus-restore-hidden-threads-configuration): Update to deal with text
1243         properties, rather than searching for a magic character.
1244
1245 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1246
1247         New gnus-sync.el library for synchronization of marks.
1248
1249         * gnus-sync.el: New library for synchronization of marks.
1250
1251         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1252         renamed from `gnus-registry-grep-in-list'.
1253
1254         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1255
1256         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1257
1258 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1261         determining charset of text fails.
1262
1263 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * nnmail.el (nnmail-get-new-mail-1): Revert.
1266
1267         * nnml.el (nnml-active-number): Make sure names of newly created groups
1268         in nnml-group-alist are encoded.
1269
1270 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1273         containing non-ASCII characters in active file for nnml back end.
1274
1275 2010-07-24  David Engster  <dengste@eml.cc>
1276
1277         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1278         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1279
1280 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1281
1282         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1283         tag (Bug#6654).
1284
1285 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1288         the article buffer, not the summary buffer.
1289
1290 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1293         Emacs 23 as well.
1294
1295 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1298         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1299
1300 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1301
1302         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1303         Patch applied by Karl Fogel.
1304
1305         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1306         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1307
1308 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1309
1310         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1311         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1312         C-w still not working correctly from Article buffers; Thierry's
1313         patch to fix that will be applied after this.
1314
1315         * gnus-art.el (bookmark-make-record-function): New local variable.
1316
1317         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1318         article buffer.
1319         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1320
1321 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1322
1323         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1324         on changes in bookmark.el.
1325
1326 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1329         `no-log' instead of message not to log prompt string.
1330
1331 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1332
1333         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1334         the *other* type of HTML form submission.
1335
1336 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1337
1338         * auth-source.el (auth-source-pick): If choice does not contain a
1339         questioned keyword, set the check to t.
1340
1341 2010-06-12  Romain Francoise  <romain@orebokech.com>
1342
1343         * gnus-util.el (gnus-date-get-time): Move up before first use.
1344
1345 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1348         (gnus-article-edit-part): Bind it to make last part that is substituted
1349         or deleted visible.
1350         (gnus-mime-display-single): Buttonize part of which id equals to
1351         gnus-mime-buttonized-part-id.
1352
1353 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1354
1355         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1356         (gnus-dd-mmm): Use gnus-date-get-time.
1357         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1358         simplify logic.
1359         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1360         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1361
1362 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1363
1364         * auth-source.el (top): Autoload `secrets-list-collections',
1365         `secrets-create-item', `secrets-delete-item'.
1366         (auth-sources): Fix tag string.
1367         (auth-get-source, auth-source-retrieve, auth-source-create)
1368         (auth-source-delete): New defuns.
1369         (auth-source-pick): Rewrite in order to avoid 2 passes.
1370         (auth-source-forget-user-or-password): New parameter USERNAME.
1371         (auth-source-user-or-password): New parameters CREATE-MISSING and
1372         DELETE-EXISTING.  Retrieve password interactively, if needed.
1373
1374 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1375
1376         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1377         deleting unused directories when gnus-expert-user is t.
1378
1379 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1382         for each temp file when gnus-article-browse-delete-temp is ask.
1383
1384 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1385
1386         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1387         Lisp calls to delete-backward-char by calls to delete-char.
1388
1389 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1390
1391         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1392
1393 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1394
1395         * password-cache.el (password-cache-remove): Fix docstring.
1396
1397 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1400         article unless decoding article to be saved.
1401
1402 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1405         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1406         generated within the mm-with-unibyte-current-buffer macro.
1407
1408 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1411         to nil when we're in a mml-preview buffer and no group is selected.
1412
1413 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1414
1415         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1416         when catching the `C-g'.  Reported by "Leo".
1417
1418 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * message.el (message-forward-make-body-plain)
1421         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1422         multibyte-string-p.
1423
1424         * lpath.el: Revert.
1425
1426 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * message.el (message-forward-make-body-mml): Assume original message
1429         is multibyte string; error on unibyte.
1430         (message-forward-make-body-plain): Ditto; don't add excessive newline
1431         in body end.
1432
1433         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1434
1435 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1436
1437         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1438         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1439
1440 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * mm-extern.el (mm-extern-url): Don't use
1443         mm-with-unibyte-current-buffer.
1444         (mm-extern-cache-contents): Use with-current-buffer instead of
1445         save-excursion + set-buffer.
1446
1447 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * mm-util.el (mm-emacs-mule): Remove.
1450
1451 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1452
1453         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1454         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1455         change.
1456
1457 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1460         bind the default value of enable-multibyte-characters to nil.
1461
1462 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1463
1464         * message.el (message-forward-make-body-plain)
1465         (message-forward-make-body-mml):
1466         Don't use mm-with-unibyte-current-buffer.
1467
1468 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1469
1470         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1471
1472 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1473
1474         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1475         (Bug#5592).
1476
1477 2010-05-07  Julien Danjou  <julien@danjou.info>
1478
1479         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1480         it to mm-pipe-part.
1481
1482         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1483         it is given.
1484
1485 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * binhex.el (binhex-decode-region-internal)
1488         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1489         (dns-query)
1490         * nnweb.el (nnweb-gmane-search)
1491         * pgg-parse.el (pgg-parse-armor)
1492         * pgg.el (pgg-verify-region)
1493         * sha1.el (sha1-string-external)
1494         * uudecode.el (uudecode-decode-region-internal)
1495         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1496         XEmacs.
1497
1498         * gnus-art.el (gnus-article-browse-html-parts)
1499         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1500         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1501         make-temp-file.
1502
1503         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1504         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1505         compiling.
1506
1507         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1508         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1509         XEmacs when compiling.
1510
1511         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1512         gnus-pick-mode-off-hook for XEmacs when compiling.
1513         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1514         gnus-binary-mode-off-hook for XEmacs when compiling.
1515
1516         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1517         nil if char-charset is not available.
1518
1519         * imap.el (imap-disable-multibyte)
1520         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1521         macros.
1522
1523         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1524         instead of encode-coding-string.
1525
1526         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1527         'xemacs) instead of mm-emacs-mule to switch function definitions.
1528         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1529
1530         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1531         bind temporary-file-directory for XEmacs;
1532         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1533         timer-set-function for XEmacs 21.4 and SXEmacs;
1534         bind timer-list for XEmacs 21.4 and SXEmacs;
1535         fbind char-charset and find-charset-region for non-Mule XEmacs;
1536         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1537         encode-coding-region and encode-coding-string for XEmacs having no
1538         file-coding feature.
1539
1540 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1541
1542         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1543
1544 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1547         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1548
1549 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1550
1551         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1552         alias `jka-compr-delete-temp-file' no longer exists.
1553
1554 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1555
1556         Use define-minor-mode in Gnus where applicable.
1557         * mml.el (mml-mode): Use define-minor-mode.
1558         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1559         (gnus-undo-mode): Use define-minor-mode.
1560         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1561         (gnus-dead-summary-mode): Use define-minor-mode.
1562         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1563         Initialize in declaration.
1564         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1565         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1566         (gnus-mailing-list-mode): Use define-minor-mode.
1567         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1568         (gnus-draft-mode): Use define-minor-mode.
1569         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1570         (gnus-dired-mode): Use define-minor-mode.
1571
1572 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1573
1574         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1575         handles on recursive mml-to-mime translation and check them for
1576         boundary delimiter collisions.  Reported by Greg Troxel.
1577
1578 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1579
1580         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1581
1582 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1583
1584         * mm-util.el (mm-find-buffer-file-coding-system):
1585         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1586
1587 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1588
1589         * message.el (message-generate-headers): Record insertion of optional
1590         headers as well.  Otherwise the check to prevent repeated insertion of
1591         optional headers is a no-op.
1592
1593 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1594
1595         * smime.el: Don't mention CVS.
1596
1597         * nnrss.el (nnrss-fetch): Don't mention CVS.
1598
1599         * nnir.el: Don't mention CVS.
1600
1601 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1602
1603         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1604
1605 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * lpath.el: Fbind bookmark-default-handler,
1608         bookmark-get-bookmark-record, bookmark-make-record-default,
1609         bookmark-prop-get for Emacs <23 and XEmacs.
1610
1611 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1612
1613         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1614         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1615         Use with-current-buffer to silence the byte-compiler.
1616         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1617         bother to require `gnus'.
1618         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1619
1620 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1621
1622         * gnus-sum.el (gnus-summary-bookmark-make-record)
1623         (gnus-summary-bookmark-jump): New functions.
1624         (gnus-summary-mode): Setup bookmark support.
1625
1626 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1627
1628         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1629         if set.
1630
1631 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1634         gnus-article-browse-html-save-cid-image; make it work recursively for
1635         forwarded messages as well.
1636         (gnus-article-browse-html-parts): Work when prefix arg is given.
1637         (gnus-article-browse-html-article): Doc fix.
1638
1639 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1640
1641         * message.el (message-default-mail-headers):
1642         (message-default-headers): Carry the value mail-default-headers over
1643         into message-default-mail-headers, rather than message-default-headers.
1644
1645 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1646
1647         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1648         charset.
1649
1650         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1651         charset into the <meta> tag when the article is encoded to utf-8.
1652
1653 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1656         directories as well.
1657         (gnus-article-browse-html-parts): Work for images that do not specify
1658         file names; delete temp directory when quitting; insert header at the
1659         right place; use file: scheme for image files.
1660
1661 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1662
1663         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1664         (gnus-article-browse-html-parts): Use it to make temporary cid image
1665         files in addition to html file so that browser may display them.
1666
1667 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1670
1671 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1672
1673         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1674
1675 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1676
1677         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1678         about Secret Service API sources.  Improve Customize options.
1679         (auth-source-pick): Change to accept any number of search parameters.
1680         Implement fallbacks iteratively, not recursively.  Add scoring on the
1681         second pass and sort by score.  Call Secret Service API when needed.
1682         (auth-source-user-or-password): Use it.  Call Secret Service API
1683         directly when needed to get the user name and the password.
1684
1685 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1686
1687         * message.el (message-interactive): Doc fix.
1688         (message-qmail-inject-args): Reflow.
1689         (message-kill-to-signature): Fix typo in docstring.
1690
1691         * smiley.el (smiley-buffer): Fix typo in docstring.
1692
1693 2010-03-24  Glenn Morris  <rgm@gnu.org>
1694
1695         * mail-source.el (gnus-message): Declare.
1696         (mail-source-delete-old-incoming): Require gnus-util.
1697
1698 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1701
1702         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1703
1704         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1705         password-cache's default if it is not bound.
1706         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1707         password-cache-expiry's default if it is not bound.
1708
1709         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1710         available in Emacs 21.
1711
1712         * lpath.el: Suppress compiler warnings for:
1713         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1714         XEmacs;
1715         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1716         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1717         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1718
1719 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1720
1721         * auth-source.el (auth-sources): Fix up definition so extra parameters
1722         are always inline.
1723
1724 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1725
1726         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1727         wasn't updated after mismatch.  Clear cached mailbox info correctly
1728         when uidvalidity changes.
1729         (nnimap-group-prefixed-name): New function to avoid some code
1730         duplication.
1731         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1732         (nnimap-request-group): Use it.
1733         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1734         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1735         with many imap folders.  This is done by caching the group status from
1736         the imap server persistently in a group parameter `imap-status'.  (This
1737         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1738         but not persistently, so every Gnus startup was still very slow.)
1739
1740 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1741
1742         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1743         delete the extra newline.  Otherwise editing of :string and :number
1744         types don't work.
1745
1746 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1747
1748         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1749         secrets.el dependency.
1750         (auth-sources): Add optional user name.  Add secrets.el configuration
1751         choice (unused right now).
1752
1753 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1754
1755         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1756         `gnus-registry-install-shortcuts' fill in the functions.
1757
1758         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1759         warnings.
1760         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1761         (gnus-registry-install-shortcuts): Populate and use it in a
1762         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1763
1764 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1765
1766         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1767         In-place substitutions for the group name encoding/decoding.
1768         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1769         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1770         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1771         (nnimap-update-unseen, nnimap-request-list)
1772         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1773         (nnimap-request-set-mark, nnimap-split-to-groups)
1774         (nnimap-split-articles, nnimap-request-newgroups)
1775         (nnimap-request-create-group, nnimap-request-accept-article)
1776         (nnimap-request-delete-group, nnimap-request-rename-group)
1777         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1778         `encoded-mbx' for consistency.
1779         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1780         variable `imap-current-mailbox'.
1781
1782         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1783         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1784
1785 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1786
1787         * pop3.el (pop3-display-message-size-flag): Display message size byte
1788         counts during POP3 download.
1789         (pop3-movemail): Use it.
1790         (pop3-list): Implement listing of available messages.
1791
1792 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1793
1794         * nnir.el (nnir-get-article-nov-override-function): New function to
1795         override the normal NOV retrieval.
1796         (nnir-retrieve-headers): Use it.
1797
1798 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1799
1800         * auth-source.el (netrc-machine-user-or-password): Autoload.
1801
1802 2010-03-19  Glenn Morris  <rgm@gnu.org>
1803
1804         Stop message.el from loading about 40 libraries it doesn't always need.
1805         The general approach is to autoload rather than require, and to
1806         require in the specific functions rather than the file.  (Bug#5642)
1807
1808         * gmm-utils.el: Don't require wid-edit.
1809         (widget-create-child-value, widget-convert, widget-default-get):
1810         Autoload.
1811
1812         * gnus-util.el: Don't require time-date, netrc.
1813         (message-fetch-field, gnus-group-name-decode): Declare rather than
1814         autoloading.
1815         (gnus-fetch-field): Require message.
1816         (gnus-decode-newsgroups): Require gnus-group.
1817
1818         * ietf-drums.el: Don't require time-date.
1819
1820         * message.el: Don't require hashcash, canlock, ecomplete.
1821         Do require mail-utils.  Require nnheader only when compiling.
1822         (smtpmail-default-smtp-server): Remove declaration.
1823         (message-send-mail-function): Check smtpmail-default-smtp-server
1824         is bound rather than requiring smtpmail.
1825         (message-auto-save-directory, message-insert-signature): Use
1826         expand-file-name rather than nnheader-concat.
1827         (nnheader-insert-file-contents): Autoload.
1828         (hashcash-wait-async): Declare.
1829         (message-send-mail): Only call gnus-setup-posting-charset if
1830         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1831         (message-send-mail-with-sendmail): Require sendmail.
1832         (canlock-password, canlock-password-for-verify): Declare.
1833         (message-canlock-password): Require canlock.
1834         (nnheader-get-report): Autoload.
1835         (gnus-setup-posting-charset): Declare.
1836         (message-send-news): Require gnus-msg.
1837         (message-make-references, message-make-in-reply-to): Use mail-header-id
1838         rather than the alias mail-header-message-id.
1839         (ecomplete-add-item, ecomplete-save): Declare.
1840         (message-put-addresses-in-ecomplete): Require ecomplete.
1841         (ecomplete-display-matches): Autoload.
1842
1843         * mm-decode.el: Don't require mailcap, gnus-util.
1844         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1845         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1846         Autoload.
1847         (mailcap-mime-extensions): Declare.
1848
1849         * mm-encode.el: Don't require mailcap.
1850         (mailcap-extension-to-mime): Autoload.
1851
1852         * mml-sec.el: Don't require password-cache.
1853
1854         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1855         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1856         (mml-minibuffer-read-type): Require mailcap.
1857         (mml-preview): Require gnus-msg.
1858
1859         * mml1991.el: Require password-cache.
1860         (password-cache-expiry): Remove declaration.
1861
1862         * mml2015.el: Require password-cache.
1863         (password-cache-expiry): Remove declaration.
1864
1865         * nneething.el (mailcap): Require mailcap.
1866
1867         * nnheader.el (declare-function): Add compatibility stub.
1868         (message-remove-header): Declare rather than autoload.
1869         (nnheader-replace-header): Require message.
1870
1871         * nnimap.el (declare-function): Add compatibility stub.
1872         (netrc-parse, netrc-machine-user-or-password): Declare.
1873         (nnimap-open-connection): Require netrc.
1874
1875         * nntp.el (declare-function): Add compatibility stub.
1876         (netrc-parse, netrc-machine, netrc-get): Declare.
1877         (nntp-send-authinfo): Require netrc.
1878
1879         * rfc2047.el: Don't require qp.
1880         (quoted-printable-encode-region, quoted-printable-decode-string):
1881         Autoload.
1882
1883         * sieve-mode.el: Don't require easymenu.
1884         (easy-menu-add-item): Autoload it.
1885
1886         * spam-stat.el (time-to-number-of-days): Autoload it.
1887
1888 2010-03-19  Glenn Morris  <rgm@gnu.org>
1889
1890         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1891
1892 2010-03-18  Glenn Morris  <rgm@gnu.org>
1893
1894         * hashcash.el (declare-function): Remove duplicate definition.
1895
1896 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1897
1898         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1899         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1900         value if any backslash escapes).
1901
1902 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1905         if it is available.  (bug#5647)
1906
1907         * lpath.el: Suppress compiler warning for coding-system-from-name for
1908         Emacs 21 and XEmacs.
1909
1910 2010-03-14  Juri Linkov  <juri@jurta.org>
1911
1912         * hmac-def.el:
1913         * hmac-md5.el:
1914         * netrc.el: Fix keywords.
1915
1916 2010-02-26  Glenn Morris  <rgm@gnu.org>
1917
1918         * message.el (message-send-mail-function): Change the default, so that
1919         it inherits from a customized send-mail-function.  (Bug#5643)
1920
1921 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1922
1923         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1924         shell-command-to-string signals an error (bug#5299).
1925
1926 2010-02-24  Glenn Morris  <rgm@gnu.org>
1927
1928         * message.el (message-smtpmail-send-it)
1929         (message-send-mail-with-mailclient): Doc fixes.
1930
1931 2010-02-16  Glenn Morris  <rgm@gnu.org>
1932
1933         * message.el (message-default-mail-headers): Change the default value
1934         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1935
1936 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1939         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1940
1941 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1942
1943         * time-date.el (date-to-time): Doc fix (Bug#5408).
1944
1945 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1946
1947         * message.el (message-mail): Just pass yank-action on to message-setup.
1948         (message-setup): Handle (FUN . ARGS) form of yank-action.
1949         (message-with-reply-buffer, message-widen-reply)
1950         (message-yank-original): Handle non-buffer values of
1951         message-reply-buffer (Bug#4080).
1952         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1953
1954 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1955
1956         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1957         Fix typo in docstring.
1958
1959 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1960
1961         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1962         response.
1963
1964 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1967
1968         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1969
1970         * message.el (message-check-news-header-syntax): Protect against a
1971         string that `rfc822-addresses' returns when parsing fails.
1972
1973 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1976         (gnus-previous-char-property-change): New functions.
1977
1978         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1979
1980 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1981
1982         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1983         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1984
1985 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1986
1987         * message.el (message-exchange-point-and-mark): Rework last change to
1988         avoid using optional arg of exchange-point-and-mark, for backward
1989         compatibility.
1990
1991 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1992
1993         * message.el (message-exchange-point-and-mark): Call
1994         exchange-point-and-mark with an argument rather than setting
1995         mark-active by hand (Bug#5175).
1996
1997 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * nntp.el (nntp-service-to-port): Work for service expressed with
2000         numeric string; replace [:digit:] with [0-9] for XEmacs.
2001
2002 2009-12-17  Glenn Morris  <rgm@gnu.org>
2003
2004         * gnus-group.el (gnus-bug-group-download-format-alist):
2005         Change emacs entry to debbugs.gnu.org.  Bump :version.
2006
2007 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2008
2009         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2010
2011 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2012
2013         * message.el (message-info): Explain why we use `Info-goto-node'.
2014
2015 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2018
2019 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2020
2021         * message.el (message-completion-in-region): New compatibility function.
2022         (message-expand-group): Use it.
2023
2024 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2027         with no unread article should be listed if the 2nd arg `predicate' is
2028         given.
2029
2030 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2033
2034 2009-11-29  Juri Linkov  <juri@jurta.org>
2035
2036         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2037         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2038         on `gnus-recenter'. (Bug#4698, Bug#4981)
2039
2040 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2041
2042         * sha1.el (sha1-string-external): default-directory "/" in case
2043         otherwise non-existent.  process-connection-type pipe for touch of
2044         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2045
2046 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2047
2048         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2049         it's comms related and sgml-mode.el has "comm" on that basis too.
2050
2051 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2054         containing tspecial characters if they have been already quoted.
2055
2056 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2057
2058         * dns-mode.el (auto-mode-alist): Purecopy string.
2059
2060 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2061
2062         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2063
2064 2009-10-24  Glenn Morris  <rgm@gnu.org>
2065
2066         * gnus-art.el (help-xref-stack-item): Define for compiler.
2067
2068 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2069
2070         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2071
2072 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2075
2076 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2079         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2080
2081 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2084         (gnus-overlays-in): New alias to overlays-in.
2085
2086         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2087         gnus-overlay-get, and gnus-delete-overlay.
2088         (gnus-summary-show-thread): Make it work as well for systems in which
2089         next-single-char-property-change is not available.
2090         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2091
2092         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2093         (gnus-overlay-get): New alias to extent-property.
2094         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2095
2096         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2097         SXEmacs.
2098
2099         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2100         SXEmacs.
2101
2102 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2103
2104         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2105
2106 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2107
2108         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2109         and XEmacs that don't have `remove-overlays'.
2110
2111 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2112
2113         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2114         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2115         selective display.  Use overlays instead.
2116
2117 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2118
2119         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2120
2121 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2122
2123         * spam-stat.el (spam-stat-load): Fix typo in message.
2124
2125 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2126
2127         * dig.el (dig-invoke): Fix typo in docstring.
2128         (query-dig): Reflow docstring.
2129
2130 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2131
2132         * gnus-art.el (gnus-article-encrypt-body):
2133         * message.el (message-check-recipients):
2134         * mm-util.el (mm-codepage-setup):
2135         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2136         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2137
2138 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2139
2140         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2141         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2142         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2143         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2144         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2145
2146 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2147
2148         * dig.el: Add "Keywords: comm", as per net-utils.el.
2149
2150 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2151
2152         * dig.el (dig-mode): Use define-derived-mode.
2153
2154 2009-09-19  Glenn Morris  <rgm@gnu.org>
2155
2156         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2157
2158 2009-09-18  Glenn Morris  <rgm@gnu.org>
2159
2160         * gnus-diary.el (gnus-diary-check-message):
2161         * message.el (message-insert-formatted-citation-line):
2162         * nnbabyl.el (top-level):
2163         * nndiary.el (nndiary-schedule):
2164         Fix typos in condition-case handlers.
2165
2166 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2169         configuration that provides the sole article window in a frame;
2170         position point correctly after deleting a part.
2171
2172 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2173
2174         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2175         (spam-resolve-registrations-routine): Use it to unregister articles
2176         that change status.
2177
2178 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2181         with XEmacs.
2182         (parse-time-string-chars): Use it.
2183
2184 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2185
2186         * imap.el (imap-interactive-login): Better messages.
2187         (imap-open): Fix bug with renamed buffer on reconnect.
2188         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2189         for easier debugging and cleaner code.  On successful (guessed based on
2190         server capabilities) secondary authentication, set imap-state
2191         correctly.
2192         (imap-last-authenticator): Define imap-last-authenticator as a variable
2193         to avoid warnings.
2194
2195 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * nnrss.el (nnrss-request-article): Remove binding of
2198         default-enable-multibyte-characters that has gotten needless by
2199         the 2007-07-13 change in rfc2047-encode-message-header.
2200
2201         * mml.el (mml-insert-multipart): Error on the message header.
2202         (mml-insert-part): Error on the message header; position point at
2203         the end of a MIME tag.
2204
2205 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * time-date.el (autoload): Expand define-obsolete-function-alias into
2208         defalias and make-obsolete for old Emacsen that Gnus supports.
2209         (with-no-warnings): Define it for old Emacsen.
2210         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2211         is available.
2212         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2213         float-time is available; suppress compile warning for time-to-seconds.
2214
2215         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2216         (gnus-float-time): Alias to float-time if it exists.
2217
2218         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2219         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2220         float-time is available; suppress compile warning for time-to-seconds.
2221
2222         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2223         XEmacs.
2224
2225 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2226
2227         * imap.el (imap-message-map): Docstring fix.
2228
2229 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2232         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2233         Add the optional argument `encoding' that overrides the default.
2234
2235         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2236         mm-encode-buffer.
2237
2238 2009-09-04  Glenn Morris  <rgm@gnu.org>
2239
2240         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2241         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2242         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2243         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2244         * mm-util.el (mm-with-unibyte-current-buffer)
2245         (mm-find-buffer-file-coding-system):
2246         * yenc.el (yenc-decode-region): Use default-value rather than
2247         default-enable-multibyte-characters.
2248
2249 2009-09-03  Glenn Morris  <rgm@gnu.org>
2250
2251         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2252         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2253         than default-enable-multibyte-characters.
2254
2255 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2256
2257         * gnus-art.el (gnus-article-read-summary-keys):
2258         Fix gnus-buffer-configuration's value temporarily used.
2259
2260 2009-09-02  Glenn Morris  <rgm@gnu.org>
2261
2262         * gnus-util.el (gnus-float-time): New function.
2263         * gnus-delay.el (gnus-delay-article):
2264         * gnus-sum.el (gnus-thread-latest-date):
2265         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2266         * nnspool.el (nnspool-request-newgroups):
2267         Use gnus-float-time rather than time-to-seconds.
2268         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2269
2270         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2271         (gnus-header-subject-face, gnus-header-newsgroups-face)
2272         (gnus-header-name-face, gnus-header-content-face):
2273         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2274         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2275         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2276         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2277         (gnus-cite-face-11):
2278         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2279         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2280         (gnus-server-closed-face, gnus-server-denied-face)
2281         (gnus-server-offline-face):
2282         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2283         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2284         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2285         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2286         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2287         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2288         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2289         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2290         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2291         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2292         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2293         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2294         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2295         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2296         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2297         (gnus-summary-high-undownloaded-face)
2298         (gnus-summary-low-undownloaded-face)
2299         (gnus-summary-normal-undownloaded-face)
2300         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2301         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2302         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2303         (gnus-splash-face):
2304         * message.el (message-header-to-face, message-header-cc-face)
2305         (message-header-subject-face, message-header-newsgroups-face)
2306         (message-header-other-face, message-header-name-face)
2307         (message-header-xheader-face, message-separator-face)
2308         (message-cited-text-face, message-mml-face):
2309         * sieve-mode.el (sieve-control-commands-face)
2310         (sieve-action-commands-face, sieve-test-commands-face)
2311         (sieve-tagged-arguments-face):
2312         * spam.el (spam-face):
2313         Mark face aliases with "-face" in the name as obsolete.
2314
2315 2009-09-01  Glenn Morris  <rgm@gnu.org>
2316
2317         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2318         than goto-line.
2319
2320 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2323         Don't move point if the command is invoked inside the message header.
2324
2325 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2326
2327         * imap.el (imap-send-command): Simplify.
2328         (imap-wait-for-tag): point-max -> buffer-size.
2329
2330 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2331
2332         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2333         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2334         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2335         * nnir.el (nnir-swish-e-index-file):
2336         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2337         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2338         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2339         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2340         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2341         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2342
2343 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2346         Don't save excursion.
2347
2348 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2349
2350         * nnheader.el (nnheader-find-file-noselect):
2351         * mm-util.el (mm-insert-file-contents):
2352         Use (default-value 'major-mode) instead of default-major-mode.
2353
2354 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2355
2356         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2357
2358 2009-08-26  Glenn Morris  <rgm@gnu.org>
2359
2360         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2361         than placing in files.el.
2362
2363 2009-08-25  Glenn Morris  <rgm@gnu.org>
2364
2365         * nnir.el (top-level): Don't require cl at run-time.
2366         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2367         Replace cl-function substitute with gnus-replace-in-string.
2368         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2369         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2370         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2371         simplified expansions.
2372
2373 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2374
2375         * dig.el (dig): Add autoload cookie.
2376
2377 2009-08-22  Glenn Morris  <rgm@gnu.org>
2378
2379         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2380         goto-line.
2381
2382 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2383
2384         * parse-time.el (parse-time-string-chars): Save match data.
2385
2386 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2387
2388         * parse-time.el (parse-time-string-chars): Compute using character
2389         classes, to handle non-ascii characters (Bug#3190).
2390
2391 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2394
2395         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2396         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2397         (gnus-mm-display-part, gnus-mime-display-single)
2398         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2399         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2400
2401         * gnus-sum.el
2402         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2403         (gnus-summary-move-article): Add expirable mark to articles copied or
2404         moved to group that has auto-expire turned on if the option is non-nil.
2405
2406 2009-07-24  Glenn Morris  <rgm@gnu.org>
2407
2408         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2409         Fix typo.  (Bug#3903)
2410
2411 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2414         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2415         that should not be used for draft articles.
2416         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2417         that has no concern in minor mode keys.
2418         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2419         Abolish.
2420
2421 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2424         article without making inquiry to a user for unknown encoding.
2425
2426         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2427         (nnmaildir--scan): Assume i-node and device number that file-attributes
2428         returns might be cons-cell.
2429
2430         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2431
2432         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2433
2434 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2435
2436         * auth-source.el: Remove docs now in auth.texi.  Don't use
2437         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2438         `auth-source-hide-passwords' and use them.
2439
2440 2009-07-15  Glenn Morris  <rgm@gnu.org>
2441
2442         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2443
2444 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2447         excessive whitespace from the default values of title and description.
2448
2449 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2452         mail-fetch-field to fetch Content-Description header in order to
2453         exclude newlines.
2454
2455 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2456
2457         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2458         format used by GnuPG 2.0.11.
2459
2460 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2463         to deleted part.
2464
2465 2009-05-30  David Engster  <dengste@eml.cc>
2466
2467         * nnmairix.el: Remove old documentation in the commentary block.
2468         (nnmairix-request-group): Do not update active file for nnml back ends.
2469         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2470         end so that overview files are ignored.
2471         (nnmairix-update-groups): Make updating the groups more robust by using
2472         marks.
2473         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2474         with dollar characters in message-id.
2475
2476 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2477
2478         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2479         2008-12-25 in dns.el.
2480
2481 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2482
2483         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2484         could happen if the text is only composed of spaces and/or tabs.
2485
2486 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2487
2488         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2489         when sending a queued message to avoid extra mml tags.
2490
2491 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2494
2495 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2498         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2499         rmail-toggle-header for XEmacs;
2500         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2501
2502 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * gnus-dired.el: Remove autoload for gnus-setup-message.
2505         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2506         displaying Gnus logo; always use compose-mail.
2507
2508 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2511
2512 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2515         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2516         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2517         available.
2518         (gnus-nocem-epg-verify): New function.
2519
2520 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2521
2522         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2523
2524 2009-02-15  Glenn Morris  <rgm@gnu.org>
2525
2526         * gnus-util.el (rmail-insert-rmail-file-header)
2527         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2528         autoloads.
2529         (rmail-default-rmail-file): Remove unnecessary declaration.
2530         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2531
2532 2009-02-14  Glenn Morris  <rgm@gnu.org>
2533
2534         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2535         variable (only used in gnus-util, which declares it anyway).
2536         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2537         which was only needed by gnus-art (changed to not use it any more).
2538         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2539         only used in gnus-util, which autoloads it itself.
2540         (rmail-update-summary): Fix autoload.
2541
2542         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2543         rather than rmail-output-to-rmail-file.
2544
2545 2009-02-07  Glenn Morris  <rgm@gnu.org>
2546
2547         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2548         autoload of function that no longer exists.
2549         (rmail-toggle-header): Declare.
2550         (message-forward-rmail-make-body): Handle mbox Rmail.
2551
2552 2009-01-31  Glenn Morris  <rgm@gnu.org>
2553
2554         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2555         2009-01-09 change.
2556
2557 2009-01-31  Dave Love  <fx@gnu.org>
2558
2559         * imap.el (imap-fetch-safe): Bind debug-on-error.
2560         (imap-debug): Add imap-fetch-safe.
2561
2562 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2563
2564         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2565         (auth-source-forget-all-cached): New convenience function.
2566         (auth-source-user-or-password): Accept list of modes or a single mode.
2567
2568         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2569         auth-source modes.
2570
2571         * netrc.el (netrc-machine-user-or-password): Use list of
2572         auth-source modes.
2573
2574         * nnimap.el (nnimap-open-connection): Use list of
2575         auth-source modes.
2576
2577         * nntp.el (nntp-send-authinfo): Use list of
2578         auth-source modes.
2579
2580 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2581
2582         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2583         now.
2584
2585 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2588         coding system in XEmacs; add a workaround for XEmacs.
2589
2590         * lpath.el: Fbind coding-system-aliasee.
2591
2592 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2595         of current-language-environment.
2596
2597 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2598
2599         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2600         available at runtime.
2601
2602 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2605
2606 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2607
2608         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2609         the greatest positive fixnum value doesn't work under an XEmacs with
2610         bignum support; use the most-positive-fixnum constant instead,
2611         available since Emacs 21.1 with cl and XEmacs 21.1.
2612
2613 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2616         XEmacs gets not to work.
2617
2618 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * mm-util.el (mm-coding-system-priorities): Allow the value like
2621         "Japanese (UTF-8)" of current-language-environment.
2622
2623 2009-01-09  Glenn Morris  <rgm@gnu.org>
2624
2625         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2626         with last-command-event.
2627
2628 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2629
2630         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2631         in the doc string.
2632
2633         * message.el (message-fix-before-sending): Amend comment.
2634
2635 2009-01-08  Dave Love  <fx@gnu.org>
2636
2637         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2638
2639 2009-01-07  David Engster  <dengste@eml.cc>
2640
2641         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2642         simplified server definitions by converting it via
2643         gnus-server-to-method.
2644
2645 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2648         parameter's operands.
2649
2650 2009-01-06  David Engster  <dengste@eml.cc>
2651
2652         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2653         primary select method (for gnus-group-mark-article-as-read).
2654
2655 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2656
2657         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2658         `(gnus)Face', not `(gnus)X-Face'.
2659
2660 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * mm-util.el (mm-ucs-to-char): New function.
2663
2664         * mm-url.el (mm-url-decode-entities): Use it.
2665
2666         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2667         unicode-to-char.
2668
2669 2009-01-05  Dave Love  <fx@gnu.org>
2670
2671         * time-date.el: Require cl for `declare'.
2672
2673 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2674
2675         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2676         Dave Love.
2677
2678 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2679
2680         * message.el (message-fix-before-sending): Add `eight-bit' to
2681         illegible-text check.
2682
2683 2009-01-03  Michael Olson  <mwolson@gnu.org>
2684
2685         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2686         `headers' is nil.  This can occur if the IMAP server does not have
2687         permissions to read messages from a folder, but can write new messages
2688         to the folder.
2689         (nnimap-request-article-part): Do not insert `data' if it is nil.
2690
2691         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2692         characters which will confuse `read', so skip past them.
2693
2694 2009-01-01  Dave Love  <fx@gnu.org>
2695
2696         * imap.el (imap-string-to-integer): Fix typo.
2697         (imap-fetch-safe): New function.
2698         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2699
2700         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2701
2702         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2703         (imap-parse-greeting): Fix doc strings.
2704         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2705         (imap-parse-flag-list): Make messages unique.
2706         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2707
2708         * nnimap.el: Fix author email.
2709         (nnimap-split-rule): Add FIXME comment.
2710         (nnimap-debug): Fix doc string.
2711
2712 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2713
2714         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2715
2716 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2717
2718         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2719         nslookup if resolv.conf isn't available.
2720         (dns-query): Rename from query-dns.
2721         (dns-query-cached): Rename from query-dns-cached.
2722
2723 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2726         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2727         to check if those variables exist (first appeared in Emacs 18.50).
2728
2729 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * mm-util.el (mm-line-number-at-pos): New function.
2732
2733         * spam-report.el (spam-report-process-queue): Use it.
2734
2735 2008-12-24  David Engster  <dengste@eml.cc>
2736
2737         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2738         parameters that haven't existed as variables as buffer-local variables.
2739
2740 2008-12-23  Dave Love  <fx@gnu.org>
2741
2742         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2743         cadar.
2744
2745         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2746         imap-starttls-p.
2747         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2748
2749 2008-12-22  Dave Love  <fx@gnu.org>
2750
2751         * imap.el: Fix author email.  Doc fixes.
2752         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2753         reply.
2754
2755 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2756
2757         * spam-report.el (spam-report-gmane-max-requests): New constant.
2758         (spam-report-gmane-wait): New variable.
2759         (spam-report-gmane-ham, spam-report-gmane-spam)
2760         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2761         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2762         the server.
2763
2764         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2765         Add explanations.
2766
2767         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2768         nnheader-accept-process-output and nnheader-read-timeout if available.
2769         (pop3-movemail): Use it.
2770
2771         * message.el (message-check-news-body-syntax): Fix signature check if
2772         there's an attachment.
2773
2774 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * mm-util.el: Add comments to the mm- emulating functions.
2777
2778 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2779
2780         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2781         by Stephen Berman <stephen.berman@gmx.net>.
2782
2783 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * mm-util.el (mm-substring-no-properties): New function.
2786         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2787         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2788         (mm-string-to-multibyte): Doc fix.
2789
2790         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2791
2792 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2793
2794         * mml.el (mml-attach-file): Strip text properties from file name.
2795         (Bug#1574)
2796
2797 2008-12-16  Glenn Morris  <rgm@gnu.org>
2798
2799         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2800
2801 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2804         knows since the charset specified might be a bogus alias that
2805         mm-charset-synonym-alist provides.
2806
2807 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2808
2809         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2810         "ISO_8859-1".
2811
2812         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2813
2814 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * mm-util.el (mm-charset-eval-alist):
2817         Define it before mm-charset-to-coding-system.
2818         (mm-charset-to-coding-system): Add optional argument `silent';
2819         define it before mm-charset-override-alist.
2820         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2821         default value if it can be used in Emacs currently running;
2822         silence mm-charset-to-coding-system.
2823
2824 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2827         `allow-override' which says whether to use `mm-charset-override-alist'.
2828         (rfc2047-decode-encoded-words): Use it.
2829
2830         * mm-util.el (mm-charset-override-alist): Fix custom type;
2831         add `(gb2312 . gbk)' to choices.
2832
2833 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2836         fast.
2837
2838         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2839
2840         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2841
2842 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2843
2844         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2845         on links.
2846
2847         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2848
2849 2008-12-03  Lute Kamstra  <lute@gnu.org>
2850
2851         * sha1.el: Remove leading * from docstrings of defcustoms,
2852         deffaces, defconsts and defuns.
2853
2854 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2857         users' addresses that don't have domain parts.
2858         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2859         rather than message-narrow-to-head since there will be the message
2860         header separator.
2861
2862 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2863
2864         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2865         since the result is inserted in a unibyte buffer anyway.
2866         (nnimap-demule-use-string-to-multibyte): Remove.
2867         (nnimap-demule): Alias it to mm-string-to-multibyte.
2868
2869 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2870
2871         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2872         variable for debugging bug#464 and bug#1174.
2873         (nnimap-demule): Use it.
2874
2875 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2876
2877         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2878         score calculation correctly.
2879
2880 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2881
2882         * message.el (message-send-mail): Just set the buffer to unibyte
2883         rather than use mm-with-unibyte-current-buffer which does a lot more.
2884         (message-send-mail-partially): Don't bother with
2885         mm-with-unibyte-current-buffer since it's already been made unibyte by
2886         message-send-mail.
2887
2888 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2889
2890         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2891
2892 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2893
2894         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2895
2896 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2899         require itself and to remove `with-no-warnings'.
2900
2901 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2902
2903         * starttls.el (starttls-any-program-available): Get the name of the
2904         available TLS layer program.
2905         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2906         well as the host name in the "opening" message.
2907
2908         * auth-source.el (auth-source-cache, auth-source-do-cache)
2909         (auth-source-user-or-password): Cache passwords and logins by default,
2910         allow override with `auth-source-do-cache'.
2911         (auth-source-forget-user-or-password): Allow users to remove cache
2912         entries if needed.
2913
2914 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2915
2916         * md4.el (md4-buffer): Fix typo in docstring.
2917         (md4, md4-64): Doc fixes.
2918         (md4-pack-int32): Reflow docstring.
2919
2920 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2921
2922         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2923         condition-case to only the forward-sexp call.
2924
2925 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2926
2927         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2928         quotes contained.  Make it more robust regardless by an extra
2929         condition-case wrapper.
2930
2931 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2934
2935 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * nnml.el (nnml-request-expire-articles): Check if the function set to
2938         `nnmail-expiry-target' returns the symbol `delete'.
2939
2940         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2941
2942         * nnmail.el (nnmail-expiry-target): Fix custom type.
2943
2944 2008-10-02  Glenn Morris  <rgm@gnu.org>
2945
2946         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2947         Silence compiler warning.
2948
2949 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2950
2951         * tls.el (open-tls-stream): Show the actual command being
2952         executed, instead of the format string.
2953
2954 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * lpath.el: Fbind codepage-setup for Emacs 23.
2957
2958 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2959
2960         * mml.el (mml-menu): Don't assume mml2015 is bound.
2961
2962 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2965         exists.
2966
2967 2008-09-27  Glenn Morris  <rgm@gnu.org>
2968
2969         * gnus-util.el (mail-header-remove-comments): Autoload it.
2970
2971 2008-09-27  Andreas Schwab  <schwab@suse.de>
2972
2973         * gnus-util.el (gnus-split-references): Strip comments.
2974         (gnus-parent-id): Likewise.
2975
2976 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2977
2978         * message.el (message-confirm-send): Fix version.
2979
2980 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * message.el (message-idna-to-ascii-rhs-1): Use
2983         mail-extract-address-components rather than mail-header-parse-addresses
2984         that is an alias by default to ietf-drums-parse-addresses that does not
2985         support non-ASCII names in headers' contents.
2986
2987 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2988
2989         * message.el (message-confirm-send): Fixed variable documentation to
2990         avoid the "y/n" wording.
2991
2992 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2993
2994         * message.el (message-set-auto-save-file-name): Save to a different
2995         filename so multiple messages (especially drafts) can be recovered.
2996
2997 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2998
2999         * message.el (message-confirm-send): Add appropriate version.
3000
3001 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3002
3003         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3004         defvar.
3005
3006 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3007
3008         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3009         (mm-pkcs7-enveloped-magic): Ditto.
3010
3011 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3012
3013         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3014         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3015
3016 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3017
3018         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3019         default, it's better.
3020
3021 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3022
3023         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3024         summary line gnus-number property and ignore them (with a warning
3025         message).
3026
3027 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3030         macro caddr in the interactive form since it won't be expanded.
3031
3032 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3033
3034         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3035         `charset'; fix name of function called recursively.
3036         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3037
3038 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3041         (gnus-mime-set-charset-parameters): New function.
3042         (gnus-mime-view-part-as-charset): Use it to correctly display part
3043         specifying wrong charset.
3044
3045 2008-09-08  David Engster  <dengste@eml.cc>
3046
3047         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3048         in completing-read for back end server.
3049
3050 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3051
3052         * message.el (message-confirm-send): New variable to confirm sending a
3053         message.
3054         (message-send): Use it.
3055
3056 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3057
3058         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3059
3060 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3063
3064 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3065
3066         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3067         prevent tracking too many groups.
3068         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3069         Use it.
3070
3071 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3072
3073         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3074         moving point to the bottom of the window in order to avoid recentering.
3075
3076 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3079
3080         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3081         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3082         (gnus-article-beginning-of-window): Fix calculation.
3083
3084 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * gnus-msg.el (gnus-summary-supersede-article)
3087         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3088         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3089         message header.
3090
3091 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3092
3093         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3094         pending output coming after the status change.
3095
3096 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3097
3098         * message.el:
3099         * gnus-start.el:
3100         * gnus-registry.el: Remove VMS support.
3101
3102 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3105         macro.
3106         (rfc2104-hash): Use it.
3107
3108 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3109
3110         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3111         (gnus-summary-sort-by-most-recent-date): New commands.
3112         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3113         and menu entries.
3114
3115 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3118         don't redisplay article for raw contents; remove plural articles stuff.
3119
3120         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3121         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3122         on gnus-summary-save-article; display results properly.
3123
3124 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3125
3126         * lpath.el: No need to fbind ns-focus-frame.
3127
3128 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3131
3132 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3135         gnus-save-all-headers.
3136
3137 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3138
3139         * gnus-util.el (ns-focus-frame): Remove declaration.
3140         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3141         like x.
3142
3143 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3144
3145         * rfc2104.el (rfc2104-zero): Delete defconst.
3146         (rfc2104-hex-alist): Likewise.
3147         (rfc2104-hex-to-int): Delete func.
3148         (rfc2104-hexstring-to-bitstring): Likewise.
3149         (rfc2104-nybbles): New defconst.
3150         (rfc2104-hash): Rewrite for speed.
3151
3152 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * tls.el (open-tls-stream): Make it work with the 2nd argument
3155         BUFFER that is a string but does not exist as a buffer object, as
3156         mentioned in the doc-string.
3157
3158 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3161         SXEmacs.
3162
3163 2008-07-16  Glenn Morris  <rgm@gnu.org>
3164
3165         * gnus-util.el (ns-focus-frame): Declare for compiler.
3166
3167 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3170         set as a group parameter.
3171         (gnus-summary-save-in-pipe): Work when it is called independently.
3172         (gnus-summary-pipe-to-muttprint): Don't modify
3173         gnus-summary-pipe-output-default-command.
3174
3175 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3176
3177         * message.el (message-send-mail-with-sendmail):
3178         Display the error message.
3179
3180 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * gnus-art.el (gnus-default-article-saver):
3183         Add gnus-summary-save-in-pipe to choices.
3184         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3185         gnus-summary-pipe-output-default-command as the default command.
3186         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3187         instead of gnus-last-shell-command.
3188
3189         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3190         New user option.
3191         (gnus-summary-muttprint-program): Mention the value will be changed.
3192         (gnus-summary-save-article): Force showing of all headers.
3193         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3194
3195 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3196
3197         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3198
3199 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3200
3201         * nnimap.el (nnimap-id):
3202         * sieve-manage.el (sieve-manage-open): Doc fixes.
3203
3204 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3205
3206         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3207         if available.
3208
3209 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3210
3211         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3212
3213         * nnkiboze.el (nnkiboze-generate-group):
3214         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3215
3216         * nnmairix.el: Require CL.
3217
3218 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * dgnushack.el: Autoload get-display-table and put-display-table for
3221         XEmacs 21.5.
3222
3223         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3224         21.4 and SXEmacs.
3225
3226 2008-06-15  David Engster  <dengste@eml.cc>
3227
3228         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3229
3230 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3231
3232         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3233         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3234         runtime choice under XEmacs.
3235
3236         * gnus-sum.el (gnus-summary-set-display-table):
3237         Use `gnus-put-display-table', `gnus-get-display-table',
3238         `gnus-set-display-table' for the display table, instead of `aset'.
3239
3240         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3241         Use `gnus-put-display-table', `gnus-get-display-table',
3242         `gnus-set-display-table' for the display table.
3243
3244 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3245
3246         * nnmairix.el: Add autoloads.
3247
3248 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3249
3250         * nnmairix.el (nnmairix-delete-recreate-group)
3251         (nnmairix-update-and-clear-marks): Fix error messages.
3252
3253 2008-06-14  David Engster  <dengste@eml.cc>
3254
3255         * nnmairix.el: Upgrade to version 0.6.
3256         (nnmairix-group-toggle-propmarks-this-group)
3257         (nnmairix-group-toggle-readmarks-this-group)
3258         (nnmairix-group-delete-recreate-this-group)
3259         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3260         (nnmairix-remove-tick-mark-original-article): New commands.
3261         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3262         (nnmairix-propagate-marks-to-nnmairix-groups)
3263         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3264         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3265         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3266         functions needed for marks propagation and manipulation of read marks.
3267         (nnmairix-update-groups): New function.
3268         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3269         (nnmairix-determine-original-group-from-registry)
3270         (nnmairix-determine-original-group-from-path)
3271         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3272         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3273         New helper functions.
3274         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3275         keystrokes for new commands.
3276         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3277         (nnmairix-request-group): Check allow-fast group parameter.
3278         (nnmairix-request-create-group): Set allow-fast group parameter if
3279         nnmairix-allowfast-default is set.
3280         (nnmairix-close-group): Propagate marks upon closing if needed.
3281         (nnmairix-group-toggle-threads-this-group): Use new.
3282         nnmairix-group-toggle-parameter helper function.
3283         (nnmairix-search): Better check for empty search result.
3284         (nnmairix-goto-original-article): Use new helper functions for
3285         determining original article.
3286         (nnmairix-show-original-article): Make sure message-id is in brackets.
3287         (nnmairix-call-mairix-binary): Change variable name.
3288         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3289         helper function.
3290         (nnmairix-widget-toggle-activate): Fix doc string.
3291
3292 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * nnir.el: Require edmacro when compiling with XEmacs.
3295         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3296         available in Emacs 21.
3297
3298 2008-06-11  Glenn Morris  <rgm@gnu.org>
3299
3300         * gnus-util.el (x-focus-frame):
3301         * gnus.el (image-size):
3302         * mm-decode.el (image-size): Declare.
3303
3304         * gnus-picon.el (declare-function): Add compat definition.
3305         (image-size): Declare.
3306
3307         * gnus-group.el (tool-bar-map):
3308         * gnus-sum.el (tool-bar-map): Define for compiler.
3309
3310         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3311
3312         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3313
3314         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3315         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3316         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3317         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3318         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3319         * sieve-manage.el, spam-report.el, spam.el:
3320         Remove unnecessary eval-and-compile of autoloads.
3321
3322 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3323
3324         * auth-source.el: Precise Tramp doc.
3325
3326 2008-06-07  Glenn Morris  <rgm@gnu.org>
3327
3328         * nnmairix.el: Remove unnecessary eval-when-compile.
3329
3330 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * lpath.el: Fbind propertize for XEmacs 21.4.
3333
3334 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3335
3336         * nnir.el: Move here from ../contrib.
3337
3338 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3339
3340         * gnus-util.el (gnus-read-shell-command): New function.
3341         * mm-decode.el (mm-pipe-part):
3342         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3343
3344 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3347
3348 2008-06-03  Glenn Morris  <rgm@gnu.org>
3349
3350         * pop3.el (nnheader-accept-process-output): Autoload it.
3351
3352 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3355         are not 2-digit hexadecimal characters that follow `%'s.
3356
3357 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3358
3359         * message.el (message-bogus-recipient-p): Fix type in doc string.
3360         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3361         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3362         Improve custom options.
3363         (message-bogus-recipient-p): Adjust accordingly.
3364
3365 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3366
3367         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3368         long-form month and day names.
3369
3370 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * dgnushack.el: Autoload debug, eudc-expand-inline and
3373         pgg-snarf-keys-region for XEmacs.
3374
3375         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3376
3377         * nnmairix.el: Require edmacro when compiling with XEmacs.
3378
3379 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3380
3381         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3382         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3383
3384 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3385
3386         * auth-source.el: Add more docs.
3387
3388         * netrc.el (netrc-machine): Always match if the port is not given.
3389
3390 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3393         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3394         retrieval faster in some cases, but might make CPU usage larger.  If
3395         this has any bad side effects, we might revert this change.
3396
3397         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3398         seems to make mail retrieval much, much faster.
3399         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3400         unconditionally.
3401
3402         * gnus-draft.el (gnus-group-send-queue): Bind
3403         message-send-mail-partially-limit to nil to avoid being prompted.
3404
3405 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3406
3407         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3408
3409         * message.el (message-bogus-address-regexp): Fix and improve custom
3410         type.
3411         (message-setup-hook): Add message-check-recipients as custom option.
3412
3413 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3414
3415         * message.el (message-cite-function): Remove bogus autoload which crept
3416         in during merge from v5-10.
3417
3418 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3419
3420         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3421
3422         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3423
3424         * auth-source.el: Preliminary Tramp docs.
3425         (auth-sources): Change the default auth-sources to use
3426         EPA .gpg files.
3427
3428 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3429
3430         * nntp.el: Autoload `auth-source-user-or-password'.
3431         (nntp-send-authinfo): Use it.
3432
3433         * nnimap.el: Autoload `auth-source-user-or-password'.
3434         (nnimap-open-connection): Use it.
3435
3436         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3437         for the gnus-message function.
3438         (auth-source-user-or-password): Use it.
3439
3440 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3441
3442         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3443         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3444         (rfc2104-hash): Use it.
3445
3446 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3447
3448         * gnus-art.el (gnus-article-toggle-truncate-lines):
3449         Don't use `iff' in docstring.
3450
3451 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3452
3453         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3454
3455         * gnus-util.el (gnus-extract-address-component-name)
3456         (gnus-extract-address-component-email): Convenience functions around
3457         `gnus-extract-address-components'.
3458
3459         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3460         Use `gnus-extract-address-component-email' to fix bug of comparing full
3461         sender name to `user-mail-address'.
3462
3463 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3464
3465         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3466         catch/throw to optimize.
3467         (gnus-registry-find-keywords): Just use member to find a keyword.
3468
3469 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3470
3471         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3472         is current before calling gnus-server-prepare.
3473         (gnus-server-setup-buffer, gnus-server-update-server)
3474         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3475
3476 2008-05-04  Juri Linkov  <juri@jurta.org>
3477
3478         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3479         (mailcap-file-default-commands): Use mailcap-replace-in-string
3480         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3481         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3482
3483 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3484
3485         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3486
3487 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3488
3489         * gnus.el: Bump version to 0.11.
3490
3491 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3492
3493         * gnus.el: No Gnus v0.10 is released.
3494
3495 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3498         hooks.
3499         (gnus-update-read-articles): Speed up non-marks-using users.
3500         (gnus-use-marks): Define gnus-use-marks.
3501         (gnus-propagate-marks): Rename variable to something more sensible.
3502
3503 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3504
3505         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3506         (gmm-image-load-path-for-library): Fix typos in docstrings.
3507         (gmm-message): Reflow docstring.
3508
3509 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3510
3511         * mail-source.el (mail-source-set-1, mail-source-bind):
3512         Move auth-source code out of the macro to clean it up and fix bugs.
3513
3514 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3515
3516         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3517         by sender if it's equal to user-mail-address, it's likely to be
3518         useless.
3519
3520         * mail-source.el (mail-source-bind): Don't use user or password if they
3521         are not bound.  Unintern them if they are nil.  Don't use server unless
3522         it's bound, and default it to empty string otherwise.
3523
3524 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3525
3526         * mail-source.el: Load auth-source.el.
3527         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3528         get user name or password, if auth-sources is set up.
3529
3530         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3531         strategy of splitting with parent.
3532         (gnus-registry-split-fancy-with-parent)
3533         (gnus-registry-post-process-groups): Use it and fix prior
3534         bug (returning a list as the split result).
3535
3536         * auth-source.el (auth-sources): Remove server parameter.
3537         (auth-source-pick, auth-source-user-or-password)
3538         (auth-source-user-or-password-imap)
3539         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3540         (auth-source-user-or-password-sftp)
3541         (auth-source-user-or-password-smtp): Remove server parameter.
3542
3543 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3544
3545         * smime.el (smime-sign-region, smime-encrypt-region)
3546         (smime-decrypt-region):
3547         Remove redundant calls to `generate-new-buffer-name'.
3548
3549 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3550
3551         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3552         Don't use QP for message/rfc822.
3553         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3554
3555 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3556
3557         * sieve-manage.el (sieve-string-bytes): Remove.
3558         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3559         correct byte-length only if the process's coding-system is the same as
3560         the one used internally by Emacs to represent strings.
3561
3562 2008-04-22  Juri Linkov  <juri@jurta.org>
3563
3564         * mailcap.el (mailcap-file-default-commands): New function.
3565
3566 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3567
3568         * message.el (message-signature-separator, message-cite-function):
3569         Change custom version.
3570
3571 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3572
3573         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3574         commands.
3575         (tls-checktrust): Ditto.
3576
3577 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3578
3579         * mm-decode.el (mm-display-external): Make temp file read-only.
3580
3581 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3582
3583         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3584         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3585         `C-c C-f d'.
3586
3587 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3588
3589         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3590
3591 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3592
3593         * gnus.el: Bump version to 0.9.
3594
3595 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3596
3597         * gnus.el: No Gnus v0.8 is released.
3598
3599 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3600
3601         * mail-source.el (mail-source-value):
3602         Prefer fboundp to functionp so it works with macros as well.
3603
3604 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3605
3606         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3607         Fix last change in case the element is not even a symbol.
3608
3609 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3610
3611         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3612         Prefer fboundp to functionp so it works with macros as well.
3613
3614 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3615
3616         * auth-source.el: Added docs.
3617         (auth-sources): Modify format to support server.
3618         (auth-source-pick, auth-source-user-or-password)
3619         (auth-source-user-or-password-imap)
3620         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3621         (auth-source-user-or-password-sftp)
3622         (auth-source-user-or-password-smtp): Add server parameter.
3623
3624 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3625
3626         * gnus-registry.el: Initialize the registry when gnus-registry-install
3627         is t.
3628
3629 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * compface.el (uncompface): Make buffer unibyte.
3632
3633 2008-04-05  Glenn Morris  <rgm@gnu.org>
3634
3635         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3636
3637 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3638
3639         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3640         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3641
3642         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3643         multibyteness after rather than before erasing it.
3644
3645         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3646         mm-with-multibyte.
3647         (gnus-request-article-this-buffer): Make sure the proper decoding is
3648         used if gnus-original-article-buffer happens to be unibyte.
3649
3650         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3651         default-enable-multibyte-characters.
3652
3653         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3654         default-enable-multibyte-characters.
3655
3656         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3657
3658         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3659
3660 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3661
3662         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3663         (imap-message-copyuid-1): Use it.
3664         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3665         J. Williams in
3666         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3667
3668         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3669         imap-enable-exchange-bug-workaround.
3670         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3671
3672 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3673
3674         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3675         a 100 byte status-checks into a 2-3MB transfer for each group.
3676         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3677         to enable bug workaround or not.
3678         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3679
3680 2008-03-31  Glenn Morris  <rgm@gnu.org>
3681
3682         * message.el (mml2015-use): Declare for compiler.
3683         (message-info): Require mml2015 when appropriate.
3684
3685 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3688         whitespace.
3689
3690 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3691
3692         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3693         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3694         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3695         (nntp-service-to-port): New function.
3696         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3697         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3698         (nntp-open-netcat-stream): New function.
3699         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3700
3701 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3702
3703         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3704
3705 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3706
3707         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3708
3709 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3710
3711         * dns.el (dns-write): Use set-buffer-multibyte.
3712
3713 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3714
3715         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3716
3717 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3718
3719         * message.el (message-signature-separator): Change default.
3720         Improve custom type.
3721         (message-cite-function): Change default to
3722         message-cite-original-without-signature.
3723
3724         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3725         toggle.
3726
3727         * message.el (message-check-news-body-syntax): Fix signature check.
3728         (message-setup-1): Mark buffer as unmodified _after_ running
3729         message-setup-hook and handling message-alternative-emails.
3730         (message-shorten-references): Be more strict when building list of
3731         valid references to comply with GNKSA.
3732
3733         * gnus-group.el (gnus-read-ephemeral-bug-group)
3734         (gnus-read-ephemeral-debian-bug-group)
3735         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3736
3737         * message.el (message-info): Don't use booleanp which isn't supported
3738         in Emacs 21 and XEmacs.
3739
3740 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3741
3742         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3743         gnus-group-gmane-group-download-format.
3744         (gnus-group-read-ephemeral-gmane-group): Rename from
3745         gnus-group-read-ephemeral-gmane-group.
3746         (gnus-read-ephemeral-gmane-group-url): Rename from
3747         gnus-group-read-ephemeral-gmane-group-url.
3748         (gnus-bug-group-download-format-alist): New variable.
3749         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3750         (gnus-read-ephemeral-emacs-bug-group): New commands.
3751
3752 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3753
3754         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3755         (gnus-visible-headers): Improve custom type.
3756
3757 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3758
3759         * mml.el (mml-menu): Add workarounds for XEmacs.
3760
3761         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3762         X-Boundary header.
3763
3764         * message.el (message-simplify-recipients): Fix previous commit.
3765
3766 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3767
3768         * mm-util.el (mm-set-buffer-multibyte): New function.
3769         * mm-decode.el (mm-copy-to-buffer): Use it.
3770
3771 2008-03-19  Glenn Morris  <rgm@gnu.org>
3772
3773         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3774         Accidentally removed in the sync process with Emacs.
3775
3776 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * message.el (message-alter-recipients-discard-bogus-full-name):
3779         New function.
3780         (message-alter-recipients-function): New variable.
3781         (message-get-reply-headers): Use it.
3782         (message-replace-header): New helper function.
3783         (message-recipients-without-full-name): New variable.
3784         (message-simplify-recipients): New command.
3785
3786         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3787
3788         * message.el (message-info): Handle EasyPG manual.
3789
3790         * mml.el (mml-menu): Add entry for EasyPG.
3791
3792 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3793
3794         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3795         parameter.
3796
3797         * message.el (message-disassociate-draft): Specify drafts group name
3798         fully.
3799
3800 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3801
3802         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3803         unnecessary duplicates from the match list.
3804
3805 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3808
3809         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3810
3811         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3812         args of `how-many' of which the XEmacs version doesn't take; declare
3813         Info-index-next as function.
3814
3815 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3816
3817         * gnus-score.el (gnus-score-headers): Fix handling of
3818         gnus-inhibit-slow-scoring.
3819
3820         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3821         string.
3822         (gnus-button-url-regexp): Improve handling of parenthesis.
3823         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3824         (gnus-button-handle-info-keystrokes): Handle index entries.
3825
3826 2008-03-15  Glenn Morris  <rgm@gnu.org>
3827
3828         * parse-time.el (parse-time-string): Simplify.
3829
3830 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3833         Incoming* files.
3834
3835 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3836
3837         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3838         (auth-source-pick): Use it.
3839
3840 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3841
3842         * binhex.el (binhex-decode-region-internal):
3843         * uudecode.el (uudecode-decode-region-internal):
3844         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3845         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3846         setting default-enable-multibyte-characters.
3847
3848 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3849
3850         * auth-source.el (auth-source-protocols)
3851         (auth-source-protocols-customize, auth-source-choices): Added and
3852         modified variable customizations and defaults.
3853         (auth-source-pick, auth-source-user-or-password)
3854         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3855         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3856         (auth-source-user-or-password-sftp)
3857         (auth-source-user-or-password-smtp): Use new variables and provide an
3858         interface to netrc.el.
3859
3860 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3863         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3864         Make sure the nntp port to specify is a string.
3865
3866 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3867
3868         * nntp.el: Use with-current-buffer.
3869         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3870         dubious mm-with-unibyte-current-buffer.
3871         (nntp-with-open-group-function): New function extracted from
3872         nntp-with-open-group macro.
3873         (nntp-with-open-group): Use the function, so it's easier to debug.
3874         Add indentation and debugging info.
3875         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3876         the use of the netcat alternatives.
3877
3878         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3879         Avoid mm-string-as-multibyte as well.
3880
3881         * nnweb.el (nnweb-insert-html):
3882         Remove use of nnheader-string-as-multibyte.
3883
3884         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3885         (nnheader-string-as-multibyte): Remove.
3886
3887         * mm-view.el: Use inhibit-read-only.
3888         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3889         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3890         or unibyte-string.
3891
3892         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3893         (mm-uu-yenc-extract): Use with-current-buffer.
3894
3895         * gnus-soup.el (gnus-soup-send-packet): Don't use
3896         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3897
3898         * nnmh.el: Use with-current-buffer.
3899         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3900         mm-string-as-multibyte on the output of mm-encode-coding-string.
3901
3902         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3903         (nnimap-request-move-article): Use with-current-buffer.
3904
3905         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3906         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3907         conversion uses string-make-unibyte rather than string-as-unibyte.
3908
3909         * gnus-msg.el: Use with-current-buffer.
3910
3911         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3912
3913 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3914
3915         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3916         string for caching if it is 'PIN.
3917
3918 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * lpath.el: Consider the case without Emacs/W3.
3921
3922 2008-03-08  Glenn Morris  <rgm@gnu.org>
3923
3924         * time-date.el (date-to-time, time-subtract, time-add)
3925         (safe-date-to-time): Doc fixes.
3926
3927 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3928
3929         * mail-source.el (mail-source-delete-old-incoming-confirm):
3930         Change default to nil.
3931         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3932
3933 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * lpath.el: Rearrange.
3936
3937         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3938         (gnus-article-goto-prev-page): Work for articles having ^L's.
3939
3940         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3941
3942         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3943
3944 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3945
3946         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3947         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3948         (gnus-bookmark-jump): Adjust some variable names.
3949
3950 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3951
3952         * auth-source.el: New package.
3953         (auth-source-choices): Add customization entry point variable.
3954
3955         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3956         bug.
3957
3958 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3959
3960         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3961         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3962         (gnus-registry-install-shortcuts): Rename from
3963         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3964         the `gnus-registry-mark-map' keymap dynamically from
3965         `gnus-registry-marks'.  The generated functions update the summary line
3966         when a registry mark is added or deleted, and will call
3967         `gnus-registry-install-p' (see the comments in the code).
3968         (gnus-registry-user-format-function-M): Use concat intelligently.
3969
3970         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3971         the registry mark functions.
3972
3973 2008-03-05  Glenn Morris  <rgm@gnu.org>
3974
3975         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3976         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3977         gnus-art.
3978         (top-level): No need to load own source when compiling.
3979
3980 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3981
3982         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3983         Suggested by <chris.anderton@zetnet.co.uk>.
3984
3985 2008-03-04  Glenn Morris  <rgm@gnu.org>
3986
3987         * gnus-sum.el (top-level): No need to require gnus when compiling,
3988         since unconditionally required near start of file.
3989         (gnus-summary-display-while-building): Move definition before use.
3990
3991 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3992
3993         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3994         formatting function.
3995
3996 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3997
3998         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3999         with plists.
4000         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4001         Use new format.
4002
4003 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4006         `where-is-internal' that returns a range of key sequences.
4007
4008 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4009
4010         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4011
4012         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4013         (gnus-summary-jump-to-group): Consider windows on other displayed
4014         frames as well.  Similar changes might be needed elsewhere, but that's
4015         the one I've bumped into during my use.
4016
4017         * nndoc.el (nndoc-oe-dbx-type-p):
4018         * gnus-msg.el (gnus-debug):
4019         * gnus-group.el (gnus-update-group-mark-positions):
4020         Use mm-string-to-multibyte.
4021
4022 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4023
4024         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4025         doesn't handle NotDashEscaped.
4026
4027         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4028         (mml-dnd-attach-options): Fix typo in custom choice.
4029
4030         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4031         nndoc-article-type to mbox.
4032         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4033
4034         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4035         to nil, instead of html2text.
4036
4037         * imap.el (imap-debug): Add `imap-ping-server'.
4038
4039         * gnus-bookmark.el: Add FIXMEs.
4040
4041         * message.el (message-form-letter-separator)
4042         (message-send-form-letter-delay): New variables.
4043         (message-send-form-letter): Use them.  New command to send form
4044         letters.  Requested by Uwe Siart.
4045         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4046
4047 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4048
4049         * Update copyright years.
4050
4051 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4052
4053         Sync from EMACS_22_BASE.
4054
4055         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4056
4057 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4058
4059         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4060         empty author.
4061
4062 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4063
4064         * gnus-registry.el (gnus-registry-marks): Add variable for
4065         customization of marks and their appearance.
4066         (gnus-registry-read-mark): Use it.
4067         (gnus-registry-do-marks): Add utility function to loop through
4068         `gnus-registry-marks'.
4069         (gnus-registry-install-shortcuts-and-menus): Add function to install
4070         shortcuts and menus.
4071         (gnus-registry-initialize): Use it.
4072         (gnus-registry-default-mark): Clarify documentation.
4073
4074 2008-02-29  Glenn Morris  <rgm@gnu.org>
4075
4076         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4077         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4078         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4079         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4080         Change defcustom :version from 23.0 to 23.1.
4081
4082 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4083
4084         * gnus-registry.el (gnus-registry-follow-group-p)
4085         (gnus-registry-post-process-groups): Add functions to aid registry
4086         splitting and improve logging.  Clarify behavior in function
4087         documentation.
4088         (gnus-registry-split-fancy-with-parent): Use them.
4089
4090 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4091
4092         * gnus-art.el: Use with-current-buffer.
4093
4094 2008-02-27  David Engster  <dengste@eml.cc>
4095
4096         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4097         Express real group name in the response.
4098
4099 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4102         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4103         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4104         autoload gnus-registry-fetch-group when compiling.
4105         (nnmairix-request-group-with-article-number-correction): Remove
4106         unreferenced argument passed to nnmairix-call-backend.
4107
4108 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4109
4110         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4111         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4112         Wilde.
4113
4114 2008-02-27  Glenn Morris  <rgm@gnu.org>
4115
4116         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4117         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4118         variables to defconsts.  Convert comments to doc-strings.
4119         (nnmairix-last-server, nnmairix-current-server): Convert from free
4120         variables to defvars.  Convert comments to doc-strings.
4121         (gnus-registry-fetch-group): Autoload.
4122         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4123         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4124         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4125         caddr.
4126         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4127         nnmairix-request-group-with-article-number-correction call.
4128         (nnmairix-fast, nnmairix-group): New, less general names, for free
4129         variables passed from nnmairix-request-group to
4130         nnmairix-request-group-with-article-number-correction.  Declare.
4131         (nnmairix-request-group-with-article-number-correction):
4132         Use nnmairix-fast, nnmairix-group rather than fast, group.
4133
4134 2008-02-26  David Engster  <dengste@eml.cc>
4135
4136         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4137         version 0.5.
4138
4139 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4140
4141         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4142         instead of making an extra function call.  Don't add the current group
4143         to articles only when they have the group.  Use
4144         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4145         Reported by David <de_bb@arcor.de>.
4146
4147 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4150         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4151
4152 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4153
4154         * mail-source.el (mail-source-delete-incoming): Change default.
4155         Supplement doc string.
4156
4157         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4158
4159 2008-02-14  Glenn Morris  <rgm@gnu.org>
4160
4161         * time-date.el (format-seconds): New function.
4162
4163 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4164
4165         * nnmail.el (nnmail-message-id-cache-file): Derive from
4166         `gnus-home-directory'.
4167
4168 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4169
4170         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4171         Document negative prefix.
4172
4173         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4174
4175 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4176
4177         * message.el (message-unsent-separator): Add the Exim bounce
4178         separator.
4179
4180 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4181
4182         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4183         list.
4184         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4185         recipient/signer list.
4186
4187 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * Makefile.in (datarootdir): Define.
4190         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4191         name that might contain whitespace.
4192
4193 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4194
4195         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4196         fbound (Emacs 23 unicode), signal an error.
4197
4198 2008-02-08  Glenn Morris  <rgm@gnu.org>
4199
4200         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4201
4202 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4203
4204         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4205         ports to the calls to `netrc-machine-user-or-password' in addition to
4206         "imap" and "imaps".
4207
4208 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4209
4210         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4211
4212         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4213
4214 2008-02-01  Kenichi Handa  <handa@m17n.org>
4215
4216         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4217         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4218         (rfc2104-hash): Convert the result of concat to unibyte string.
4219
4220 2008-02-01  Dave Love  <fx@gnu.org>
4221
4222         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4223         coding-system-for-read.
4224         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4225
4226 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4227
4228         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4229         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4230         <hanche@math.ntnu.no>.
4231
4232 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4235
4236         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4237
4238 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4239
4240         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4241         * message.el (message-beginning-of-line): Use featurep instead of bound
4242         tests in order to resolve conditionals at compile time.
4243
4244 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4245
4246         * mail-source.el (mail-sources): Add `group' choice.
4247
4248         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4249         parameter `in-group' to control into which group the articles go.
4250         Add treatment of `group' mail-source.
4251
4252 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4255
4256         * mm-decode.el (mm-dissect-buffer): Decode description.
4257
4258         * mml.el (mml-to-mime): Encode message header first.
4259
4260 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4263         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4264
4265         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4266         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4267
4268 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4269
4270         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4271
4272 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4275         prefix keys.
4276         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4277         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4278         gnus-xmas.el.
4279
4280         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4281         (gnus-xmas-article-describe-bindings): New function.
4282         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4283         gnus-xmas-article-describe-bindings.
4284
4285         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4286
4287 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4288
4289         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4290         Add new variables for article mark management.
4291         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4292         list of extra data entries which, when present, will indicate that the
4293         article ID should not be trimmed from the registry.
4294         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4295         functions.
4296         (gnus-registry-read-mark): New function to read a mark name from the
4297         user.
4298         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4299         (gnus-registry-set-article-mark-internal): New functions to add and
4300         remove marks.
4301         (gnus-registry-get-article-marks): New function to show the marks for
4302         an article, or retrieve them for further use.
4303
4304 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4307         keys when no argument is given.
4308
4309 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4310
4311         * imap.el (imap-ping-server): New variable.
4312         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4313         (imap-ping-server): Minor doc string fixes.
4314
4315 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4316
4317         * imap.el (imap-ping-server): New function.
4318         (imap-opened): Call imap-ping-server.
4319
4320 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4321
4322         * gnus-sum.el (gnus-article-sort-by-random)
4323         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4324         jidanni@jidanni.org.
4325
4326 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-art.el (gnus-article-describe-bindings): New function.
4329         (gnus-article-read-summary-keys): Use it.
4330         (gnus-article-mode-map): Bind `C-h b' to it.
4331
4332 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4335         XEmacs.
4336         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4337         against non-character events.
4338
4339         * lpath.el: Fbind map-keymap for Emacs 21.
4340
4341 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4342
4343         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4344         command.
4345         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4346         instead of END.  Change name of the temp file.
4347         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4348         customizable.
4349
4350 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4353         bind `S W' to gnus-article-wide-reply-with-original; set default
4354         binding to gnus-article-read-summary-send-keys.
4355         (gnus-article-read-summary-keys): Fix the order of keys; display
4356         continuation keys correctly in the echo area; describe bindings
4357         correctly when keys end with `C-h'.
4358         (gnus-article-read-summary-send-keys): New function.
4359         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4360         for gnus-article-read-summary-send-keys; display continuation keys
4361         correctly in the echo area.
4362         (gnus-article-reply-with-original): Ignore prefix argument.
4363         (gnus-article-wide-reply-with-original): New function.
4364
4365         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4366         Emacs 21.
4367
4368 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4371         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4372
4373 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4374
4375         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4376         (gnus-group-read-ephemeral-gmane-group): New command.
4377
4378 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4379
4380         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4381
4382 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4383
4384         * message.el (message-send-mail-function): Increase custom version.
4385
4386         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4387         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4388
4389 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4390
4391         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4392         for the cases where imap-authenticate is called with a nil buffer
4393         parameter.
4394
4395 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4398         html parts correctly; support forwarded messages.
4399         (gnus-article-browse-html-article): Remove work buffers.
4400
4401         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4402         compiling.
4403         (netrc-bound-and-true-p): New macro.
4404         (netrc-parse): Use it instead of bound-and-true-p that is not available
4405         in XEmacs 21.4.
4406
4407 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4408
4409         * gnus-registry.el (gnus-registry-mark-article)
4410         (gnus-registry-article-marks): Add functionality to mark articles
4411         through the Gnus registry.
4412
4413         * encrypt.el: Clarify documentation for the new pgg method.
4414         (encrypt-file-alist): Add PGG option.
4415         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4416         functionality.  Abstract password key and messaging to external
4417         functions.
4418         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4419         (encrypt-message-method-and-cipher): Add new convenience external
4420         functions.
4421         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4422         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4423
4424         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4425         (netrc-parse): Use encrypt-file-alist to determine if
4426         encrypt-find-model or encrypt-insert-file-contents should be used.
4427
4428         * encrypt.el: Clarify documentation.  Load password-cache or
4429         password, whichever one is found first, instead of autoloading.
4430
4431 2007-12-19  Glenn Morris  <rgm@gnu.org>
4432
4433         * mml.el (message-options-set, message-narrow-to-head)
4434         (message-in-body-p, message-mail-p, message-encode-message-body):
4435         Autoload.
4436         (message-remove-header, message-narrow-to-headers-or-head)
4437         (message-subscribed-p, message-make-mail-followup-to)
4438         (message-position-on-field, message-news-p)
4439         (message-options-set-recipient, message-generate-headers)
4440         (message-sort-headers): Declare as functions.
4441
4442 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4443
4444         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4445         convention in doc string.
4446
4447 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4450         title to html parts.
4451         (gnus-article-browse-html-article): Pass message header to it.
4452
4453         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4454
4455 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4456
4457         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4458         or password compatible with XEmacs.
4459
4460 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4461
4462         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4463         format document.
4464         (gnus-mime-delete-part): Don't write description line if empty.
4465         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4466
4467 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
4468
4469         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4470         (gnus-summary-mark-read-and-unread-as-read)
4471         (gnus-summary-mark-current-read-and-unread-as-read)
4472         (gnus-summary-mark-unread-as-ticked): Doc fix.
4473         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4474
4475 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4478         Christoph Conrad <christoph.conrad@gmx.de>.
4479
4480 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4481
4482         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4483         yes-or-no-p.
4484
4485 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * mm-decode.el (mm-add-meta-html-tag): New function.
4488         (mm-save-part-to-file, mm-pipe-part): Use it.
4489
4490         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4491         gnus-y-or-n-p instead of y-or-n-p.
4492         (gnus-article-browse-html-parts): Work with message/external-body; use
4493         mm-add-meta-html-tag.
4494
4495 2007-12-11  Glenn Morris  <rgm@gnu.org>
4496
4497         * gnus-cache.el: Require gnus-sum not just when compiling.
4498
4499         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4500
4501         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4502         definitions before use.
4503
4504         * mm-decode.el: Require gnus-util.
4505         (mm-remove-part): Only call delete-annotation on XEmacs.
4506
4507         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4508
4509         * nnmail.el: Require gnus-int.
4510
4511         * spam.el: Move `require's before `eval-when-compile's.
4512
4513         * gnus-ems.el (gnus-alive-p):
4514         * gnus-fun.el (message-goto-eoh):
4515         * gnus-util.el (gnus-group-name-decode):
4516         * mail-source.el (gnus-compress-sequence):
4517         * message.el (Info-goto-node, format-spec):
4518         * mm-bodies.el (message-options-get):
4519         * mm-decode.el (mm-view-pkcs7):
4520         * mm-util.el (gmm-write-region):
4521         * mml-smime.el (mml-compute-boundary)
4522         (gnus-completing-read-with-default):
4523         * mml.el (widget-button-press, gnus-make-hashtable):
4524         * mml1991.el (mm-decode-content-transfer-encoding)
4525         (mm-encode-content-transfer-encoding)
4526         (message-options-get, message-options-set):
4527         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4528         * nnfolder.el (gnus-request-group):
4529         * nnheader.el (ietf-drums-unfold-fws):
4530         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4531         * smime.el (gnus-run-mode-hooks):
4532         * spam-stat.el (gnus-message): Autoload.
4533
4534         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4535         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4536         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4537         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4538         Add declare-function compatibility definition.
4539
4540         * gnus-cache.el (nnvirtual-find-group-art):
4541         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4542         (gnus-add-image, gnus-add-wash-type):
4543         * gnus-group.el (nnkiboze-score-file):
4544         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4545         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4546         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4547         (message-tokenize-header, gnus-get-buffer-create)
4548         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4549         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4550         * gnus.el (gnus-group-decoded-name):
4551         * mail-source.el (imap-capability):
4552         * mm-bodies.el (message-options-set):
4553         * mm-decode.el (gnus-configure-windows):
4554         * mm-extern.el (message-goto-body):
4555         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4556         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4557         (epg-sub-key-validity, message-options-set):
4558         * mml.el (widget-event-point, gnus-configure-windows):
4559         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4560         * mml2015.el (epg-check-configuration, epg-configuration)
4561         (message-options-set):
4562         * nndb.el (nndb-request-article):
4563         * nnfolder.el (gnus-request-create-group):
4564         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4565         * nnmaildir.el (gnus-group-mark-article-read):
4566         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4567         * rfc1843.el (message-fetch-field):
4568         * spam.el (gnus-extract-address-components):
4569         Declare as functions.
4570
4571 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4574
4575         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4576
4577         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4578         bind show-trailing-whitespace for XEmacs.
4579
4580 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4581
4582         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4583         new no-op macro for backward compatibility.
4584
4585         * imap.el (imap-string-to-integer): New function.
4586
4587 2007-12-09  Glenn Morris  <rgm@gnu.org>
4588
4589         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4590
4591         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4592         * message.el, mm-view.el, sieve-manage.el, smime.el:
4593         Add declare-function compatibility definition.
4594
4595         * gnus-art.el (w3-region, w3m-region, Info-menu):
4596         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4597         * gnus-sum.el (gnus-get-predicate):
4598         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4599         * message.el (mail-abbrev-in-expansion-header-p):
4600         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4601         (w3m-detect-meta-charset, w3m-region):
4602         * sieve-manage.el (password-read, password-cache-add)
4603         (password-cache-remove):
4604         * smime.el (password-read-and-add): Declare as functions.
4605
4606 2007-12-08  David Kastrup  <dak@gnu.org>
4607
4608         * gnus-sum.el (gnus-summary-simplify-subject-query):
4609         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4610         `message'.
4611
4612 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4615         it to bind idna-program, installation-directory, defined-colors, and
4616         face-attribute for XEmacs of the version that compiles defcustom forms.
4617
4618 2007-12-07  Glenn Morris  <rgm@gnu.org>
4619
4620         * gnus-art.el (article-make-date-line): Revert previous change.
4621
4622 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4623
4624         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4625
4626 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4627
4628         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4629         Call gnus-add-to-range ranges only once with a prepared article-list.
4630
4631 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4632
4633         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4634         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4635         group names with backslashes.  Reported by Tassilo Horn
4636         <tassilo@member.fsf.org>.
4637
4638 2007-12-06  Deepak Goel  <deego3@gmail.com>
4639
4640         * gnus-art.el (article-make-date-line):
4641         * gnus-start.el (gnus-load):
4642         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4643
4644 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * gnus-art.el (gnus-use-idna)
4647         * gnus-start.el (gnus-site-init-file)
4648         * message.el (message-use-idna)
4649         * mm-uu.el (mm-uu-hide-markers)
4650         * smiley.el (smiley-style): Revert changes that suppress warnings.
4651
4652 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4655         specify charset to html source.  Reported by Christoph Conrad
4656         <christoph.conrad@gmx.de>.
4657
4658 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4661         idna-program in order to suppress byte compile warning issued by XEmacs
4662         that came to byte compile the default value section of defcustom forms
4663         recently.
4664
4665         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4666         value of installation-directory.
4667
4668         * message.el (message-use-idna): Don't directly refer to the value of
4669         idna-program.
4670
4671         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4672
4673         * smiley.el (smiley-style): Don't directly call face-attribute.
4674
4675 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4676
4677         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4678
4679         * gnus-dired.el: Reduce Gnus dependencies.
4680         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4681         require.  Use autoloads instead.
4682         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4683         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4684         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4685         (gnus-dired-mode): Adjust doc string.
4686         (gnus-dired-mail-mode): New variable.
4687         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4688         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4689         (gnus-dired-mail-buffers): New function.  Return mail or message
4690         composition buffers.
4691         (gnus-dired-attach): Use it.
4692         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4693         NO-DECODE.
4694         (gnus-dired-print): Use `gnus-print-buffer' depending on
4695         `gnus-dired-mail-mode'.
4696
4697 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * rfc2047.el (rfc2047-encoded-word-regexp)
4700         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4701         explaining what regexp patterns are for.
4702
4703 2007-12-04  Glenn Morris  <rgm@gnu.org>
4704
4705         * password.el: Move to password-cache.el.
4706
4707         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4708         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4709         * mml-smime.el (password-read, password-cache-add)
4710         (password-cache-remove):
4711         No need to autoload, since mml-sec requires password.
4712
4713         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4714         * message.el (gnus-extract-address-components):
4715         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4716
4717         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4718         password.
4719
4720 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4721
4722         * mailcap.el: Reduce dependencies.
4723         (mail-header-parse-content-type): Autoload.
4724         (mailcap-delete-duplicates): New alias.
4725         (mailcap-mime-info): Add optional argument NO-DECODE.
4726         (mailcap-mime-types): Use mailcap-delete-duplicates.
4727
4728         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4729
4730 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4731
4732         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4733         (imap-parse-status): Upcase status-att for servers that sends them
4734         lower-case (e.g., MS Exchange 2007).
4735
4736 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4739         function.
4740
4741         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4742         (gnus-uu-yenc-article): New function.
4743
4744         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4745
4746         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4747         buffer.
4748
4749 2007-12-02  Glenn Morris  <rgm@gnu.org>
4750
4751         * binhex.el (binhex): New custom group.
4752         (binhex-decoder-program, binhex-decoder-switches)
4753         (binhex-use-external): Move to the binhex custom group.
4754
4755         * uudecode.el (uudecode): New custom group.
4756         (uudecode-decoder-program, uudecode-decoder-switches)
4757         (uudecode-use-external): Move to the uudecode custom group.
4758
4759         * netrc.el (top-level): Don't load `encrypt' features.
4760         (netrc-parse): Don't use encrypt.
4761         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4762
4763         * encrypt.el: Remove file.
4764
4765 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4766
4767         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4768         matches on patches.
4769
4770         * gnus-art.el (gnus-article-browse-html-article): Mention
4771         `mm-text-html-renderer' in the doc string.
4772
4773         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4774         string.  Add comments.
4775
4776         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4777         if rhs is ASCII.
4778
4779 2007-12-01  Glenn Morris  <rgm@gnu.org>
4780
4781         * mail-source.el (top-level): Require format-spec before
4782         eval-when-compile.
4783
4784 2007-11-30  Glenn Morris  <rgm@gnu.org>
4785
4786         * encrypt.el: Require password, rather than autoloading password-read.
4787
4788 2007-11-29  Glenn Morris  <rgm@gnu.org>
4789
4790         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4791         (sasl-make-client, sasl-next-step, sasl-step-data)
4792         (sasl-step-set-data): Declare as functions.
4793
4794 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4795
4796         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4797
4798 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4799
4800         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4801         certs should be verified and what is to be done in the event of a
4802         verification failure.
4803
4804         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4805         caller can indicate whether the cache should be disregarded for this
4806         call.  This way the result of the call is reproducible at all times and
4807         can be considered a canonical server name for the supplied method.
4808         (gnus-agent-method-p): Canonicalize server names by pushing their
4809         method through `gnus-method-to-server' using the no-cache argument.
4810
4811         * gnus-srvr.el (gnus-server-insert-server-line): Call
4812         `gnus-method-to-server' with `no-cache' argument.
4813
4814         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4815         gnus-agent-possibly-synchronize-flags as this should be called when the
4816         server is actually being opened.
4817         (gnus-agent-possibly-synchronize-flags)
4818         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4819         flags file of an agentized server to the latter function.
4820
4821         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4822         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4823         after a connection has been established successfully.
4824
4825 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-art.el (article-display-face): Force to display face if called
4828         interactively; check if gnus-article-x-face-too-ugly matches author.
4829         (article-display-x-face): Display face even if From header is missing
4830         as article-display-face does.
4831
4832 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4833
4834         * hashcash.el (message-narrow-to-headers-or-head)
4835         (message-fetch-field, message-goto-eoh)
4836         (message-narrow-to-headers): Declare as functions.
4837
4838 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4839
4840         * mail-source.el (mail-sources): Default to fetch from file for
4841         compatibility with default of nnmail-spool-file.
4842
4843 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4846         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4847         to look for encoded word that should be encoded again.
4848         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4849         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4850         encoding pattern.
4851         (rfc2047-decode-region): Switch strict regexp and loose one according
4852         to rfc2047-allow-irregular-q-encoded-words.
4853
4854 2007-11-25  Romain Francoise  <romain@orebokech.com>
4855
4856         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4857
4858 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4859
4860         * tls.el (tls-program): Provide more custom choices from
4861         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4862         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4863
4864 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4865
4866         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4867         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4868
4869         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4870         `nnmail-spool-file'.
4871
4872         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4873         `nnmail-spool-file'.
4874
4875         * gnus-move.el (gnus-change-server): Ditto.
4876
4877         * gnus-kill.el (gnus-batch-score): Ditto.
4878
4879         * gnus-cache.el (gnus-jog-cache): Ditto.
4880
4881         * gnus-msg.el (gnus-summary-reply):
4882         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4883
4884 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4885
4886         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4887         version.  Minor improvement to doc strings.
4888         (tls-program): Add comment.
4889
4890 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4891
4892         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4893         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4894         mismatch between the hostname provided in the certificate and the name
4895         of the host connnecting to.
4896         (open-tls-stream): Use them.  Check certificates against trusted root
4897         certificates.
4898
4899 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * gnus-cache.el (gnus-cache-generate-nov-databases):
4902         Use nnml-generate-nov-databases-directory instead of
4903         nnml-generate-nov-databases-1.
4904
4905 2007-11-24  Glenn Morris  <rgm@gnu.org>
4906
4907         * message.el (message-tool-bar-retro): Update for rename
4908         mail_send.xpm->mail-send.xpm.
4909
4910 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4911
4912         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4913         `smime-ldap-search' for Emacs 22 and up.
4914
4915 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4916
4917         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4918
4919         * message.el (message-send-mail-function): Fix error convention.
4920         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4921         (message-widen-reply, message-send-mail, message-talkative-question)
4922         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4923         (message-clone-locals, message-send-news): Use with-current-buffer.
4924         (message-insert-or-toggle-importance): Remove unused var `valid'.
4925         (message-make-references): Remove unused var `new-references'.
4926         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4927
4928 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4929
4930         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4931         (spam-split-symbolic-return-positive): Reflow docstring.
4932         (spam-backends, spam-summary-exit-behavior)
4933         (spam-mark-ham-unread-before-move-from-spam-group)
4934         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4935         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4936         (spam-clear-cache, spam-backend-check, spam-install-backend)
4937         (spam-install-statistical-backend, spam-list-of-processors)
4938         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4939         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4940         (spam-check-crm114, spam-initialize, spam-unload-hook):
4941         Fix typos in docstrings.
4942
4943 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4946         been checked if they have never been read and those group levels are
4947         higher than the one that a user specified.
4948
4949 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4952         foreign groups unless a group level is specified by a user.
4953         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4954
4955 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4956
4957         * message.el (message-send-mail-function): Require sendmail.
4958
4959 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4960
4961         * message.el (message-send-mail-function): Check for smtpmail too.
4962
4963         * utf7.el (utf7-encode, utf7-decode): Use coding system
4964         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4965
4966         * message.el (message-send-mail-function): New function.
4967         (message-send-mail-function): Set default using
4968         message-send-mail-function.  Adjust doc string.
4969         (message-send-mail-with-mailclient): New function.
4970
4971 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4972
4973         * smime.el (from):
4974         * rfc2047.el (message-posting-charset):
4975         * qp.el (mm-use-ultra-safe-encoding):
4976         * pop3.el (parse-time-months):
4977         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4978         * nnml.el (files):
4979         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4980         (jka-compr-compression-info-list, ange-ftp-path-format)
4981         (efs-path-regexp):
4982         * nndiary.el (files):
4983         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4984         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4985         (epg-digest-algorithm-alist, inhibit-redisplay)
4986         (password-cache-expiry):
4987         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4988         (pgg-output-buffer, password-cache-expiry):
4989         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4990         (efs-path-regexp):
4991         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4992         (inhibit-redisplay):
4993         * mm-uu.el (file-name, start-point, end-point, entry)
4994         (gnus-newsgroup-name, gnus-newsgroup-charset):
4995         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4996         (latin-unity-ucs-list):
4997         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4998         (mm-uu-binhex-decode-function):
4999         * message.el (gnus-message-group-art, gnus-list-identifiers)
5000         (rmail-enable-mime-composing, gnus-local-organization)
5001         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5002         (gnus-read-active-file, facemenu-add-face-function)
5003         (facemenu-remove-face-function, gnus-article-decoded-p)
5004         (tool-bar-mode):
5005         * mail-source.el (display-time-mail-function):
5006         * gnus-util.el (nnmail-pathname-coding-system)
5007         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5008         (gnus-original-article-buffer, gnus-user-agent)
5009         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5010         (xemacs-codename, sxemacs-codename, emacs-program-version):
5011         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5012         * gnus-start.el (gnus-agent-covered-methods)
5013         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5014         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5015         (gnus-newsgroup-headers, gnus-group-list-mode)
5016         (gnus-group-mark-positions, gnus-newsgroup-data)
5017         (gnus-newsgroup-unreads, nnoo-state-alist)
5018         (gnus-current-select-method, mail-sources)
5019         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5020         (nnmail-spool-file, gnus-cache-active-hashtb):
5021         * gnus-mh.el (mh-lib-progs):
5022         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5023         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5024         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5025         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5026         (gnus-group-buffer):
5027         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5028         (font-lock-set-defaults):
5029         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5030         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5031         (gnus-summary-post-menu, total-parts, type, condition, length):
5032         * gnus-agent.el (gnus-agent-read-agentview):
5033         * flow-fill.el (show-trailing-whitespace):
5034         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5035         eval-and-compile wrappers for byte compiler pacifiers.
5036
5037         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5038         (mm-display-inline-fontify): Check for featurep 'xemacs not
5039         extent-list.
5040
5041         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5042         itimer-list.
5043         (mm-create-image-xemacs): Only do something for XEmacs.
5044         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5045
5046         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5047
5048         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5049         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5050
5051 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5052
5053         * nnimap.el (nnimap-split-download-body):
5054         * gnus-demon.el (gnus-demon):
5055         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5056
5057 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5060         macros.
5061         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5062         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5063         copy data from unibyte buffer to multibyte current buffer.
5064         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5065         to copy data from unibyte current buffer to multibyte buffer.
5066         (nntp-make-process-buffer): Make process buffer unibyte.
5067
5068         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5069
5070 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5071
5072         * pop3.el (pop3-open-server): Accept and process data more robustly at
5073         connexion start to avoid spurious "POP SSL connexion failed" errors.
5074
5075 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5078         read group names.
5079
5080 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5081
5082         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5083
5084 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5087         (nnmail-save-active): Use a unibyte buffer when saving active file,
5088         which may contain non-ASCII group names.
5089
5090         * nnml.el (nnml-request-group): Decode group names in messages.
5091
5092 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * message.el (message-citation-line-function)
5095         (message-insert-formatted-citation-line): Fix spelling of
5096         `message-insert-formated-citation-line'.
5097
5098 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5101
5102 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5105         nnmail-pathname-coding-system.
5106
5107         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5108         that a user enters; decode group names in messages.
5109
5110         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5111
5112 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5115
5116         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5117
5118         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5119         risky local variable.
5120
5121         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5122
5123 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5124
5125         * encrypt.el: Improve documentation to fix function name typo.
5126         Reported by Daiki Ueno <ueno@unixuser.org>.
5127
5128 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5131         even if the point is not in the last page of an article.
5132         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5133         back to the previous page.
5134
5135 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5136
5137         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5138
5139 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5142
5143 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5144
5145         * message.el (message-check-news-body-syntax): Avoid
5146         mm-string-as-multibyte.
5147         (message-hide-headers): Don't assume (point-min)==1.
5148
5149 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5150
5151         * message.el (message-remove-blank-cited-lines): Fix if remove is
5152         given.
5153         (message-bogus-address-regexp): New variable.
5154         (message-bogus-recipient-p): New function.
5155         (message-check-recipients): New command.
5156         (message-syntax-checks): Add `bogus-recipient'.
5157         (message-fix-before-sending): Add `bogus-recipient'.
5158
5159         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5160         (gnus-treat-body-boundary): Don't test window-system.
5161
5162 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5163
5164         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5165
5166 2007-10-28  Miles Bader  <miles@gnu.org>
5167
5168         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5169         at compile-time too.
5170
5171 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * gnus-msg.el (gnus-message-setup-hook): Add
5174         `message-remove-blank-cited-lines' to options.
5175
5176 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5177
5178         * message.el (message-remove-blank-cited-lines): New function.
5179         Suggested by Karl Plästerer.
5180
5181 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5184         mapc.
5185
5186         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5187         (top-level): Use mapc to set functions to be traced for debugging.
5188
5189         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5190         called for effect with while loop.
5191
5192         * message.el (message-talkative-question): Replace mapcar called for
5193         effect with mapc.
5194
5195         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5196         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5197         called for effect with dolist.
5198
5199         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5200
5201         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5202         gnus-extra-headers and nnmail-extra-headers.
5203
5204         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5205         called for effect with dolist.
5206         (top-level): Use mapc to set functions to be traced for debugging.
5207
5208         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5209         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5210         dolist.
5211
5212         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5213         Replace mapcar called for effect with mapc.
5214         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5215         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5216         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5217         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5218
5219         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5220         remove-if that's a cl function.
5221
5222         * webmail.el (webmail-debug): Replace mapcar called for effect with
5223         dolist.
5224
5225         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5226         with mapc.
5227
5228 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5231         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5232         with while loop.
5233
5234         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5235         functions from article-* functions.
5236         (gnus-multi-decode-header): Replace mapcar called for effect with
5237         dolist.
5238
5239         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5240         (gnus-bookmark-show-details): Replace mapcar called for effect with
5241         while loop.
5242
5243         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5244         called for effect with while loop.
5245
5246         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5247         with dolist.
5248
5249         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5250         mapcar called for effect with dolist.
5251
5252         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5253
5254         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5255         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5256         Replace mapcar called for effect with dolist.
5257         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5258         mapc.
5259
5260         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5261         Replace mapcar called for effect with dolist.
5262         (gnus-topic-list): Replace mapcar called for effect with mapc.
5263
5264         * gnus.el: Use mapc instead of mapcar to add autoloads.
5265
5266 2007-10-23  Richard Stallman  <rms@gnu.org>
5267
5268         * gnus-group.el (gnus-group-highlight): Mark as risky.
5269
5270 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * gnus.el (gnus-server-to-method): Return method found first in
5273         gnus-newsrc-alist.
5274
5275         * gnus-art.el (gnus-article-highlight-signature)
5276         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5277         button overlay without the front stickiness.
5278
5279 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5280
5281         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5282         overview buffer needed a catch to receive its throw.
5283         (gnus-agent-flush-cache): Declared as interactive to make this function
5284         easier to use.
5285
5286 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5289         `next-line'.
5290
5291 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5294         exclude address matching message-dont-reply-to-names.
5295
5296 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-util.el (gnus-string<): New function.
5299
5300         * gnus-sum.el (gnus-article-sort-by-author)
5301         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5302
5303 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5306         the frame-focus tag is set in gnus-buffer-configuration.
5307
5308 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5311         the front stickiness.
5312
5313 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5316         url pattern; remove duplicate one.
5317         (gnus-article-extend-url-button): New function.
5318         (gnus-article-add-buttons): Use it.
5319         (gnus-button-push): Use concatenated url that it makes.
5320
5321 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5322
5323         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5324
5325 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5326
5327         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5328         Don't hardcode point-min==1.
5329
5330 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5331
5332         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5333         Fix comment about "iso8859-1".
5334
5335 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5336
5337         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5338         ones returned from the verify-function.
5339
5340         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5341         mml2015-extract-cleartext-signature if extraction failed.
5342
5343 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5344
5345         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5346         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5347         failed.
5348
5349 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5352
5353 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5354
5355         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5356         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5357         recommends to use EasyPG instead of PGG.
5358
5359         * pgg.el: Revert to revision 6.23.2.16.
5360
5361         * pgg-def.el: Revert to revision 6.6.2.14.
5362
5363         * pgg-gpg.el: Revert to revision 6.23.2.34.
5364
5365 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5368         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5369         thread for both the null and zero (kill/expire thread) universal prefix
5370         cases.
5371         (gnus-summary-expire-thread): Add new function to expire a thread,
5372         using gnus-summary-kill-thread.
5373         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5374         shortcuts for gnus-summary-expire-thread.
5375         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5376         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5377
5378 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5379
5380         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5381         extras value, so an extras entry can be deleted.
5382         (gnus-registry-delete-extra-entry): Use it.
5383         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5384         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5385         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5386         storage through the gnus-registry, and provide an appropriate API for
5387         it.
5388
5389 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5392         Suggested by Leo <sdl.web@gmail.com>.
5393
5394         * gnus.el: Do.
5395
5396 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5399         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5400
5401         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5402
5403         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5404         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5405
5406 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5409         newline.
5410         (nnmbox-request-accept-article): Don't change article in source buffer;
5411         narrow to header to use message-fetch-field rather than
5412         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5413         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5414         as delimiters; make sure article ends with newline.
5415         (nnmbox-delete-mail): Correct last position of article to be deleted;
5416         ignore X-Gnus-Newsgroup header in article body.
5417         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5418         positions; make sure article ends with newline.
5419
5420         * message.el (message-display-abbrev): Don't infloop when a user
5421         inserts SPC in the beginning of header.
5422
5423         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5424         coding-system-for-read and coding-system-for-write for XEmacs having no
5425         file-coding feature.
5426
5427         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5428
5429 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5430
5431         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5432         list of groups not followed by default.  Fix type to be regexp.
5433         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5434
5435 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5436
5437         * hmac-def.el (define-hmac-function): Switch from old-style to
5438         new-style backquotes.
5439
5440         * md4.el (md4-make-step): Likewise.
5441
5442 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5445         raw-text coding system when saving .newsrc file, which may contain
5446         non-ASCII group names.
5447
5448 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * gnus-cus.el (gnus-score-extra): New widget.
5451         (gnus-score-extra-convert): New function.
5452         (gnus-score-customize): Use it for Extra.
5453
5454 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5455
5456         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5457         (mml2015-mailcrypt-clear-verify): Use it.
5458         (mml2015-gpg-clear-verify): Use it.
5459         (mml2015-pgg-clear-verify): Use it.
5460         (mml2015-epg-clear-verify): Replace the current part with the output
5461         from GnuPG; don't extract the plaintext by itself.
5462
5463         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5464         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5465         mml2015-clear-verify-function; don't touch the armor headers or
5466         dash-escaped text here.
5467
5468 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5471         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5472         parts, or application/octet-stream as a last resort.
5473         (gnus-mime-view-part-as-type): Don't toggle display.
5474         (gnus-mime-view-part-as-charset): Don't turn off display before
5475         querying charset.
5476
5477         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5478         stuff to undisplayer function in Emacs.
5479         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5480
5481         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5482         text/calendar parts.
5483
5484 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5487         decoding text/calendar parts.
5488
5489         * message.el (message-forward-make-body-mime): Always mark body as
5490         having no illegible text; remove signed-or-encrypted argument.
5491         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5492
5493         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5494         (mml-generate-mime-1): Don't encode body if it is specified to be in
5495         raw form; don't make buffer be unibyte when inserting multibyte string.
5496
5497 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5498
5499         * sha1.el: Fix up comment style.
5500         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5501         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5502
5503         * hex-util.el: Fix up comment style.
5504         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5505
5506         * gnus-salt.el: Use with-current-buffer.
5507         (gnus-pick-setup-message): Fix long-standing typo.
5508
5509 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * imap.el (imap-logout-timeout): New variable.
5512         (imap-logout, imap-logout-wait): New functions.
5513         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5514
5515         * nnimap.el (nnimap-logout-timeout): New server variable.
5516         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5517         nnimap-logout-timeout.
5518
5519         * gnus-art.el (gnus-article-summary-command-nosave)
5520         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5521
5522 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * gnus.el (gnus-maximum-newsgroup): New variable.
5525
5526         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5527         according to gnus-maximum-newsgroup.
5528
5529         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5530         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5531         Limit the range of articles according to gnus-maximum-newsgroup.
5532
5533 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5534
5535         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5536         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5537         Don't perform gnus-configure-windows here; reuse existing sticky
5538         article buffer.
5539
5540         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5541         it doesn't exist in gnus-article-mode.
5542
5543 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5546         (gnus-agent-decoded-group-name): New function.
5547         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5548         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5549
5550 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5551
5552         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5553         Add binding for gnus-sticky-article.
5554         (gnus-summary-exit): Don't kill sticky article buffers.
5555
5556         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5557         article buffer.
5558         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5559         (gnus-kill-sticky-article-buffers): New commands.
5560
5561 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * nntp.el (nntp-xref-number-is-evil): New server variable.
5564         (nntp-find-group-and-number): If it is non-nil, don't trust article
5565         numbers in the Xref header.
5566
5567 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * gnus-agent.el (gnus-agent-read-group): New function.
5570         (gnus-agent-flush-group, gnus-agent-expire-group)
5571         (gnus-agent-regenerate-group): Use it.
5572         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5573         nnmail-pathname-coding-system.
5574
5575 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5578
5579         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5580         that are unread as unread, and also as selected so that information of
5581         marks having been changed by a user may be updated when exiting group.
5582
5583 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5586         calculated ignoring signature parts to gnus-treat-article.
5587
5588 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5591         a point here in order to keep the window start.
5592         (gnus-insert-mime-security-button): Make a button overlay without the
5593         front stickiness.
5594         (gnus-mime-display-security): Goto the end of a button.
5595
5596         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5597
5598 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5601         group-name-at-point.
5602         (gnus-group-completing-read): New function that offers decoded
5603         non-ASCII group names for completion.
5604         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5605         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5606         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5607         (gnus-group-fetch-control): Use it.
5608         (gnus-fetch-group): Use group-name-at-point for the initial value
5609         rather than the default value; use gnus-alive-p.
5610
5611         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5612         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5613         (gnus-summary-post-news): Use gnus-group-completing-read.
5614
5615         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5616         (gnus-read-move-group-name): Decode group name for completion.
5617
5618 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5619
5620         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5621         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5622         Yamaoka slightly modified the code).
5623
5624 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5627         (nnmail-split-incoming): Bind it.
5628
5629         * nnml.el (nnml-group-name-charset): New function.
5630         (nnml-decoded-group-name): Use it; don't decode group name if
5631         nnmail-group-names-not-encoded-p is non-nil.
5632         (nnml-encoded-group-name): New function.
5633         (nnml-group-pathname): Inline nnml-decoded-group-name.
5634         (nnml-request-expire-articles): Decode group name in message.
5635         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5636         nnmail-pathname-coding-system.
5637         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5638         not decoded ones according to nnmail-group-names-not-encoded-p.
5639         (nnml-generate-active-info): Use nnml-encoded-group-name.
5640
5641 2007-08-08  Glenn Morris  <rgm@gnu.org>
5642
5643         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5644         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5645         doc-strings and comments.
5646
5647 2007-07-25  Glenn Morris  <rgm@gnu.org>
5648
5649         * Relicense all FSF files to GPLv3 or later.
5650
5651 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-sum.el (gnus-summary-move-article): Make
5654         gnus-summary-respool-article work.
5655
5656 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5657
5658         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5659         string.
5660
5661 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5662
5663         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5664         that should be ignored when comparing distant RSS articles with local
5665         ones.
5666         (nnrss-make-hash-index): New function.  Create a hash index according
5667         to the ignored fields.
5668         (nnrss-check-group): Use it.
5669
5670 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5673
5674         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5675
5676         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5677         the new optional argument ENCODED is non-nil.
5678         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5679         coding system for encoding group name.
5680         (gnus-group-make-rss-group): Pass un-encoded group name to
5681         gnus-group-make-group.
5682         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5683         encoded.
5684
5685         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5686         Encode group name to which articles are moved or copied.
5687         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5688         coding system for encoding Newsgroup, Followup-To and Xref headers.
5689
5690         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5691         marks; use nnheader-file-coding-system to write a file.
5692         (nnagent-retrieve-headers): Bind file-name-coding-system to
5693         nnmail-pathname-coding-system.
5694
5695         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5696
5697         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5698         (nnml-request-article, nnml-request-create-group)
5699         (nnml-request-rename-group, nnml-find-id)
5700         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5701         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5702         (nnml-save-marks): Use nnml-group-pathname instead of
5703         nnmail-group-pathname.
5704
5705         (nnml-request-create-group, nnml-request-expire-articles)
5706         (nnml-request-move-article, nnml-request-delete-group)
5707         (nnml-deletable-article-p, nnml-possibly-create-directory)
5708         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5709         (nnml-open-marks): Bind file-name-coding-system to
5710         nnmail-pathname-coding-system.
5711
5712         (nnml-request-article): Pass server argument to nnml-find-group-number.
5713         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5714         server argument to nnml-possibly-create-directory.
5715         (nnml-request-accept-article): Pass server argument to
5716         nnml-active-number and nnml-save-mail.
5717         (nnml-find-group-number): Pass server argument to nnml-find-id.
5718         (nnml-request-update-info): Pass server argument to
5719         nnml-marks-changed-p.
5720
5721         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5722         (nnml-save-mail, nnml-active-number): Add server argument.
5723
5724         (nnml-request-delete-group): Warn if group is missing.
5725         (nnml-get-nov-buffer): Decode group name.
5726         (nnml-generate-active-info): Encode group name.
5727         (nnml-open-marks): Decode group name in messages.
5728
5729 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5732         if it is not specified.
5733         (gnus-article-pipe-part, gnus-article-save-part)
5734         (gnus-article-interactively-view-part, gnus-article-copy-part)
5735         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5736         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5737         (gnus-article-replace-part, gnus-article-delete-part)
5738         (gnus-article-view-part-as-type): Pass raw prefix argument to
5739         gnus-article-part-wrapper.
5740
5741 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-agent.el (gnus-agent-save-active): Bind
5744         nnheader-file-coding-system to gnus-agent-file-coding-system.
5745
5746         * gnus-cache.el (gnus-cache-save-buffers)
5747         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5748         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5749         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5750         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5751         (gnus-cache-generate-active, gnus-cache-rename-group)
5752         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5753         (gnus-cache-update-overview-total-fetched-for): Bind
5754         file-name-coding-system to nnmail-pathname-coding-system.
5755         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5756         variables.
5757         (gnus-cache-decoded-group-name): New function.
5758         (gnus-cache-file-name): Use it.
5759         (gnus-cache-generate-active): Use non-decoded group name for active.
5760
5761         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5762         right place.
5763         (gnus-write-active-file): Don't break non-ASCII group names.
5764
5765         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5766         nnmail-pathname-coding-system.
5767
5768         * lpath.el: Bind default-file-name-coding-system,
5769         file-name-coding-system and language-info-alist for XEmacs.
5770
5771         * gnus-uu.el (gnus-uu-decode-save): Typo.
5772
5773 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5776
5777 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5780         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5781         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5782         (gnus-agent-flush-group, gnus-agent-flush-cache)
5783         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5784         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5785         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5786         (gnus-agent-regenerate-group)
5787         (gnus-agent-update-files-total-fetched-for)
5788         (gnus-agent-update-view-total-fetched-for): Bind
5789         file-name-coding-system to nnmail-pathname-coding-system.
5790         (gnus-agent-group-pathname): Don't encode file names by
5791         nnmail-pathname-coding-system.
5792         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5793         coding-system-for-write instead of buffer-file-coding-system to
5794         gnus-agent-file-coding-system.
5795
5796         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5797         Decode group name.
5798
5799         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5800
5801         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5802         (gnus-read-newsrc-el-file): Make group names unibyte.
5803
5804         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5805         nnmail-pathname-coding-system.
5806
5807         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5808         (nnrss-request-delete-group): Bind file-name-coding-system to
5809         nnmail-pathname-coding-system.
5810         (nnrss-read-server-data, nnrss-read-group-data): Bind
5811         file-name-coding-system correctly.
5812         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5813
5814         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5815         (nntp-server-to-method-cache): New variable.
5816         (nntp-group-pathname): New function that decodes non-ASCII group names.
5817         (nntp-possibly-create-directory, nntp-marks-changed-p)
5818         (nntp-save-marks, nntp-open-marks): Use it.
5819         (nntp-possibly-create-directory, nntp-open-marks):
5820         Bind file-name-coding-system to nnmail-pathname-coding-system.
5821         (nntp-open-marks): Decode group names when bootstrapping marks.
5822
5823         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5824         Newsgroups and Folowup-To headers.
5825
5826 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5829         (gnus-server-closed-face, gnus-server-denied-face)
5830         (gnus-server-offline-face): Remove variable.
5831         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5832
5833         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5834         of modifying message-stack directly for XEmacs.
5835
5836         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5837         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5838         if the coding-system argument is nil for XEmacs.
5839
5840         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5841         mm-charset-override-alist.
5842
5843         * rfc2047.el: Don't require base64; require rfc2045 for the function
5844         rfc2045-encode-string.
5845         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5846         to quote the parameter value.
5847
5848 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5851         form in gnus-group-name-charset-method-alist.
5852
5853         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5854         overrides the default layout edit-form.
5855
5856         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5857
5858         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5859
5860 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5863         as unfetched articles.
5864
5865 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5866
5867         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5868
5869 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5872         original back end that keeps marks in the local system.
5873
5874 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5877         arg of pop-to-buffer for XEmacs.
5878         (gnus-article-read-summary-keys): Ditto; don't restore window
5879         configuration if summary command ends up with neither article buffer
5880         nor summary buffer; describe bindings if summary keys end with C-h.
5881
5882 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * message.el (message-fix-before-sending): Skip raw message part to be
5885         forwarded while checking illegible text.
5886         (message-forward-make-body-mime, message-forward-make-body): Mark
5887         signed or encrypted raw message as having no illegible text.
5888
5889 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5892         (gnus-message-with-timestamp-1): New macro.
5893         (gnus-message-with-timestamp): New function.
5894         (gnus-message): Use them.
5895
5896         * nnheader.el (nnheader-message): Use them.
5897
5898 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5901         .newsrc.eld file.
5902
5903 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * gnus-agent.el (gnus-agent-fetch-headers)
5906         (gnus-agent-retrieve-headers): Bind
5907         gnus-decode-encoded-address-function to identity.
5908
5909         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5910         available also when the server returns simply a dot.
5911
5912         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5913
5914 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5917
5918 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * gnus-ems.el (gnus-x-splash): Make it work.
5921
5922         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5923         from being used.
5924
5925         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5926
5927 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5930         4th and the 5th arguments.
5931
5932         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5933         the front stickiness.
5934         (gnus-article-summary-command-nosave): Correct the order of the
5935         arguments passed to pop-to-buffer.
5936         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5937         summary command ends up with the article buffer.
5938
5939         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5940         the same faces.
5941
5942 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5943
5944         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5945
5946 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5947
5948         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5949         * gnus-sum.el (gnus-summary-highlight):
5950         * pgg.el (pgg-sign-region, pgg-sign):
5951         * mail-source.el (mail-source-delete-old-incoming-confirm):
5952         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5953
5954 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * gnus-art.el (gnus-mime-view-part-externally)
5957         (gnus-mime-view-part-internally): Fix predicate function passed to
5958         completing-read.
5959
5960         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5961
5962         * gnus.el (gnus-update-message-archive-method): Add :version.
5963
5964 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus.el (gnus-update-message-archive-method): New variable.
5967
5968         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5969         according to gnus-message-archive-method if
5970         gnus-update-message-archive-method is non-nil.
5971
5972 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5975         by Loic Dachary <loic@dachary.org>.
5976         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5977
5978 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * message.el (message-pop-to-buffer): Add switch-function argument.
5981         (message-mail): Pass switch-function argument to it.
5982
5983 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5986         Improve doc string.
5987
5988 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5991         (gnus-header-content)
5992         * gnus-cite.el (gnus-cite-10)
5993         * gnus-srvr.el (gnus-server-closed)
5994         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5995         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5996         (gnus-group-mail-3-empty, gnus-group-mail-low)
5997         (gnus-group-mail-low-empty, gnus-splash)
5998         * message.el (message-header-to, message-header-cc)
5999         (message-header-subject, message-header-other, message-header-name)
6000         (message-header-xheader, message-separator, message-cited-text)
6001         (message-mml): Lighten colors of faces used for dark background.
6002
6003 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6004
6005         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6006         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6007
6008 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * message.el (message-narrow-to-headers-or-head):
6011         Ignore mail-header-separator in the body.
6012
6013 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6016         same as window size.
6017
6018 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6019
6020         * message.el (message-font-lock-keywords): Use message-header-xheader
6021         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6022         ahead of the anything pattern, to get it recognised.
6023
6024 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6027         spam.el loads uses it in the compiled defadvice form.
6028
6029 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6030
6031         * gnus-sum.el (gnus-articles-to-read)
6032         (gnus-summary-insert-old-articles): Don't truncate group name for
6033         `read-string'.
6034
6035         * gnus-util.el (gnus-limit-string): Delete this function.
6036
6037         * gnus-sum.el (gnus-simplify-subject-fully): Use
6038         `truncate-string-to-width' instead.
6039
6040 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6041
6042         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6043         if, on summary exit, the next group has to be selected.
6044         (gnus-summary-exit): Use it.
6045
6046 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6047
6048         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6049         non-break space.
6050
6051 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6054         Check if group is not a directory.
6055         (nnfolder-request-expire-articles): Don't delete articles if the target
6056         group is not available.
6057
6058         * nnml.el (nnml-request-create-group): Properly check if group is not a
6059         file.
6060         (nnml-request-expire-articles): Don't delete articles if the target
6061         group is not available.
6062
6063         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6064         Don't quote characters that are within parentheses.
6065
6066 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6069         (gnus-handle-ephemeral-exit): Select article according to it.
6070
6071 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6072
6073         * message.el (message-insert-formated-citation-line): Remove newline.
6074         (message-citation-line-format): Add final \n here so that the user can
6075         avoid a blank line.
6076
6077 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6078
6079         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6080         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6081         Update lanl/arXiv support.
6082
6083 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * gnus.el: Bump version number.
6086
6087 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088
6089         * gnus.el (gnus-version-number): Bump version.
6090
6091 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6092
6093         * gnus.el: No Gnus v0.6 is released.
6094
6095 2007-04-27  Didier Verna  <didier@xemacs.org>
6096
6097         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6098         * gmm-utils.el (gmm-regexp-concat): here.
6099         * message.el: Don't require 'gnus-util.
6100         (message-dont-reply-to-names): Handle name change above.
6101         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6102
6103 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6106         since the initial value varies according to the system.
6107
6108 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6111
6112 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6113
6114         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6115
6116 2007-04-24  Didier Verna  <didier@xemacs.org>
6117
6118         Improve the type of gnus-ignored-from-addresses.
6119         * gnus-util.el (gnus-orify-regexp): New function.
6120         * message.el (gnus-util): Require it.
6121         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6122         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6123         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6124
6125 2007-04-24  Didier Verna  <didier@xemacs.org>
6126
6127         * gnus-sum.el:
6128         * gnus-utils.el: Fix some trailing whitespaces.
6129
6130 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6133         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6134         article's Message-ID; refer parent article in summary buffer.
6135
6136         * message.el (message-bounce): Call mime-to-mml.
6137
6138         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6139         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6140         optimize and/or forms properly.
6141
6142 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6143
6144         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6145         URL.
6146
6147 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6150
6151 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6154         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6155         displayed of multipart/alternative part if it is invoked from summary
6156         buffer.
6157
6158         * mm-view.el (mm-inline-text-html-render-with-w3m)
6159         (mm-inline-text-html-render-with-w3m-standalone)
6160         (mm-inline-render-with-function): Use mail-parse-charset by default.
6161
6162 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6163
6164         * parse-time.el (parse-time-string-chars): Check if CHAR
6165         is less than the length of parse-time-syntax.
6166
6167 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6170         from gnus-newsgroup-processable.
6171
6172 2007-04-16  Didier Verna  <didier@xemacs.org>
6173
6174         * gnus-msg.el (gnus-configure-posting-styles): Handle
6175         message-signature-directory properly with :file syntax.  Reported by
6176         "Leo".
6177
6178 2007-04-11  Didier Verna  <didier@xemacs.org>
6179
6180         New user option: message-signature-directory.
6181         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6182         * message.el (message-insert-signature): Ditto.
6183         * message.el (message-signature-file): Doc update.
6184         * message.el (message-signature-directory): New.
6185
6186 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gnus-msg.el (gnus-inews-yank-articles): Use
6189         message-exchange-point-and-mark instead of exchange-point-and-mark.
6190
6191 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * message.el (message-yank-original): Make sure cited text ends with
6194         newline; don't exchange point and mark.
6195
6196 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6197
6198         * tls.el (open-tls-stream): Properly handle case where there
6199         is no associated buffer.
6200
6201 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6202
6203         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6204         message-yank-original, make sure (< mark TEXT point).
6205
6206 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6207
6208         * message.el (message-fill-column): New variable.
6209         (message-mode): Use it.  Add comment on a possible new hook.
6210
6211         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6212         (nnmail-get-new-mail): Reformat.
6213
6214         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6215
6216         * gmm-utils.el: Fix Commentary.
6217         (gmm-tool-bar-from-list): Fix typo in doc string.
6218
6219 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6220
6221         * message.el (message-yank-original): Don't switch point and mark
6222         unnecessarily to put point and mark as documented.
6223
6224 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6225
6226         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6227         from the message heads.
6228
6229 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6230
6231         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6232         article buffer does not have a window.  This may not be the best
6233         solution but is certainly better than setting the start of the null,
6234         that is the current, window.
6235
6236 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6237
6238         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6239         (gnus-draft-setup): Run it.
6240
6241         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6242         gnus-score-fast-scoring.  Allow regexp.
6243         (gnus-score-headers): Use it.
6244
6245         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6246         XEmacs.
6247
6248         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6249         string.
6250         (gnus-button-alist): Also catch `<f1> k ...'.
6251         (gnus-treat-display-x-face): Fix doc string.
6252
6253 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6254
6255         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6256         evaluation of gnus-extended-version to ensure correct generation of the
6257         User-Agent header when message-generate-headers-first is used.
6258
6259 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6260
6261         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6262         hashcash-path is nil.  Don't call callback with incorrect number of
6263         parameters if val is 0.
6264
6265 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6266
6267         * message.el (message-required-news-headers):
6268         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6269
6270 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6271
6272         * tls.el (open-tls-stream): In handshake-waiting loop,
6273         don't wait more if there is output available to process.
6274
6275 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6276
6277         * tls.el (tls-program): Doc fix.
6278
6279 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * message.el (message-generate-new-buffers): Change the meaning of the
6282         nil value; add `standard' to the choices; treat t as `unique'; improve
6283         doc string.
6284         (gnus-select-frame-set-input-focus): Autoload.
6285         (message-buffer-name): Search for the existing message buffer if
6286         message-generate-new-buffers is nil or `standard'; treat the value t of
6287         message-generate-new-buffers as `unique'.
6288         (message-pop-to-buffer): Raise the frame already displaying the message
6289         buffer; clear the echo area after querying.
6290         (message-setup): Pass the `continue' argument to compose-mail.
6291         (message-mail): Prefer `switch-function' if it is given; search for the
6292         existing message buffer if the `continue' argument is non-nil; pass
6293         continue and switch-function arguments to compose-mail by way of
6294         message-setup.
6295         (message-mail-other-window): Adjust argument of message-setup.
6296         (message-mail-other-frame): Ditto.
6297
6298 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6301         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6302         to turn font-lock on when turning gnus-message-citation-mode on.
6303
6304 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6305
6306         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6307         (mml-smime-function-alist): New variable; add epg as the backend.
6308         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6309         mml-smime- functions instead.
6310         * mm-view.el: Require smime.
6311
6312 2007-03-05  Didier Verna  <didier@xemacs.org>
6313
6314         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6315         instead of just inheritance for posting styles.
6316         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6317
6318 2007-02-24  Chris Moore  <dooglus@gmail.com>
6319
6320         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6321         * pgg-pgp.el (pgg-pgp-encrypt-region):
6322         * pgg-gpg.el (pgg-gpg-encrypt-region):
6323         Check pgg-encrypt-for-me if no other recipients.
6324
6325 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6326
6327         * tls.el (tls-certtool-program): Fix custom type.
6328
6329 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6332         and point-at-eol instead of line-(beginning|end)-position.
6333
6334         * assistant.el (assistant-parse-buffer): Ditto.
6335
6336         * netrc.el (netrc-parse-services): Ditto.
6337
6338 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6339
6340         * mml2015.el (mml2015-epg-find-usable-key): New function.
6341         (mml2015-epg-sign): Use it.
6342         (mml2015-epg-encrypt): Use it.
6343
6344 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * message.el (message-make-in-reply-to): Quote name containing
6347         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6348         if there are special characters.  Reported by NAKAJI Hiroyuki
6349         <nakaji@jp.freebsd.org>.
6350
6351 2007-02-27  Didier Verna  <didier@xemacs.org>
6352
6353         Include the group parameters as well as the topic ones in the
6354         inheritance filter process.
6355         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6356         argument GROUP-PARAMS-LIST.
6357         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6358
6359 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * nntp.el (nntp-never-echoes-commands)
6362         (nntp-open-connection-functions-never-echo-commands): New variables.
6363         (nntp-send-command): Use them.
6364
6365 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6366
6367         * mml2015.el (mml2015-epg-verify): Simplified.
6368
6369 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * mml.el (mml-content-disposition-alist): New user option.
6372         (mml-content-disposition): New function.
6373         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6374         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6375
6376 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6377
6378         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6379         verification.
6380
6381 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6382
6383         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6384         articles posted in the last 24 hours.
6385
6386 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6387
6388         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6389
6390 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6391
6392         * nntp.el (nntp-send-command): Don't wait for echoes when
6393         nntp-open-ssl-stream is used.
6394
6395 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6398         (gnus-message-add-citation-keywords)
6399         (gnus-message-remove-citation-keywords): Remove.
6400         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6401         directly, make the variables in font-lock-defaults buffer-local, add
6402         gnus-message-citation-keywords to them and then update the value of
6403         font-lock-keywords.
6404
6405 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * message.el (message-cite-original-1): Don't call
6408         gnus-article-highlight-citation.
6409
6410         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6411         citations; fix line count.
6412
6413 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6416         (gnus-message-add-citation-keywords)
6417         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6418         versions of font-lock-add-keywords and font-lock-remove-keywords to
6419         work with XEmacs correctly.
6420
6421 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * gnus-cite.el (gnus-cite-face-list): Set the values of
6424         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6425         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6426         (gnus-message-cite-prefix-regexp): New variable.
6427         (gnus-message-search-citation-line): Use it; protect against long
6428         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6429         the 0th match data for Emacs.
6430         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6431         (gnus-message-add-citation-keywords): Append keywords rather than
6432         prepending; emulate font-lock-add-keywords if it is not available.
6433         (gnus-message-remove-citation-keywords): Emulate
6434         font-lock-remove-keywords if it is not available.
6435
6436         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6437
6438         * message.el (message-cite-prefix-regexp): Set the value of
6439         gnus-message-cite-prefix-regexp.
6440
6441 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6442
6443         * nnweb.el (nnweb-google-parse-1): Update parser.
6444
6445 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6446
6447         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6448
6449 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6450
6451         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6452         regexp.
6453
6454 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6457         string-to-multibyte.
6458         (uudecode-decode-region-internal): Use it.
6459
6460         * lpath.el: Fbind string-as-multibyte for XEmacs.
6461
6462 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6463
6464         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6465         custom choice.
6466
6467         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6468
6469 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6470
6471         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6472
6473         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6474         `write-region' to respect `mm-inhibit-file-name-handlers'.
6475
6476 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6479         Use gnus-home-directory instead of "~/" or "$HOME".
6480
6481 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6482
6483         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6484         to mention filename.
6485         Add comments at beginning regarding usage.
6486         (encrypt-write-file-contents): Change interactive so a string is
6487         acceptable.  If the file has no associated model, show an error instead
6488         of a nonsense prompt.
6489
6490 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6491
6492         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6493         Thanks to Yoshihiko Yamada for kind notification of this typo.
6494
6495 2007-01-12  Kenichi Handa  <handa@m17n.org>
6496
6497         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6498         multibyte buffer.
6499
6500 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6501
6502         * gnus-score.el (gnus-score-fast-scoring): New variable.
6503         (gnus-score-headers): Use it.
6504
6505         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6506
6507         * message.el (message-cite-original-1): Call
6508         gnus-article-highlight-citation if requested.
6509         (message-make-from): Allow name and address as optional arguments.
6510
6511         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6512
6513         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6514         bugs to doc string.
6515         (gnus-button-alist): Add mid\\|message-id.
6516         (gnus-button-fetch-group): Extend for use in
6517         `browse-url-browser-function'.
6518         (gnus-button-url-regexp): Try to catch paired parentheses like in
6519         Wikipedia URLs.
6520
6521         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6522         Suggested by Simon Krahnke <overlord@gmx.li>.
6523
6524 2007-01-13  Romain Francoise  <romain@orebokech.com>
6525
6526         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6527         Update copyright.
6528
6529 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6530
6531         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6532
6533 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6534
6535         * gnus-registry.el (gnus-registry-unfollowed-groups)
6536         (gnus-registry-split-fancy-with-parent): Fix documentation.
6537
6538 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6539
6540         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6541         from nnweb groups.
6542
6543 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6544
6545         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6546         Xref urls.  Erase buffer before requesting head.
6547
6548 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6551         customizable.
6552
6553 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6554
6555         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6556         no signing key is found.
6557         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6558         no encrypting and/or signing key is found.
6559
6560 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6561
6562         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6563
6564 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6565
6566         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6567         headers read from disk with the ones newly found in the current search.
6568         This should no longer cause problems, because the article numbers in
6569         Gmane's `nov.php' output are ignored since the previous change.
6570
6571 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6572
6573         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6574
6575 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6578         replace-regexp-in-string; bind url-version; fbind display-images-p and
6579         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6580         find-face and set-itimer-function for Emacs; bind itimer-list for
6581         Emacs.
6582
6583         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6584
6585 2007-01-01  Romain Francoise  <romain@orebokech.com>
6586
6587         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6588
6589 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6590
6591         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6592         `define-minor-mode' macro definition expanded properly.
6593         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6594         exclude it there.
6595
6596         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6597         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6598         `fboundp' test.
6599         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6600         This is OK to autoload in (S)XEmacs now.
6601
6602 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6603
6604         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6605         keystroke.
6606         (gnus-summary-limit-to-singletons): Fix typo.
6607
6608         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6609         else fails.
6610
6611 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6612
6613         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6614         docstring.
6615
6616         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6617         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6618         (gnus-summary-insert-dormant-articles): Fix typo in message.
6619
6620 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6621
6622         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6623         nil for XEmacs.
6624         (gnus-message-citation-mode): Don't autoload in XEmacs.
6625
6626         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6627
6628 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6629
6630         * nnimap.el (nnimap-expunge-search-string): Mention
6631         nnimap-search-uids-not-since-is-evil in docstring.
6632
6633 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * spam.el: Revert to make-obsolete-variable because
6636         define-obsolete-variable-alias is not supported in Emacs 21.
6637
6638         * spam.el (spam-ifile-path, spam-ifile-database-path)
6639         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6640         make-obsolete-variable.
6641         (spam-bsfilter-path, spam-bsfilter-program)
6642         (spam-spamassassin-path, spam-spamassassin-program)
6643         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6644         use "path" inappropriately.
6645         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6646         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6647         variable names.
6648
6649 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6650
6651         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6652         summary buffer.
6653
6654         * password.el (password-cache-remove): Use clear-string to burn
6655         password, if available.
6656
6657 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6660
6661         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6662
6663         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6664         (gnus-message-highlight-citation): Move defcustom here from
6665         gnus-cite.el.
6666         (gnus-message-citation-mode): Autoload.
6667
6668         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6669         checks to make it compile with XEmacs.
6670         (gnus-message-citation-mode): New minor mode.
6671         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6672         (gnus-message-highlight-citation): New variables.
6673         (gnus-message-search-citation-line)
6674         (gnus-message-add-citation-keywords)
6675         (gnus-message-remove-citation-keywords)
6676         (turn-on-gnus-message-citation-mode)
6677         (turn-off-gnus-message-citation-mode): New functions.
6678
6679 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6680
6681         * gnus-cite.el: Enable highlighting of different citation levels in
6682         message-mode.
6683
6684 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * message.el (message-make-fqdn): Fix comment.
6687         (message-bogus-system-names): Add ".local".
6688
6689         * spam.el (spam-ifile-path, spam-ifile-program)
6690         (spam-ifile-database-path, spam-ifile-database)
6691         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6692         Don't use "path" inappropriately.
6693         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6694         strings.
6695         (spam-check-ifile, spam-ifile-register-with-ifile)
6696         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6697         new variable names.
6698
6699         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6700         (gnus-treat-display-smileys): Simplify using
6701         gnus-image-type-available-p.
6702
6703         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6704         available.
6705
6706         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6707         `display-images-p' if available.
6708
6709 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6712         one after turning on the buffer's multibyteness instead of decoding
6713         them directly in the unibyte buffer that causes unexpected conversion
6714         in Emacs 23 (unicode).
6715
6716 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6717
6718         * message.el (message-generate-hashcash): Fix custom type.
6719
6720 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6723
6724 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6725
6726         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6727         disconnect icons.  Add help text.
6728
6729 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6732         negated to be consistent with the others we handle.
6733
6734 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6735
6736         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6737         version of gnus-summary-buffer to something, so that we can use two
6738         article buffers at the same time.
6739
6740 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6743         trigger all the extra headers.
6744         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6745         sorting.
6746
6747 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6748
6749         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6750         solid groups.
6751
6752 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6753
6754         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6755
6756 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6757
6758         * legacy-gnus-agent.el: Add Copyright notice.
6759
6760 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6761
6762         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6763
6764 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6767
6768         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6769         to make it work reliably in CVS Emacs.
6770         (gnus-summary-limit-strange-charsets-predicate)
6771         (gnus-summary-limit-to-predicate): New functions.
6772
6773 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6774
6775         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6776         specifying array size.
6777         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6778         array if it is too small.
6779         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6780         (gnus-sort-threads-loop): New function.
6781
6782 2006-12-06  Chris Moore  <dooglus@gmail.com>
6783
6784         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6785         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6786
6787 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6788
6789         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6790         options.
6791
6792 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6795         DOS-ing the recipient.
6796
6797         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6798         the headers when creating the mapping to avoid mismappings.
6799         (nnweb-gmane-create-mapping): Always nix out old mapping.
6800
6801 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6804         and mm-verify-option to never.
6805
6806 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * message.el (message-signed-or-encrypted-p): New function.
6809         (message-forward-make-body): Use it.
6810
6811         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6812         Replace encode-coding-string with mm-encode-coding-string.
6813
6814 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * nneething.el (nneething-decode-file-name): Replace
6817         decode-coding-string with mm-decode-coding-string.
6818
6819         * gnus-int.el (gnus-open-server): Say failed server's name.
6820
6821 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6822
6823         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6824         strings to a single string.  Quote `errors-file-name'.
6825         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6826         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6827         Adjust calls.  Use `shell-quote-argument'.
6828
6829 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6830
6831         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6832         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6833
6834         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6835         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6836         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6837         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6838         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6839         (gnus-subscribe-newsgroup, gnus-1):
6840         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6841         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6842         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6843         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6844
6845 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6846
6847         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6848         keystroke.
6849         (gnus-summary-limit-to-bodies): Implement headersp.
6850
6851 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6852
6853         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6854
6855 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6858
6859 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860
6861         * message.el (message-generate-hashcash): Expand range of values to
6862         include `opportunistic'.
6863         (message-send-mail): Use it.
6864
6865 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6866
6867         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6868         and comment it.
6869
6870         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6871
6872 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * gnus-util.el (gnus-extract-address-components): Improve comment.
6875
6876 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-util.el (gnus-extract-address-components): Work with address in
6879         which the name portion contains @.
6880
6881         * lpath.el: Fbind custom-autoload.
6882
6883 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * gnus.el (gnus-start): Move custom group up.
6886         (gnus-select-method): Don't autoload, but make it available for
6887         `customize-variable'.
6888         (gnus-getenv-nntpserver): Don't autoload.
6889
6890 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6891
6892         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6893
6894 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         * message.el (message-sendmail-extra-arguments): New variable.
6897         (message-send-mail-with-sendmail): Use it.
6898
6899 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6902         mm-with-unibyte-current-buffer to make string unibyte.
6903
6904         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6905         mm-string-as-multibyte.
6906
6907 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6908
6909         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6910         Reported by Werner Koch <wk@gnupg.org>.
6911
6912 2006-11-14  Daiki Ueno  <ueno@p360>
6913
6914         * mml2015.el: Autoload epa-select-keys when compiling.
6915
6916 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6917
6918         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6919         message-options.
6920         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6921
6922 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6923
6924         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6925         EasyPG (< 0.0.6).
6926         (mml2015-always-trust): New user option.
6927         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6928         prompt.
6929
6930 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * nntp.el (nntp-authinfo-force): New variable.
6933         (nntp-send-authinfo): Use it.
6934
6935 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6936
6937         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6938         decode encoded words.  Improve prompt.  Add comment about forwarding.
6939         (message-replacement-char): Move up.
6940
6941 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6942
6943         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6944         instead of gnus-intersection because arguments of gnus-sorted-nunion
6945         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6946
6947 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6950         (message-simplify-subject-functions): Enable
6951         message-strip-subject-encoded-words by default.
6952
6953 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * message.el (message-strip-subject-encoded-words): New function.
6956         (message-simplify-subject-functions): New variable.
6957         (message-simplify-subject): Use it.  Fix typo in doc string.
6958         Support message-strip-subject-encoded-words.
6959
6960 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6961
6962         * gnus-diary.el (gnus-diary-delay-format-function):
6963         * nndiary.el (nndiary-reminders):
6964         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6965
6966 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * gnus-art.el (article-hide-boring-headers): Fetch date from
6969         gnus-original-article-buffer to avoid problems with localized date
6970         strings.
6971
6972 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6975
6976 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6979         New variables.
6980         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6981         (mm-charset-synonym-alist): Move some entries to
6982         mm-codepage-iso-8859-list.
6983         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6984         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6985
6986 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6989
6990 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6993         with Emacs 21 and XEmacs.
6994
6995 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6996
6997         * spam.el (spam-parse-address): New function for better parsing,
6998         catching errors, etc.
6999         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7000
7001 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * mm-view.el: Add interactive arg to html2text autoload.
7004
7005 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7008
7009 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7012         variables.
7013         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7014         (mm-charset-synonym-alist): Move some entries to
7015         mm-codepage-iso-8859-list.
7016
7017         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7018
7019 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * message.el (message-citation-line-format)
7022         (message-insert-formated-citation-line): Fix implementation of %E, %N
7023         and %n according to the doc string.
7024
7025 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7026
7027         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7028         car-safe to avoid bad parses.
7029
7030 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7033         names.
7034
7035         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7036
7037 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7040         header.
7041
7042         * message.el (message-draft-headers): Add Date.
7043         (message-headers-to-generate): Fix typo in docstring.
7044
7045         * nndraft.el (nndraft-required-headers): New variable.
7046         (nndraft-generate-headers): Use it.
7047
7048         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7049
7050 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7051
7052         * gnus-registry.el (gnus-registry-wash-for-keywords)
7053         (gnus-registry-find-keywords): New functions to allow easy searching of
7054         articles that are in the registry.
7055
7056 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7057
7058         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7059         ietf-drums-parse-address instead of gnus-extract-address-components.
7060         Reported by Damien Elmes <damien@repose.cx>.
7061
7062 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7063
7064         * gnus.el (gnus-mime): Remove unused custom group.
7065
7066 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7067
7068         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7069         "blank line" when searching for end of armor headers.
7070
7071 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * gmm-utils.el (gmm-write-region): Fix variable name.
7074
7075 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * gmm-utils.el (gmm-write-region): New function based on compatibility
7078         code from `mm-make-temp-file'.
7079
7080         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7081
7082         * nnmaildir.el (nnmaildir--update-nov)
7083         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7084         Use `gmm-write-region'.
7085
7086 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7087
7088         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7089         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7090
7091         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7092
7093         * message.el (message-replacement-char): New variable.
7094         (message-fix-before-sending): Use it.
7095         (message-simplify-subject): New function to remove duplicate code.
7096         (message-reply, message-followup): Use it.
7097
7098         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7099         gnus-summary-limit-to-articles.
7100
7101 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * gnus-util.el (gnus-with-local-quit): New macro.
7104
7105         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7106
7107 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7108
7109         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7110         ignore non-string data.
7111
7112 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7113
7114         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7115         non-string data (needs to be done in the registry too).
7116
7117 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7118
7119         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7120         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7121         (gnus-registry-split-fancy-with-parent)
7122         (gnus-registry-fetch-simplified-message-subject-fast)
7123         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7124         Remove text properties on ingress into the registry and when it's saved.
7125         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7126         registry from entries with no groups.
7127
7128 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7129
7130         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7131         function to remove string properties.
7132
7133 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * gmm-utils.el (gmm): Adjust custom version.
7136
7137         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7138         custom version.
7139
7140         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7141
7142 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * gnus-art.el (gnus-insert-prev-page-button)
7145         (gnus-insert-next-page-button): Simplify.  Reformat.
7146
7147 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7148
7149         * gnus-art.el (gnus-insert-prev-page-button)
7150         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7151
7152 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7153
7154         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7155
7156 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7157
7158         * gnus-art.el (gnus-insert-mime-button)
7159         (gnus-insert-mime-security-button):
7160         Apply gnus-article-button-face to MIME and security buttons.
7161
7162 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7165         readable.
7166
7167 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7170
7171 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7172
7173         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7174         `browse-url-of-file' instead of `browse-url'.
7175
7176 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7177
7178         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7179         regexp.  Articles containing quotation were cut prematurely.
7180
7181 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * message.el (message-cite-original-1): Use nobody by default for the
7184         value of From header.
7185         (message-reply): Ditto.
7186
7187 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7188
7189         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7190         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7191         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7192
7193 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7196         mails in the doc string.  Add some URLs in comment.
7197         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7198
7199 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7202         backslashes handling and the way to find boundaries of quoted strings.
7203
7204 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7205
7206         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7207         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7208         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7209         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7210
7211 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7212
7213         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7214         doc string.
7215         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7216
7217 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * lpath.el: Fbind epg-check-configuration.
7220
7221 2006-09-06  Simon Josefsson  <jas@extundo.com>
7222
7223         * mml2015.el (mml2015-use): Doc fix, mention epg.
7224
7225 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7226
7227         * mml2015.el (mml2015-use): Default to epg, if available.
7228
7229 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7230
7231         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7232         message-sender.
7233         (mml1991-epg-encrypt): Ditto.
7234         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7235         message-sender.
7236         (mml2015-epg-encrypt): Ditto.
7237
7238 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7239
7240         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7241         several common directories.
7242
7243 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7244
7245         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7246         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7247
7248 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-art.el (article-decode-encoded-words): Make it fast.
7251
7252 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7255
7256         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7257         in quoted string into `\'.
7258
7259 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7262         Use standard-syntax-table.
7263
7264 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-art.el (gnus-decode-address-function): New variable.
7267         (article-decode-encoded-words): Use it to decode headers which are
7268         assumed to contain addresses.
7269         (gnus-mime-delete-part): Remove useless `or'.
7270
7271         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7272         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7273         (gnus-nov-parse-line): Use it to decode From header.
7274         (gnus-get-newsgroup-headers): Ditto.
7275         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7276
7277         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7278         (mail-decode-encoded-address-string): New alias.
7279
7280         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7281         New function.
7282         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7283         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7284         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7285         (rfc2047-decode-string): Ditto.
7286         (rfc2047-decode-address-region): New function.
7287         (rfc2047-decode-address-string): New function.
7288
7289 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * message.el (message-caesar-buffer-body): Allow rotating headers.
7292
7293         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7294
7295         * message.el (message-insert-formated-citation-line): Fix %f.
7296         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7297
7298 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7301         (gnus-bookmark-mouse-available-p): New macro.
7302         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7303         (gnus-bookmark-bmenu-show-infos): Use it.
7304         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7305         (gnus-bookmark-bmenu-hide-infos): Ditto.
7306         (gnus-bookmark-remove-properties): New function.
7307         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7308         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7309         (gnus-bookmark-write-file): Bind coding-system-for-write.
7310         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7311         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7312         group before selecting it.
7313         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7314         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7315         quit-window if it is not available; use gnus-mouse-2 and bind it to
7316         gnus-bookmark-bmenu-select-by-mouse.
7317         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7318         (gnus-bookmark-bmenu-select-by-mouse): New function.
7319
7320 2006-08-13  Romain Francoise  <romain@orebokech.com>
7321
7322         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7323         space.
7324
7325 2006-08-10  Romain Francoise  <romain@orebokech.com>
7326
7327         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7328         (dns-mode-soa-auto-increment-serial): New user option.
7329         (dns-mode-soa-maybe-increment-serial): New function.
7330         (dns-mode): Add the latter to `write-contents-functions'.
7331
7332 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * compface.el (uncompface): Use binary rather than raw-text-unix.
7335
7336 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * compface.el (uncompface): Make sure the eol conversion doesn't take
7339         place when communicating with the external programs.  Reported by
7340         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7341
7342 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7345
7346 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7347
7348         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7349         Make it more robust by parsing author and date independently.
7350
7351 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7354
7355 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7356
7357         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7358         first matching secret key.
7359         (mml2015-epg-encrypt): Ditto.
7360
7361         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7362         first matching secret key.
7363         (mml1991-epg-encrypt): Ditto.
7364
7365         * mml2015.el (mml2015-encrypt-to-self): New user option.
7366         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7367         mml2015-epg-encrypt-to-self is set.
7368
7369         * mml1991.el (mml1991-encrypt-to-self): New variable.
7370         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7371         mml1991-epg-encrypt-to-self is set.
7372
7373         * mml2015.el (mml2015-signers): New user option.
7374         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7375         (mml2015-epg-encrypt): Allow to select signing keys.
7376
7377         * mml1991.el (mml1991-signers): New variable.
7378         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7379         (mml1991-epg-encrypt): Allow to select signing keys.
7380
7381 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * nnheader.el (nnheader-insert-head): Make it work even if the file
7384         uses CRLF for the line-break code.
7385
7386 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7387
7388         * mml2015.el: Require mml-sec instead of password.
7389         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7390         (mml2015-cache-passphrase): Inherit the default value from
7391         mml-secure-cache-passphrase.
7392         (mml2015-passphrase-cache-expiry): Inherit the default value from
7393         mml-secure-passphrase-cache-expiry.
7394
7395         * mml1991.el: Require mml-sec instead of password.
7396         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7397         (mml1991-cache-passphrase): Inherit the default value from
7398         mml-secure-cache-passphrase.
7399         (mml1991-passphrase-cache-expiry): Inherit the default value from
7400         mml-secure-passphrase-cache-expiry.
7401
7402         * mml-sec.el: Require password.
7403         (mml-secure-verbose): New user option.
7404         (mml-secure-cache-passphrase): New user option.
7405         (mml-secure-passphrase-cache-expiry): New user option.
7406
7407 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7408
7409         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7410         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7411         andreas@altroot.de (Andreas Vögele).
7412
7413         FIXME: Use `tiny change'?
7414
7415 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7416
7417         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7418         workaround for the url package included with Emacs.
7419
7420         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7421
7422 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7425         correctly.  This fixes a bug caused by the 2006-05-12 change.
7426
7427 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7428
7429         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7430         some information about the error when saying that the `bogus' mail
7431         group will be used.
7432
7433 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7434
7435         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7436         string.
7437
7438 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7439
7440         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7441
7442 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7443
7444         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7445
7446 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7447
7448         * mml1991.el (mml1991-function-alist): Add epg.
7449         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7450         (mml1991-epg-encrypt): New functions.
7451
7452 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7453
7454         * mml2015.el (mml2015-verbose): New variable.
7455         (mml2015-cache-passphrase): Ditto.
7456         (mml2015-passphrase-cache-expiry): Ditto.
7457         (mml2015-function-alist): Add epg.
7458         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7459         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7460         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7461         functions.
7462
7463 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7464
7465         * message.el (message-cite-original-1): Preserve region when removing
7466         quoted text due to X-No-Archive in order to avoid bogus attribution
7467         when citing multiple messages.
7468
7469 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7470
7471         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7472         Kenneth Jacker <khj@be.cs.appstate.edu>.
7473
7474 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * gnus-diary.el (gnus-user-format-function-d)
7477         (gnus-user-format-function-D): Autoload.
7478
7479         * imap.el (Commentary): Fix typo.
7480
7481         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7482         2006-04-22 contribution.
7483
7484 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7485
7486         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7487         It didn't really fix the bogosity I'm seeing with solid web groups.
7488
7489 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7490
7491         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7492         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7493         created using server names.  If we use the feature without declaring
7494         it, Gnus does not properly manage server and group state.
7495
7496         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7497         bound.
7498
7499 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7500
7501         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7502         looking up the method using GROUP's prefix before inventing a new one.
7503         It is used on killed/unknown groups in various places where returning
7504         an all-new method isn't expected by the caller.
7505
7506         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7507         and match semantics of gnus-group-real-prefix.
7508
7509 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7510
7511         * nnmail.el (nnmail-broken-references-mailers): New variable.
7512         (nnmail-ignore-broken-references): New function generalizing
7513         nnmail-fix-eudora-headers.
7514         (nnmail-fix-eudora-headers): Now obsolete.
7515
7516         * gnus-art.el (gnus-button-handle-custom): Support
7517         `customize-apropos*'.
7518
7519 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7520
7521         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7522
7523         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7524         articles.
7525
7526 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * message.el (message-cite-reply-above): New variable.
7529         (message-yank-original): Use it.
7530
7531 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7534
7535 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7538         as read.
7539
7540         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7541
7542 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7545         (gnus-bookmark-default-file): Use gnus-directory.
7546         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7547         Remove "*" in doc string.
7548         (gnus-bookmark-write-file): Simplify.
7549         (gnus-bookmark-maybe-sort-alist): Use `when'.
7550         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7551         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7552         FIXME about Emacs 21 and XEmacs compatibility.
7553         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7554         compatibility.
7555         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7556         compatibility.
7557         (gnus-bookmark-menu-heading): Fix version.
7558
7559 2006-06-19  Bastien Guerry  <bzg@altern.org>
7560
7561         * gnus-bookmark.el: New file.
7562
7563 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * message.el (message-syntax-checks): Doc fix.
7566
7567 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7568
7569         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7570         unsubscribed groups as if they were killed ones.  It causes duplicate
7571         entries in gnus-newsrc-alist.
7572
7573 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * message.el (message-syntax-checks): Doc fix.
7576         (message-send-mail): Add check for continuation headers.
7577         (message-check-news-header-syntax): Fix regexp used to check for
7578         continuation headers.
7579
7580 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7583
7584 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7585
7586         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7587
7588 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7591         default-truncate-lines.
7592
7593 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7596         to fill the utf-8 entry.
7597
7598         * lpath.el: Fbind unicode-precedence-list.
7599
7600 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7601
7602         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7603
7604 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7605
7606         * gnus-agent.el (directory-files-and-attributes): Move all the way
7607         forward (the third and final move).
7608         (gnus-agent-read-agentview): Trap reconstruction errors due to
7609         nonexistant directory.  Handle by returning nil.
7610
7611 2006-05-30  Didier Verna  <didier@xemacs.org>
7612
7613         * message.el (message-dont-reply-to-names): Update the custom type.
7614         * message.el (message-dont-reply-to-names): New defsubst: potentially
7615         convert a list of regexps into a single one.
7616         * message.el (message-get-reply-headers): Use it.
7617         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7618
7619 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * gnus-agent.el (directory-files-and-attributes): Move forward.
7622
7623 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         * gnus-ml.el (gnus-mailing-list-subscribe)
7626         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7627         (gnus-mailing-list-message): Fix doc strings.
7628
7629 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7630
7631         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7632         of doing it manually.
7633
7634 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7635
7636         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7637         comment.
7638
7639 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7640
7641         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7642         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7643         (gnus-agent-read-local): All symbols allocated in my-obarray.
7644         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7645         (gnus-agent-regenerate-group): Check numeric names to see if they are
7646         messages or groups.
7647         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7648         better way of do this...)
7649
7650         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7651         'dummy.group' (there should be a better way of do this...)
7652
7653 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7656         (gnus-saved-headers): Ditto.
7657         (gnus-default-article-saver): Mention functions may have properties.
7658         (gnus-article-save): Override gnus-save-all-headers and
7659         gnus-saved-headers by :headers property which saver function may have.
7660         (gnus-summary-save-in-file): Add :headers property.
7661         (gnus-summary-write-to-file): Ditto.
7662
7663         * gnus-sum.el (gnus-summary-save-article): Bind
7664         gnus-prompt-before-saving to t when saving many articles in a file;
7665         always show all headers.
7666
7667         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7668
7669 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7670
7671         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7672         marks.
7673
7674         * message.el (message-indent-citation): Add optional arguments to allow
7675         using it outside of message buffers.
7676
7677         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7678         (gnus-article-treat-unfold-headers): Use it.
7679         (gnus-article-truncate-lines): New variable.
7680         (gnus-article-mode): Use it.
7681         (gnus-article-toggle-truncate-lines): New function.
7682
7683         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7684         gnus-article-toggle-truncate-lines.
7685
7686         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7687         coding system in XEmacs, use binary.
7688
7689 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7692         after-load-alist.
7693
7694         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7695         this function should save decoded articles.
7696         (gnus-summary-write-to-file): Use property to specify this function
7697         should save decoded articles and specify gnus-summary-save-in-file
7698         should be used to save articles other than the first one when saving
7699         many articles.
7700         (gnus-summary-save-body-in-file): Use property to specify this
7701         function should save decoded articles.
7702         (gnus-summary-write-body-to-file): Use property to specify this
7703         function should save decoded articles and specify
7704         gnus-summary-save-body-in-file should be used to save articles other
7705         than the first one when saving many articles.
7706
7707         * gnus-sum.el (gnus-summary-save-article): Simplify.
7708
7709 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-art.el (gnus-default-article-saver): Add
7712         gnus-summary-write-body-to-file.
7713         (gnus-article-save-coding-system): Don't use coding system object
7714         in XEmacs.
7715         (gnus-read-save-file-name): Add optional `dir-var' argument which
7716         specifies directory in which files are saved; work even if optional
7717         `variable' argument is not specified.
7718         (gnus-summary-write-to-file): Read file name.
7719         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7720         (gnus-summary-write-body-to-file): New function.
7721
7722         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7723         (gnus-summary-local-variables): Add it.
7724         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7725         (gnus-summary-save-article): Remove optional `decode' argument;
7726         determine whether to decode articles by the value of
7727         gnus-default-article-saver; when saving many files using
7728         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7729         it first and use gnus-summary-save-in-file or
7730         gnus-summary-save-body-in-file thereafter unless
7731         gnus-prompt-before-saving is always; move point to article which
7732         will be saved.
7733         (gnus-summary-save-article-file): Revert.
7734         (gnus-summary-write-article-file): Revert.
7735         (gnus-summary-save-article-body-file): Revert.
7736         (gnus-summary-write-article-body-file): New function.
7737
7738 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * gnus-art.el (gnus-default-article-saver): Doc fix.
7741         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7742         from gnus-summary-save-article-coding-system, and default to a
7743         certain coding system.
7744         (gnus-output-to-file): Add coding cookie and encode text according
7745         to gnus-article-save-coding-system; don't use mm-append-to-file.
7746
7747         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7748         gnus-art.el and rename to gnus-article-save-coding-system.
7749         (gnus-summary-save-article): Require gnus-art; don't show all
7750         headers if it decodes articles; don't add coding cookie here;
7751         don't bind mm-text-coding-system-for-write.
7752         (gnus-summary-save-article-file): Save decoded articles.
7753         (gnus-summary-write-article-file): When saving many files, use
7754         gnus-summary-write-to-file first and gnus-summary-save-in-file
7755         thereafter unless gnus-prompt-before-saving is always.
7756         (gnus-summary-save-article-body-file): Save decoded articles.
7757
7758         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7759
7760 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * nnrss.el (nnrss-check-group): Bind hash-index.
7763
7764 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7765
7766         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7767         its hash index.  Store this hash in `nnrss-group-data'.
7768         (nnrss-read-group-data): Update accordingly.
7769
7770 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7771
7772         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7773         entry.
7774
7775         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7776         gnus-article-browse-html-article.
7777
7778 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7779
7780         * gnus-sum.el (gnus-summary-mime-map): Add
7781         gnus-article-browse-html-article.
7782
7783         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7784
7785 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7788         suitable coding systems in customize.
7789
7790 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * mail-source.el (mail-sources): Fix custom type.
7793
7794 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7797         (gnus-summary-expire-articles-now): Shorten prompt.
7798
7799         * gmm-utils.el (wid-edit): Require.
7800         (defun-gmm): Renamed from `gmm-defun-compat'.
7801         (gmm-image-search-load-path): Use it.
7802         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7803
7804 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7807         variable.
7808         (gnus-summary-save-article): Add optional `decode' argument.  If
7809         it is set and gnus-summary-save-article-coding-system is non-nil,
7810         save decoded article.
7811         (gnus-summary-write-article-file): Save decoded article if
7812         gnus-summary-save-article-coding-system is non-nil.
7813
7814         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7815         type.
7816
7817 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7820
7821 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7824         first to test gnus-single-article-buffer which may be buffer-local.
7825
7826         * gnus-sum.el (gnus-summary-setup-buffer): Make
7827         gnus-single-article-buffer buffer-local and nil in ephemeral
7828         group; make gnus-article-buffer, gnus-article-current, and
7829         gnus-original-article-buffer always buffer-local.
7830         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7831         group.
7832         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7833
7834 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * nnml.el (nnml-request-compact-group): Compressed files might not
7837         have .gz extension.
7838
7839 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7840
7841         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7842         (mm-copy-to-buffer): Use with-current-buffer.
7843         (mm-display-part): Simplify.
7844         (mm-inlinable-p): Add optional arg `type'.
7845
7846 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7847
7848         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7849         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7850         Try harder to show the attachment internally or externally using
7851         gnus-mime-view-part-as-type.
7852
7853 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * message.el (message-from-style, message-signature-separator)
7856         (message-user-organization-file, message-send-mail-function)
7857         (message-citation-line-function, message-yank-prefix)
7858         (message-indent-citation-function, message-signature)
7859         (message-signature-file, message-signature-insert-empty-line):
7860         Remove autoloads.
7861
7862         * gnus-art.el (gnus-buttonized-mime-types): Remove
7863         "multipart/signed".  Revert 2006-04-26 change.
7864
7865 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866
7867         * gnus.el (gnus-version-number): Bump version.
7868
7869 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7870
7871         * gnus.el: No Gnus v0.5 is released.
7872
7873 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7874
7875         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7876         fetching articles by message-id.
7877
7878 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7879
7880         * message.el (hashcash): Require hashcash as normal.
7881
7882         * ecomplete.el (ecomplete-highlight-match-line): Use
7883         point-at-eol.
7884         (ecomplete-highlight-match-line): Use `highlight', because that
7885         face exists in both Emacs and XEmacs.
7886
7887         * message.el (message-display-abbrev): Use point-at-bol.
7888
7889         * mail-source.el: Don't require timer/timer-funcs.
7890
7891         * gnus-async.el: Ditto.
7892
7893         * password.el: Ditto.
7894
7895         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7896
7897         * mm-url.el: Ditto.
7898
7899         * gnus-xmas.el: Don't require timer-funcs.
7900
7901         * mm-util.el: Require timer/timer-funcs.
7902
7903 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7904
7905         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7906         Close.
7907
7908 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7911         unibyte after clear-decrypt function runs.
7912
7913         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7914         returns as a unibyte string.
7915
7916 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * lpath.el: Revert.
7919
7920         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7921         (pgg-gpg-process-sentinel): Revert.
7922
7923         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7924         (pgg-pgp-lookup-key): Revert.
7925
7926         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7927         (pgg-pgp5-lookup-key): Revert.
7928
7929         * pgg.el (pgg-fetch-key): Revert.
7930
7931 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * lpath.el: Fbind string-as-multibyte for XEmacs.
7934
7935         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7936         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7937         (mml1991-pgg-encrypt): Ditto.
7938
7939         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7940         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7941         a multibyte buffer.
7942
7943         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7944         (pgg-pgp-lookup-key): Ditto.
7945
7946         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7947         (pgg-pgp5-lookup-key): Ditto.
7948
7949         * pgg.el (pgg-fetch-key): Ditto.
7950
7951 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7952
7953         * message.el (message-user-organization-file): Check several
7954         locations of the organization file.
7955
7956         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7957         Add gnus-article-view-part-as-type.
7958
7959         * gnus-art.el (gnus-article-view-part-as-type): New function.
7960
7961         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7962         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7963
7964         * mml.el: Simplify autoload.
7965         (mml-mode): defvar dnd-protocol-alist instead of using
7966         symbol-value.
7967         (mml-default-directory): New variable.
7968         (mml-minibuffer-read-file): Use it.
7969         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7970
7971         * message.el (message-citation-line-format): New variable.
7972         (message-insert-formated-citation-line): New function.
7973         (message-citation-line-function): Add
7974         `message-insert-formated-citation-line' to custom type.
7975
7976         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7977         to doc string.
7978
7979         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7980         depending on mm-verify-option.
7981
7982 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7985         binding pgg-* variables; reimplement the section which prevents
7986         MIME header from being signed.
7987         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7988         pgg-text-mode; remove a blank line at the top of body.
7989
7990         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7991         lines at the top of body; use gnus-newsgroup-charset if there's no
7992         Charset header.
7993
7994 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * message.el (message-self-insert-commands): Doc fix.
7997
7998         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7999         (mm-uu-pgp-encrypted-test): Ditto.
8000         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8001         between header and body; return application/pgp-encrypted handle
8002         if decryption failed; decode decrypted body by charset.
8003
8004         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8005         element match to application/pgp-*.
8006
8007 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8008
8009         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8010         HTML.
8011
8012 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8013
8014         * mail-source.el (mail-source-call-script): Message the error
8015         string.
8016
8017 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8018
8019         * gnus-util.el (gnus-byte-compile): Use it.
8020
8021 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8022
8023         * gnus-util.el (kill-empty-logs): New function.
8024
8025 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8026
8027         * message.el (message-mail-alias-type): Doc fix.
8028         (message-mail-alias-type-p): New function.
8029         (message-send): Use it.
8030         (message-mode): Ditto.
8031         (message-strip-forbidden-properties): Ditto.
8032
8033         * ecomplete.el (ecomplete-database-file-coding-system): New
8034         variable.
8035         (ecomplete-save): Use it.
8036         (ecomplete-setup): Use it.
8037
8038 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * message.el (message-self-insert-commands): New variable.
8041         (message-strip-forbidden-properties): Use it.
8042
8043 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8044
8045         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8046         that doesn't make XEmacs choke.
8047
8048 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * gnus-util.el (gnus-replace-in-string):
8051         Prefer replace-regexp-in-string over of replace-in-string.
8052
8053 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-util.el (gnus-select-frame-set-input-focus):
8056         Use select-frame-set-input-focus if it is available in XEmacs; use
8057         definition defined in Emacs 22 for old Emacsen.
8058
8059         * dgnushack.el: Autoload unmorse-region for XEmacs.
8060
8061         * lpath.el: Bind cursor-in-non-selected-windows and
8062         select-frame-set-input-focus for XEmacs.
8063
8064 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8067
8068 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8069
8070         * gnus-registry.el (gnus-registry-cache-save): Remove text
8071         properties when saving via the temp buffer.
8072
8073 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * message.el (message-generate-hashcash): Honor custom type.
8076
8077 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * message.el (message-generate-hashcash): Default to non-nil when
8080         hashcash is found.
8081
8082         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8083         (gnus-refer-thread-limit): Increase default to 500.
8084
8085         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8086
8087         * flow-fill.el (fill-flowed): Allow delete-space.
8088
8089 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8090
8091         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8092         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8093         Remove autoloads.
8094
8095 2006-04-18  Simon Josefsson  <jas@extundo.com>
8096
8097         * message.el (message-generate-hashcash): Default to.
8098
8099 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8102         concatenating segments rather than before concatenating them.
8103
8104 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8107
8108 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8109
8110         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8111
8112         * message.el (message-forward-make-body-plain): Allow
8113         message-forward-ignored-headers to be a list.
8114         (message-remove-ignored-headers): Factor out into function.
8115         (message-forward-make-body-mml): Use it.
8116
8117         * imap.el (imap-quote-specials): New function.
8118         (imap-login-auth): Quote specials.
8119
8120         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8121         (rfc2231-parse-string): Allow concatanation of parameters that
8122         aren't contiguous.  The test case is
8123           (mail-header-parse-content-type "message/external-body;
8124             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8125             access-type=LOCAL-FILE;
8126             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8127
8128 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8129
8130         * nntp.el (nntp-accept-process-output): Return the value of
8131         `nnheader-accept-process-output'.
8132
8133 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8136         (gnus-button-alist): Recognize more diff formats.
8137         (gnus-button-patch): Strip directory.
8138
8139 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8142         Emacs 22 when setting focus.
8143
8144 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * gnus-art.el (gnus-article-treat-types): Do treatment of
8147         text/x-verbatim parts.
8148         (gnus-button-patch): New command.
8149
8150         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8151         addresses that contain invalid characters.
8152
8153 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8154
8155         * message.el (message-put-addresses-in-ecomplete): Use
8156         gnus-replace-in-string.
8157         (message-is-yours-p): Use the more correct
8158         mail-header-parse-address instead of
8159         mail-extract-address-components.
8160         (message-put-addresses-in-ecomplete): Fix typo.
8161
8162         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8163         keystroke.
8164
8165         * gnus-art.el (gnus-treatment-function-alist): Change order of
8166         newsgroups/generic header folding to avoid double-folding.
8167
8168         * message.el (message-hidden-headers): Add X-Draft-From.
8169
8170         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8171         command.
8172         (gnus-summary-repeat-search-article-backward): New command.
8173
8174         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8175         groups in the parent topic.
8176
8177 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8178
8179         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8180         (spam-extra-header-to-number): Return the CRM114 number as a
8181         number instead of a string.
8182
8183 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * gnus-art.el (gnus-face-properties-alist): Moved here from
8186         gnus-fun.
8187
8188         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8189
8190 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * message.el (message-strip-forbidden-properties): Only display on
8193         self-insert-command.
8194
8195         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8196         reindent.
8197         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8198
8199 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8200
8201         * smiley.el (smiley-style): Fix typo.
8202
8203 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * hashcash.el (hashcash-insert-payment-async-2): Use
8206         message-goto-eoh instead of doing it manually.
8207         (mail-add-payment): Use message-narrow-to-header instead of trying
8208         to do the same itself.
8209
8210         * message.el (message-hidden-headers): Add Face.
8211
8212         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8213         reparenting code.
8214         (gnus-summary-reparent-children): Refactored out code.
8215         (gnus-summary-thread-map): New keystroke.
8216         (gnus-summary-reparent-children): Make into command.
8217
8218         * smiley.el (smiley-style): Default to `medium' if using a large
8219         font.
8220
8221         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8222         does it itself.
8223
8224         * message.el (message-point-in-header-p): Simplify definition.
8225
8226 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8227
8228         * nnagent.el (nnagent-request-set-mark): Silence log file
8229         writing.
8230         (nnagent-request-set-mark): Use write-region instead of
8231         append-to-file.
8232
8233         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8234         strange select method.
8235
8236         * ecomplete.el (ecomplete-display-matches): Get highlightling
8237         right.
8238         (ecomplete-display-matches): Use literals.
8239         (ecomplete-display-matches): Disable message logging.
8240
8241         * message.el (message-display-abbrev): Small optimization.
8242
8243         * ecomplete.el (ecomplete-display-matches): Allow automatic
8244         display.
8245
8246         * message.el (message-strip-forbidden-properties): Display
8247         abbrevs.
8248         (message-display-abbrev): Get automatic display right.
8249
8250         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8251         keystrokes.
8252
8253 2006-04-13  Romain Francoise  <romain@orebokech.com>
8254
8255         TODO: Backport to v5-10!
8256
8257         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8258         Moved here (and renamed) from gnus-registry.el.
8259
8260         * gnus-registry.el: Require gnus-util.
8261         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8262
8263 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8264
8265         * gnus-group.el (gnus-group-catchup-current): Change
8266         if-then-else-if-then-else into cond.
8267         (gnus-group-catchup): Indent.
8268         (group-name-at-point): New function.
8269         (gnus-fetch-group): Provide default from thing at point.
8270
8271 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * message.el (message-display-abbrev): Fix regexp.
8274
8275         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8276         choosing.
8277         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8278         dead variables.
8279
8280         * message.el (message-newline-and-indent): Remove debugging.
8281         (message-display-abbrev): Use new implementation.
8282
8283 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * gnus-art.el (gnus-article-mode): Set
8286         cursor-in-non-selected-windows to nil.
8287
8288         * smiley.el: Revert previous change.
8289         (smiley-data-directory): defvar it before using it in the
8290         defcustom of `smiley-style'.
8291
8292 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293
8294         * message.el (message-newline-and-indent): New function.
8295
8296         * ecomplete.el: Implement more bits.
8297
8298         * message.el (message-put-addresses-in-ecomplete): Clean up the
8299         string.
8300
8301         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8302
8303         * gnus-sum.el (gnus-summary-save-parts): Bind
8304         gnus-summary-save-parts-counter and use it to make unique file
8305         names.
8306
8307         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8308
8309         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8310         parameter to say whether to actually parse the individual
8311         addresses.
8312
8313         * message.el (message-put-addresses-in-ecomplete): New function.
8314         (ecomplete): Require.
8315         (message-mail-alias-type): Add ecomplete as an option.
8316
8317 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8318
8319         * flow-fill.el (fill-flowed): Remove trailing space from blank
8320         quoted lines.
8321
8322 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8323
8324         * smiley.el (smiley-style): Move definition later to avoid a
8325         compilation warning.
8326
8327 2006-04-12  Kenichi Handa  <handa@m17n.org>
8328
8329         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8330         buffer and then decode the buffer text if necessary.
8331         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8332         first, and after mm-encode-body, change the buffer to unibyte.
8333         Use mm-disable-multibyte instead of set-buffer-multibyte.
8334
8335 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8338         Content-Type header instead of Content-Disposition header.
8339         (gnus-mime-inline-part): Ditto.
8340         (gnus-mime-view-part-as-charset): Ignore charset that the part
8341         specifies.
8342
8343         * mm-decode.el (mm-display-part): Work with external parts and
8344         usual parts similarly.
8345
8346         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8347         instead of gnus-display-mime.
8348
8349         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8350         instead of with-temp-buffer.
8351
8352         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8353         tag to summarized topics part in order to encode non-ASCII text.
8354
8355 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * smiley.el (smiley-style): New variable.
8358         (smiley-directory): New function.
8359         (smiley-data-directory): Derive from `smiley-style' using
8360         `smiley-directory'.
8361         (smiley-regexp-alist): Add new entries.
8362
8363         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8364         (gnus-article-browse-delete-temp): Add :version.
8365
8366 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8367
8368         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8369         the sieve region.
8370
8371 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * gnus.el (gnus-version-number): Bump version.
8374
8375 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8376
8377         * gnus.el: No Gnus v0.4 is released.
8378
8379 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8380
8381         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8382         layout.
8383
8384         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8385         unknown charset.
8386
8387         * message.el (message-header-synonyms): Add Original-To to the
8388         default.
8389
8390         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8391         optional parameter.
8392
8393 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * gnus-fun.el (gnus): Require it for gnus-directory.
8396
8397 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8400
8401 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8402
8403         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8404
8405 2006-04-05  Simon Josefsson  <jas@extundo.com>
8406
8407         * password.el (password-reset): New function.
8408
8409 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8410
8411         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8412         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8413
8414 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8415
8416         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8417         Some whitespace was matched into the url, which broke browsing hits
8418         > 100 when mm-url-use-external was nil.
8419
8420 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8421
8422         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8423         gnus-extra-headers for 'Newsgroups.
8424
8425         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8426         bound.
8427
8428 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8429
8430         * pgg-gpg.el: Clean up process buffers every time gpg processes
8431         complete.
8432
8433 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8434
8435         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8436         doc string.
8437
8438 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8439
8440         * pgg-gpg.el (pgg-gpg-process-filter)
8441         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8442
8443         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8444         lines, temporary fix.
8445
8446 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8449
8450 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8451
8452         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8453         default-enable-multibyte-characters.  This reverts the change from
8454         revision 6.17 which is no longer necessary because the passphrase
8455         is sent separately now.  GnuPG messages are unreadable under
8456         multibyte locales with default-enable-multibyte-characters set to
8457         nil.
8458
8459 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8460
8461         * message.el (message-tool-bar-gnome): Move "spell".
8462
8463 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8466         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8467         instead.
8468
8469 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8470
8471         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8472         newsgroups handling for NNTP overviews which don't include
8473         Newsgroups.
8474
8475 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8476
8477         * message.el (message-resend): Bind message-generate-hashcash to nil.
8478
8479 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8480
8481         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8482         when searching for already-paid recipients.
8483
8484 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8485
8486         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8487         passphrases when it is not needed.
8488         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8489         passphrase stuff from gpg, should only be necessary when you use
8490         gpg with a smartcard.
8491
8492 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * mml.el (mml-insert-mime): Ignore cached contents of
8495         message/external-body part.
8496
8497         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8498         (mm-insert-part): Ditto.
8499
8500 2006-03-23  Simon Josefsson  <jas@extundo.com>
8501
8502         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8503         Reiner.
8504         (pgg-gpg-use-agent-p): Use it again.
8505
8506 2006-03-23  Simon Josefsson  <jas@extundo.com>
8507
8508         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8509         older emacsen.
8510         (pgg-gpg-use-agent-p): Don't use it.
8511
8512 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8513
8514         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8515         if we can.
8516
8517 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8518
8519         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8520         (pgg-gpg-update-agent): New function.
8521         (pgg-gpg-use-agent-p): New function.
8522         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8523         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8524         (pgg-gpg-sign-region): Use it.
8525
8526 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8529         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8530
8531 2006-03-21  Simon Josefsson  <jas@extundo.com>
8532
8533         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8534         <wilde@sha-bang.de>.
8535         (pgg-gpg-use-agent): New variable.
8536         (pgg-gpg-process-region): Use it.
8537         (pgg-gpg-encrypt-region): Likewise.
8538         (pgg-gpg-encrypt-symmetric-region): Likewise.
8539         (pgg-gpg-decrypt-region): Likewise.
8540         (pgg-gpg-sign-region): Likewise.
8541         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8542
8543 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8546
8547         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8548         Add comment on version.
8549
8550 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8551
8552         * smiley.el: Add missing test smiley.
8553
8554 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * mm-decode.el (mm-with-part): New macro.
8557         (mm-get-part): Use it; work with message/external-body as well.
8558         (mm-save-part): Treat name and filename equally.
8559
8560         * mm-extern.el (mm-extern-cache-contents): New function.
8561         (mm-inline-external-body): Use it; force the part to be displayed;
8562         move undisplayer added to the cached handle to the parent.
8563
8564         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8565         (gnus-mime-view-part-as-type): Work with message/external-body.
8566
8567         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8568
8569 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8570
8571         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8572         images in image-load-path.  [Sync with image.el, revision 1.60, in
8573         Emacs.]
8574
8575 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8578         path rather than symbol.  Always return list of directories.
8579         Guarantee that image directory comes first.  [Sync with image.el,
8580         revision 1.59, in Emacs.]
8581
8582         * message.el (message-make-tool-bar): Adjust to new API of
8583         `gmm-image-load-path-for-library'.
8584
8585         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8586
8587         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8588
8589 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8590
8591         * gnus-art.el (gnus-article-only-boring-p):
8592         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8593         intangible text.
8594         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8595
8596 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8597
8598         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8599         `defun' instead of `gmm-defun-compat'.
8600
8601 2006-03-14  Simon Josefsson  <jas@extundo.com>
8602
8603         * message.el (message-unique-id): Don't use message-number-base36
8604         if (user-uid) is a float.
8605         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8606
8607 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8610
8611         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8612         empty line between a part and a message part.
8613
8614 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8615
8616         * smiley.el: Add more test smileys.
8617         (smiley-data-directory, smiley-regexp-alist)
8618         (gnus-smiley-file-types): Fix doc strings.
8619         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8620         adding new elements.
8621         (smiley-mouse-map): Unused code.  Make it a comment.
8622
8623 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8626         scan latest NoCeM messages instead of old ones.
8627         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8628         delimiters that are recently used.
8629         (gnus-nocem-load-cache): Add autoload cookie.
8630
8631         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8632
8633         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8634         level which is larger than gnus-use-nocem is specified.
8635
8636         * gnus-group.el (gnus-group-get-new-news): Ditto.
8637
8638 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-util.el (gnus-tool-bar-update): New function.
8641
8642         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8643         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8644
8645         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8646
8647         * gnus-group.el (gnus-group-redraw-when-idle)
8648         (gnus-group-redraw-check): Remove.
8649         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8650
8651 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8654         if optional last element is specified in splits (FIELD VALUE...).
8655
8656 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8659         to gmm-image-load-path-for-library.  Call with no-error argument.
8660         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8661
8662         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8663
8664         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8665
8666         * gmm-utils.el (gmm-image-load-path): Remove alias.
8667
8668 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * gmm-utils.el (gmm-image-load-path): Add alias.
8671
8672         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8673         nnml-generate-nov-databases-1.
8674         (nnml-generate-nov-databases): Use it.
8675         (nnml-generate-nov-databases-directory): Document no-active
8676         argument.
8677
8678         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8679         directory if path is t.  Add no-error.
8680
8681         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8682         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8683
8684         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8685         resetting gnus-article-browse-html-temp-list.
8686
8687         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8688         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8689         Add example to docstring.  Rename local variables.  Move error
8690         checks to default case in cond and simplify.
8691
8692 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8695         handle is multipart when calling it recursively.
8696         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8697
8698 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8699
8700         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8701         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8702
8703 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8706         is loaded.
8707
8708         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8709         loaded.
8710
8711 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8712
8713         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8714         to "Emacs 23 (unicode)" in doc string.
8715
8716         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8717         "Emacs 23 (unicode)" in comment.
8718
8719 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8722
8723         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8724         characters 160 through 255 in Emacs 23.
8725
8726 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8727
8728         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8729         gnus-article-browse-html-temp.
8730         (gnus-article-browse-delete-temp): Make it customizable.  Add
8731         `file'.  Adjust doc string.
8732         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8733         query for each file.  Adjust doc string.
8734         (gnus-article-browse-html-parts): Add
8735         `gnus-article-browse-delete-temp-files' to
8736         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8737
8738 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8739
8740         * gnus-art.el (gnus-article-browse-html-temp)
8741         (gnus-article-browse-delete-temp): New variables.
8742         (gnus-article-browse-delete-temp-files): New function.
8743         (gnus-article-browse-html-parts): Use it.
8744
8745 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8746
8747         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8748
8749         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8750         string.
8751
8752         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8753         gnus-summary-insert-new-articles when unplugged.  Remove
8754         gnus-summary-search-article-forward.
8755
8756         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8757         display-visual-class instead of display-color-cells.
8758
8759 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * dgnushack.el: Autoload customize-group for XEmacs.
8762
8763         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8764         message/* containing non-ASCII text properly.
8765
8766 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * message.el: Require gmm-utils, remove autoloads.
8769         (message-tool-bar): Set default based on
8770         gmm-tool-bar-style.
8771         (message-tool-bar-gnome): Add gmm-customize-mode.
8772
8773         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8774         gmm-tool-bar-style.
8775         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8776
8777         * gnus-group.el (gnus-group-tool-bar): Set default based on
8778         gmm-tool-bar-style.
8779         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8780
8781         * gmm-utils.el (gmm-image-directory): Rename variable from
8782         gmm-image-load-path.
8783         (gmm-image-load-path): Use gmm-image-directory.
8784         (gmm-customize-mode): New function.
8785         (gmm-tool-bar-style): New variable.
8786
8787         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8788         gnus-group-redraw-line-number.
8789         (gnus-group-redraw-check): Simplify.
8790         (gnus-group-tool-bar-update): Remove redraw check.
8791         (gnus-group-make-tool-bar): Add redraw check.
8792
8793 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8794
8795         * gnus-art.el (gnus-button): Add missing parentheses.
8796
8797 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * lpath.el: Fbind line-number-at-pos.
8800
8801 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8804
8805 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-art.el (gnus-button): New face.
8808         (gnus-article-button-face): Use it.
8809
8810         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8811         gnus-summary-next-page.  Re-order.
8812
8813         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8814         next-node are now included.
8815         (gnus-group-redraw-line-number): New internal variable.
8816         (gnus-group-redraw-check): Helper function for updating the tool
8817         bar.
8818         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8819
8820         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8821
8822         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8823         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8824         Use it to match format of Spamassassin 3.0 and later.  Reported by
8825         IRIE Tetsuya <irie@t.email.ne.jp>.
8826         (spam-check-bogofilter)
8827         (spam-bogofilter-register-with-bogofilter): Fix args of
8828         `gnus-error' calls.
8829
8830 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8833         unnecessary interaction when sending queued mails.  Reported by
8834         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8835
8836 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8839         first or last are nil.
8840
8841 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8842
8843         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8844
8845 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8846
8847         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8848
8849 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8850
8851         * dns.el (query-dns): Protect more against buggy tcp output.
8852
8853 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8856         nov.php.
8857
8858 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8859
8860         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8861         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8862         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8863         output on the server side.
8864         (nnweb-google-create-mapping): Update regexps and add some
8865         progress indication.
8866
8867 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8868
8869         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8870         gnus-agent-toggle-plugged.  Re-order icons.
8871         (gnus-group-tool-bar-gnome): Add
8872         gnus-group-{prev,next}-unread-group.
8873         (gnus-group-tool-bar-gnome): Re-order icons.
8874
8875         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8876         gnus-summary-insert-new-articles.
8877
8878         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8879         comments.
8880
8881         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8882         also available in Emacs 21.3.
8883
8884         * message.el (message-fix-before-sending): Change "Emacs 22" to
8885         "Emacs 23 (unicode)" in comment.
8886
8887         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8888         "Emacs 23 (unicode)" in comment.
8889
8890         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8891         comment.
8892         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8893
8894         * mm-view.el (mm-fill-flowed): Add :version.
8895
8896 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8899         and load-path.
8900
8901 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * message.el: Autoload gmm-image-load-path.
8904         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8905         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8906         consitency.
8907
8908         * gmm-utils.el (gmm-image-load-path): Also search in
8909         "../etc/images".  Don't set gmm-image-load-path if we don't find
8910         the image.
8911
8912 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gmm-utils.el (gmm-image-load-path): Don't make
8915         `gmm-image-load-path' include subdirectories which the second arg
8916         `image' might specify.
8917
8918         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8919         subdirectory to icon file names.
8920
8921         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8922
8923 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8926         gmm-image-load-path calls.
8927
8928         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8929
8930         * message.el (message-make-tool-bar): Ditto.
8931
8932         * mml.el (mml-preview): Added comment concerning tool bar icons.
8933
8934         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8935         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8936
8937         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8938         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8939
8940         * message.el (message-tool-bar-gnome): Use new icon names.
8941         (message-make-tool-bar): Use `gmm-image-load-path'.
8942
8943         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8944         functions from MH-E.
8945         (gmm-image-load-path): New variable from MH-E.
8946         (gmm-image-load-path): New function from MH-E.  Added arguments
8947         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8948         *-image-load-path-called-flag.
8949
8950 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8951
8952         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8953
8954 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8955
8956         * nnimap.el (nnimap-request-move-article): Change folder back to
8957         source group before deleting.
8958
8959 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8960
8961         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8962
8963         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8964         mm-url.
8965
8966         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8967
8968 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8971         coding system which mm-charset-to-coding-system returns for a
8972         given charset is valid.
8973
8974 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8975
8976         * html2text.el (html2text-remove-tag-list):
8977         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8978
8979 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8980
8981         * gnus-cus.el: Revert 2005-10-17 change.
8982
8983 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-art.el (article-strip-banner): Call
8986         article-really-strip-banner only when the regexp match is made.
8987
8988 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-art.el (article-strip-banner): Use
8991         gnus-extract-address-components instead of
8992         mail-header-parse-addresses to make it work with non-ASCII text;
8993         remove mail-encode-encoded-word-string.
8994
8995         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8996         values which are surrounded with \"...\"; make it never cause a
8997         Lisp error; give up parsing of parameters if it failed in
8998         extracting type.
8999
9000 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9001
9002         * smime.el (smime-cert-by-ldap-1): Fix bug where
9003         `smime-ldap-search' returns results without userCertificates.
9004
9005 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9008
9009 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * spam.el (spam-check-spamassassin-headers): Adapt format for
9012         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9013         <ari@mbf.ocn.ne.jp>.
9014         (spam-list-of-processors): Add spam-use-gmane.
9015
9016 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9019         make-temp-file; make it work with XEmacs as well.
9020
9021         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9022         mm-make-temp-file.
9023
9024         * mm-decode.el (mm-display-external): Use the 3rd arg of
9025         mm-make-temp-file.
9026         (mm-create-image-xemacs): Ditto.
9027
9028 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9031         with message-narrow-to-headers.
9032         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9033         (gnus-draft-check-draft-articles): New function.
9034         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9035
9036 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * gnus-art.el (gnus-article-browse-html-parts):
9039         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9040         Don't use suffix argument for mm-make-temp-file for Emacs 21
9041         compatibility.  Remove useless `format'.
9042
9043 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9044
9045         * nnweb.el (nnweb-google-wash-article): Update regexps.
9046         (nnweb-group-alist): Use defvoo instead of defvar.
9047
9048 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9051         re-loading nn* modules.
9052
9053 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9056         for `tool-bar-mode' and don't check it's default-value.
9057
9058         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9059
9060         * message.el (message-make-tool-bar): Ditto.
9061
9062         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9063         `substring'.  Shorten tmp-file name.
9064
9065         * gnus.el: Remove bogus comment.
9066
9067 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9068
9069         * gnus-art.el (gnus-article-browse-html-parts): New function.
9070         (gnus-article-browse-html-article): New function for viewing html
9071         articles with a browser.
9072
9073 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9074
9075         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9076         in elisp.
9077         (pgg-gpg-encrypt-symmetric-region): Ditto.
9078         (pgg-gpg-sign-region): Ditto.
9079
9080         * pgg-def.el (pgg-text-mode): New variable.
9081
9082         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9083         (mml2015-pgg-encrypt): Ditto.
9084
9085         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9086         (mml1991-pgg-encrypt): Ditto.
9087
9088 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9091         message-make-date instead of current-time-string.
9092
9093         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9094         to gnus-decoded which mm-uu might set.
9095
9096 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9099         don't decode quoted parameters; remove misimported Emacs code.
9100         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9101         (rfc2231-decode-encoded-string): Don't use split-string which
9102         behaves differently according to Emacs version; use
9103         mm-decode-coding-region to convert charset to coding-system.
9104         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9105         (rfc2231-encode-string): Remove misimported Emacs code.
9106
9107 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9110         when calling mail-header-parse-content-type.
9111         (article-de-quoted-unreadable): Ditto.
9112         (article-de-base64-unreadable): Ditto.
9113         (article-wash-html): Ditto.
9114
9115         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9116         calling mail-header-parse-content-type and
9117         mail-header-parse-content-disposition.
9118         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9119         mail-header-parse-content-type.
9120
9121         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9122         insert charset and format parameters; encode description after
9123         inserting it to buffer.
9124         (mml-insert-parameter): Fold lines properly even if a parameter is
9125         segmented into two or more lines; change the max column to 76.
9126
9127         * rfc1843.el (rfc1843-decode-article-body): Don't use
9128         ignore-errors when calling mail-header-parse-content-type.
9129
9130         * rfc2231.el (rfc2231-parse-string): Return at least type if
9131         possible; don't cause an error even if it fails in parsing of
9132         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9133         (rfc2231-encode-string): Don't break lines at the beginning, leave
9134         it to mml-insert-parameter.
9135
9136         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9137         calling mail-header-parse-content-type.
9138
9139 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * spam-report.el (spam-report-gmane-use-article-number):
9142         Improve doc string.
9143         (spam-report-gmane-internal): Check if a suitable header was found
9144         in the article.
9145
9146 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9149         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9150
9151 2006-02-05  Romain Francoise  <romain@orebokech.com>
9152
9153         Update copyright notices of all files in the gnus directory.
9154
9155 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9156
9157         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9158
9159 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9162         segmented lines of parameter value to cope with Thunderbird 1.5
9163         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9164         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9165         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9166
9167 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9168
9169         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9170         parts.
9171
9172 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9173
9174         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9175         there's only one active file for all servers.
9176         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9177         solid groups.  Gnus might have used a FAST request to select the group.
9178         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9179         and nnweb-search redundantly in the active file.
9180         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9181         (nnweb-request-create-group): Don't use ARGS.
9182         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9183         initialisations.  Let nnoo do the work.
9184
9185 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9188         Say the part has been decoded.
9189
9190         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9191
9192 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9193
9194         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9195         mailcap-viewer-test-cache when there's no 'test clause, since that
9196         will invert the meaning of a "nil" test previously determined by
9197         mailcap-mailcap-entry-passes-test.
9198
9199 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9202         compiling.
9203
9204         * gnus-sum.el: Ditto.
9205
9206         * message.el: Don't bind tool-bar-map when compiling.
9207
9208 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9211
9212 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9213
9214         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9215         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9216         current Google Groups.
9217
9218 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9221         and tool-bar-mode.
9222
9223         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9224         and tool-bar-mode.
9225
9226         * message.el (message-tool-bar-update): Simplify.
9227         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9228
9229         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9230         gnus-summary-buffer.
9231         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9232         gnus-summary-reply.
9233
9234         * gmm-utils.el (gmm): Add :version.
9235
9236 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * Makefile.in (clean): New rule.
9239         (distclean): Use it.
9240
9241 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9242
9243         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9244         autoload.
9245
9246 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gmm-utils.el (gmm-verbose): Add :group.
9249
9250 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * message.el: Change some comments WRT tool-bars.
9253
9254         * gnus-sum.el (gnus-summary-tool-bar)
9255         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9256         (gnus-summary-tool-bar-zap-list): New variables.
9257         (gnus-summary-make-tool-bar): Complete rewrite using
9258         `gmm-tool-bar-from-list'.
9259
9260         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9261         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9262         variables.
9263         (gnus-group-make-tool-bar): Complete rewrite using
9264         `gmm-tool-bar-from-list'.
9265         (gnus-group-tool-bar-update): New function.
9266
9267         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9268
9269 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9272         is dissected into a single part of which the type is the same as
9273         the given one; decode charset.
9274
9275 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9276
9277         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9278         into alists as symbol not string, since that's what
9279         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9280         look for.
9281
9282 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9285         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9286
9287         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9288
9289 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9292         (gnus-xmas-mime-security-button-menu): New function.
9293
9294         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9295         (gnus-mime-security-button-menu): New definition.
9296         (gnus-mime-security-button-map): Use them.
9297         (gnus-mime-security-button-menu): New function.
9298         (gnus-insert-mime-security-button): Addition to help echo.
9299         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9300         (gnus-mime-security-pipe-part): New functions.
9301
9302         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9303         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9304
9305         * mm-decode.el (mm-handle-set-disposition): Remove.
9306         (mm-handle-set-description): Remove.
9307
9308 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9311         (mm-w3m-standalone-supports-m17n-p): New function.
9312         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9313         w3m usage.
9314
9315         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9316         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9317
9318 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * message.el (message-tool-bar-zap-list): Use
9321         gmm-tool-bar-zap-list as custom type.
9322         (message-tool-bar-update): New function.
9323         (message-tool-bar, message-tool-bar-gnome)
9324         (message-tool-bar-retro): Add message-tool-bar-update.
9325         (message-tool-bar-gnome): Add flyspell-buffer.
9326
9327         * gnus-util.el (gnus-error): Describe `args'.
9328
9329         * gmm-utils.el (gmm-error): Describe `args'.
9330         (gmm-tool-bar-zap-list): New widget.
9331         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9332
9333 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9336         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9337         the number of recursive calls.
9338
9339         * mm-decode.el (mm-handle-set-disposition): New macro.
9340         (mm-handle-set-description): New macro.
9341
9342 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9345         encoding.
9346
9347 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * message.el (message-tool-bar-zap-list, message-tool-bar)
9350         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9351         (message-tool-bar-local-item-from-menu): Remove.
9352         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9353         (message-make-tool-bar): New function.
9354         (message-mode): Use `message-make-tool-bar'.
9355
9356         * gmm-utils.el: New file.
9357         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9358         (gmm-lazy): New widget copied from `nnmail.el'.
9359         (gmm-tool-bar-from-list): New function for creating customizable
9360         tool bars.
9361         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9362         output.
9363         (gmm): Add :prefix to defgroup.
9364
9365 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9366
9367         * gmm-utils.el (gmm-widget-p): New function.
9368
9369 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * mml.el (mml-attach-file): Describe `description' in doc string.
9372         (mml-menu): Add Emacs MIME manual and PGG manual.
9373
9374 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9375
9376         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9377
9378 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9379
9380         * nntp.el (nntp-end-of-line): Doc fix.
9381
9382 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9383
9384         * imap.el (imap-open): Handle case where buffer is a buffer
9385         object.
9386
9387 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9388
9389         * gnus-delay.el (gnus-delay): Don't autoload.
9390         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9391         to be re-loaded when customizing the `gnus-delay' group.
9392
9393 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9394
9395         * message.el (message-insert-citation-line): Use newlines.
9396
9397 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9398
9399         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9400         (pgg-pgp-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-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9404         pgg-add-passphrase-to-cache function.
9405
9406         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9407         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9408         these routines, so the passphrase can be managed externally and
9409         passed in to the system.
9410         (pgg-pgp5-sign-region): Use new name of
9411         pgg-add-passphrase-to-cache function.
9412
9413 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9414
9415         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9416         part of the decoded armor to find the key-identifier.
9417         (pgg-gpg-lookup-key-owner): New function to return the
9418         human-readable identifier of a key owner.
9419         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9420         itself.
9421         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9422         the key value) if we have a key and can match it against a secret
9423         key.  Also, added a note pointing out fact that the prompt only
9424         indicates the first matching key.
9425
9426         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9427         pgg-decrypt-region.
9428         (pgg-add-passphrase-to-cache): Rename from
9429         `pgg-add-passphrase-cache' to reduce confusion (all callers
9430         changed).
9431         (pgg-remove-passphrase-from-cache): Rename from
9432         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9433         changed).
9434         (pgg-read-passphrase, pgg-add-passphrase-cache)
9435         (pgg-remove-passphrase-cache): Add informative docstrings.
9436         (pgg-decrypt): Convey provided passphrase in subordinate call to
9437         pgg-decrypt-region.
9438
9439 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9440
9441         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9442         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9443         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9444         'passphrase' argument, so the passphrase can be managed externally
9445         and then passed in to the system.
9446
9447         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9448         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9449         so the passphrase cache can be used reliably with identifiers
9450         besides a pgp packet's key id.
9451
9452         * pgg-gpg.el (pgg-gpg-encrypt-region)
9453         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9454         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9455         these routines, so the passphrase can be managed externally and
9456         passed in to the system.
9457
9458         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9459         'notruncate' argument, so the passphrase cache can be used
9460         reliably with identifiers besides a pgp packet's key id.
9461
9462 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9463
9464         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9465         symmetric encryption.
9466         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9467         encrypted session key.
9468         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9469         message ask for the passphrase in a proper way.
9470
9471         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9472         New user commands for symmetric encryption.
9473
9474 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9477
9478         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9479
9480 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9481
9482         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9483
9484 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * mm-decode.el (mm-inlined-types): Add application/pgp.
9487         (mm-automatic-display): Ditto.
9488
9489         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9490         part as text.
9491
9492 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * nnrss.el: Update copyright.
9495         (nnrss-opml-import): Query whether to subscribe to each entry.
9496
9497         * gnus-art.el:
9498         * gnus-sum.el:
9499         * gnus-xmas.el:
9500         * messagexmas.el:
9501         * mm-uu.el:
9502         * mm-view.el: Update copyright.
9503
9504 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9505
9506         * message.el (message-info): New function.
9507         (message-mode-menu): Add it.
9508         Update copyright.
9509
9510         * ChangeLog: Fix and update copyright.
9511
9512 2006-01-13  Romain Francoise  <romain@orebokech.com>
9513
9514         * message.el (message-forward-subject-name-subject): Prefer the
9515         address to 'nowhere' if the sender has no name.
9516         Fix typo.  Update copyright year.
9517
9518 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * gnus-art.el (article-wash-html): Use
9521         gnus-summary-show-article-charset-alist if a numeric arg is given.
9522         (gnus-article-wash-html-with-w3m-standalone): New function.
9523
9524         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9525         mm-inline-text-html-render-with-w3m-standalone.
9526         (mm-text-html-washer-alist): Map w3m-standalone to
9527         gnus-article-wash-html-with-w3m-standalone.
9528         (mm-inline-text-html-render-with-w3m-standalone): New function.
9529
9530 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9533         Improve LaTeX.
9534
9535 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9538         (nnrss-request-article): Render text/plain parts as HTML.
9539
9540         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9541         the buffer.
9542
9543 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9546         custom definition of `gnus-posting-styles'.
9547
9548         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9549         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9550
9551 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9554         Use nntp for bug archive.
9555
9556 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9559         parts.
9560         (nnrss-normalize-date): New function converts ISO 8601 date into
9561         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9562         (nnrss-check-group): Use it.
9563
9564 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9567
9568         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9569         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9570         (nnrss-insert-w3): Ditto.
9571
9572 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9575         the articles to be forwarded including the case where neither a
9576         number of articles nor a region is specified.
9577
9578 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * nnrss.el (nnrss-request-article): Fix last change; fill
9581         text/plain parts.
9582
9583 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9586         in text/plain part.
9587         (nnrss-check-group): Don't add excessive newline to dc:subject.
9588
9589 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9590
9591         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9592         article.
9593
9594 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9597         (nnml-use-compressed-files, nnml-save-mail): Support other
9598         comression programs such as bzip2.
9599
9600 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601
9602         * dns.el (query-dns): Make sure we check the buffer size before
9603         removing tcp headers.
9604
9605 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9608         remove MIME buttons associated with multipart/alternative parts.
9609         (gnus-mime-display-alternative): Tag buttons using `article-type'
9610         text property.
9611
9612         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9613         associated with multipart/alternative parts.
9614
9615         * gnus-art.el (gnus-signature-separator): Fix custom type.
9616
9617         * mm-decode.el (mm-inlined-types): Fix custom type.
9618         (mm-keep-viewer-alive-types): Ditto.
9619         (mm-automatic-display): Ditto.
9620         (mm-attachment-override-types): Ditto.
9621         (mm-inline-override-types): Ditto.
9622         (mm-automatic-external-display): Ditto.
9623
9624 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * spam-report.el (spam-report-user-mail-address)
9627         (spam-report-user-agent): New variables.
9628         (spam-report-url-ping-plain): Use spam-report-user-agent.
9629
9630 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9631
9632         * gnus-art.el (gnus-button-handle-custom): Do not just use
9633         `customize-apropos' for any "M-x customize-*" button but the
9634         function called for.  Accept both the function name and its
9635         argument in order to achieve this.
9636         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9637         function name to `gnus-button-handle-custom' in case of "M-x
9638         customize-*" buttons.
9639
9640 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9643         multipart/alternative and add xref to mm-discouraged-alternatives
9644         in doc string.
9645
9646         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9647         gnus-buttonized-mime-types in doc string.
9648
9649 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9652         Suggest image/.* in the doc string.
9653
9654 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9657         message-marks (Debian bug #342521).
9658
9659 2005-12-12  Simon Josefsson  <jas@extundo.com>
9660
9661         * password.el (password-read-from-cache): Add.
9662         (password-read): Use it.
9663
9664 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9667         us-ascii as a MIME charset.
9668
9669         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9670         against the case where the 2nd arg TYPE is nil.
9671
9672 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * pop3.el (pop3-stream-type): Fix custom version.
9675
9676         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9677
9678 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9679
9680         * mm-decode.el (mm-display-external): Add missing cdr.
9681
9682 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9685         RFC1524) if it is in mailcap or add a suffix according to
9686         mailcap-mime-extensions when generating a temp filename; postpone
9687         deleting a temp file for 2 seconds for some wrappers, shell
9688         scripts, and so on, which might exit right after having started a
9689         viewer command as a background job.
9690
9691 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * nntp.el (nntp-marks-directory): Fix custom group.
9694
9695         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9696         steps when < 10.
9697
9698         * gnus-start.el (gnus-no-server-1): Mention
9699         `gnus-level-default-subscribed' in doc string.
9700
9701 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9702
9703         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9704         parens.
9705
9706 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus-xmas.el (gnus-use-toolbar): Revert.
9709         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9710         gnus-use-toolbar is default.
9711
9712         * messagexmas.el (message-use-toolbar): Revert.
9713         (message-setup-toolbar): Use global default-toolbar if
9714         message-use-toolbar is default.
9715
9716 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9719         according to default-toolbar-visible-p.
9720
9721         * messagexmas.el (message-use-toolbar): Ditto.
9722
9723 2005-11-26  Dave Love  <fx@gnu.org>
9724
9725         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9726         (tls-program, tls-success): Provide openssl alternative.
9727
9728         * starttls.el: Doc fixes.
9729         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9730         SERVICE to PORT.
9731
9732         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9733         port null or service name.
9734         (starttls-negotiate): Autoload.
9735
9736 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * message.el (message-kill-to-signature): Fix interactive spec.
9739
9740 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * pop3.el (pop3-open-server): Recognize a string as a service name.
9743
9744 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9745
9746         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9747
9748 2005-11-23  Dave Love  <fx@gnu.org>
9749
9750         Add pop3s, pop3/starttls.
9751
9752         * pop3.el (pop3-authentication-scheme): Clarify doc.
9753         (open-tls-stream, starttls-open-stream): Autoload.
9754         (pop3-stream-type): New.
9755         (pop3-open-server): Use it.
9756
9757         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9758         for POP.
9759         (mail-source-keyword-map): Add :stream for POP.
9760         (mail-source-fetch-pop): Use pop3-stream-type.
9761
9762 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9765         of current-time-string.
9766
9767 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9768
9769         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9770         date header.
9771
9772 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9773
9774         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9775         it can seriously impact performance as it bypasses the agent's
9776         local caches.
9777
9778 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9779
9780         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9781         must be explicitly online rather than "not explicitly offline" for
9782         its flags to be synchronized.
9783
9784         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9785         that gnus-uu-unmark-thread will function correctly.
9786
9787         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9788         1024K is instead displayed as 1M.
9789
9790 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791
9792         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9793
9794 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9795
9796         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9797
9798 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9799
9800         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9801         error message to display actual error condition.
9802         (gnus-agent-save-local): Avoid saving symbols that are bound to
9803         nil as they simply result in a warning message in
9804         gnus-agent-read-local.
9805
9806 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9809         rather than make-variable-buffer-local for file-precious-flag.
9810
9811 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9812
9813         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9814         for duplicates which are removed.  The invalid sort check then
9815         triggers a rescan after the sort as sorting may have moved
9816         duplicate entries such that they can be cheaply detected.
9817
9818 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9821
9822 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9823
9824         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9825         internal variable to a custom variable.  Changed default value
9826         from compressed(2) to uncompressed(1).
9827         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9828         support for uncompressed agentview files.  Taken together, reading
9829         the agentview file should now be 6-7 times faster.
9830
9831 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9832
9833         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9834         as a buffer-local variable.  This avoids creating truncated
9835         dribble files as a result of a hang up, eg.
9836
9837 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9838
9839         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9840         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9841         XEmacs.
9842
9843 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * gnus-start.el (gnus-start-draft-setup): Enforce
9846         `gnus-draft-mode' for nndraft:drafts at startup.
9847
9848         * gnus.el (gnus-splash): Change custom group.
9849         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9850         allow-list argument.
9851
9852         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9853         string.
9854
9855 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * gnus-art.el (gnus-default-article-saver): Add user-defined
9858         `function' to custom type.
9859
9860 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9861
9862         * imap.el (imap-open): Handle case where buffer is a buffer
9863         object.
9864
9865 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9866
9867         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9868         long lines.
9869         (gnus-cache-delete-group): Wrap doc strings.
9870
9871         * gnus-agent.el (gnus-agent-rename-group)
9872         (gnus-agent-delete-group): Wrap doc strings.
9873
9874 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * messagexmas.el (message-use-toolbar): Change the valid values
9877         into default, top, bottom, left, and right.
9878         (message-toolbar-thickness): New variable.
9879         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9880         well.
9881         (message-setup-toolbar): Make it work.
9882
9883         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9884         (gnus-use-toolbar): Change the valid values into default, top,
9885         bottom, left, and right.
9886         (gnus-toolbar-thickness): New variable.
9887         (gnus-xmas-setup-toolbar): New function.
9888         (gnus-xmas-setup-group-toolbar): Use it.
9889         (gnus-xmas-setup-summary-toolbar): Use it.
9890
9891 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9892
9893         * gnus-start.el (gnus-1): Add "native" to
9894         gnus-predefined-server-alist.
9895
9896         * gnus.el (gnus-method-to-server): Don't add "native" to the
9897         lists here, because that leads to problems when
9898         gnus-select-method is bound.
9899
9900 2005-11-09  Simon Josefsson  <jas@extundo.com>
9901
9902         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9903         use (not sort-by-date) instead.
9904
9905 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9906
9907         * gnus-delay.el (gnus-delay-group): Don't autoload.
9908         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9909         to be re-loaded when customizing the `gnus-delay' group.
9910
9911 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9912
9913         * message.el: Revert last changes.
9914         (message-insert-citation-line): Use newlines.
9915
9916 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9917
9918         * message.el (message-courtesy-message)
9919         (message-mark-insert-begin, message-mark-insert-end)
9920         (message-elide-ellipsis, message-cancel-message)
9921         (message-add-header, message-change-subject)
9922         (message-cross-post-followup-to-header)
9923         (message-cross-post-insert-note, message-reduce-to-to-cc)
9924         (message-widen-reply, message-delete-not-region)
9925         (message-kill-to-signature, message-insert-signature)
9926         (message-insert-importance-high, message-insert-importance-low)
9927         (message-insert-or-toggle-importance)
9928         (message-insert-disposition-notification-to)
9929         (message-indent-citation, message-yank-original)
9930         (message-cite-original-without-signature, message-cite-original)
9931         (message-insert-citation-line, message-position-on-field)
9932         (message-fix-before-sending, message-send-mail-partially)
9933         (message-send-mail, message-send-mail-with-sendmail)
9934         (message-send-mail-with-qmail, message-send-news)
9935         (message-check-news-header-syntax, message-generate-headers)
9936         (message-insert-courtesy-copy, message-fill-address)
9937         (message-fill-header, message-shorten-references)
9938         (message-setup-1, message-cancel-news)
9939         (message-forward-make-body-plain, message-forward-make-body-mime)
9940         (message-forward-make-body-mml, message-encode-message-body)
9941         (message-forward-make-body-digest-plain)
9942         (message-forward-make-body-digest-mime)
9943         (message-use-alternative-email-as-from): Insert `hard-newline'
9944         instead of ordinary newlines.
9945
9946 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * message.el (message-generate-headers): Downcase the argument
9949         given to message-check-element.
9950
9951 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9952
9953         * nntp.el (nntp-authinfo-rejected): New error condition.
9954         (nntp-wait-for): Use new error condition to signal authentication
9955         error.
9956         (nntp-retrieve-data): Rethrow new error condition to break out of
9957         recursive call to nntp-send-authinfo.
9958
9959 2005-11-08  Romain Francoise  <romain@orebokech.com>
9960
9961         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9962         (gnus-summary-exit-map): Bind to `Z p'.
9963         (gnus-summary-make-menu-bar): Add menu item.
9964
9965 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9968         (gnus-treat-*): Add `first' in all doc strings.
9969
9970         * gnus-group.el (gnus-group-compact-group): Fix typo.
9971
9972 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus.el (gnus-parameters-case-fold-search): New variable.
9975         (gnus-parameters-get-parameter): Use it.
9976
9977         * gnus-score.el (gnus-home-score-file): Doc fix.
9978
9979 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9980
9981         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9982
9983 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * mm-util.el (mm-special-display-p): New function.
9986
9987         * mml.el (mml-preview): Use it; doc fix.
9988
9989 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9990
9991         * imap.el (imap-open): Handle case where buffer is a buffer object.
9992
9993 2005-10-29  Romain Francoise  <romain@orebokech.com>
9994
9995         * message.el (message-fix-before-sending): Fix comment.
9996
9997 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9998
9999         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10000
10001 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10002
10003         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10004         Used in gnus-score.el.
10005
10006 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10009
10010 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10013         whitespace removed in revision 7.8.  Use concatenated string to
10014         protect trailing whitespace.
10015
10016 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10017
10018         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10019         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10020         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10021         Courier IMAP ("some version from 2004").  Mostly based on similar
10022         code in the same function.
10023
10024 2005-10-26  Didier Verna  <didier@xemacs.org>
10025
10026         * gnus-group.el (gnus-group-compact-group): Invalidate original
10027         article buffer.
10028         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10029         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10030         NOV database and in article itself.
10031         Invalidate article backlog.
10032
10033 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10034
10035         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10036
10037 2005-10-26  Simon Josefsson  <jas@extundo.com>
10038
10039         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10040         part of 2004-07-25 change.
10041
10042 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * message.el (message-display-completion-list): New function.
10045         (message-expand-group): Use it; make sure the Completions buffer
10046         is modifiable.
10047 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10048
10049         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10050         user-mail-name is an empty string.
10051
10052 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10053
10054         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10055         depending on gnus-score-decay-constant.
10056
10057         * encrypt.el (encrypt-insert-file-contents)
10058         (encrypt-write-file-contents): Don't use `gnus-message'.
10059
10060         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10061         arguments.
10062         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10063         arguments to mm-uu-verbatim-marks-extract.
10064         (mm-uu-hide-markers): New variable.
10065         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10066
10067         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10068         (gnus-convert-image-to-face-command): Use "convert" by default to
10069         allow other input image formats.
10070         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10071         accordingly.
10072
10073 2005-10-23  Simon Josefsson  <jas@extundo.com>
10074
10075         * imap.el (imap-gssapi-program): Align command line parameters
10076         with latest GNU SASL.
10077         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10078
10079 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10080
10081         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10082         HTML.
10083         (nnslashdot-request-article): Ditto.
10084
10085         * lpath.el (featurep): Add nobreak-char-display.
10086
10087 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10088
10089         * mail-source.el (mail-source-fetch-pop): Require pop3.
10090         (mail-source-check-pop): Ditto.
10091
10092 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10095         errors.
10096
10097 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10100         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10101
10102         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10103
10104         * mm-bodies.el (mm-decode-string): Call
10105         `mm-charset-to-coding-system' with allow-override argument.
10106
10107 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10110         (rfc2047-charset-to-coding-system): New function.
10111         (rfc2047-decode-encoded-words): New function.
10112         (rfc2047-decode-region): Use them.
10113         (rfc2047-decode-cte): Remove.
10114         (rfc2047-parse-and-decode): Remove.
10115         (rfc2047-decode): Remove.
10116
10117 2005-10-15  Kenichi Handa  <handa@m17n.org>
10118
10119         * rfc2047.el (rfc2047-decode-cte): New function.
10120         (rfc2047-decode-region): Change the way to decode successive
10121         encoded-words: decode B- or Q-encoding in each encoded-word,
10122         concatenate them, and decode it as charset.
10123
10124 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * lpath.el: Fbind codepage-setup for XEmacs.
10127
10128 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10129
10130         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10131         widget-move-and-invoke.
10132         (gnus-custom-mode): Use gnus-custom-map.
10133
10134 2005-10-15  Bill Wohler  <wohler@newt.com>
10135
10136         * message.el (message-tool-bar-map): Renamed image file from
10137         mail_send to mail/send.
10138
10139 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10140
10141         * message.el (message-expand-group): Pass the common
10142         prefix substring of completion to `display-completion-list'.
10143
10144 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10145
10146         * mml-sec.el (mml-secure-method): New internal variable.
10147         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10148         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10149         functions using mml-secure-method.
10150
10151         * mml.el (mml-mode-map): Add key bindings for those functions.
10152         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10153         Harder <harder@myrealbox.com>.
10154         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10155         end of message if point is the headers of the message.
10156
10157         * message.el (message-in-body-p): New function.
10158
10159         * assistant.el: Autoload gnus-util and netrc.
10160
10161         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10162         Use `mm-charset-override-alist' only when decoding.
10163
10164         * mm-bodies.el (mm-decode-body): Call
10165         `mm-charset-to-coding-system' with allow-override argument.
10166
10167         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10168         `filename' from Content-Disposition if Content-Type doesn't
10169         provide `name'.
10170         (gnus-mime-view-part-as-type): Set default instead of
10171         initial-input.
10172
10173 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10174
10175         * format-spec.el (format-spec): Propagate text properties of % spec.
10176
10177 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10178
10179         * gnus-art.el (gnus-treat-predicate): Add `first'.
10180
10181 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10184         (mm-charset-override-alist): New variable.
10185         (mm-charset-to-coding-system): Use it.
10186         (mm-codepage-setup): New helper function.
10187         (mm-charset-eval-alist): New variable.
10188         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10189         about unknown charsets.
10190
10191         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10192
10193 2005-10-04  David Hansen  <david.hansen@gmx.net>
10194
10195         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10196         (nnrss-check-group): Ditto.
10197
10198 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10201         Rename x-gnus-verbatim to x-verbatim.
10202         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10203
10204         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10205         x-verbatim.
10206
10207         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10208
10209         * gnus-util.el (gnus-remove-duplicates): Remove.
10210
10211         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10212         instead of gnus-remove-duplicates.
10213
10214         * message.el (message-remove-duplicates): Remove.
10215         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10216         message-remove-duplicates.
10217
10218         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10219         available, else use implementation from `delete-dups'.
10220
10221         * message.el (message-insert-expires): New function.
10222         (message-mode-map): Add key binding.
10223         (message-mode-field-menu): Add menu entry.
10224         (message-mode): Document it.
10225         (message-make-expires-date): Use `message-make-date'.
10226
10227 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10228
10229         * message.el (message-make-expires-date): New function.
10230
10231 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * Makefile.in (list-installed-shadows): New entry.
10234         (install): Use it.
10235         (remove-installed-shadows): New entry.
10236
10237         * dgnushack.el (dgnushack-default-load-path): New variable.
10238         (dgnushack-find-lisp-shadows): New function.
10239         (dgnushack-remove-lisp-shadows): New function.
10240
10241 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * Makefile.in (install-el-elc): New entry.
10244         (install): Use it so that .el files are necessarily installed.
10245
10246 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10249
10250 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10251
10252         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10253         function rather than the diff-mode.el package.
10254         (mm-display-external): Use with-current-buffer.
10255         (mm-viewer-completion-map, mm-viewer-completion-map):
10256         Move initialization inside declaration.
10257
10258 2005-09-29  Simon Josefsson  <jas@extundo.com>
10259
10260         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10261         autoload mail-check-payment.
10262         (spam-check-hashcash): Define unconditionally, since hashcash.el
10263         is part of Gnus now.  Ignore errors from payment checking.
10264
10265 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10266
10267         * message.el (message-bold-region, message-unbold-region): Rename
10268         from `bold-region' and `unbold-region'.
10269
10270         * message.el: Remove useless autoloads.
10271
10272 2005-09-28  Simon Josefsson  <jas@extundo.com>
10273
10274         * message.el (message-use-idna): Default to t.
10275         (message-use-idna): Test whether encoding works too.  Doc fix.
10276
10277 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * nntp.el (nntp-warn-about-losing-connection): Remove.
10280
10281 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10282
10283         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10284         customizable.  Change default value.
10285         (mm-uu-diff-groups-regexp): Change default value.
10286         (mm-uu-type-alist): Add doc string.
10287         (mm-uu-configure): Add doc string.  Make it interactive.
10288         (mm-uu-tex-groups-regexp): New variable.
10289         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10290         (mm-uu-type-alist): Add LaTeX documents.
10291         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10292         of "text/verbatim".
10293         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10294
10295         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10296         instead of "text/verbatim".
10297
10298         * message.el (message-mark-inserted-region)
10299         (message-mark-insert-file): Use slrn style marks when called with
10300         prefix argument.
10301
10302 2005-09-27  Simon Josefsson  <jas@extundo.com>
10303
10304         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10305
10306 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10307
10308         * message.el (message-remove-duplicates): New function.
10309         Implementation borrowed from `gnus-remove-duplicates'.
10310         (message-idna-to-ascii-rhs): Also encode idna addresses in
10311         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10312         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10313         only ask about the same idna domain once per header and also tell
10314         in what header to replace the idna domain.
10315
10316         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10317         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10318         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10319         a header is decoded and not just the last one.
10320
10321 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10324         has been decoded.
10325
10326         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10327         (mm-insert-part): Don't modify text if it has been decoded.
10328
10329         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10330         decoded.
10331
10332         * mm-view.el (mm-inline-text): Don't strip text props unless
10333         decoding enriched or richtext parts.
10334
10335 2005-09-25  Romain Francoise  <romain@orebokech.com>
10336
10337         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10338         * gnus-start.el (gnus-subscribe-interactively):
10339         * gnus-uu.el (gnus-uu-grab-articles):
10340         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10341         space.
10342
10343 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10344
10345         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10346         * mm-view.el (mm-view-pkcs7-decrypt):
10347         * gnus-sum.el (gnus-summary-limit-to-extra)
10348         (gnus-summary-respool-article, gnus-read-move-group-name):
10349         * gnus-score.el (gnus-summary-increase-score):
10350         * gnus-util.el (gnus-completing-read-with-default):
10351         * gnus-art.el (gnus-read-save-file-name)
10352         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10353         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10354         * message.el (message-check-news-header-syntax):
10355         Follow convention for reading with the minibuffer.
10356
10357 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * spam-report.el (spam-report-url-ping-plain):
10360         Use gnus-extended-version as User-Agent.
10361
10362         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10363         default value is nil.
10364
10365         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10366         (mm-uu-verbatim-marks-extract): New function.
10367         (mm-uu-extract): New face.
10368         (mm-uu-copy-to-buffer): Use it.
10369
10370         * spam-report.el (spam-report-gmane-ham): Renamed from
10371         `spam-report-gmane-unspam'.
10372         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10373         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10374
10375         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10376         Autoload.
10377         (spam-report-gmane-unregister-routine): Renamed
10378         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10379
10380 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10381
10382         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10383         (spam-report-gmane-unregister-routine): Add support for gmane
10384         unregistration.
10385
10386         * spam-report.el (spam-report-gmane-unspam)
10387         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10388         (spam-report-gmane): Change to take a single article and do unspam
10389         registration.
10390
10391 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * mm-url.el (mm-url-decode-entities): Fix regexp.
10394
10395 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10396
10397         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10398         default to nil, to be able to use Gnus at all.  If the default
10399         switches to something else, then the function should be fixed not
10400         be exceedingly slow.
10401
10402 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10403
10404         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10405         fail hard.
10406
10407         * spam-report.el: Add better Keywords line.
10408
10409         * spam.el: Add Maintainer and better Keywords line.
10410
10411 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * gnus-art.el (gnus-article-replace-part)
10414         (gnus-mime-replace-part): New functions.
10415         (gnus-mime-action-alist, gnus-mime-button-commands)
10416         (gnus-mime-save-part-and-strip): Added file argument.
10417         (gnus-article-part-wrapper): Added interactive argument.
10418
10419         * gnus-sum.el (gnus-summary-mime-map): Add
10420         `gnus-article-replace-part'.
10421
10422 2005-09-19  Didier Verna  <didier@xemacs.org>
10423
10424         The nnml compaction feature:
10425         * nnml.el (nnml-request-compact-group): New function.
10426         * nnml.el (nnml-request-compact): New function.
10427         * gnus-int.el (gnus-request-compact-group): New function.
10428         * gnus-int.el (gnus-request-compact): New function.
10429         * gnus-group.el (gnus-group-compact-group): New function.
10430         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10431         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10432         * gnus-srvr.el (gnus-server-compact-server): New function.
10433         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10434         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10435
10436 2005-09-18  Deepak Goel  <deego@gnufans.org>
10437
10438         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10439         format spec.
10440
10441 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10444
10445 2005-09-15  Romain Francoise  <romain@orebokech.com>
10446
10447         * message.el (message-fill-paragraph): Clarify docstring.
10448
10449 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-art.el (gnus-mime-display-part): Protect against broken
10452         MIME messages.
10453
10454 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10457         before parsing header.
10458
10459 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10460
10461         * html2text.el (html2text-replace-list): Add new entities.
10462
10463 2005-09-11  Romain Francoise  <romain@orebokech.com>
10464
10465         * message.el (message-alternative-emails): Improve docstring.
10466         (message-setup-1): Call `message-use-alternative-email-as-from'
10467         after `message-setup-hook' to give it precedence over posting
10468         styles, etc.
10469         (message-use-alternative-email-as-from): Add docstring.  Remove
10470         the original From header if present.
10471
10472         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10473         (nnml-save-mail): Use it.
10474
10475         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10476         articles.  Add new argument `silent'.
10477         (gnus-uu-mark-all): Report the total number of marked articles.
10478
10479 2005-09-10  Romain Francoise  <romain@orebokech.com>
10480
10481         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10482         (gnus-uu-mark-series): Likewise.
10483
10484 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * spam-report.el (spam-report-gmane): Fix generation of spam
10487         report URL.
10488
10489 2005-09-10  Simon Josefsson  <jas@extundo.com>
10490
10491         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10492         t, based on discussion on the ding list with Robert Epprecht
10493         <epprecht@solnet.ch>.
10494
10495 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10496
10497         * spam-report.el (spam-report-gmane): Make it work without
10498         X-Report-Spam header.  Gmane now only provides Archived-At.
10499         This is only used if `spam-report-gmane-use-article-number' is nil.
10500         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10501
10502         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10503         make `gnus-summary-sort-by-recipient' work with threading.
10504
10505         * nnweb.el (nnweb-google-wash-article): Print a message if article
10506         is not available.
10507
10508 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10509
10510         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10511         change.  Decode text/* parts content before displaying.
10512
10513 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10516
10517 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10520
10521         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10522         url-package-name, url-package-version,
10523         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10524         w3m-display-inline-images, and w3m-minor-mode-map.
10525
10526 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * message.el (message-tab-body-function): Fix mismatched custom type.
10529
10530         * gnus.el (gnus-group-change-level-function): Ditto.
10531
10532         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10533
10534         * gnus-art.el (gnus-signature-limit)
10535         (gnus-article-mime-part-function): Ditto.
10536
10537 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * mml.el (mml-mode): Silence the byte compiler.
10540
10541         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10542         using `(sit-for 0)' before moving the point to the specified part;
10543         skip unbuttonized parts.
10544         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10545         return to the summary window if gnus-auto-select-part is non-nil.
10546
10547 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10548
10549         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10550         variables.
10551         (mml-dnd-attach-file, mml-mode): Use them.
10552
10553         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10554         Make fetching article by MID work again for Google Groups.  Added
10555         FIXME concerning gnus-group-make-web-group.
10556
10557         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10558         Don't depend on Gnus by using mail-extract-address-components if
10559         gnus-extract-address-components is not bound.
10560
10561 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * gnus-art.el (gnus-mime-display-security): Don't display the
10564         signature, but only the signed part.
10565
10566 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10569
10570         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10571         list, not listp.
10572
10573 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10574
10575         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10576         when encoding.
10577
10578         * mm-bodies.el (mm-decode-content-transfer-encoding):
10579         De-canonicalize CRLF for all text content types, not just
10580         text/plain.
10581
10582 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10585         valid article; point arrow and cursor at the MIME button.
10586
10587 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10590         Suggested by Dan Christensen <jdc@uwo.ca>.
10591
10592         * mm-decode.el (mm-save-part): Enable change of prompt.
10593
10594 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10595
10596         * gnus-msg.el (gnus-inews-add-send-actions): Made
10597         `message-post-method' lambda parameter ARG `&optional'.
10598
10599 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10600
10601         * gnus-sum.el (gnus-summary-mime-map): Added
10602         gnus-article-save-part-and-strip, gnus-article-delete-part and
10603         gnus-article-jump-to-part.
10604
10605         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10606         (gnus-article-edit-part): Use it.
10607         (gnus-article-part-wrapper): Added no-handle argument.
10608         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10609         functions.
10610
10611 2005-08-29  Romain Francoise  <romain@orebokech.com>
10612
10613         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10614         docstring.
10615         (gnus-face-from-file): Likewise.
10616
10617 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10620         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10621         non-nil.
10622         (gnus-auto-select-part): New variable.
10623         (gnus-article-jump-to-part): New function.
10624         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10625         (gnus-mime-delete-part): Allow selecting specified part after
10626         deleting or stripping parts.
10627         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10628         part if argument is bogus.
10629
10630 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10631
10632         * gnus-art.el (w3m-minor-mode-map):
10633         * gnus-spec.el (gnus-newsrc-file-version):
10634         * gnus-util.el (nnmail-active-file-coding-system)
10635         (gnus-original-article-buffer, gnus-user-agent):
10636         * gnus.el (gnus-ham-process-destinations)
10637         (gnus-parameter-ham-marks-alist)
10638         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10639         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10640         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10641         * mm-decode.el (gnus-current-window-configuration):
10642         * mm-extern.el (gnus-article-mime-handles):
10643         * mm-url.el (url-current-object, url-package-name)
10644         (url-package-version):
10645         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10646         (smime-keys, w3m-cid-retrieve-function-alist)
10647         (w3m-current-buffer, w3m-display-inline-images)
10648         (w3m-minor-mode-map):
10649         * mml-smime.el (gnus-extract-address-components):
10650         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10651         (gnus-newsrc-hashtb, message-default-charset)
10652         (message-deletable-headers, message-options)
10653         (message-posting-charset, message-required-mail-headers)
10654         (message-required-news-headers):
10655         * mml1991.el (mc-pgp-always-sign):
10656         * mml2015.el (mc-pgp-always-sign):
10657         * nnheader.el (nnmail-extra-headers):
10658         * rfc1843.el (gnus-decode-encoded-word-function)
10659         (gnus-decode-header-function, gnus-newsgroup-name):
10660         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10661
10662 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10663
10664         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10665         the end of the date treatments.
10666
10667 2005-08-15  Simon Josefsson  <jas@extundo.com>
10668
10669         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10670         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10671         Capello and Romain Francoise.
10672         (pgg-fetch-key-function): Removed, not used?
10673         (pgg-insert-url-with-w3): Require url, to get
10674         url-insert-file-contents regardless of where it is defined.
10675
10676 2005-08-13  Romain Francoise  <romain@orebokech.com>
10677
10678         * message.el (message-cite-original-1): New function.
10679         (message-cite-original): Use it.
10680         (message-cite-original-without-signature): Ditto.
10681
10682 2005-08-08  Romain Francoise  <romain@orebokech.com>
10683
10684         * message.el (message-yank-empty-prefix): New variable.
10685         (message-indent-citation): Use it.
10686         (message-cite-original-without-signature): Respect X-No-Archive.
10687
10688 2005-08-08  Simon Josefsson  <jas@extundo.com>
10689
10690         * pgg.el: Autoload url-insert-file-contents instead of loading
10691         w3/url.
10692         (pgg-insert-url-with-w3): Don't load url here.
10693
10694 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10695
10696         * message.el (message-kill-to-signature): Don't insert newline at
10697         bol.
10698         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10699
10700 2005-08-06  Romain Francoise  <romain@orebokech.com>
10701
10702         * message.el (message-user-fqdn): Fix typo in docstring.
10703
10704 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10705
10706         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10707
10708         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10709
10710 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * mm-bodies.el (mm-encode-body): Use coding system rather than
10713         charset to encode text.
10714
10715         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10716         number of charsets if utf-8 is available (XEmacs).
10717
10718 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10721         taken from `gnus-button-mid-or-mail-regexp'.
10722         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10723         (gnus-button-alist): Improve regexp for domain part of the MIDs
10724         for news:localpart@domain buttons.
10725         (gnus-button-ctan-directory-regexp): Update.
10726
10727 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * sieve-manage.el (sieve-manage-interactive-login): Use
10730         make-local-variable rather than make-variable-buffer-local.
10731         (sieve-manage-open): Ditto.
10732         (sieve-manage-authenticate): Ditto.
10733
10734         * mml.el (mml-generate-mime-1): Make the content type default to
10735         text/plain if the filename is not specified.
10736
10737 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10740         instead of insert-buffer.
10741
10742         * message.el (message-yank-original): Ditto; set the mark at the
10743         end of the yanked message.
10744
10745 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10748         lines to scroll rather than to stop it.
10749
10750         * mml.el (mml-generate-default-type): Add doc string.
10751         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10752         default to application/octet-stream when determining the content
10753         type if it is not specified for the part or the mml contents; add
10754         a comment about mml-generate-default-type.
10755
10756 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10759         make it default to application/octet-stream when determining the
10760         content type if it is not specified for the external contents.
10761
10762 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10765         segmented parameter but also other parameters might be there.
10766
10767 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * mm-decode.el (mm-display-external): Delete temp file, directory
10770         and buffer immediately if the external process is exited.
10771
10772 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10775         fewer lines than that of scroll-margin.
10776         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10777
10778 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * gnus-art.el (gnus-article-next-page): Revert.
10781         (gnus-article-beginning-of-window): New macro.
10782         (gnus-article-next-page-1): Use it.
10783         (gnus-article-prev-page): Ditto.
10784         (gnus-article-edit-part): Use insert-buffer-substring instead of
10785         insert-buffer.
10786         (gnus-article-edit-exit): Ditto.
10787
10788         * gnus-util.el (gnus-beginning-of-window): Remove.
10789         (gnus-end-of-window): Remove.
10790
10791         * lpath.el: Don't bind header-line-format and scroll-margin.
10792
10793 2005-07-25  Simon Josefsson  <jas@extundo.com>
10794
10795         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10796         to have the url package without w3.  Reported by Daiki Ueno
10797         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10798
10799 2005-07-20  Didier Verna  <didier@xemacs.org>
10800
10801         * gnus-diary.el: Remove the description comment (nndiary is now
10802         properly documented in the Gnus manual).
10803         Fix the spelling of "Back End".
10804         * nndiary.el: Ditto.
10805         Fix the copyright notice.
10806
10807 2005-07-18  Romain Francoise  <romain@orebokech.com>
10808
10809         * gnus-sum.el (gnus-summary-to-prefix)
10810         (gnus-summary-newsgroup-prefix): New variables.
10811         (gnus-summary-from-or-to-or-newsgroups): Use them.
10812
10813 2005-07-17  Romain Francoise  <romain@orebokech.com>
10814
10815         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10816         space as it's generally not especially interesting to the user.
10817
10818 2005-07-16  Romain Francoise  <romain@orebokech.com>
10819
10820         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10821         nil to avoid prompting and file modification if one of the
10822         messages at the top of the nnfolder file contains a copyright
10823         notice.
10824         Update copyright notice.
10825
10826         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10827         instead of `current-time-string' as the latter creates a time
10828         string that is not RFC 2822 compliant (it lacks the zone).
10829         Update copyright notice.
10830
10831 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10832
10833         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10834         for text/rtf.  Display default in prompt.  Pass default for M-n.
10835
10836         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10837
10838 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * gnus-msg.el (gnus-button-mailto): Remove
10841         save-selected-window-window hackery because it relies on
10842         save-selected-window internals.
10843
10844 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10847         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10848         (gnus-article-prev-page): Ditto.
10849
10850         * gnus-util.el (gnus-beginning-of-window): New function.
10851         (gnus-end-of-window): New function.
10852
10853         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10854
10855 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10856
10857         * gnus-score.el (gnus-score-edit-all-score): Set
10858         gnus-score-edit-exit-function to gnus-score-edit-done and call
10859         gnus-message.
10860
10861 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10862
10863         * gnus-msg.el (gnus-button-mailto): Remove
10864         save-selected-window-window hackery because it relies on
10865         save-selected-window internals.
10866
10867 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10870         add-minor-mode.
10871         (gnus-binary-mode): Ditto.
10872
10873         * gnus-topic.el (gnus-topic-mode): Ditto.
10874
10875 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10876
10877         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10878         (gnus-article-prev-page): Take scroll-margin into consideration.
10879
10880 2005-07-04  Lute Kamstra  <lute@gnu.org>
10881
10882         Update FSF's address in GPL notices.
10883
10884 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10885
10886         * gnus.el (gnus-exit):
10887         * gnus-group.el (gnus-group-icons):
10888         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10889
10890         * gnus-nocem.el (gnus-nocem):
10891         * message.el (message-various, message-buffers, message-sending)
10892         (message-interface, message-forwarding, message-insertion)
10893         (message-headers, message-news, message-mail):
10894         * pgg-gpg.el (pgg-gpg):
10895         * pgg-parse.el (pgg-parse):
10896         * pgg-pgp.el (pgg-pgp):
10897         * pgg-pgp5.el (pgg-pgp5):
10898         * pop3.el (pop3): Finish `defgroup' description with period.
10899
10900 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * gnus-art.el (article-display-face): Improve the efficiency.
10903         (article-display-x-face): Ditto; remove grey x-face stuff.
10904
10905 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * gnus-art.el (article-display-face): Correct the position in
10908         which Faces are inserted.
10909
10910 2005-06-29  Didier Verna  <didier@xemacs.org>
10911
10912         * gnus-art.el (article-display-face): Display faces in correct
10913         order.
10914
10915 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10918         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10919         (gnus-nocem-check-article): Fetch the Type header.
10920         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10921         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10922         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10923         make sure gnus-nocem-hashtb is initialized.
10924         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10925         (gnus-nocem-unwanted-article-p): Ditto.
10926
10927         * pgg.el (pgg-verify): Return the verification result.
10928
10929 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10930
10931         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10932         is ascii.
10933
10934 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10935
10936         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10937         `show-nonbreak-escape'.
10938
10939 2005-06-23  Lute Kamstra  <lute@gnu.org>
10940
10941         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10942
10943         * dig.el (dig-mode):
10944         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10945
10946 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10947
10948         * nnimap.el (nnimap-split-download-body): Fix spellings.
10949
10950 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10951
10952         * gnus-art.el (gnus-article-encrypt-body):
10953         * gnus-cus.el (gnus-score-customize):
10954         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10955         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10956
10957 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10958
10959         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10960         header by looking for magic "MII" at the beginnig.
10961
10962 2005-06-16  Miles Bader  <miles@gnu.org>
10963
10964         * gnus-xmas.el (gnus-xmas-group-startup-message):
10965         Use renamed gnus-splash face.
10966
10967         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10968         (assistant-field-face): New backward-compatibility alias for renamed
10969         face.
10970         (assistant-render-text): Use renamed assistant-field face.
10971
10972         * spam.el (spam): Remove "-face" suffix from face name.
10973         (spam-face): New backward-compatibility alias for renamed face.
10974         (spam-face, spam-initialize): Use renamed spam face.
10975
10976         * message.el (message-header-to, message-header-cc)
10977         (message-header-subject, message-header-newsgroups)
10978         (message-header-other, message-header-name)
10979         (message-header-xheader, message-separator, message-cited-text)
10980         (message-mml): Remove "-face" suffix from face names.
10981         (message-header-to-face, message-header-cc-face)
10982         (message-header-subject-face, message-header-newsgroups-face)
10983         (message-header-other-face, message-header-name-face)
10984         (message-header-xheader-face, message-separator-face)
10985         (message-cited-text-face, message-mml-face):
10986         New backward-compatibility aliases for renamed faces.
10987         (message-font-lock-keywords): Use renamed message faces.
10988
10989         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10990         (sieve-test-commands, sieve-tagged-arguments):
10991         Remove "-face" suffix from face names.
10992         (sieve-control-commands-face, sieve-action-commands-face)
10993         (sieve-test-commands-face, sieve-tagged-arguments-face):
10994         New backward-compatibility aliases for renamed faces.
10995         (sieve-control-commands-face, sieve-action-commands-face)
10996         (sieve-test-commands-face, sieve-tagged-arguments-face):
10997         Use renamed sieve faces.
10998
10999         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11000         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11001         (gnus-group-news-3-empty, gnus-group-news-4)
11002         (gnus-group-news-4-empty, gnus-group-news-5)
11003         (gnus-group-news-5-empty, gnus-group-news-6)
11004         (gnus-group-news-6-empty, gnus-group-news-low)
11005         (gnus-group-news-low-empty, gnus-group-mail-1)
11006         (gnus-group-mail-1-empty, gnus-group-mail-2)
11007         (gnus-group-mail-2-empty, gnus-group-mail-3)
11008         (gnus-group-mail-3-empty, gnus-group-mail-low)
11009         (gnus-group-mail-low-empty, gnus-summary-selected)
11010         (gnus-summary-cancelled, gnus-summary-high-ticked)
11011         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11012         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11013         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11014         (gnus-summary-low-undownloaded)
11015         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11016         (gnus-summary-low-unread, gnus-summary-normal-unread)
11017         (gnus-summary-high-read, gnus-summary-low-read)
11018         (gnus-summary-normal-read, gnus-splash):
11019         Remove "-face" suffix from face names.
11020         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11021         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11022         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11023         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11024         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11025         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11026         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11027         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11028         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11029         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11030         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11031         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11032         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11033         (gnus-summary-normal-ticked-face)
11034         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11035         (gnus-summary-normal-ancient-face)
11036         (gnus-summary-high-undownloaded-face)
11037         (gnus-summary-low-undownloaded-face)
11038         (gnus-summary-normal-undownloaded-face)
11039         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11040         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11041         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11042         (gnus-splash-face):
11043         New backward-compatibility aliases for renamed faces.
11044         (gnus-group-startup-message): Use renamed gnus faces.
11045
11046         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11047         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11048         (gnus-server-agent): Remove "-face" suffix from face names.
11049         (gnus-server-agent-face, gnus-server-opened-face)
11050         (gnus-server-closed-face, gnus-server-denied-face)
11051         (gnus-server-offline-face):
11052         New backward-compatibility aliases for renamed faces.
11053         (gnus-server-agent-face, gnus-server-opened-face)
11054         (gnus-server-closed-face, gnus-server-denied-face)
11055         (gnus-server-offline-face): Use renamed gnus faces.
11056
11057         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11058         Remove "-face" suffix from face names.
11059         (gnus-picon-xbm-face, gnus-picon-face):
11060         New backward-compatibility aliases for renamed faces.
11061
11062         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11063         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11064         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11065         (gnus-cite-11): Remove "-face" suffix from face names.
11066         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11067         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11068         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11069         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11070         New backward-compatibility aliases for renamed faces.
11071         (gnus-cite-attribution-face, gnus-cite-face-list)
11072         (gnus-article-boring-faces): Use renamed gnus faces.
11073
11074         * gnus-art.el (gnus-signature, gnus-header-from)
11075         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11076         (gnus-header-content): Remove "-face" suffix from face names.
11077         (gnus-signature-face, gnus-header-from-face)
11078         (gnus-header-subject-face, gnus-header-newsgroups-face)
11079         (gnus-header-name-face, gnus-header-content-face):
11080         New backward-compatibility aliases for renamed faces.
11081         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11082
11083         * gnus-sum.el (gnus-summary-selected-face)
11084         (gnus-summary-highlight): Use renamed gnus faces.
11085         * gnus-group.el (gnus-group-highlight): Likewise.
11086
11087 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11088
11089         * gnus-sieve.el (gnus-sieve-article-add-rule):
11090         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11091         * spam-stat.el (spam-stat-buffer-change-to-spam)
11092         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11093
11094         * message.el (message-is-yours-p):
11095         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11096
11097 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * mm-view.el (mm-inline-text): Withdraw the last change.
11100
11101 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11104         executing enriched-decode.
11105
11106 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11109         charset of tar files.
11110
11111 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11112
11113         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11114
11115 2005-06-04  Lute Kamstra  <lute@gnu.org>
11116
11117         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11118         information is never recorded.
11119
11120 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11121
11122         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11123
11124 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * pop3.el (pop3-apop): Run md5 in the binary mode.
11127
11128         * starttls.el (starttls-set-process-query-on-exit-flag):
11129         Use eval-and-compile.
11130
11131 2005-05-31  Simon Josefsson  <jas@extundo.com>
11132
11133         * smime.el (smime-replace-in-string): Define.
11134         (smime-cert-by-ldap-1): Use it.
11135
11136 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * gnus-art.el (article-display-x-face): Replace
11139         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11140
11141         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11142         set-process-query-on-exit-flag or process-kill-without-query.
11143
11144         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11145         loop instead of replace-regexp.
11146
11147         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11148         instead of process-kill-without-query if it is available.
11149
11150         * lpath.el: Fbind ldap-search-entries.
11151
11152         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11153         instead of find-file-hooks if it is available.
11154
11155         * mml1991.el: Bind pgg-default-user-id when compiling.
11156
11157         * mml2015.el: Bind pgg-default-user-id when compiling.
11158
11159         * nndraft.el (nndraft-request-associate-buffer):
11160         Use write-contents-functions instead of write-contents-hooks if it is
11161         available.
11162
11163         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11164         instead of find-file-hooks if it is available.
11165
11166         * nntp.el (nntp-open-connection): Replace
11167         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11168         (nntp-open-ssl-stream): Ditto.
11169         (nntp-open-tls-stream): Ditto.
11170
11171         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11172         set-process-query-on-exit-flag or process-kill-without-query.
11173         (starttls-open-stream-gnutls): Use it instead of
11174         process-kill-without-query.
11175         (starttls-open-stream): Ditto.
11176
11177 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11178
11179         * smime.el (smime-cert-by-ldap-1): Don't use
11180         replace-regexp-in-string.
11181
11182 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11183
11184         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11185
11186         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11187         in PEM format.  Adjust to the XEmacs compability.
11188
11189 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11192         by `string-to-number'.
11193         * gnus-agent.el (gnus-agent-regenerate-group)
11194         (gnus-agent-fetch-articles): Ditto.
11195         * gnus-art.el (gnus-button-fetch-group): Ditto.
11196         * gnus-cache.el (gnus-cache-generate-active)
11197         (gnus-cache-articles-in-group): Ditto.
11198         * gnus-group.el (gnus-group-set-current-level)
11199         (gnus-group-insert-group-line): Ditto.
11200         * gnus-score.el (gnus-score-set-expunge-below)
11201         (gnus-score-set-mark-below, gnus-summary-score-effect)
11202         (gnus-summary-score-entry): Ditto.
11203         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11204         (gnus-soup-pack): Ditto.
11205         * gnus-spec.el (gnus-xmas-format): Ditto.
11206         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11207         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11208         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11209         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11210         * nndb.el (nndb-get-remote-expire-response): Ditto.
11211         * nndiary.el (nndiary-parse-schedule-value)
11212         (nndiary-string-to-number, nndiary-request-replace-article)
11213         (nndiary-request-article): Ditto.
11214         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11215         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11216         * nneething.el (nneething-make-head): Ditto.
11217         * nnfolder.el (nnfolder-request-article)
11218         (nnfolder-retrieve-headers): Ditto.
11219         * nnheader.el (nnheader-file-to-number): Ditto.
11220         * nnkiboze.el (nnkiboze-request-article): Ditto.
11221         * nnmail.el (nnmail-process-unix-mail-format)
11222         (nnmail-process-babyl-mail-format): Ditto.
11223         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11224         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11225         (nnmh-request-create-group, nnmh-request-list-1)
11226         (nnmh-request-group, nnmh-request-article): Ditto.
11227         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11228         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11229         * nnsoup.el (nnsoup-make-active): Ditto.
11230         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11231         * nntp.el (nntp-find-group-and-number)
11232         (nntp-retrieve-headers-with-xover): Ditto.
11233         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11234         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11235         (pgg-format-key-identifier): Ditto.
11236         * pop3.el (pop3-last, pop3-stat): Ditto.
11237         * qp.el (quoted-printable-decode-region): Ditto.
11238
11239         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11240         of concat.
11241
11242 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11245
11246         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11247
11248         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11249
11250         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11251
11252         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11253
11254         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11255
11256         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11257         (gnus-carpal-mode): Ditto.
11258
11259         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11260         (gnus-browse-mode): Ditto.
11261
11262         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11263
11264         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11265
11266 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11267
11268         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11269
11270 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-util.el (gnus-run-mode-hooks): New function.
11273
11274         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11275
11276         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11277         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11278
11279 2005-05-27  Lute Kamstra  <lute@gnu.org>
11280
11281         * dns-mode.el (dns-mode): Specify customization group.
11282
11283 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11284
11285         * gnus-agent.el (gnus-agent-make-mode-line-string):
11286         Use mode-line-highlight as mouse-face.
11287
11288 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * canlock.el (canlock): Change the parent group to news.
11291
11292         * deuglify.el (gnus-outlook-deuglify): Add :group.
11293
11294         * dig.el (dig): Add :group.
11295
11296         * dns-mode.el (dns-mode): Add :group.
11297
11298         * encrypt.el (encrypt): Add :group.
11299
11300         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11301         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11302         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11303         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11304         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11305
11306         * gnus-diary.el (gnus-diary): Add :group.
11307
11308         * gnus.el (gnus-group-news-1-face): Add :group.
11309         (gnus-group-news-1-empty-face): Ditto.
11310         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11311         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11312         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11313         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11314         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11315         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11316         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11317         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11318         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11319         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11320         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11321         (gnus-summary-high-ticked-face): Ditto.
11322         (gnus-summary-low-ticked-face): Ditto.
11323         (gnus-summary-normal-ticked-face): Ditto.
11324         (gnus-summary-high-ancient-face): Ditto.
11325         (gnus-summary-low-ancient-face): Ditto.
11326         (gnus-summary-normal-ancient-face): Ditto.
11327         (gnus-summary-high-undownloaded-face): Ditto.
11328         (gnus-summary-low-undownloaded-face): Ditto.
11329         (gnus-summary-normal-undownloaded-face): Ditto.
11330         (gnus-summary-high-unread-face): Ditto.
11331         (gnus-summary-low-unread-face): Ditto.
11332         (gnus-summary-normal-unread-face): Ditto.
11333         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11334         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11335
11336         * hashcash.el (hashcash): New custom group.
11337         (hashcash-default-payment): Add :group.
11338         (hashcash-payment-alist): Ditto.
11339         (hashcash-default-accept-payment): Ditto.
11340         (hashcash-accept-resources): Ditto.
11341         (hashcash-path): Ditto.
11342         (hashcash-extra-generate-parameters): Ditto.
11343         (hashcash-double-spend-database): Ditto.
11344         (hashcash-in-news): Ditto.
11345
11346         * message.el (message-minibuffer-local-map): Add :group.
11347
11348         * netrc.el (netrc): Add :group.
11349
11350         * sieve-manage.el (sieve-manage-log): Add :group.
11351         (sieve-manage-default-user): Diito.
11352         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11353         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11354         (sieve-manage-authenticators): Ditto.
11355         (sieve-manage-authenticator-alist): Ditto.
11356         (sieve-manage-default-port): Ditto.
11357
11358         * sieve-mode.el (sieve-control-commands-face): Add :group.
11359         (sieve-action-commands-face): Ditto.
11360         (sieve-test-commands-face): Ditto.
11361         (sieve-tagged-arguments-face): Ditto.
11362
11363         * smime.el (smime): Add :group.
11364
11365         * spam-report.el (spam-report): Add :group.
11366
11367         * spam.el (spam, spam-face): Add :group.
11368
11369 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11370
11371         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11372         return \n.\n.\n at the end of articles.  Protect against that.
11373         (nntp-with-open-group): Allow debugging.
11374
11375         * nnheader.el (mail-header-set-extra): Make into a function
11376         because I just could't understand how to quote the list properly.
11377
11378         * dns.el (query-dns-cached): New function.
11379
11380 2005-05-26  Lute Kamstra  <lute@gnu.org>
11381
11382         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11383
11384 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11387
11388         * gnus-art.el: Don't autoload mail-extract-address-components.
11389
11390         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11391         eval-and-compile to evaluate it.
11392
11393         * hashcash.el: Don't autoload executable-find.
11394
11395         * nndb.el: Don't declare the nndb back end two or more times; don't
11396         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11397
11398         * nntp.el: Autoload format-spec instead of format; use
11399         eval-and-compile to evaluate autoload forms.
11400
11401 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11402
11403         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11404
11405 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11406
11407         * gnus.el (gnus-version-number): Bump version.
11408
11409 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11410
11411         * gnus.el: No Gnus v0.3 is released.
11412
11413 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11414
11415         * lpath.el (featurep): Bind show-nonbreak-escape.
11416
11417 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * gnus-art.el (gnus-article-edit-part): Disable undo.
11420
11421 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11424         gnus-article-date-lapsed-new-header is t if date timer is active;
11425         skip headers in which the original date value is empty.
11426         (gnus-article-save-original-date): Redefine it as a macro.
11427         (gnus-display-mime): Use it.
11428
11429 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus-art.el (article-date-ut): Support converting date in
11432         forwarded parts as well.
11433         (gnus-article-save-original-date): New function.
11434         (gnus-display-mime): Use it.
11435
11436 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11437
11438         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11439         enclosure element of <item>.
11440
11441 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * message.el (message-kill-buffer-query): Renamed from
11444         `message-kill-buffer-query-if-modified'.  Added :version.
11445
11446 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11449         window layout.
11450
11451 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * mml.el: Autoload dnd when compiling.
11454
11455 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11456
11457         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11458         x-dnd-*.
11459
11460 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * qp.el (quoted-printable-encode-region): Save excursion.
11463
11464 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11465
11466         * message.el (message-kill-buffer-query-if-modified): Add new variable
11467         so the user can kill a modified message buffer quickly.
11468         (message-kill-buffer): Use it.
11469
11470 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * lpath.el: Fbind display-time-event-handler; don't fbind
11473         string-to-multibyte.
11474
11475         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11476
11477 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11480         contained in text because xml.el decodes entities) with LFs.
11481
11482 2005-04-11  Lute Kamstra  <lute@gnu.org>
11483
11484         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11485         differently.
11486
11487 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11488
11489         * mm-util.el (mm-detect-coding-region): Typo.
11490
11491 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11494
11495 2005-04-06  Deepak Goel  <deego@gnufans.org>
11496
11497         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11498         user-function allow user modifications of the scores.
11499         (spam-stat-score-buffer-user): New function, to allow
11500         user-computed modifications to the score.
11501         (spam-stat-score-buffer-user-functions): List of additional
11502         scoring functions.
11503         (spam-stat-error-holder): Global temporary error holder.
11504         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11505         variable.
11506
11507 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11508
11509         * gnus-registry.el (gnus-registry-clean-empty-function)
11510         (gnus-registry-trim, gnus-registry-fetch-groups)
11511         (gnus-registry-delete-group): Groups that match
11512         `gnus-registry-ignored-groups' are removed from the registry
11513         entries, not just ignored for splitting.  This helps clean up the
11514         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11515         to get all the groups a message ID is in.
11516
11517         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11518         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11519         (spam-stat-score-buffer-user-functions): Add :number custom type.
11520
11521 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11524         argument in XEmacs.
11525
11526         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11527         (nnrss-request-group): Decode group name first.
11528         (nnrss-request-article): Make a text/plain article if mml-to-mime
11529         failed.
11530         (nnrss-get-encoding): Return a compatible encoding according to
11531         nnrss-compatible-encoding-alist.
11532         (nnrss-find-el): Use consp instead of listp.
11533         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11534
11535 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11538         which Emacs 20 doesn't support.
11539         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11540
11541 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11544         silence the byte compiler inside the defun.
11545
11546         * gnus-demon.el (parse-time-string): Add autoload.
11547
11548         * gnus-delay.el (parse-time-string): Add autoload.
11549
11550         * gnus-art.el (parse-time-string): Add autoload.
11551
11552         * nnultimate.el (parse-time): Require for `parse-time-string'.
11553
11554 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11557
11558         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11559
11560         * smime.el (smime-ldap-host-list): Add :version.
11561
11562 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11563
11564         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11565         pass it to `gnus-browse-read-group'.
11566         (gnus-browse-read-group): Add NUMBER argument and pass it to
11567         `gnus-group-read-ephemeral-group'.
11568
11569         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11570         argument and pass it to `gnus-group-read-group'.
11571
11572 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11573
11574         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11575         mm-xemacs-find-mime-charset-1 if we have the mule feature
11576         available at runtime.
11577
11578 2005-03-25  Werner Lemberg  <wl@gnu.org>
11579
11580         * nnmaildir.el: Replace `illegal' with `invalid'.
11581
11582 2005-03-23  Lute Kamstra  <lute@gnu.org>
11583
11584         * time-date.el: Add comment on time value formats.
11585         Don't require parse-time.
11586         (with-decoded-time-value): New macro.
11587         (encode-time-value): New function.
11588         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11589         (days-to-time): Return a valid time value when arg is huge.
11590         (time-since): Use time-subtract.
11591         (time-to-number-of-days): Use time-to-seconds.
11592
11593 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11594
11595         * gnus-start.el (gnus-display-time-event-handler):
11596         Check display-time-timer at runtime rather than only at load time
11597         in case display-time-mode is turned off in the mean time.
11598
11599 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11602         used.
11603
11604         * nneething.el (nneething-map-file-directory): Derive from
11605         `gnus-directory'.
11606
11607         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11608         the To/Cc button.
11609
11610 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * nnmaildir.el (nnmaildir-request-accept-article):
11613         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11614
11615 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11616
11617         * gnus-async.el: Require timer-funcs at compile time when in
11618         XEmacs for `run-with-idle-timer'.
11619
11620 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11621
11622         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11623         autoloaded function.
11624
11625 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11626
11627         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11628
11629 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11630
11631         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11632
11633 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11634
11635         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11636         gnus-expert-user to default.
11637
11638 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11639
11640         * nnimap.el (nnimap-open-server): Ditto.
11641
11642         * imap.el (imap-authenticate): Fix typo.
11643
11644 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11645
11646         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11647         buffer (since IMAP server might return FETCH response out of
11648         order, and the nntp buffer must be sorted).
11649
11650 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11651
11652         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11653         comparison on string.
11654
11655         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11656         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11657         (gnus-agent-summary-fetch-series): Modified to protect against
11658         gnus-agent-summary-fetch-group clearing processable flags.
11659         (gnus-agent-synchronize-group-flags): Update live group buffer as
11660         synchronization may occur due to the user toggle the plugged
11661         status.
11662         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11663         successfully downloaded.
11664         (gnus-agent-expire-group-1): Avoid using markers when the overview
11665         is in ascending order; greatly improves performance.
11666         (gnus-agent-regenerate-group): Use
11667         gnus-agent-synchronize-group-flags to reset read status in both
11668         gnus and server.
11669         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11670
11671 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * message.el: Don't autoload former message-utils variables.
11674         (message-strip-subject-trailing-was): Change doc string.
11675
11676         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11677         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11678         (nnweb-google-search): Add "hl=en" here.
11679         (nnweb-google-parse-1, nnweb-google-create-mapping):
11680         Don't hardcode URL.
11681
11682 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * message.el (message-get-reply-headers, message-followup):
11685         Mention related variables `message-use-followup-to' and
11686         `message-use-mail-followup-to', in the information buffer.
11687
11688         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11689         of broken groups(-beta).google.com.
11690
11691 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11692
11693         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11694         parameter to invoked gnus-request-move-article; remove the
11695         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11696         all at once instead of once per article.
11697         (gnus-summary-remove-process-mark): Accept a list of articles as
11698         well as a single article for processing.
11699
11700         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11701         parameter.
11702
11703         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11704
11705         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11706
11707         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11708         parameter.
11709
11710         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11711         parameter.
11712
11713         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11714         parameter and remove the gnus-sum-hint-move-is-internal variable.
11715
11716         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11717         parameter.
11718
11719         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11720         parameter.
11721
11722         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11723         parameter.
11724
11725         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11726
11727         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11728         parameter.
11729
11730         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11731         parameter.
11732
11733 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11734
11735         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11736         a more conservative way.
11737
11738 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11739
11740         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11741         buffer, so it moves the window's cursor.
11742
11743 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11744
11745         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11746         `mm-dissect-multipart' and receive the from field as an (optional)
11747         argument from `mm-dissect-multipart'.
11748         (mm-dissect-multipart): Receive the from field as an argument and
11749         pass it on when we call `mm-dissect-buffer' on MIME parts.
11750         Fixes verification/decryption of signed/encrypted MIME parts.
11751
11752 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11753
11754         * gnus-sum.el (gnus-summary-move-article): Set
11755         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11756         whatever it calls (right now, only nnimap-request-move article
11757         respects it).
11758
11759         * nnimap.el (nnimap-request-move-article): When
11760         gnus-sum-hint-move-is-internal is set, don't do the extra
11761         nnimap-request-article.
11762
11763 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11766
11767         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11768         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11769
11770         * gnus-sum.el (gnus-summary-caesar-message):
11771         Apply `gnus-treat-article' after rotation.
11772
11773         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11774         doc string.
11775
11776 2005-02-22  Simon Josefsson  <jas@extundo.com>
11777
11778         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11779         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11780         <arne@arnested.dk>.
11781         (encrypt): Add password-cache and password-cache-expiry as group
11782         members.
11783
11784 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11785
11786         * smime.el (smime-ldap-host-list): Doc fix.
11787         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11788         cache) password.
11789         (smime-sign-region): Use it.
11790         (smime-decrypt-region): Use it.
11791         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11792         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11793         fails.
11794         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11795         certificate from DER to PEM format rather than calling openssl.
11796
11797         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11798
11799         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11800         for signing/encryption.
11801
11802         * mml.el (mml-parse-1): Use them.
11803
11804 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11805
11806         * nnrss.el (nnrss-verbose): Removed.
11807         (nnrss-request-group): Use `nnheader-message' instead.
11808
11809 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11810
11811         * nnrss.el (nnrss-verbose): New variable.
11812         (nnrss-request-group): Make it say nnrss is requesting a group.
11813
11814 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11817         Handle news URL with given port correctly.
11818
11819 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11822         containing special characters.
11823
11824         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11825
11826         * mml.el (mime-to-mml): Ditto.
11827
11828         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11829         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11830         (rfc2047-decode-region): Quote decoded words containing special
11831         characters when rfc2047-quote-decoded-words-containing-tspecials
11832         is non-nil.
11833
11834 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11835
11836         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11837
11838         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11839
11840 2005-02-15  Simon Josefsson  <jas@extundo.com>
11841
11842         * nnimap.el (nnimap-debug): Doc fix.
11843
11844         * imap.el (imap-debug): Doc fix.
11845
11846 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11849
11850 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11851
11852         * gnus.el (spam-contents): Improve docs for spam-contents
11853         parameter in its variable incarnation.
11854
11855 2005-02-14  Simon Josefsson  <jas@extundo.com>
11856
11857         * smime-ldap.el: Use require instead of load-library for ldap.
11858         (smime-ldap-search): Indent.
11859         (smime-ldap-search-internal): Shorten line.
11860
11861         * smime.el (smime-cert-by-dns): Add doc-string.
11862         (smime-cert-by-ldap-1): Indent.
11863
11864         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11865         mml-smime-get-dns-ldap.
11866         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11867
11868 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11869
11870         * smime.el: Require smime-ldap.
11871         (smime-ldap-host-list): New variable.
11872         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11873
11874         * mml-smime.el (mml-smime-encrypt-query): New function.
11875         (mml-smime-encrypt-query): Use it.
11876
11877         * smime-ldap.el: New file.
11878
11879 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11882
11883 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11886         argument in doc string.  Make query for type more clear.
11887
11888 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * gnus.el (gnus-group-startup-message): Search for gnus images in
11891         etc/images/gnus.
11892         * mm-util.el (mm-image-load-path): Likewise.
11893         * smiley.el (smiley-data-directory): Search for smilies in
11894         etc/images/smilies.
11895
11896 2005-02-09  Kim F. Storm  <storm@cua.dk>
11897
11898         Change Emacs release version from 21.4 to 22.1 throughout.
11899         Change Emacs development version from 21.3.50 to 22.0.50.
11900
11901 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11904
11905         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11906         non-Mule XEmacs as well.
11907         (mm-decompress-buffer): Signal an error intentionally if it does
11908         not decompress compressed data because auto-compression-mode is
11909         disabled.
11910
11911 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11912
11913         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11914         an ID in the registry even if it has no groups.
11915
11916 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11919         merge it into mm-decompress-buffer.
11920         (gnus-mime-copy-part): Use the MIME part charset, the value which
11921         a user specified or gnus-newsgroup-charset for decoding, like
11922         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11923         save-buffer what was used.  Suggested by Kevin Ryde
11924         <user42@zip.com.au>.
11925         (gnus-mime-inline-part): Allow the name parameter as well as the
11926         filename parameter; force decompressing of compressed data; always
11927         display contents being not decoded as unibyte.
11928
11929         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11930         as well as the filename parameter.
11931
11932         * mm-util.el (mm-decompress-buffer): Merge
11933         gnus-mime-jka-compr-maybe-uncompress.
11934         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11935         of compressed data.
11936
11937 2005-02-08  Simon Josefsson  <jas@extundo.com>
11938
11939         * imap.el (imap-log): Doc fix.
11940
11941 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11944         the coding cookies; decompress compressed parts.
11945
11946         * mml.el (mml-generate-mime-1): Add the charset parameter according
11947         to the value which a user specified manually or the coding cookie.
11948
11949         * mm-util.el (mm-string-to-multibyte): New function.
11950         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11951         (mm-coding-system-to-mime-charset): New function.
11952         (mm-decompress-buffer): New function.
11953         (mm-find-buffer-file-coding-system): New function.
11954
11955         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11956         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11957         parts.
11958
11959 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11960
11961         * mm-view.el (mm-display-inline-fontify): Decode a part according
11962         to the charset parameter.
11963
11964 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11967         prefix arg is neither nil nor a number, as info specifies.
11968
11969 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11972         timestamps.
11973
11974 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11975
11976         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11977         groups error checking and notify user.
11978
11979 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11980
11981         * message.el (message-send-mail-function): Check existence of
11982         sendmail-program first before using default value
11983         `message-send-mail-with-sendmail'.  Otherwise use more generic
11984         `smtpmail-send-it'.
11985
11986 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * nntp.el (nntp-request-update-info): Always return nil.
11989
11990 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11991
11992         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11993
11994 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11995
11996         * message.el (message-beginning-of-line): Change the behavior when
11997         invoked between BOL and : so that it first moves backward.
11998
11999 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12002         article buffer when editing of the article is discarded.
12003         (gnus-article-prepare): Revert.
12004
12005 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * gnus-art.el (gnus-article-prepare):
12008         Remove message-strip-forbidden-properties from the local hook.
12009
12010 2005-01-27  Simon Josefsson  <jas@extundo.com>
12011
12012         * password.el (password-cache-add): Only start one timer per key.
12013         Reported by Derek Atkins <warlord@MIT.EDU>.
12014
12015 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12016
12017         * run-at-time.el: Removed.  It is no longer needed as
12018         timer-funcs.el in the xemacs-base package has a working version of
12019         `run-at-time'.
12020
12021         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12022
12023         * password.el: Require timer-funcs instead of run-at-time in
12024         XEmacs.
12025         Remove `password-run-at-time' macro.
12026         (password-cache-add): Use `run-at-time' instead of
12027         `password-run-at-time'.
12028
12029         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12030         Remove `nnheader-cancel-function-timers' alias,
12031         `cancel-function-timers' exists in XEmacs in timer-funcs.
12032
12033         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12034         for `run-with-idle-timer'.
12035
12036         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12037         for `run-at-time'.
12038
12039         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12040         for `with-timeout'.
12041
12042         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12043         the same as for XEmacs 21.4.
12044         No need to ignore `run-with-idle-timer', this function exists in
12045         XEmacs now in timer-funcs.el in the xemacs-base package.
12046         (dgnushack-compile): No need to delete
12047         run-at-time.el from the list of files to compile because it
12048         doesn't exist anymore.
12049
12050 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12053         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12054
12055 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12056
12057         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12058         sensitively.
12059
12060 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12061
12062         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12063
12064 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12067         which will be inserted according to the multibyteness of a buffer
12068         rather than the type of contents.  Suggested by ARISAWA Akihiro
12069         <ari@mbf.ocn.ne.jp>.
12070
12071         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12072         of string which old xml.el may return rather than a string.
12073
12074 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12077
12078 2005-01-16  Simon Josefsson  <jas@extundo.com>
12079
12080         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12081         idn/idna.el isn't available.
12082         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12083         <michael@waxrat.com>.
12084
12085         * hashcash.el: Remove non-FSF copyright header.
12086
12087         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12088         (hashcash-generate-payment): Use it.
12089         (hashcash-generate-payment-async): Use it.
12090
12091 2005-01-15  Simon Josefsson  <jas@extundo.com>
12092
12093         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12094         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12095
12096         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12097         gnus-summary-idna-message.
12098         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12099         (gnus-summary-idna-message): New function.
12100
12101 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12104         gnus-novice-user.
12105
12106 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * nnrss.el (nnrss-request-delete-group): Delete entries in
12109         nnrss-group-alist as well.
12110         (nnrss-save-server-data): Insert newline.
12111
12112 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * gnus.el (gnus-user-agent): Use list of symbols instead of
12115         symbols.  Display full version number for (S)XEmacs.  Optionally
12116         display (S)XEmacs codename.
12117
12118         * gnus-util.el (gnus-emacs-version): Update for new
12119         `gnus-user-agent'.
12120
12121         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12122         Gnus version.
12123
12124 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12125
12126         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12127         which is unreadable in some setups.
12128
12129 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * gnus-spec.el (gnus-update-format-specifications): Flush the
12132         group format spec cache if it doesn't support decoded group names.
12133
12134 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12135
12136         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12137         Allow to apply decay on score files matching a regexp.
12138
12139 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12142         compatibility in %g and %c.
12143
12144 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12147         name for only %g and %c.
12148         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12149         of gnus-tmp-group to decoded group name.
12150         (gnus-group-make-rss-group): Exclude `/'s from group names.
12151
12152 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * nnrss.el (nnrss-get-encoding): Fix regexp.
12155
12156 2004-12-27  Simon Josefsson  <jas@extundo.com>
12157
12158         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12159         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12160         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12161
12162 2004-12-17  Kim F. Storm  <storm@cua.dk>
12163
12164         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12165
12166         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12167
12168 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12169
12170         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12171
12172 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * nnrss.el: Require rfc2047 and mml.
12175         (nnrss-file-coding-system): New variable.
12176         (nnrss-format-string): Redefine it as an inline function.
12177         (nnrss-decode-group-name): New function.
12178         (nnrss-string-as-multibyte): Remove.
12179         (nnrss-retrieve-headers): Decode group name; don't use
12180         nnrss-format-string.
12181         (nnrss-request-group): Decode group name.
12182         (nnrss-request-article): Decode group name; allow a Message-ID as
12183         well as an article number; don't use nnrss-format-string; encode a
12184         Message-ID string which may contain non-ASCII characters; use
12185         mml-to-mime to compose a MIME article.
12186         (nnrss-request-expire-articles): Decode group name.
12187         (nnrss-request-delete-group): Decode group name.
12188         (nnrss-fetch): Clarify error message.
12189         (nnrss-read-server-data): Use insert-file-contents instead of load;
12190         bind file-name-coding-system; use multibyte buffer.
12191         (nnrss-save-server-data): Bind coding-system-for-write to the
12192         value of nnrss-file-coding-system; bind file-name-coding-system;
12193         add coding cookie.
12194         (nnrss-read-group-data): Use insert-file-contents instead of load;
12195         bind file-name-coding-system; use multibyte buffer.
12196         (nnrss-save-group-data): Bind coding-system-for-write to the
12197         value of nnrss-file-coding-system; bind file-name-coding-system.
12198         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12199         make it work with non-ASCII text.
12200         (nnrss-find-el): Make it work with old xml.el as well.
12201
12202 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12203
12204         * nnrss.el (nnrss-get-encoding): New function.
12205         (nnrss-fetch): Use unibyte buffer initially; bind
12206         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12207         decode contents according to the encoding attribute.
12208         (nnrss-save-group-data): Add coding cookie.
12209         (nnrss-mime-encode-string): New function.
12210         (nnrss-check-group): Use it to encode subject and author.
12211
12212 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12213
12214         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12215         imaginary variable.
12216
12217 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12220         correctly even if there are wide characters.
12221
12222 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12223
12224         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12225         downcased symbol names; make a new cache instead of reusing
12226         bbdb-hashtable.
12227
12228 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12231         concatenating segments rather than before concatenating them.
12232         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12233
12234         * message.el (message-get-reply-headers): Bind `extra'.
12235
12236 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12237
12238         * message.el (message-extra-wide-headers): New variable.
12239         (message-get-reply-headers): Use it.
12240
12241 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12244         (gnus-agent-group-pathname): Ditto.
12245
12246         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12247
12248         * gnus-group.el (gnus-group-make-group): Decode group name.
12249         (gnus-group-make-rss-group): Register the group data after opening
12250         the nnrss group.
12251
12252 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12253
12254         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12255         by expiry now get marked as read.
12256
12257 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12260
12261 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12262
12263         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12264         unify Latin characters in XEmacs.
12265         (mm-find-mime-charset-region): Use it.
12266
12267 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * gnus-util.el (gnus-delete-directory): New function.
12270
12271         * gnus-agent.el (gnus-agent-delete-group): Use it.
12272
12273         * gnus-cache.el (gnus-cache-delete-group): Use it.
12274
12275 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12278         names.
12279
12280 2004-12-16  Simon Josefsson  <jas@extundo.com>
12281
12282         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12283
12284 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12287
12288         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12289         (gnus-group-set-current-level): Decode group name.
12290
12291 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12292
12293         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12294         failed.
12295
12296 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-group.el (gnus-group-delete-group): Decode group name.
12299         (gnus-group-make-rss-group): Encode group name.
12300         (gnus-group-catchup-current): Decode group name.
12301         (gnus-group-kill-group): Decode group name.
12302
12303 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12304
12305         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12306
12307 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * gnus-group.el (gnus-group-make-rss-group):
12310         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12311
12312         * gnus-start.el (gnus-setup-news): Honor user's setting to
12313         gnus-message-archive-method.  Suggested by Lute Kamstra
12314         <lute@gnu.org>.
12315
12316 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12317
12318         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12319         global counterparts of the buffer-local variables.
12320
12321 2004-11-16  Romain Francoise  <romain@orebokech.com>
12322
12323         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12324         counterparts of the buffer-local variables.
12325
12326 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12327
12328         * message.el (message-forbidden-properties): Fixed typo in doc
12329         string.
12330
12331 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * gnus-util.el (gnus-replace-in-string): Added doc string.
12334
12335         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12336         to avoid problems when splitting mails with many recipients.
12337
12338 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12339
12340         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12341         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12342
12343 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12344
12345         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12346         if there is no hashtable in memory or file modification time is
12347         newer than cached timestamp.
12348
12349 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12350
12351         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12352         not-matching option.
12353
12354 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12355
12356         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12357         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12358         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12359         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12360         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12361         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12362
12363 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * message.el (message-forward-make-body-mml): Remove headers
12366         according to message-forward-ignored-headers if a message is decoded.
12367
12368 2004-12-02  Romain Francoise  <romain@orebokech.com>
12369
12370         * message.el (message-forward-make-body-plain): Always remove
12371         headers according to message-forward-ignored-headers.
12372
12373 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12374
12375         * spam.el (spam-summary-prepare-exit): Remove the
12376         gnus-summary-limit pop for now, it has problems with ham marks for
12377         me.
12378
12379 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12380
12381         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12382         correctly.
12383
12384 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12385
12386         * format-spec.el (format-spec): Message the char.
12387
12388 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12389
12390         * gnus-art.el (gnus-split-methods): Reformat comments.
12391
12392         * spam.el (spam-summary-prepare-exit): Remove article limits
12393         before exiting the summary buffer.
12394
12395 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12398         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12399
12400         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12401         order to silence the byte compiler.
12402
12403         * spam.el: Fix the way to silence the byte compiler, which
12404         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12405         bbdb-search-simple, spam-BBDB-register-routine,
12406         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12407         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12408         spam-stat-buffer-is-spam, spam-stat-load,
12409         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12410         spam-stat-save and spam-stat-split-fancy.
12411
12412 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12415         which may confuse users.
12416         (canlock-password-for-verify): Ditto.
12417
12418         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12419
12420         * gnus-art.el (gnus-emphasis-alist): Ditto.
12421
12422         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12423
12424         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12425
12426         * gnus-start.el (gnus-save-killed-list): Ditto.
12427
12428         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12429         (gnus-sum-thread-tree-root): Ditto.
12430         (gnus-sum-thread-tree-false-root): Ditto.
12431         (gnus-sum-thread-tree-single-indent): Ditto.
12432
12433         * message.el (message-courtesy-message): Ditto.
12434         (message-archive-note): Ditto.
12435         (message-subscribed-address-file): Ditto.
12436         (message-user-fqdn): Ditto.
12437
12438         * spam-report.el (spam-report-gmane-regex): Ditto.
12439
12440         * spam.el (spam-blackhole-good-server-regex): Ditto.
12441
12442 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * mml.el (mml-preview): Widen the message buffer before copying
12445         the contents to the preview buffer; sort headers before previewing.
12446
12447         * message.el (message-hidden-headers): Fix the way to avoid a bug
12448         in the `repeat' widget in Emacs 21.3 or earlier.
12449
12450 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * message.el (message-hidden-headers): Default to "^References:".
12453         Improve customization type.  Suggested by Reiner Steib
12454         <Reiner.Steib@gmx.de>.
12455
12456 2004-11-25  Romain Francoise  <romain@orebokech.com>
12457
12458         * message.el (message-strip-forbidden-properties): Remove check for
12459         obsolete `message-hidden' text property, hidden headers are not
12460         accessible in the buffer anymore.
12461
12462 2004-11-22  Romain Francoise  <romain@orebokech.com>
12463
12464         * message.el (message-header-format-alist): Add `From' in list
12465         so that it can be sorted.
12466         (message-fix-before-sending): Widen and sort headers before
12467         sending.
12468         (message-hide-headers): Use narrowing to hide headers by moving
12469         them to the top of the buffer and narrowing to the region
12470         underneath.
12471
12472 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12473
12474         * message.el (message-strip-forbidden-properties): Bind
12475         buffer-read-only (etc) to nil.
12476
12477 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12480         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12481
12482 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12483
12484         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12485
12486 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12487
12488         * dns.el (query-dns): Use sit-for to time instead of
12489         accept-process-output, since that doesn't seem to work on udp
12490         sockets.
12491
12492 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12495
12496 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12497
12498         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12499         doc string.  Improve doc string.
12500
12501 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * nntp.el (nntp-request-update-info): Return nil if
12504         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12505         may not call gnus-activate-group which uselessly issues the GROUP
12506         commands for all nntp groups and wastes time.  Reported by Romain
12507         Francoise <romain@orebokech.com>.
12508
12509         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12510
12511 2004-11-15  Simon Josefsson  <jas@extundo.com>
12512
12513         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12514         headers separately.
12515         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12516         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12517
12518 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12519
12520         * gnus-start.el (gnus-convert-old-newsrc):
12521         Assign legacy-gnus-agent to 5.10.7.
12522
12523 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12524
12525         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12526         start of the lines.
12527
12528 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12529
12530         * hashcash.el (hashcash-default-payment): Change default to 20.
12531         (hashcash-default-accept-payment): Change default to 20.
12532         (hashcash-process-alist): New variable.
12533         (hashcash-generate-payment-async): Add.
12534         (hashcash-already-paid-p): Add.
12535         (hashcash-insert-payment): Don't generate payments twice.
12536         (hashcash-insert-payment-async): Add.
12537         (hashcash-insert-payment-async-2): Add.
12538         (hashcash-cancel-async): Add.
12539         (hashcash-wait-async): Add.
12540         (hashcash-processes-running-p): Add.
12541         (hashcash-wait-or-cancel): Add.
12542         (mail-add-payment): New optional argument.  Conditionally start
12543         asynchronous calculation.
12544         (mail-add-payment-async): Add.
12545
12546         * message.el (message-send-mail): Wait for asynchronous hashcash
12547         results.  Don't clobber existing X-Hashcash headers.
12548         (message-setup-1): Call mail-add-payment-async when
12549         message-generate-hashcash is non-nil.
12550
12551 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12552
12553         * message.el (message-use-alternative-email-as-from): Examine the
12554         From header as well; use message-make-from in order to include a
12555         user's full name.
12556
12557 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12560         default; improve customization type.
12561         (gnus-emphasis-custom-with-format): New macro.
12562         (gnus-emphasis-custom-value-to-external): New function.
12563         (gnus-emphasis-custom-value-to-internal): New function.
12564
12565 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12566
12567         * dns.el (query-dns): Resolve reverse addresses.
12568
12569 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12570
12571         * gnus-group.el (gnus-group-get-new-news): Use it.
12572
12573         * gnus-start.el (gnus-check-reasonable-setup): New function.
12574
12575 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12578         "Args out of range" error.  Reported by Arnaud Giersch
12579         <arnaud.giersch@free.fr>.
12580
12581 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12582
12583         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12584
12585 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12586
12587         * spam.el (spam group): Add :version.
12588
12589         * pgg-def.el (pgg group): Add :version.
12590
12591 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-art.el (gnus-article-edit-article): Don't associate the
12594         article buffer with a draft file.  This is a temporary measure
12595         against the 2004-08-22 change to gnus-article-edit-mode.
12596
12597 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12600         (html2text-format-tags): Remove unused variable `attr'.
12601
12602 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12605
12606         * tls.el (tls-process-connection-type, tls-success)
12607         (tls-certtool-program): Add :version.
12608
12609         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12610         (starttls-extra-arguments, starttls-process-connection-type)
12611         (starttls-connect, starttls-failure, starttls-success): Add :version.
12612
12613         * spam-stat.el (spam-stat): Add :version.
12614
12615         * sieve.el (sieve): Add :version.
12616
12617         * sha1.el (sha1): Add :version.
12618         (sha1-use-external): Remove redundant version.
12619
12620         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12621         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12622         (nnmail-split-fancy-match-partial-words)
12623         (nnmail-split-lowercase-expanded): Add :version.
12624
12625         * nndiary.el (nndiary): Add :version.
12626
12627         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12628
12629         * mml-sec.el (mml-default-sign-method)
12630         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12631         Add :version.
12632
12633         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12634
12635         * mm-url.el (mm-url-use-external, mm-url-program)
12636         (mm-url-arguments): Add :version.
12637
12638         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12639         (mm-attachment-file-modes, mm-decrypt-option)
12640         (mm-w3m-safe-url-regexp): Add :version.
12641
12642         * message.el (message-cite-prefix-regexp)
12643         (message-sendmail-envelope-from, message-minibuffer-local-map)
12644         (message-user-fqdn, message-completion-alist): Add :version.
12645
12646         * gnus-win.el (gnus-configure-windows-hook)
12647         (gnus-use-frames-on-any-display): Add :version.
12648
12649         * gnus-art.el (gnus-article-address-banner-alist)
12650         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12651         (gnus-treat-from-picon, gnus-treat-mail-picon)
12652         (gnus-treat-x-pgp-sig): Add :version.
12653
12654         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12655         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12656         (gnus-summary-article-delete-hook)
12657         (gnus-summary-display-while-building): Add :version.
12658
12659         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12660         (gnus-get-top-new-news-hook): Add :version.
12661
12662         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12663         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12664
12665         * gnus-registry.el (gnus-registry): Add :version.
12666
12667         * gnus-spec.el (gnus-use-correct-string-widths)
12668         (gnus-make-format-preserve-properties): Add :version.
12669
12670         * gnus.el (gnus-group-charter-alist)
12671         (gnus-group-fetch-control-use-browse-url)
12672         (gnus-install-group-spam-parameters): Add :version.
12673
12674         * gnus-diary.el (gnus-diary): Add :version.
12675
12676         * gnus-delay.el (gnus-delay): Add :version.
12677
12678         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12679         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12680         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12681         Add :version.
12682
12683         * gnus-agent.el (gnus-agent-max-fetch-size)
12684         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12685         (gnus-agent-prompt-send-queue): Add :version.
12686
12687         * deuglify.el (gnus-outlook-deuglify): Add :version.
12688
12689         * html2text.el: Beautify code.  Improve doc strings.  Some
12690         checkdoc cleanup.
12691         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12692
12693 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12694
12695         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12696
12697 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12698
12699         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12700         when package is loaded.
12701
12702         * spam.el (spam-summary-score-preferred-header): Add global preference
12703         for people who want to override the default SpamAssassin over
12704         Bogofilter preference (when both are set).
12705         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12706         (spam-user-format-function-S): Check
12707         spam-summary-score-preferred-header.
12708         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12709         (spam-user-format-function-S): Format the score correctly.
12710
12711 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12714         signature file.  Suggested by Manoj Srivastava
12715         <srivasta@golden-gryphon.com>.
12716
12717         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12718         iso-2022-jp even in the Japanese language environment.
12719         Suggested by Jason Rumney <jasonr@gnu.org>.
12720
12721 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12724         use the same characters as the dummy marks; make it free from
12725         getting affected by the language environment.
12726         (gnus-summary-read-group-1): Update mark positions only when the
12727         format spec is updated.
12728
12729         * gnus-spec.el (gnus-update-format-specifications): Return a list
12730         of updated types.
12731
12732 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12735         of boundp to check if display-warning is available.
12736
12737 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12738
12739         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12740
12741 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * nnspool.el (nnspool-spool-directory): Use news-path if the
12744         news-directory variable is not bound.
12745
12746         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12747         function instead of display-warning if it is not available.
12748
12749 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12752         v5-10: Use `point-at-bol'.
12753
12754 2004-10-26  Simon Josefsson  <jas@extundo.com>
12755
12756         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12757         <chenggao@gmail.com>.
12758
12759 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12762         instead.
12763
12764 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12765
12766         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12767         to remove a server from the nnimap-server-buffer-alist.
12768         (nnimap-open-connection, nnimap-close-server): Use it.
12769
12770         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12771
12772 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12775         running the major-mode function.
12776
12777 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12780         dummy marks in the right way.
12781
12782 2004-10-18  David Edmondson  <dme@dme.org>
12783
12784         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12785         excessively.
12786
12787 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12788
12789         * gnus-util.el (gnus-split-references): Accept a nil references
12790         string and go on blissfully.
12791
12792         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12793         cases where the references string is non-nil but has no references.
12794
12795         * encrypt.el: Add autoload tags.
12796
12797         * spam.el (spam-resolve-registrations-routine): Remove article
12798         from unregistration list too.  Reported by David Hanak
12799         <dhanak@isis.vanderbilt.edu>
12800
12801 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12804         nil.  Changed custom type.
12805
12806 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12807
12808         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12809
12810         * gnus-sum.el (gnus-summary-move-article): Use it.
12811
12812 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12813
12814         * encrypt.el: Add autoload cookies.
12815
12816         * spam.el (spam-backend-article-list-property)
12817         (spam-backend-get-article-todo-list)
12818         (spam-backend-put-article-todo-list)
12819         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12820         Resolve registrations separately.
12821         (spam-register-routine): Format comments.
12822         (spam-unregister-routine, spam-register-routine): Always call with
12823         specific-articles, no default list.
12824         (spam-summary-prepare-exit): Use the spam-classifications function.
12825
12826         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12827         gnus-encrypt.el.
12828
12829         * encrypt.el: Copied from gnus-encrypt.el.
12830
12831         * gnus-encrypt.el: Commented that it's obsolete.
12832
12833 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12836         (gnus-score-save): Use it.
12837
12838         * message.el (message-bury): Use `window-dedicated-p'.
12839
12840 2004-10-15  Simon Josefsson  <jas@extundo.com>
12841
12842         * pop3.el (top-level): Don't require nnheader.
12843         (pop3-read-timeout): Add.
12844         (pop3-accept-process-output): Add.
12845         (pop3-read-response, pop3-retr): Use it.
12846
12847 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12848
12849         * spam.el (spam-register-routine): Move comment.
12850         (spam-verify-bogofilter): Use 'unknown for the initial
12851         spam-bogofilter-valid state, not 'never.
12852
12853         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12854         for netrc-machine.
12855
12856         * nnimap.el (nnimap-open-connection): Use
12857         netrc-machine-user-or-password.
12858
12859 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12860
12861         * gnus-registry.el (gnus-registry-unload-hook):
12862         Set as a variable with add-hook.
12863
12864         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12865         of news-path.
12866
12867         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12868
12869         * spam.el: Delete duplicate `provide'.
12870         (spam-unload-hook): Set as a variable with add-hook.
12871
12872 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12875         in the doc string.
12876
12877         * message.el (message-ignored-news-headers)
12878         (message-ignored-supersedes-headers)
12879         (message-ignored-resent-headers)
12880         (message-forward-ignored-headers): Improve custom type.
12881
12882 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * message.el (message-tokenize-header): Fix 2004-09-06 change
12885         which used point-min in the wrong place.
12886
12887 2004-10-12  Simon Josefsson  <jas@extundo.com>
12888
12889         * tls.el (tls-certtool-program): New variable.
12890         (tls-certificate-information): New function, based on
12891         ssl-certificate-information.
12892
12893 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * compface.el: Move the version of ELisp-based uncompface program
12896         to the contrib directory because of the copyright problem.
12897
12898 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * message.el (message-kill-buffer): Raise the current frame.
12901
12902 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12903
12904         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12905
12906         * gnus.el (message-y-or-n-p): Autoload.
12907
12908         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12909         (pop3-password-required, pop3-authentication-scheme)
12910         (pop3-leave-mail-on-server): Made customizable.
12911         (pop3): New custom group.
12912         (pop3-retr): Remove `sleep-for' statements.
12913         Suggested by Dave Love <fx@gnu.org>.
12914
12915         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12916         Windows/DOS.
12917
12918         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12919         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12920         Dave Love <fx@gnu.org>.
12921
12922         * mml.el (mml-minibuffer-read-disposition): Require match.
12923         Suggested by Dave Love <fx@gnu.org>.
12924
12925 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12928         doc string.
12929
12930 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12933
12934 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12935
12936         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12937         instead of calling `mm-insert-inline', to decode text/* parts
12938         before displaying them.
12939
12940 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * mm-uu.el (mm-uu-text-plain-type): New variable.
12943         (mm-uu-pgp-signed-extract-1): Use it.
12944         (mm-uu-pgp-encrypted-extract-1): Use it.
12945         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12946         bind mm-uu-text-plain-type with that value.
12947         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12948         mm-uu-dissect.
12949
12950 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gnus-group.el (gnus-update-group-mark-positions):
12953         * gnus-sum.el (gnus-update-summary-mark-positions):
12954         * message.el (message-check-news-body-syntax):
12955         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12956         of string-as-multibyte.
12957
12958 2004-10-05  Juri Linkov  <juri@jurta.org>
12959
12960         * gnus-group.el (gnus-update-group-mark-positions):
12961         * gnus-sum.el (gnus-update-summary-mark-positions):
12962         * message.el (message-check-news-body-syntax):
12963         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12964         8-bit unibyte values to a multibyte string for search functions.
12965
12966 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12969         (mm-uu-dissect-text-parts): New function.
12970
12971         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12972         dissect text parts.
12973
12974         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12975         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12976
12977         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12978
12979         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12980         gnus-current-topics instead of gnus-current-topic.
12981
12982 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12983
12984         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12985
12986 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12987
12988         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12989         where approriate.
12990
12991         * nnml.el (nnml-generate-active-info): do.
12992
12993         * nndiary.el (nndiary-generate-active-info): do.
12994
12995         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12996         (gnus-topic-move): do.
12997
12998         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12999         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13000
13001         * gnus-srvr.el (gnus-server-prepare)
13002         (gnus-server-open-all-servers): do.
13003
13004         * gnus-msg.el (gnus-summary-cancel-article)
13005         (gnus-summary-resend-message)
13006         (gnus-summary-mail-crosspost-complaint): do.
13007
13008         * gnus-move.el (gnus-change-server): do.
13009
13010         * gnus-group.el (gnus-group-unmark-all-groups)
13011         (gnus-group-set-current-level): do.
13012
13013 2004-10-04  Simon Josefsson  <jas@extundo.com>
13014
13015         * message.el (message-generate-hashcash): Doc fix.
13016
13017 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13018
13019         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13020         avoid infinite recursion via gnus-get-function.
13021
13022 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13023
13024         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13025
13026         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13027
13028         * nnmail.el (nnmail-split-history): do.
13029
13030         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13031         (nnml-request-delete-group): do.
13032
13033         * nnslashdot.el (nnslashdot-read-groups): do.
13034
13035         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13036         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13037
13038         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13039         (nnspool-sift-nov-with-sed): Use last.
13040         (nnspool-retrieve-headers-with-nov): Use mapc.
13041         (nnspool-request-newgroups): Use dolist.
13042         (nnspool-request-group): Use last.
13043
13044         * nntp.el (nntp-read-server-type): Use dolist.
13045
13046         * nnvirtual.el (nnvirtual-create-mapping)
13047         (nnvirtual-update-read-and-marked): Use dolist.
13048         (nnvirtual-convert-headers): Simplify.
13049
13050 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13051
13052         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13053         support for sync'ing tick marks.
13054
13055 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13058         there's no visible header.
13059
13060 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13061
13062         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13063         necessary, pass full group name to gnus-request-set-marks.
13064
13065 2004-10-01  Simon Josefsson  <jas@extundo.com>
13066
13067         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13068         acroread.
13069
13070 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071
13072         * spam-report.el (spam-report-gmane): Fix interactive.
13073
13074         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13075
13076         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13077         when writing file.
13078         (gnus-agent-synchronize-flags): Don't default to being
13079         interactive.
13080
13081 2004-09-30  Simon Josefsson  <jas@extundo.com>
13082
13083         * message.el (message-generate-hashcash): Add.
13084         (message-send-mail): Use it, call mail-add-payment.
13085
13086 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13087
13088         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13089
13090 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13091
13092         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13093         gnus-requst-update-info with explicit code to sync the in-memory
13094         info read flags with the marks being sync'd to the backend.
13095
13096         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13097
13098 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13099
13100         * spam.el (spam-verify-bogofilter): Add new function.
13101         (spam-check-bogofilter)
13102         (spam-bogofilter-register-with-bogofilter): Use it.
13103         (spam-verify-bogofilter): Add small fixes.
13104
13105 2004-09-28  Simon Josefsson  <jas@extundo.com>
13106
13107         * hashcash.el (hashcash-generate-payment): Revert.
13108
13109 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13110
13111         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13112         gnus-extract-references instead of gnus-split-references.
13113
13114         * gnus-util.el (gnus-extract-references): Add new function, analogous
13115         to gnus-split-references but extracts only the message-ID without
13116         anything extra.
13117
13118         * hashcash.el (hashcash-generate-payment)
13119         (hashcash-check-payment): Do the right thing if hashcash-path is
13120         nil (because the hashcash program could not be found).
13121
13122         * spam.el (spam-use-hashcash): Remove comment.
13123
13124 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13125
13126         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13127         (gnus-cache-enter-article, gnus-cache-remove-article)
13128         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13129
13130         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13131
13132         * gnus-art.el (article-hide-boring-headers)
13133         (article-translate-strings, article-display-face)
13134         (gnus-article-mime-match-handle-first)
13135         (gnus-article-highlight-headers)
13136         (gnus-article-add-buttons-to-head): do.
13137
13138 2004-09-27  Simon Josefsson  <jas@extundo.com>
13139
13140         * hashcash.el: New version, from
13141         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13142         ../contrib/.
13143
13144 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13147
13148 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13149
13150         * gnus-dup.el (gnus-dup-open): Use mapc.
13151         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13152
13153         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13154         Reported by Stefan Wiens <s.wi@gmx.net>.
13155
13156         * gnus.el (gnus-shutdown): Use dolist.
13157
13158         * gnus-undo.el (gnus-undo): Use mapc.
13159
13160         * nnrss.el (nnrss-generate-active): do.
13161
13162         * message.el (message-cite-original-without-signature)
13163         (message-cite-original): Use mapc.
13164         (message-do-actions, message-make-forward-subject): Use dolist.
13165
13166 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13167
13168         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13169         deletion to remove entire duplicate line.  Fixes merged article
13170         number bug.
13171
13172 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13173
13174         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13175         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13176         first ask if you want to open a server and then, even when you
13177         responded with no, asking if you want to synchronize the server's
13178         flags.
13179         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13180         multi-line expressions.
13181         (gnus-agent-synchronize-group-flags): New internal function.
13182         Updates marks in memory (in the info structure) AND in the
13183         backend.
13184
13185         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13186
13187         * nnagent.el (nnagent-request-set-mark): Use
13188         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13189         method, to ensure that synchronization updates marks in the
13190         backend and in the info (in memory) structure.
13191
13192 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13195         convention fully; don't miss the root article of a thread; make
13196         the X-Draft-From header with correct article numbers.
13197
13198 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13199
13200         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13201         unless plugged.  Disable the agent so that an open failure causes
13202         an error.
13203
13204         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13205         Reverted 2004-09-21 change.  The backend must be opened while
13206         synchronizing flags even when the backend stores the flags
13207         locally.
13208
13209 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13212         in `header' match.  Reported by Svend Tollak Munkejord.
13213
13214         * message.el (message-cite-original): Fix use of
13215         `message-cite-articles-with-x-no-archive'.
13216
13217 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13220         (gnus-window-to-buffer): Ditto.
13221
13222         * mml.el (mml-preview-buffer): New variable.
13223         (mml-preview): Manage window layout with gnus-buffer-configuration.
13224
13225         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13226         X-Draft-From header even if those articles aren't quoted.
13227
13228 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13229
13230         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13231         (gnus-request-set-mark, gnus-request-update-mark): Use new
13232         g-s-t-u-l-m to decide to use backend even when unplugged.
13233
13234 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13237         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13238
13239 2004-09-20  Simon Josefsson  <jas@extundo.com>
13240
13241         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13242         "utf-16-le".
13243
13244 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13245
13246         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13247
13248 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * uudecode.el (uudecode-use-external): Add :version.
13251
13252         * smime.el (smime-CA-file, smime-encrypt-cipher)
13253         (smime-dns-server): Add :version.
13254
13255         * smiley.el (gnus-smiley-file-types): Add :version.
13256
13257         * sha1.el (sha1-use-external): Add :version.
13258
13259         * pgg-def.el (pgg-query-keyserver): Add :version.
13260
13261         * nnmail.el (nnmail-fancy-expiry-targets)
13262         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13263         Add :version.
13264
13265         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13266         (nnimap-retrieve-groups-asynchronous): Add :version.
13267         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13268
13269         * mml.el (mml-content-disposition-parameters)
13270         (mml-insert-mime-headers-always): Add :version.
13271
13272         * mm-util.el (mm-coding-system-priorities): Add :version.
13273
13274         * mm-decode.el (mm-inline-text-html-with-images)
13275         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13276         (mm-verify-option): Add :version.
13277         (mm-text-html-renderer): Change :version.
13278
13279         * message.el (message-fcc-externalize-attachments)
13280         (message-required-headers, message-draft-headers)
13281         (message-subject-trailing-was-query)
13282         (message-subject-trailing-was-ask-regexp)
13283         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13284         (message-mark-insert-end, message-archive-header)
13285         (message-archive-note, message-cross-post-default)
13286         (message-cross-post-note, message-followup-to-note)
13287         (message-cross-post-note-function, message-use-mail-followup-to)
13288         (message-subscribed-address-functions)
13289         (message-subscribed-address-file, message-subscribed-addresses)
13290         (message-subscribed-regexps, message-allow-no-recipients)
13291         (message-yank-cited-prefix, message-signature-insert-empty-line)
13292         (message-hidden-headers, message-hierarchical-addresses)
13293         (message-mail-user-agent, message-use-idna)
13294         (message-valid-fqdn-regexp)
13295         (message-strip-special-text-properties, message-header-synonyms)
13296         (message-beginning-of-line, message-tab-body-function): Add :version.
13297         (message-insert-canlock, message-wide-reply-confirm-recipients):
13298         Change :version.
13299
13300         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13301         and :version.
13302         (mail-source-delete-old-incoming-confirm)
13303         (mail-source-movemail-program): Add :version.
13304
13305         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13306         (gnus-agent-cache, gnus-agent): Change :version.
13307
13308         * gnus-util.el (gnus-use-byte-compile): Change :version.
13309
13310         * gnus-sum.el (gnus-summary-make-false-root-always)
13311         (gnus-summary-default-high-score)
13312         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13313         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13314         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13315         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13316         (gnus-sum-thread-tree-single-indent)
13317         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13318         (gnus-sum-thread-tree-leaf-with-other)
13319         (gnus-sum-thread-tree-single-leaf): Add :version.
13320         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13321         (gnus-article-loose-mime): Change :version.
13322
13323         * gnus-start.el (gnus-backup-startup-file)
13324         (gnus-save-startup-file-via-temp-buffer): Add :version.
13325
13326         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13327         (gnus-server-offline-face): Add :version.
13328
13329         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13330
13331         * gnus-msg.el (gnus-gcc-externalize-attachments)
13332         (gnus-debug-files, gnus-debug-exclude-variables)
13333         (gnus-discouraged-post-methods): Change :version.
13334         (gnus-confirm-mail-reply-to-news)
13335         (gnus-confirm-treat-mail-like-news): Add :version.
13336
13337         * gnus-int.el (gnus-server-unopen-status): Add :version.
13338
13339         * gnus-group.el (gnus-group-jump-to-group-prompt)
13340         (gnus-large-ephemeral-newsgroup)
13341         (gnus-fetch-old-ephemeral-headers): Add :version.
13342
13343         * gnus-fun.el (gnus-x-face-directory)
13344         (gnus-convert-pbm-to-x-face-command)
13345         (gnus-convert-image-to-x-face-command)
13346         (gnus-convert-image-to-face-command): Add :version.
13347
13348         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13349
13350         * gnus-cite.el (gnus-cite-blank-line-after-header)
13351         (gnus-article-boring-faces): Add :version.
13352
13353         * gnus-art.el (gnus-buttonized-mime-types)
13354         (gnus-inhibit-mime-unbuttonizing)
13355         (gnus-treat-display-face)
13356         (gnus-treat-body-boundary): Change :version.
13357         (gnus-body-boundary-delimiter, gnus-picon-databases)
13358         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13359         (gnus-treat-date-english, gnus-treat-fold-headers)
13360         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13361         (gnus-treat-mail-picon, gnus-treat-wash-html)
13362         (gnus-article-encrypt-protocol)
13363         (gnus-use-idna, gnus-article-over-scroll)
13364         (gnus-mime-display-multipart-alternative-as-mixed)
13365         (gnus-mime-display-multipart-related-as-mixed)
13366         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13367         (gnus-ctan-url, gnus-button-ctan-handler)
13368         (gnus-button-handle-ctan-bogus-regexp)
13369         (gnus-button-ctan-directory-regexp)
13370         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13371         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13372         (gnus-button-man-level, gnus-button-emacs-level)
13373         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13374
13375         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13376         (gnus-agent-go-online): Change :version.
13377         (gnus-agent-expire-unagentized-dirs)
13378         (gnus-agent-auto-agentize-methods): Add :version.
13379
13380         * flow-fill.el (fill-flowed-display-column)
13381         (fill-flowed-encode-column): Add :version.
13382
13383         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13384         (gnus-outlook-deuglify-unwrap-max)
13385         (gnus-outlook-deuglify-cite-marks)
13386         (gnus-outlook-deuglify-unwrap-stop-chars)
13387         (gnus-outlook-deuglify-no-wrap-chars)
13388         (gnus-outlook-deuglify-attrib-cut-regexp)
13389         (gnus-outlook-deuglify-attrib-verb-regexp)
13390         (gnus-outlook-deuglify-attrib-end-regexp)
13391         (gnus-outlook-display-hook): Add :version.
13392
13393         * binhex.el (binhex-use-external): Add :version.
13394
13395 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13398         and `invisible'.
13399
13400 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13401
13402         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13403         in gnus-registry-trim.
13404
13405 2004-09-13  Simon Josefsson  <jas@extundo.com>
13406
13407         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13408
13409         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13410
13411         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13412         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13413         <yamaoka@jpl.org>.
13414         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13415         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13416         <yamaoka@jpl.org>.
13417
13418         * sieve.el (sieve-manage-mode): Ditto.
13419
13420 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13423
13424 2004-09-11  Simon Josefsson  <jas@extundo.com>
13425
13426         * dns-mode.el: Add.
13427
13428         * mm-view.el (mm-display-dns-inline): Add.
13429
13430         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13431         (mm-automatic-display): Ditto.
13432
13433         * mailcap.el (mailcap-mime-data): Add text/dns.
13434         (mailcap-mime-extensions): Map .soa to text/dns.
13435
13436 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13437
13438         * gnus-art.el (article-decode-mime-words, article-babel)
13439         (gnus-article-highlight-signature, gnus-article-add-buttons)
13440         (gnus-signature-toggle): Remove unnecessary bindings of
13441         `inhibit-read-only' inherited from v5.10 merge.
13442
13443 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * nntp.el (nntp): New customization group.
13446         (nntp-authinfo-file): Add customization group.
13447
13448         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13449
13450         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13451
13452         * gnus.el (to-address, to-list, subscribed)
13453         (large-newsgroup-initial): Ditto.
13454
13455         * flow-fill.el (fill-flowed-display-column)
13456         (fill-flowed-encode-column): Ditto.
13457
13458 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13459
13460         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13461         Use point-min rather than 1.
13462         (message-send-mail): Use buffer-size rather than point-max.
13463
13464         * gnus-sum.el (gnus-summary-search-article-forward):
13465         Signal a specific `search-failed' rather than a generic `error'.
13466
13467         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13468         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13469         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13470
13471 2004-09-10  Simon Josefsson  <jas@extundo.com>
13472
13473         * nndb.el (require): Remove tcp and duplicate cl.
13474
13475 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * gnus-agent.el (directory-files-and-attributes): Move forward.
13478
13479 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13480
13481         * gnus-agent.el (directory-files-and-attributes): Optionally
13482         defined to support XEmacs.
13483
13484 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13485
13486         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13487         to avoid run-time CL dependencies.
13488         (gnus-agent-unfetch-articles): New function.
13489         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13490         article numbers even when local .overview file is missing.
13491         (gnus-agent-read-article-number): New function.  Only accepts
13492         27-bit article numbers.
13493         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13494         gnus-agent-read-article-number.
13495         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13496         from backend while recognizing that article numbers in .overview
13497         must be valid.
13498         (gnus-agent-update-files-total-fetched-for): Use
13499         directory-files-and-attributes to improve performance.
13500         * gnus-int.el (gnus-request-move-article): Use
13501         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13502         improve performance.
13503
13504         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13505         some users confused by references to .newsrc when they only have a
13506         .newsrc.eld file.
13507         (gnus-convert-mark-converter-prompt)
13508         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13509         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13510         New function.  Used internally to only display 'gnus converting
13511         files' message when actually necessary.
13512
13513         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13514         methods now autoloaded.
13515
13516 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13519         identifiers.
13520
13521 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * gnus-picon.el: Fix indentation and closing parenthesis.
13524
13525 2004-09-01  Simon Josefsson  <jas@extundo.com>
13526
13527         * message.el (message-canlock-generate): Require sha1, not
13528         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13529         to require within a function.  Sadly, if sha1.el isn't loaded, the
13530         let binding in m-c-g will hide the defcustom definition, which is
13531         bad.)
13532
13533         * canlock.el: Require sha1, not sha1-el.
13534
13535         * message.el: Don't autoload sha1 (there is a autoload cookie in
13536         sha1.el).
13537
13538         * sha1-el.el: Renamed to sha1.el.
13539
13540 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13541
13542         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13543
13544 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13545
13546         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13547
13548 2004-08-30  Kim F. Storm  <storm@cua.dk>
13549
13550         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13551
13552         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13553         Add :group 'nnimap.
13554
13555 2004-08-30  Andreas Schwab  <schwab@suse.de>
13556
13557         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13558         ?* and ?\;.
13559
13560         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13561         and ?\' to symbol instead of whitespace.
13562
13563 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13566
13567         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13568         instead of re-search-forward.
13569
13570         * gnus-uu.el (gnus-uu-save-article): Ditto.
13571         (gnus-uu-post-encode-uuencode): Ditto.
13572
13573         * html2text.el (html2text-clean-list-items): Ditto.
13574         (html2text-clean-dtdd): Ditto.
13575         (html2text-format-tags): Ditto.
13576
13577         * message.el (message-send-mail-with-sendmail): Fix regexp.
13578         (message-fill-field-general): Use search-forward instead of
13579         re-search-forward.
13580         (unbold-region): Ditto.
13581
13582         * nnrss.el (nnrss-request-article): Ditto.
13583
13584         * nnslashdot.el (nnslashdot-request-article): Ditto.
13585
13586         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13587
13588         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13589         "Unrecognized menu descriptor" error in XEmacs.
13590
13591 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13592
13593         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13594         parent article of a sparse article in the thread hashtb.
13595
13596 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13597
13598         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13599         (nnmail-expand-newtext): Lowercase expanded entries if
13600         nnmail-split-lowercase-expanded is non-nil.
13601
13602 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13605
13606         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13607         of gnus-tmp-news-method into string under XEmacs.  It will be
13608         passed to gnus-correct-length which takes only a string argument.
13609
13610 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * gnus-util.el (gnus-bind-print-variables): New macro.
13613         (gnus-prin1): Use it.
13614         (gnus-prin1-to-string): Use it.
13615         (gnus-pp): New function.
13616         (gnus-pp-to-string): New function.
13617
13618         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13619         Replace pp-to-string with gnus-pp-to-string.
13620         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13621         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13622         * gnus-msg.el (gnus-debug): Ditto.
13623         * gnus-score.el (gnus-score-save): Ditto.
13624         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13625         gnus-pp-to-string.
13626         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13627         with gnus-pp.
13628         * score-mode.el (gnus-score-pretty-print): Ditto.
13629         * webmail.el (webmail-debug): Ditto.
13630
13631 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gnus-art.el (article-display-face, article-display-x-face):
13634         Use buffer-read-only.
13635
13636 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-art.el (article-hide-list-identifiers):
13639         Bind inhibit-read-only as t.
13640
13641 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13644
13645 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13646
13647         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13648         (gnus-narrow-to-page): Don't assume point-min == 1.
13649         (gnus-article-edit-mode): Derive from message-mode.
13650
13651         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13652         point-min == 1.
13653
13654         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13655         Disable incorrect use of `assert'.
13656
13657         * message.el (message-mode): Set comment-start-skip.
13658
13659
13660 2004-08-22  Sam Steingold  <sds@gnu.org>
13661
13662         * pop3.el (pop3-leave-mail-on-server): New user variable.
13663         (pop3-movemail): Delete mail only when it is nil.
13664
13665 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13668
13669         * mml.el (mml-preview): Use `pop-to-buffer'.
13670
13671         * message.el (message-goto-mail-followup-to): Insert after "To".
13672         (message-carefully-insert-headers): Add comment.
13673
13674         * gnus.el: Remove unused variable `gnus-article-check-size'.
13675
13676         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13677
13678         * gnus-art.el (gnus-button-alist): Improve
13679         `gnus-button-handle-library' entry.
13680
13681 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13682
13683         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13684         downcase, since XEmacs capitalizes error messages differently.
13685
13686 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13687
13688         * nntp.el: Add (require 'gnus) due to reference to
13689         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13690
13691 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13692
13693         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13694         `mm-fill-flowed'.
13695
13696         * mm-decode.el (mm-dissect-singlepart): Check it.
13697
13698 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13699
13700         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13701         'imap' for netrc parsing.
13702
13703 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * mailcap.el (mailcap-mime-data): Mark as risky.
13706
13707 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13710         may be included in the encoded word.
13711         (rfc2047-encode): Don't append a space if the encoded word
13712         includes close parenthesis.
13713
13714 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13717         of text within parentheses.
13718
13719 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13720
13721         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13722         (gnus-encrypt-write-file-contents): Make the password key the file
13723         name PLUS the cipher, not just the cipher.  Also remove failed
13724         passwords from the cache.
13725
13726 2004-08-06  Simon Josefsson  <jas@extundo.com>
13727
13728         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13729         fix.
13730
13731 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13734         LWSP.
13735
13736 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13737
13738         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13739         to append in-reply-to: data to the references: header.
13740
13741         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13742         (netrc-parse): Use gnus-encrypt.el functions.
13743
13744         * gnus-encrypt.el: Add new file for encryption support; currently
13745         does only a few GPG ciphers and an internal XOR cipher.
13746
13747         * password.el: Add comments on using password-read-and-add.
13748         (password-read-and-add): Add function to read and add the
13749         password to the cache at once.
13750
13751 2004-07-28  Simon Josefsson  <jas@extundo.com>
13752
13753         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13754         parameter (but don't use it, for now).
13755
13756         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13757         instead of hard coding to nil.
13758
13759 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13762         as mm-inline-image-xemacs does.
13763
13764 2004-07-26  Simon Josefsson  <jas@extundo.com>
13765
13766         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13767         Revert part of 2004-07-17 change below.
13768
13769 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13772         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13773
13774 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13775
13776         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13777         quotes that actually start with ">" at the beginning of the
13778         lines.
13779
13780 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * rfc2047.el (rfc2047-encode-region): Fix last change.
13783         (rfc2047-encode-parameter): Remove useless concat.
13784
13785 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13788         encode special characters; fix some kind of misconfigured headers;
13789         signal a real error if debug-on-quit or debug-on-error is non-nil.
13790         (rfc2047-encode-max-chars): New variable.
13791         (rfc2047-encode-1): Use it.
13792         (rfc2047-encode-parameter): New function.
13793
13794         * mml.el (mml-insert-parameter): Remove an excessive space.
13795
13796 2004-07-17  Simon Josefsson  <jas@extundo.com>
13797
13798         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13799         Kai Grossjohann <kai@emptydomain.de>.
13800         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13801         (gnus-group-make-menu-bar): Ditto.
13802
13803         * gnus-util.el (gnus-group-server): Add.
13804
13805 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13806
13807         * message.el (message-clone-locals): Clone sendmail and smtp
13808         variables.
13809
13810 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * rfc2047.el (rfc2047-encode-region): Fix last change.
13813
13814 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13817         characters as non-special.
13818
13819 2004-07-09  Simon Josefsson  <jas@extundo.com>
13820
13821         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13822         Users will lose all flag changes made while unplugged with
13823         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13824         good default.  See numerous reports on ding mailing list.
13825
13826 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13829         add generate-head-function and generate-article-function to the
13830         rfc822-forward entry.
13831         (nndoc-rfc822-forward-generate-article): New function.
13832         (nndoc-rfc822-forward-generate-head): New function.
13833
13834         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13835
13836 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13837
13838         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13839         respect display group parameter and gnus-summary-expunge-below.
13840         (gnus-articles-to-read): Remove unused reference to display group
13841         parameter.
13842
13843 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13844
13845         * nnheader.el (nnheader-uniquify-message-id): New experimental
13846         variable.
13847         (nnheader-nov-read-message-id): Use it.
13848
13849         * spam-report.el (spam-report-gmane): Add interactive.
13850
13851 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13854         qp-or-base64 for the application/* types.
13855
13856 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13857
13858         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13859
13860 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13861
13862         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13863         trim value.
13864
13865 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13866
13867         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13868         New macro and function.
13869         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13870
13871 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13874         after-load-alist.
13875
13876 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13877
13878         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13879         update info that isn't there.
13880
13881 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13882
13883         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13884         entry.
13885
13886 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * mm-view.el (mm-inline-render-with-function): Use multibyte
13889         buffer; decode html source by charset.
13890
13891         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13892
13893         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13894         Mule-UCS is loaded under XEmacs.
13895         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13896
13897 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13898
13899         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13900
13901 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * mm-util.el (mm-coding-system-p): Return a coding-system.
13904         (mm-mime-mule-charset-alist): Use shift_jis instead of
13905         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13906         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13907         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13908         instead of japanese-shift-jis and iso-latin-1 respectively in
13909         order to share the default value with both Emacs and XEmacs-mule.
13910         (mm-mule-charset-to-mime-charset): Make
13911         mm-coding-system-priorities effective.
13912         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13913         while predicating of candidates upon the priorities.
13914
13915 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13916
13917         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13918         gnus-uu-invert-processable.
13919
13920         * gnus.el: Autoload gnus-uu-invert-processable.
13921
13922 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * mm-util.el (mm-with-multibyte-buffer): New macro.
13925
13926         * rfc2047.el (rfc2047-encode-string): Use it.
13927         (rfc2047-encode-region): Move point to the end of the region after
13928         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13929
13930 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13933         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13934
13935 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13938         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13939         Karl Chen <quarl@nospam.quarl.org>.
13940
13941 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13942
13943         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13944         invalid addresses.
13945
13946 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13947
13948         * spam.el: Change section markers, revise TODO list.
13949         (spam-backends): Make new master list of all installed backends.
13950         (spam-summary-exit-behavior): Add new variable to determine how
13951         messages moves are done at summary exit.
13952         (spam-move-spam-nonspam-groups-only)
13953         (spam-process-ham-in-nonham-groups)
13954         (spam-process-ham-in-spam-groups): Remove variables, the
13955         spam-summary-exit-behavior variable should be used to manage this
13956         behavior.
13957         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13958         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13959         and spam-old-spam-articles.
13960         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13961         Add empty variables, placeholders for the backends they represent.
13962         (spam-set-difference): Move, unchanged.
13963         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13964         unless the user has a processor variable.
13965         (spam-classifications, spam-classification-valid-p)
13966         (spam-backend-properties, spam-backend-property-valid-p)
13967         (spam-backend-function-type-valid-p)
13968         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13969         (spam-report-articles-gmane, spam-report-articles-resend):
13970         Remove functions, they are not needed.
13971         (spam-install-backend-super, spam-backend-list)
13972         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13973         (spam-backend-function, spam-backend-ham-registration-function)
13974         (spam-backend-spam-registration-function)
13975         (spam-backend-ham-unregistration-function)
13976         (spam-backend-spam-unregistration-function)
13977         (spam-backend-statistical-p, spam-backend-mover-p)
13978         (spam-install-backend-alias, spam-install-checkonly-backend)
13979         (spam-install-mover-backend, spam-install-nocheck-backend)
13980         (spam-install-backend, spam-install-statistical-backend)
13981         (spam-install-statistical-checkonly-backend): Add backend installation
13982         support.
13983         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13984         (spam-group-processor-p): Use the new backend code and respect the
13985         summary exit behavior.
13986         (spam-mark-spam-as-expired-and-move-routine): Remove.
13987         (spam-summary-prepare): Change to use the new spam-old-articles
13988         variable.
13989         (spam-copy-or-move-routine, spam-copy-spam-routine)
13990         (spam-move-spam-routine, spam-copy-ham-routine)
13991         (spam-move-ham-routine): Add code to copy/move ham or spam.
13992         (spam-fetch-field-fast): Improve doc and code, plus allow the
13993         'number request.
13994         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13995         variables.
13996         (spam-split, spam-find-spam): Use the new backend code.
13997         (spam-registration-functions): Remove variable.
13998         (spam-unregister-routine): Add convenience wrapper.
13999         (spam-log-undo-registration, spam-register-routine)
14000         (spam-log-processing-to-registry)
14001         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14002         where possible.
14003         (spam-check-gmane-xref, spam-check-regex-headers)
14004         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14005         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14006         (spam-check-bogofilter-headers, spam-check-spamoracle)
14007         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14008         (spam-check-crm114-headers): Use the spam-split-group that
14009         spam-split prepares, no need to determine it every time.
14010
14011         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14012         to the nnheader-parse-naked-head call.
14013
14014         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14015
14016         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14017         the nnheader-nov-read-message-id call.
14018
14019 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14022         gnus-activate-group twice.  Suggested by Markus Peter
14023         <warp@spin.de>.
14024
14025 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gnus-art.el (gnus-article-time-format): Exchange the order of
14028         day and month in the default value; fix customization type.
14029         (article-date-ut): Use add-text-properties.
14030         (article-make-date-line): Use message-make-date instead of
14031         current-time-string.
14032
14033         * message.el (message-fetch-field): Don't use set-text-properties.
14034         (message-make-date): Simplify.
14035
14036         * messagexmas.el (message-xmas-make-date): New function.
14037         (message-xmas-redefine): Defalias message-make-date to it.
14038
14039 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14042         (rfc2047-encode-region): Treat text within parentheses as special;
14043         show the original text when error has occurred.
14044
14045         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14046         already-computed method to gnus-activate-group.
14047
14048         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14049         same select-methods identical Lisp objects.
14050
14051         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14052         object when modifying the info.
14053
14054 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14057         gnus-opened-servers since it has never been opened with the new
14058         configuration yet.
14059
14060 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14063         arg to nnheader-generate-fake-message-id.
14064
14065 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14066
14067         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14068         number and build a fake message ID localized to a group and
14069         article number (so it's repeatable from that point on).
14070         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14071         ID format.
14072
14073         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14074         nnheader-generate-fake-message-id with the article number.
14075
14076 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14077
14078         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14079         end-of-buffer.
14080
14081 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14082
14083         * message.el (message-ignored-supersedes-headers): Add Approved.
14084
14085 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14088         goto-char.
14089         (rfc2047-encode): Fold the line before encoding.
14090
14091 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14092
14093         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14094         folding -- not all headers can be folded, and this should be done
14095         by the message composition mode.  Probably.  I think.
14096
14097 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14100         fast.
14101
14102         * gnus-ems.el (gnus-remove-image): Don't use
14103         message-text-with-property; remove only the image found first.
14104
14105         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14106         found first.
14107
14108 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14109
14110         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14111
14112 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * message.el (message-text-with-property): Make it fast and accept
14115         optional arguments.
14116         (message-strip-forbidden-properties): Use it.
14117         (message-fix-before-sending): Follow the m-t-w-p change.
14118
14119         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14120
14121 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-art.el (article-hide-headers): Don't change the buffer
14124         mistakenly when performing mml-preview even if
14125         gnus-single-article-buffer is nil.
14126
14127 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14128
14129         * message.el (message-expand-name-databases): New user option.
14130         (message-expand-name): Use it.
14131
14132 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14133
14134         * spam.el (spam-report-articles-resend)
14135         (spam-report-resend-register-routine): Allow ham reporting.
14136         (spam-report-resend-register-ham-routine): Add wrapper.
14137         (spam-registration-functions): Add ham resending functions.
14138         (spam-list-of-processors): Add ham resend processor.
14139
14140         * gnus.el (ham-resend-to): Add new group parameter.
14141         (spam-process): Add ham resend option.
14142
14143         * spam-report.el (spam-report-resend): Allow reporting ham.
14144         (spam-report-resend-ham): Add wrapper.
14145
14146 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14147
14148         * message.el (message-cite-articles-with-x-no-archive): New
14149         variable.
14150         (message-cite-original): Use it.
14151
14152 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14153
14154         * message.el (message-cite-original): Respect X-No-Archive.
14155
14156 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-art.el (article-hide-headers): Refer to the values for
14159         gnus-ignored-headers and gnus-visible-headers in the summary
14160         buffer since a user may have set them as group parameters.
14161
14162 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14163
14164         * assistant.el (assistant-node-name): Add convenience function.
14165         (assistant-render-text, assistant-render-node): Add error handling,
14166         plus handle multiple next nodes.
14167         (assistant-find-next-node): Comment out for now.
14168         (assistant-find-next-nodes): Add function, returns list of next
14169         nodes.
14170
14171 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * mail-source.el (mail-source-directory): Fix doc-string.
14174
14175 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14176
14177         * assistant.el (assistant-render-text, assistant-eval): Add :set
14178         widget type, which is different because it takes and returns a
14179         list.  Much hilarity ensues.
14180
14181 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14182
14183         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14184
14185         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14186         doc-string.
14187
14188         * gnus-start.el (gnus-activate-group): Added doc-string.
14189
14190 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14193
14194 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14195
14196         * assistant.el (assistant-render-text): Try to add a :set
14197         widget, more to come.
14198
14199         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14200         strings.
14201         (spam-report-articles-resend)
14202         (spam-register-routine): Do registration iff any articles warrant
14203         it.
14204         (spam-summary-prepare-exit): Change log message for nil group
14205         destinations.
14206
14207 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14208
14209         * spam.el (spam-report-resend-register-routine): Allow
14210         spam-report-resend-to to be a group parameter or a global value.
14211
14212 2004-05-26  Simon Josefsson  <jas@extundo.com>
14213
14214         * starttls.el: Merge with my GNUTLS based starttls.el.
14215         (starttls-gnutls-program, starttls-use-gnutls)
14216         (starttls-extra-arguments, starttls-process-connection-type)
14217         (starttls-connect, starttls-failure, starttls-success): New
14218         variables.
14219         (starttls-program, starttls-extra-args): Doc fix.
14220         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14221         functions.
14222         (starttls-negotiate, starttls-open-stream): Check
14223         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14224         function if it is set.
14225
14226 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14229         structured fields.
14230
14231 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14234
14235 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14236
14237         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14238         variable.
14239         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14240         assigning the spam-mark to new messages.
14241
14242 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14243
14244         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14245
14246 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14249
14250         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14251         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14252         default.
14253
14254 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14255
14256         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14257         correct data.
14258
14259 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14260
14261         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14262         (spam-group-processor-p): Fix function.
14263         (spam-group-processor-multiple-p)
14264         (spam-group-spam-processor-report-gmane-p)
14265         (spam-group-spam-processor-report-resend-p)
14266         (spam-group-spam-processor-bogofilter-p)
14267         (spam-group-spam-processor-blacklist-p)
14268         (spam-group-spam-processor-ifile-p)
14269         (spam-group-ham-processor-ifile-p)
14270         (spam-group-spam-processor-spamoracle-p)
14271         (spam-group-spam-processor-crm114-p)
14272         (spam-group-ham-processor-bogofilter-p)
14273         (spam-group-spam-processor-stat-p)
14274         (spam-group-ham-processor-stat-p)
14275         (spam-group-ham-processor-whitelist-p)
14276         (spam-group-ham-processor-BBDB-p)
14277         (spam-group-ham-processor-spamoracle-p)
14278         (spam-group-ham-processor-copy-p): Remove functions with some
14279         prejudice against unneeded code.
14280         (spam-report-articles-resend)
14281         (spam-report-resend-register-routine): Allow the group/topic
14282         spam-resend-to value to override spam-report-resend-to.
14283         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14284         properly now.
14285
14286         * gnus.el (spam-resend-to): Add group/topic parameter.
14287         (spam-process): Move the OBSOLETE processors to the end of the
14288         choices.
14289
14290 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14291
14292         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14293         with resend-to set to nil, and then ask the user if necessary.
14294         (spam-report-resend): spam-report-resend takes a list of articles, not
14295         separate article numbers.
14296
14297 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14300         addition to emacs-w3m.
14301
14302 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14303
14304         * assistant.el (assistant-authinfo-data): New function.
14305         (assistant-eval): Eval for entire assistant.
14306
14307         * netrc.el (netrc-services-file): New variable.
14308         (netrc-parse-services): New function.
14309         (netrc-find-service-name): New function.
14310         (netrc-find-service-number): New function.
14311         (netrc-port-equal): New function.
14312         (netrc-machine): Use it.
14313
14314         * nnimap.el (nnimap-open-connection): Use netrc.
14315
14316         * gnus-util.el (gnus-netrc-get): Remove aliases.
14317
14318         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14319
14320         * assistant.el (wid-edit): Fix compilation.
14321
14322         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14323
14324 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14325
14326         * gnus-util.el (gnus-set-file-modes): New function.  (small
14327         patch).
14328
14329 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14330
14331         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14332
14333         * assistant.el (assistant-render-node): Fix up rendering and
14334         read-only text.
14335         (assistant-render-node): Reset.
14336         (assistant-make-read-only): Not sticky.
14337
14338 2004-05-20  Danny Siu  <dsiu@adobe.com>
14339
14340         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14341         centered even when gnus-auto-center-summary is t.
14342
14343 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14344
14345         * dns.el (dns-get-txt-answer): New function.
14346         (dns-read-txt): Ditto.
14347         (query-dns): Use it.
14348
14349 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14352         active for foreign groups even if the group level is higher than
14353         the specified value.
14354
14355 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14356
14357         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14358         non-active groups.
14359
14360         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14361
14362 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14363
14364         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14365
14366 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14367
14368         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14369         (spam-crm114-header, spam-crm114-spam-switch)
14370         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14371         (spam-crm114-positive-spam-header)
14372         (spam-crm114-database-directory, spam-list-of-processors)
14373         (spam-group-spam-processor-crm114-p)
14374         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14375         (spam-generic-score, spam-list-of-checks)
14376         (spam-list-of-statistical-checks, spam-registration-functions)
14377         (spam-check-crm114-headers, spam-crm114-score)
14378         (spam-check-crm114, spam-crm114-register-with-crm114)
14379         (spam-crm114-register-spam-routine)
14380         (spam-crm114-unregister-spam-routine)
14381         (spam-crm114-register-ham-routine)
14382         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14383         asjo@koldfront.dk (Adam Sjøgren).
14384
14385         * gnus.el: Add spam-use-crm114.
14386
14387         * spam.el (spam-list-of-processors, spam-registration-functions):
14388         Add spam-use-resend.
14389         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14390         (spam-report-articles-gmane): Add doc fix.
14391         (spam-report-articles-resend, spam-report-resend-register-routine):
14392         Add wrappers around spam-report-resend-to.
14393
14394         * spam-report.el (spam-report-resend-to, spam-report-resend):
14395         Add support for resending spam.
14396         (spam-report-gmane): Fix line length >80.
14397
14398         * gnus.el (spam-process): Add spam-use-resend.
14399
14400 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14401
14402         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14403         number of processed spam messages.
14404         (spam-ham-copy-or-move-routine): Return the number of processed
14405         ham messages.
14406         (spam-summary-prepare-exit): Use the above values to decide
14407         whether status messages shouled be displayed.
14408
14409 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14412         `rfc2047-encoding-function-alist' in order to avoid conflicting
14413         with the old version.
14414         (rfc2047-encode-region): Concatenate words containing non-ASCII
14415         characters in structured fields; don't encode space-delimited
14416         ASCII words even in unstructured fields; don't break words at
14417         char-category boundaries.
14418         (rfc2047-encode-1): New function.
14419         (rfc2047-encode): Use it; encode text so that it occupies the
14420         maximum width within 76-column; work correctly on Q encoding for
14421         iso-2022-* charsets.
14422         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14423         sure not to break a line just after the header name.
14424         (rfc2047-b-encode-region): Removed.
14425         (rfc2047-b-encode-string): New function.
14426         (rfc2047-q-encode-region): Removed.
14427         (rfc2047-q-encode-string): New function.
14428
14429         * mm-util.el (mm-replace-in-string): New function.
14430
14431 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14432
14433         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14434         get it right.
14435         (gnus-inews-make-draft): Really.
14436
14437 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14438
14439         * nnmh.el (nnmh-request-list-1): Don't check the link count
14440         before descending.  (small patch)
14441
14442 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14443
14444         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14445         stuff.
14446
14447         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14448         on real group name.
14449
14450         * gnus-art.el (gnus-signature-limit): Doc fix.
14451
14452         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14453
14454         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14455
14456 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14457
14458         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14459         isn't a string.
14460
14461 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14462
14463         * gnus-draft.el (gnus-draft-send): Bind
14464         rfc2047-encode-encoded-words.
14465
14466         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14467         (rfc2047-encodable-p): Say that =? needs encoding.
14468         (rfc2047-encode-encoded-words): New variable.
14469
14470         * gnus-group.el (gnus-group-select-group): Doc fix.
14471
14472         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14473
14474         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14475         to nil.
14476
14477         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14478
14479         * nnheader.el (nnheader-get-lines-and-char): New function.
14480
14481 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14482
14483         * gnus-msg.el (gnus-summary-followup-with-original): Document
14484         yanking of region when active.
14485
14486 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14489         groups if the group level is higher than the specified value.
14490
14491 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14494         (gnus-group-jump-to-group): Added prefix argument using
14495         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14496         non-active group.
14497
14498         * compface.el (uncompface): Be verbose when changing
14499         `uncompface-use-external'.
14500
14501         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14502         handle manual section.
14503
14504 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14505
14506         * gnus-art.el (gnus-button-alist): Revert previous change.
14507
14508 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14511
14512 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14513
14514         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14515         whether backend can accept message.
14516
14517         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14518
14519 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14520
14521         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14522         Avoid creating directory when nntp-marks-is-evil is true.
14523         Reported by Reiner Steib.
14524
14525 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14526
14527         * gnus-picon.el (gnus-picon-style): New variable.
14528         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14529         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14530         Jesper Harder <harder@ifa.au.dk>.
14531
14532 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14533
14534         * message.el (message-fill-field): Return point.
14535         (message-generate-headers): Go to end of field.
14536
14537         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14538         stuff for non-living groups.
14539
14540 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14541
14542         * gnus-art.el (gnus-article-followup-with-original)
14543         (gnus-article-reply-with-original): gnus-mark-active-p ->
14544         gnus-region-active-p.
14545
14546 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14547
14548         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14549         only when there is spam or ham to be processed.
14550
14551 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14552
14553         * mail-source.el (mail-source-delete-crash-box): Refactor.
14554         (mail-source-fetch): Use it.
14555         (mail-source-fetch-file): Ditto.
14556         (mail-source-fetch-directory): Run postscript in loop.
14557         (mail-source-fetch-pop): Delete.
14558         (mail-source-fetch-maildir): Ditto.
14559         (mail-source-fetch-imap): Ditto.
14560
14561         * imap.el (imap-authenticators): Comment out sasl.
14562
14563         * message.el (message-skip-to-next-address): New function.
14564         (message-fill-header-address): Refactor.
14565         (message-fill-address): Use it.
14566         (message-delete-address): Use it.
14567         (message-fill-header-general): Refactor.
14568         (message-fill-field-address): Rename.
14569         (message-narrow-to-field): Find the start of the header.
14570         (message-header-format-alist): Don't pre-fill.
14571         (message-fill-header): Removed.
14572         (message-insert-header): New function.
14573         (message-shorten-references): Use it.
14574
14575         * rfc2047.el (rfc2047-field-value): Strip props.
14576
14577         * mail-parse.el (mail-header-make-address): New alias.
14578
14579         * ietf-drums.el (ietf-drums-make-address): New function.
14580
14581         * imap.el: Add compiler directives.
14582
14583         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14584
14585         * gnus-art.el (article-decode-idna-rhs): Don't use
14586         message-idna-inside-rhs-p.
14587
14588 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14589
14590         * message.el (message-idna-inside-rhs-p): Removed.
14591         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14592
14593         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14594         false positives.
14595
14596 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14597
14598         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14599
14600 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14601
14602         * nneething.el (nneething-file-name): Don't create spurious
14603         files.
14604
14605         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14606         (gnus-inews-do-gcc): Remove sleep.
14607
14608         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14609         part under point.
14610
14611         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14612         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14613
14614 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14615
14616         * spam.el (spam-summary-prepare-exit): Fixed (length).
14617
14618 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14619
14620         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14621         as expired without moving it" message when there are spam
14622         messages left.
14623
14624 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14625
14626         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14627         header is not nil.
14628
14629 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14630
14631         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14632         nntp-possibly-create-directory, not nntp-possibly-change-group.
14633         (nntp-marks-changed-p): New arg SERVER.
14634         (nntp-request-update-info): Adjust caller.
14635
14636 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14637
14638         * nntp.el (nntp-save-marks): Pass missing arg.
14639
14640 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14641
14642         * nntp.el: Support marks.
14643         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14644         (nntp-marks-modtime, nntp-marks-directory): New variables.
14645         (nntp-request-set-mark, nntp-request-update-info)
14646         (nntp-possibly-create-directory, nntp-marks-changed-p)
14647         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14648         functions.
14649
14650 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14651
14652         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14653         (gnus-xmas-redefine): Rename.
14654
14655         * gnus-score.el (gnus-score-insert-help): Use
14656         gnus-select-lowest-window.
14657
14658         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14659         appt-select-lowest-window and rename to gnus-select-lowest-window.
14660
14661         * gnus.el: do.
14662
14663 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14664
14665         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14666         encodings of MIME-encoded words, in order to improve
14667         interoperability with several broken MUAs.
14668
14669 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14670
14671         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14672         tags, only when charsets are not specified in headers.
14673         (mm-inline-text-html-render-with-w3m): Ditto.
14674
14675         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14676         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14677
14678 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14679
14680         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14681         instead of MIME-decoded from fields when checking
14682         `gnus-article-address-banner-alist'.
14683
14684 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14685
14686         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14687         description rather than subject.
14688
14689 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14690
14691         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14692
14693 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14694
14695         * gnus.el (gnus-version-number): Bump.
14696
14697 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14698
14699         * gnus.el: No Gnus v0.2 is released.
14700
14701 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14702
14703         * gnus-agent.el (gnus-agent-read-agentview): Inline
14704         gnus-uncompress-range.
14705
14706 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14707
14708         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14709         `exec-installed-p'.
14710
14711 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14712
14713         * gnus.el (spam-process, spam-autodetect-methods): Add
14714         bsfilter and bsfilter-headers.
14715
14716         * spam.el (spam-bsfilter): New customize group.
14717         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14718         (spam-bsfilter-header, spam-bsfilter-probability-header)
14719         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14720         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14721         (spam-bsfilter-database-directory): New options.
14722         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14723         (spam-list-of-statistical-checks, spam-registration-functions):
14724         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14725         (spam-bsfilter-score): New command.
14726         (spam-check-bsfilter-headers, spam-check-bsfilter)
14727         (spam-bsfilter-register-with-bsfilter)
14728         (spam-bsfilter-register-spam-routine)
14729         (spam-bsfilter-unregister-spam-routine)
14730         (spam-bsfilter-register-ham-routine)
14731         (spam-bsfilter-unregister-ham-routine): New functions.
14732         (spam-generic-score): Support bsfilter; Accept an optional argument
14733         to recalcurate spam score even if scoring header has already been
14734         added.
14735         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14736         optional argument to recalcurate spam score even if scoring header
14737         has already been added.
14738
14739 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14740
14741         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14742         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14743         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14744         link is missing.
14745
14746 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14747
14748         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14749         (html2text-get-attr): Rewrite.
14750
14751         * message.el (message-setup-1): Remove redundant put-text-property
14752         on mail-header-separator.
14753
14754 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14755
14756         * gnus-registry.el (gnus-registry-cache-whitespace)
14757         (gnus-registry-action, gnus-registry-spool-action)
14758         (gnus-registry-split-fancy-with-parent): Change message levels
14759         from 5 to 3 or 7, as needed.
14760
14761         * spam.el (spam-summary-prepare-exit)
14762         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14763         (spam-split, spam-find-spam, spam-log-undo-registration)
14764         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14765         level from 5 to 6.
14766
14767 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14770         2004-03-04 change).
14771
14772 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14773
14774         * sieve-manage.el (sieve-manage-open):
14775         * nnweb.el (nnweb-insert-html):
14776         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14777         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14778         * nnspool.el (nnspool-request-group):
14779         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14780         * nnml.el (nnml-request-update-info):
14781         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14782         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14783         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14784         (nnimap-request-set-mark):
14785         * nnfolder.el (nnfolder-request-update-info):
14786         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14787         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14788         * gnus-uu.el (gnus-uu-find-articles-matching):
14789         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14790         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14791         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14792         * gnus-nocem.el (gnus-nocem-scan-groups):
14793         * gnus-int.el (gnus-start-news-server):
14794         * gnus-group.el (gnus-group-make-kiboze-group)
14795         (gnus-group-browse-foreign-server):
14796         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14797         Use mapc when appropriate.
14798
14799 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14800
14801         FIXME: Make separate entries for each person.
14802
14803         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14804         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14805         <shields@msrl.com>:
14806
14807         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14808         may need for spam sorting and scoring.
14809         (spam-user-format-function-S): Add user format function suitable for
14810         general use.
14811         (spam-article-sort-by-spam-status): Add sorting function for summary
14812         sorting.
14813         (spam-extra-header-to-number): Add function to get a score from a
14814         header.
14815         (spam-summary-score): Add function to get a numeric score from the
14816         headers.
14817         (spam-generic-score): Fix function doc, was in wrong place.
14818         (spam-initialize): Take symbols when it's run, and install the
14819         extra headers that spam-necessary-extra-headers thinks we need.
14820
14821 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14822
14823         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14824         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
14825
14826 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14827
14828         * gnus-sum.el (gnus-set-global-variables)
14829         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14830         (gnus-article-get-xrefs, gnus-summary-best-group)
14831         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14832         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14833         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14834         Use with-current-buffer.
14835
14836 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14837
14838         * spam.el (spam-summary-prepare-exit): Simplify logic.
14839         (spam-fetch-article-header): Read the article header if it's not
14840         available.
14841         (spam-list-articles): Simplify logic.
14842         (spam-filelist-register-routine): Fix bug with unregister-list.
14843
14844         * gnus-registry.el: Fix comments at beginning.
14845
14846 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14847
14848         * message.el (message-cater-to-broken-inn): Remove.
14849         (message-shorten-references): Make sure the total folded length of
14850         References is shorter than 998 characters to cater to a bug in INN
14851         2.3.  Also, don't pretend that references aren't folded -- this
14852         hasn't worked for a while.
14853
14854 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14855
14856         * gnus-agent.el (gnus-agentize):
14857         gnus-agent-send-mail-real-function no longer set to current value
14858         of message-send-mail-function but rather a lambda that calls
14859         message-send-mail-function.  The change makes the agent real-time
14860         responsive to user changes to message-send-mail-function.
14861
14862 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14863
14864         * legacy-gnus-agent.el
14865         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14866         help from Florian Weimer <fw@deneb.enyo.de>
14867
14868 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * nnmail.el (nnmail-cache-insert): Revert last change.
14871
14872 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * nnmail.el (nnmail-cache-insert): Always check whether
14875         nnmail-cache-ignore-groups matches a group name.
14876
14877 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14878
14879         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14880         (spam-find-spam, spam-log-processing-to-registry)
14881         (spam-log-registered-p, spam-log-unregistration-needed-p)
14882         (spam-log-undo-registration): Use gnus-message instead of
14883         gnus-error, none of these errors are fatal.
14884
14885         * gnus-registry.el (gnus-registry-clean-empty-function)
14886         (gnus-registry-clean-empty): Remove only empty entries without
14887         extra data.
14888
14889 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14890
14891         * spam-stat.el (spam-stat-buffer-change-to-spam)
14892         (spam-stat-buffer-change-to-non-spam): Change (error) to
14893         (gnus-message 8) invocation.
14894
14895 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * nntp.el (nntp-via-netcat-command): New variable.
14898         (nntp-via-netcat-switches): New variable.
14899         (nntp-open-via-rlogin-and-netcat): New function.
14900         (nntp-open-connection-function): Doc fix.
14901         (nntp-telnet-command): Doc fix.
14902         (nntp-end-of-line): Doc fix.
14903         (nntp-via-rlogin-command): Doc fix.
14904         (nntp-via-user-name): Doc fix.
14905         (nntp-via-address): Doc fix.
14906
14907 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14910         error in Emacs 21.1.
14911
14912 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14913
14914         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14915
14916 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14917
14918         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14919         (gnus-agent-with-refreshed-group): New macro.
14920         (gnus-agent-rename-group): New function.
14921         (gnus-agent-delete-group): New function.
14922         (gnus-agent-save-group-info): Use gnus-command-method when
14923         `method' parameter is nil.  Don't write nil entries into the
14924         active file.
14925         (gnus-agent-get-group-info): New function.
14926         (gnus-agent-fetch-articles): Use
14927         gnus-agent-update-files-total-fetched-for to increment disk space
14928         used.
14929         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14930         gnus-agent-update-view-total-fetched-for to increment disk space
14931         used.
14932         (gnus-agent-get-local): Added optional parameters to avoid calling
14933         gnus-group-real-name and gnus-find-method-for-group.
14934         (gnus-agent-set-local): Delete stored entry if either min, or max,
14935         are nil.
14936         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14937         quit, use gnus-agent-regenerate-group to record existance of any
14938         articles fetched to disk before the quit occurred.
14939         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14940         gnus-agent-update-view-total-fetched-for, and
14941         gnus-agent-update-files-total-fetched-for to decrement disk space
14942         used.
14943         (gnus-agent-retrieve-headers): Use
14944         gnus-agent-update-view-total-fetched-for to increment disk space
14945         used.
14946         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14947         with gnus-agent-update-files-total-fetched-for to decrement disk
14948         space and fresh group buffer.
14949         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14950         (gnus-agent-need-update-total-fetched-for): New variable.
14951         (gnus-agent-update-files-total-fetched-for): New function.
14952         (gnus-agent-update-view-total-fetched-for): New function.
14953         (gnus-agent-total-fetched-for): New function.
14954
14955         * gnus-cache.el (gnus-cache-save-buffers): Use
14956         gnus-cache-update-overview-total-fetched-for to change disk space
14957         used by this group.
14958         (gnus-cache-possibly-enter-article): Use
14959         gnus-cache-update-file-total-fetched-for to increment disk space
14960         used by this group.
14961         (gnus-cache-possibly-remove-article): Use
14962         gnus-cache-update-file-total-fetched-for to decrement disk space
14963         used by this group.
14964         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14965         (gnus-cache-rename-group): New function.
14966         (gnus-cache-delete-group): New function.
14967         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14968         (gnus-cache-need-update-total-fetched-for): New variable.
14969         (gnus-cache-with-refreshed-group): New macro.
14970         (gnus-cache-update-file-total-fetched-for): New function.
14971         (gnus-cache-update-overview-total-fetched-for): New function.
14972         (gnus-cache-rename-group-total-fetched-for): New function.
14973         (gnus-cache-delete-group-total-fetched-for): New function.
14974         (gnus-cache-total-fetched-for): New function.
14975
14976         * gnus-group.el: Require gnus-sum and autoload functions to
14977         resolve warnings when gnus-group.el compiled alone.
14978         (gnus-group-line-format): Documented new %F.
14979         (size of Fetched data) group line format; identifies disk space
14980         used by agent and cache.
14981         (gnus-group-line-format-alist): Defined new F format.
14982         (gnus-total-fetched-for): New function.
14983         (gnus-group-delete-group): No longer update
14984         gnus-cache-active-altered as gnus-request-delete-group now keeps
14985         the cache in sync.
14986         (gnus-group-list-active): Let the agent store a server's active
14987         list if currently plugged.
14988
14989         * gnus-int.el (gnus-request-delete-group):
14990         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14991         local disk in sync with the server.
14992         (gnus-request-rename-group):
14993         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14994         local disk in sync with the server.
14995
14996         * gnus-start.el (gnus-get-unread-articles):
14997         Cosmetic simplification to logic.
14998
14999         * gnus-util.el (gnus-rename-file): New function.
15000
15001 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15002
15003         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15004
15005 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15006
15007         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15008         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15009
15010 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15011
15012         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15013         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15014
15015 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15016
15017         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15018
15019 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15020
15021         * spam.el (spam-set-difference): Add function to replace
15022         gnus-set-difference in spam.el.
15023         (spam-summary-prepare-exit): Use spam-set-difference.
15024
15025 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15026
15027         * gnus-registry.el (gnus-registry-cache-file): Update to use
15028         gnus-dribble-directory OR gnus-home-directory OR ~.
15029         (gnus-registry-split-fancy-with-parent): Fix doc.
15030
15031 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * message.el (message-exchange-point-and-mark): Use
15034         message-mark-active-p.  Suggested by Jesper Harder
15035         <harder@ifa.au.dk>.
15036
15037 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * message.el (message-exchange-point-and-mark): Don't activate
15040         region if it was inactive.  Suggested by Hiroshi Fujishima
15041         <pooh@nature.tsukuba.ac.jp>.
15042
15043 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * gnus-art.el (article-display-face): Display Faces in the same
15046         order as X-Faces.
15047
15048 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15051
15052 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15055         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15056         (gnus-article-mime-hierarchy): Remove.
15057         (gnus-article-mime-hierarchy-next): Remove.
15058         (gnus-article-mode): Revert 2004-03-19 change.
15059         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15060         (gnus-insert-mime-button): Revert 2004-03-19 change.
15061         (gnus-mime-accumulate-hierarchy): Remove.
15062         (gnus-mime-enter-multipart): Remove.
15063         (gnus-mime-leave-multipart): Remove.
15064         (gnus-mime-display-part): Revert 2004-03-19 change.
15065         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15066
15067         * mml.el (mml-preview): Revert 2004-03-19 change.
15068
15069 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15070
15071         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15072
15073 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15076         t while entering a file name using the mm-with-multibyte macro.
15077         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15078
15079         * mm-util.el (mm-with-multibyte): New macro.
15080
15081 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15084         user option.
15085         (gnus-mime-multipart-functions): Doc and customization fix.
15086         (gnus-article-mime-hierarchy): New variable.
15087         (gnus-article-mime-hierarchy-next): New variable.
15088         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15089         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15090         gnus-article-mime-hierarchy-next to nil.
15091         (gnus-insert-mime-button): Show hierarchy numbers.
15092         (gnus-mime-accumulate-hierarchy): New function.
15093         (gnus-mime-enter-multipart): New function.
15094         (gnus-mime-leave-multipart): New function.
15095         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15096         (gnus-mime-display-alternative): Show hierarchy numbers.
15097
15098         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15099         gnus-article-mime-hierarchy-next to nil.
15100
15101 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15102
15103         * dns.el: Don't require gnus-xmas.
15104
15105 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15106
15107         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15108         inline PGP.
15109         (mml-menu): Disable mml-quote-region if mark is inactive.
15110
15111 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15114         when the group's active is not available.
15115
15116 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15119         error.
15120
15121 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * imap.el (imap-store-password): New variable.
15124         (imap-interactive-login): Use it.
15125         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15126
15127 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15130         window-start and hscroll to summary window.
15131
15132 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15133
15134         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15135         conversion message to newsrc-dribble when an actual conversion is
15136         performed.
15137
15138 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15139
15140         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15141
15142 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * mm-decode.el (mm-complicated-handles): New function reviving
15145         former definition of mm-multiple-handles.
15146
15147         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15148         (gnus-mime-delete-part): Use it.
15149
15150 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15151
15152         * gnus-agent.el (gnus-agent-read-local): Bind
15153         nnheader-file-coding-system to gnus-agent-file-coding-system to
15154         avoid the implicit assumption that they will always be equal.
15155         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15156         coding-system-for-write, as the with-temp-file macro first prints
15157         to a buffer then saves the buffer.
15158
15159 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * gnus-art.el (gnus-article-edit-part): New function.
15162         (gnus-mime-save-part-and-strip): Use it; do query instead of
15163         signaling an error; don't use mm-multiple-handles.
15164         (gnus-mime-delete-part): Ditto.
15165
15166 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15167
15168         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15169         old file versions.
15170         (gnus-group-prepare-hook): Removed function that converted list
15171         form of gnus-agent-expire-days to group properties.
15172
15173         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15174         (gnus-request-accept-article): Re-indented.
15175
15176         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15177         converters to handle old agent file formats.  Added logic for a
15178         "backup before upgrading warning".
15179         (gnus-convert-mark-converter-prompt): Developers can mark
15180         functions as needing (default), or not needing,
15181         gnus-convert-old-newsrc's "backup before upgrading warning".
15182         (gnus-convert-converter-needs-prompt): Tests whether the user
15183         should be protected from potentially irreversable changes by the
15184         function.
15185
15186         * legacy-gnus-agent.el: New.  Provides converters that are only
15187         loaded when gnus-convert-old-newsrc needs to call them.
15188
15189 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * mail-source.el (mail-source-touch-pop): Doc fix.
15192
15193         * message.el (message-smtpmail-send-it): Doc fix.
15194
15195 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15196
15197         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15198
15199         * nnmail.el (nnmail-split-fancy): do.
15200
15201         * gnus-kill.el (gnus-kill, gnus-execute): do.
15202
15203 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15204
15205         * gnus-sum.el (gnus-widget-reversible-match)
15206         (gnus-widget-reversible-to-internal)
15207         (gnus-widget-reversible-to-external): New functions.
15208         (gnus-widget-reversible): New widget.
15209         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15210
15211 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15212
15213         * gnus-sum.el (gnus-thread-sort-functions)
15214         (gnus-article-sort-functions): Document `(not F)' items.
15215
15216 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15217
15218         * spam.el (spam-use-gmane-xref): Add new backend.
15219         (spam-gmane-xref-spam-group): Add variable to control the name of the
15220         Gmane spam group.
15221         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15222         (spam-regex-headers-spam, spam-regex-headers-ham)
15223         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15224         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15225         backends and checks.
15226         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15227
15228         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15229         an autodetect method.
15230
15231 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15232
15233         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15234         articles are being added to a group.
15235         (gnus-request-replace-article): Inform the agent that articles
15236         need to be uncached as the cached contents are no longer valid.
15237
15238 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * binhex.el: Don't autoload executable-find.
15241
15242         * canlock.el: Don't autoload mail-fetch-field.
15243
15244         * dgnushack.el: Autoload c-mode for XEmacs.
15245
15246         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15247
15248         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15249         rmail-dont-reply-to and rmail-output.
15250
15251         * gnus-score.el: Don't autoload ffap-string-at-point.
15252
15253         * gnus-setup.el: Don't autoload sc-cite-original.
15254
15255         * imap.el: Don't autoload base64-decode-string,
15256         base64-encode-string and md5.
15257
15258         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15259         and rmail-msg-restore-non-pruned-header.
15260
15261         * mm-decode.el: Don't autoload executable-find.
15262
15263         * mm-url.el: Don't autoload executable-find.
15264
15265         * mm-view.el: Don't autoload diff-mode.
15266
15267         * nndb.el: Don't autoload news-reply-mode, news-setup,
15268         cancel-timer and telnet.
15269
15270         * password.el: Don't autoload run-at-time for Emacs.
15271
15272         * sha1-el.el: Don't autoload executable-find.
15273
15274         * sieve-mode.el: Don't autoload c-mode.
15275
15276         * uudecode.el: Don't autoload executable-find.
15277
15278 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15279
15280         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15281         (gnus-agent-possibly-alter-active): Avoid null in numeric
15282         comparison.
15283         (gnus-agent-set-local): Refuse to save null in local object table.
15284         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15285         list of articles that will be marked as unread.
15286
15287 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15290
15291 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15292
15293         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15294         language tags.
15295
15296 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15297
15298         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15299         Don't bind "obarray".
15300
15301         * gnus-sum.el (gnus-thread-sort-functions): Added
15302         `gnus-thread-sort-by-most-recent-number' and
15303         `gnus-thread-sort-by-most-recent-date'.
15304         Reported by Kai Grossjohann <kai@emptydomain.de>.
15305
15306 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15309
15310 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15311
15312         * gnus-cus.el (gnus-agent-customize-category): Removed
15313         ignore-errors macro reference that required cl to be loaded at
15314         run-time.
15315
15316         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15317         single-interval range of the form (min . max).  Previously the
15318         range had to look like ((min . max)).  Likewise, return
15319         (min . max) rather than ((min . max)).
15320         (gnus-range-map): Use gnus-range-normalize to accept
15321         single-interval range.
15322
15323         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15324         the cache, but not the agent, now appear with their usual face.
15325
15326         * dgnushack.el (loaddir): New variable that is bound to the
15327         directory containing the dgnushack.el file. Use loaddir, rather
15328         than srcdir, to update load-path. Change lets dgnushack compile
15329         code in directories other than GNUS/lisp.
15330
15331 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * lpath.el: Don't bind w3m-safe-url-regexp.
15334
15335         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15336         w3m-safe-url-regexp variable buffer-local.
15337
15338         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15339
15340 2004-02-27  Simon Josefsson  <jas@extundo.com>
15341
15342         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15343         gnus-group-real-prefix.
15344         (gnus-summary-move-article): Use it, instead of
15345         gnus-group-real-prefix.
15346
15347 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * lpath.el: Bind w3m-safe-url-regexp.
15350
15351         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15352         w3m-safe-url-regexp variable buffer-local and set it as the value
15353         of mm-w3m-safe-url-regexp.
15354
15355         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15356
15357         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15358         parsing gnus-posting-styles when the message is not for replying.
15359
15360         * dgnushack.el: Autoload sgml-mode for XEmacs.
15361
15362         * nnrss.el (nnrss-opml-export): Use
15363         mm-set-buffer-file-coding-system instead of
15364         set-buffer-file-coding-system.
15365
15366 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15367
15368         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15369         of checkdoc.el).
15370         * nnrss.el: do.
15371         * gnus-mlspl.el: do.
15372         * gnus-ml.el: do.
15373         * gnus-srvr.el: do.
15374
15375         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15376
15377 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15378
15379         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15380         Corrections to custom-manual links.
15381
15382         * gnus-art.el (gnus-article): Ditto.
15383
15384         * mm-decode.el (mime-display, mime-security): Ditto.
15385
15386 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15387
15388         * flow-fill.el: Typo.
15389
15390 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15391
15392         * spam-wash.el: New file.
15393
15394 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15395
15396         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15397
15398 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15399
15400         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15401         to be run with new-articles as LIST1, not LIST2.
15402         (spam-registration-functions): Add spam-use-ham-copy as a nil
15403         registration backend.
15404
15405 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15406
15407         * spam-stat.el (spam-stat-washing-hook): New option.
15408         (spam-stat-buffer-words): Use it.
15409         (spam-stat-process-directory, spam-stat-test-directory): Use
15410         insert-file-contents-literally.
15411         (spam-stat-coding-system): New variable.
15412         (spam-stat-load, spam-stat-save): Use it.
15413
15414 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * spam-report.el (spam-report-plug-agent): Quote
15417         spam-report-url-to-file and spam-report-url-ping-plain.
15418
15419 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15420
15421         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15422         / in mailto URLs.
15423
15424 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15425
15426         * spam-report.el (spam-report-process-queue): Fix interactive use.
15427         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15428         (spam-report-unplug-agent): Doc fixes.
15429         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15430         (spam-report-agentize, spam-report-deagentize): Autoload.
15431
15432 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15435
15436         * message.el (message-setup-fill-variables): Add mml tags to
15437         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15438         <ajk@iu.edu>.
15439         (message-mode): Don't modify paragraph-separate there.
15440
15441 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * compface.el (uncompface-use-external): Default to undecided.
15444         (uncompface-use-external-threshold): New variable.
15445         (uncompface-float-time): New macro.
15446         (uncompface): Determine whether to use the external decoder if
15447         uncompface-use-external is undecided.
15448
15449 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15450
15451         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15452         after images.
15453
15454         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15455
15456 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15457
15458         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15459
15460         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15461
15462         * gnus-sum.el (gnus-summary-limit-to-age)
15463         (gnus-summary-limit-children): do.
15464
15465         * gnus-int.el (gnus-request-scan): do.
15466
15467         * gnus-group.el (gnus-group-suspend): do.
15468
15469         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15470
15471         * gnus-cite.el (gnus-cite-parse-attributions): do.
15472
15473         * gnus-agent.el (gnus-summary-set-agent-mark)
15474         (gnus-agent-regenerate-group): do.
15475
15476         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15477
15478         * binhex.el (binhex-decode-region-internal): do.
15479
15480 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * gnus-fun.el (gnus-face-properties-alist): New user option.
15483         (gnus-display-x-face-in-from): Use it.
15484
15485         * gnus-art.el (article-display-face): Ditto.
15486
15487         * compface.el (uncompface-use-external): Default to nil.
15488
15489 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15490
15491         * nntp.el (nntp-erase-buffer): New function.
15492         (nntp-retrieve-data, nntp-send-command)
15493         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15494         (nntp-possibly-change-group): Use it.
15495
15496         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15497         with-current-buffer.
15498
15499 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15500
15501         * compface.el: Merge the ELisp-based uncompface program.
15502         (compface): New customization group.
15503         (uncompface-use-external): New user option.
15504         (uncompface): Call uncompface-internal if uncompface-use-external
15505         is nil.
15506         (uncompface-internal): New function.  Note that there are also
15507         some other functions and variables added for this function.
15508
15509 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15510
15511         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15512         if necessary.
15513
15514 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15515
15516         * spam-report.el (spam-report-unplug-agent)
15517         (spam-report-plug-agent, spam-report-deagentize)
15518         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15519         Add support for the Agent in spam-report: when unplugged, report to a
15520         file; when plugged, submit all the requests.
15521
15522         * spam.el (spam-register-routine): Fix message about
15523         registration.
15524
15525 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15526
15527         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15528         dependencies.
15529         (rfc2047-encode): Use it.
15530
15531         * gnus-art.el (gnus-button-marker-list): Move before first
15532         reference.
15533
15534         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15535         (imap-parse-body): Fix format string mismatch.
15536
15537         * gnus-score.el (gnus-summary-increase-score): do.
15538
15539         * nnrss.el (nnrss-close): New function.
15540
15541 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15542
15543         * nnrss.el (nnrss-make-filename): New function.
15544         (nnrss-request-delete-group, nnrss-read-server-data)
15545         (nnrss-save-server-data, nnrss-read-group-data)
15546         (nnrss-save-group-data): Use it.
15547         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15548         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15549         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15550
15551 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15552
15553         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15554
15555 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15556
15557         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15558         files.
15559
15560         * message.el (message-generate-headers-first): Don't quote nil
15561         and t in docstrings.
15562
15563         * imap.el (imap-id): do.
15564
15565         * gnus-agent.el (gnus-agent-consider-all-articles)
15566         (gnus-agent-queue-mail): do.
15567
15568 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15569
15570         * spam-report.el (spam-report-process-queue): New function.
15571         Process requests from `spam-report-requests-file'.
15572         (spam-report-process-queue): Doc fix.
15573
15574 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15575
15576         * spam.el (spam-register-routine)
15577         (spam-log-processing-to-registry, spam-log-registered-p)
15578         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15579         Change "check" to "spam-check" for semi-clarity.
15580
15581 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15582
15583         * pop3.el: Require nnheader.
15584
15585         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15586
15587         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15588
15589         * gnus-picon.el: Require cl.
15590
15591         * gnus-fun.el: Require gnus-ems and gnus-util.
15592
15593         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15594
15595         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15596
15597         * gnus-art.el (gnus-article-edit-mode): Define before first
15598         reference.
15599
15600 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15601
15602         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15603         (gnus-uu-post-encoded): Use point-at-bol.
15604
15605         * gnus-topic.el (gnus-group-active-topic-p): do.
15606
15607         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15608
15609         * gnus-group.el (gnus-group-kill-region): do.
15610
15611         * gnus-art.el (article-date-ut): do.
15612
15613         * message.el (message-fetch-field): Remove redundant
15614         case-fold-search binding.
15615         (message-narrow-to-field): Simplify.
15616
15617 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15618
15619         * spam.el (spam-directory): Derive from `gnus-directory'.
15620
15621         * spam-report.el (spam-report-url-to-file)
15622         (spam-report-requests-file): New function and variable for offline
15623         reporting.
15624         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15625         and user defined function.
15626         (spam-report-url-ping-mm-url): Remove doubled slash.
15627
15628 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15629
15630         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15631
15632 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15633
15634         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15635         format string mismatch.
15636
15637         * sieve.el (sieve-deactivate-all): do.
15638
15639         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15640
15641         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15642
15643         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15644
15645         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15646
15647 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15648
15649         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15650         the list of checks.
15651
15652 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15653
15654         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15655         padding.
15656
15657 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15658
15659         * mm-view.el (mm-fill-flowed): New variable.
15660         (mm-inline-text): Use it.
15661
15662 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15663
15664         * spam.el (spam-spamassassin-register-ham-routine)
15665         (spam-spamassassin-register-spam-routine): Fix function names.
15666
15667 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus.el (gnus-tmp-grouplens): Remove.
15670         (gnus-summary-line-format): Remove grouplens.
15671
15672         * gnus-group.el (gnus-group-line-format): Ditto.
15673
15674         * gnus-spec.el (gnus-format-specs): Ditto.
15675         (gnus-update-format-specifications): Flush the group format spec
15676         cache if there's the grouplens stuff.
15677         (gnus-parse-simple-format): Replace %l with the empty string.
15678
15679 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15680
15681         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15682         omission.
15683
15684 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15687         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15688
15689 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15690
15691         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15692         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15693         New macros and functions.
15694         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15695         Handle > NLINK_MAX messages.
15696         * nnmaildir.el (nnmaildir-request-set-mark): Use
15697         nnmaildir--emlink-p and nnmaildir--eexist-p.
15698
15699 2004-01-25  Alex Schroeder  <alex@gnu.org>
15700
15701         * spam-stat.el (spam-stat-process-directory-age): New option.
15702         (spam-stat-process-directory): Use it.
15703
15704 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15705
15706         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15707         (spam-stat-save): Accept prefix argument.
15708
15709 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15710
15711         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15712         links" error.
15713
15714 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15717         the rest of the and/or forms.
15718
15719 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15720
15721         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15722         compatibility with old .newsrc.eld files.
15723
15724         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15725
15726         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15727
15728         * gnus-start.el (gnus-1): do.
15729
15730         * gnus-group.el (gnus-group-line-format-alist): do.
15731
15732         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15733
15734         * gnus-gl.el: Remove.
15735
15736 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15737
15738         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15739         marks consisting of a single range {for example, (3 . 5)} rather
15740         than a list of a single range { ((3 . 5)) }.
15741
15742 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15743
15744         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15745         with-current-buffer.
15746         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15747         avoid consing a string.
15748
15749         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15750         Remove obsolete entries for big5 and gb2312.
15751
15752 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15753
15754         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15755         uncompressed list.
15756
15757 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15758
15759         * spam-stat.el (spam-stat-strip-xref): New function.
15760         (spam-stat-process-directory): Use it.
15761
15762         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15763         here -- it's done in message-fetch-field.
15764
15765 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15766
15767         * gnus-agent.el (gnus-agent-queue-mail)
15768         (gnus-agent-prompt-send-queue): New variables.
15769         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15770         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15771         "nndraft:queue" along to gnus-draft-send.  Use
15772         gnus-agent-prompt-send-queue.
15773         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15774         is "nndraft:queue".  Suggested by Gaute Strokkenes
15775         <gs234@srcf.ucam.org>
15776
15777         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15778         (agent-enable-undownloaded-faces): Added.
15779         (gnus-agent-cat-groups): Use eval-and-compile, not
15780         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15781         method of gnus-agent-cat-groups even when the buffer has been
15782         evaled.
15783         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15784         delete gnus-agent-save-active-1.
15785         (gnus-agent-save-groups): Deleted.  Identical to
15786         gnus-agent-save-active.
15787         (gnus-agent-write-active): No longer adjust agent's copy of active
15788         file as agent's adjustments are now stored in their own
15789         file.  Removed optional parameter.
15790         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15791         servers.  Add use of min/max range limits from server's local
15792         file.
15793         (gnus-agent-save-alist): Removed unused optional argument.
15794         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15795         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15796         (gnus-agent-set-local): A per-server file that keeps min/max range
15797         limits for articles known to the agent.  Provides a fast mechanism
15798         for altering many active ranges.
15799         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15800         active file (local makes it unnecessary).
15801         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15802
15803         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15804         (agent-enable-undownloaded-faces): Added.
15805
15806         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15807         disable it when sending to "nndraft:queue".
15808         (gnus-group-send-queue): Add safety check to avoid sending queue
15809         when unplugged.
15810
15811         * gnus-group.el (gnus-group-catchup): Use new
15812         gnus-sequence-of-unread-articles, not
15813         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15814         numbers of articles.  Use gnus-range-map to avoid having to
15815         uncompress the unread list.
15816         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15817         Fixed invalid ange-ftp reference.
15818
15819         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15820         (gnus-sorted-range-intersection): Intersection of two ranges
15821         without requiring that they first be uncompressed.
15822
15823         * gnus-start.el (gnus-activate-group): Unless blocked by the
15824         caller, possibly expand the active range to include both cached
15825         and agentized articles.
15826         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15827         multiple version-dependent converters.
15828         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15829         gnus-agent-save-active.
15830         (gnus-save-newsrc-file): Save dirty agent range limits.
15831
15832         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15833         gnus-agent-possibly-alter-active.
15834         (gnus-adjust-marked-articles): Faster handling of simple lists.
15835
15836 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15837
15838         * spam-stat.el (spam-stat-test-directory): New optional argument
15839         displays a list of files detected.  Suggested by Andrew Cohen
15840         <cohen@andy.bu.edu>.
15841         (spam-stat-buffer-words-with-scores): Don't narrow and change
15842         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15843
15844 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15845
15846         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15847         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15848         (spam-spamassassin-arguments)
15849         (spam-spamassassin-spam-flag-header)
15850         (spam-spamassassin-positive-spam-flag-header)
15851         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15852         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15853         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15854         (spam-list-of-processors, spam-list-of-checks)
15855         (spam-list-of-statistical-checks, spam-registration-functions)
15856         (spam-check-spamassassin-headers, spam-check-spamassassin)
15857         (spam-spamassassin-score)
15858         (spam-spamassassin-register-with-sa-learn)
15859         (spam-spamassassin-register-spam-routine)
15860         (spam-spamassassin-register-ham-routine)
15861         (spam-assassin-register-spam-routine)
15862         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15863         (spam-bogofilter-score): Fix to show article before scoring.
15864
15865 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15866
15867         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15868         default scoring function.
15869         (spam-generic-score): Call spam-spamassassin-score if
15870         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15871         spam-bogofilter-score otherwise.
15872
15873         * gnus.el (spam-process, spam-autodetect-methods): Add
15874         spamassassin and spamassassin-headers.
15875
15876 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15877
15878         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15879         Suppress unnecessary messages.
15880
15881 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15882
15883         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15884         make-hash-table.
15885
15886 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * canlock.el (base64-encode-string): Don't autoload it.
15889
15890 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * run-at-time.el: Remove useless (require 'itimer),
15893         eval-and-compile and (featurep 'xemacs).
15894
15895 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15896
15897         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15898         GROUP is a virtual group.
15899
15900 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15901
15902         * gnus.el: Autoload `message-y-or-n-p'.
15903
15904 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15905
15906         * pgg-parse.el: Remove unnecessary (require 'custom).
15907
15908         * pgg-def.el: do.
15909
15910         * nnmail.el: do.
15911
15912         * gnus-undo.el: do.
15913
15914         * gnus-picon.el: do.
15915
15916         * gnus-util.el: do.
15917
15918 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15919
15920         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15921
15922 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15923
15924         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15925         handle, as well as a list.
15926
15927         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15928         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15929         (mm-w3m-cid-retrieve): Simplify.
15930
15931 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15932
15933         * message.el (message-kill-to-signature): Allow prefix arg to
15934         specify number of lines to keep before signature.
15935
15936 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15937
15938         * message.el (message-kill-to-signature): Change docstring.
15939
15940 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * canlock.el: Always require sha1-el.
15943         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15944
15945         * message.el: Autoload sha1 only when compiling.
15946
15947         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15948         eudc-expand-inline for XEmacs.
15949
15950 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * message.el (message-canlock-generate): Require sha1-el.
15953
15954 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15955
15956         * message.el (message-expand-name): Silence the byte compiler.
15957
15958         * lpath.el: Add detect-coding-system.
15959
15960         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15961         cus-edit.
15962
15963 2004-01-13  Simon Josefsson  <jas@extundo.com>
15964
15965         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15966         Invoke gnus-score-mode.  Reported by
15967         bojohan+news@dd.chalmers.se (Johan Bockgård).
15968
15969         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15970         Jim Blandy <jimb@redhat.com> (tiny change).
15971
15972 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15973
15974         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15975
15976 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15977
15978         * spam.el (spam-get-article-as-string): Update to use
15979         gnus-request-article-this-buffer, much simpler.
15980         (spam-get-article-as-buffer): Remove.
15981
15982 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15983
15984         * message.el (message-expand-name): Use EUDC if the user uses that.
15985
15986 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15987
15988         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15989         character for the encoding to avoid consing a string.
15990
15991         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15992         unnecessarily.
15993
15994         * mm-util.el (mm-replace-chars-in-string): Remove.
15995
15996         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15997         of mm-replace-chars-in-string.
15998
15999 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16000
16001         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16002
16003         * mm-util.el (mm-subst-char-in-string): Support inplace.
16004
16005         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16006         a new string in every iteration.  Use shy groups.
16007
16008 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16009
16010         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16011         * gnus-soup.el (gnus-soup-group-brew):
16012         * gnus-msg.el (gnus-put-message):
16013         * gnus-move.el (gnus-group-move-group-to-server):
16014         * gnus-kill.el (gnus-batch-score):
16015         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16016         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16017         (gnus-group-update-group, gnus-group-read-group)
16018         (gnus-group-make-group, gnus-group-make-help-group)
16019         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16020         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16021         (gnus-group-sort-by-unread, gnus-group-catchup)
16022         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16023         (gnus-group-yank-group, gnus-group-set-info)
16024         (gnus-group-list-groups):
16025         * gnus.el (gnus-generate-new-group-name):
16026         * gnus-delay.el (gnus-delay-send-queue):
16027         * nnvirtual.el (nnvirtual-catchup-group):
16028         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16029         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16030         (gnus-group-prepare-topics, gnus-topic-check-topology):
16031         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16032         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16033         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16034         (gnus-group-make-articles-read):
16035         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16036         (gnus-group-change-level, gnus-kill-newsgroup)
16037         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16038         (gnus-get-unread-articles, gnus-make-articles-unread)
16039         (gnus-make-ascending-articles-unread): Use accessor
16040         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16041         to get group information for improved readability.
16042
16043
16044 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16045
16046         * gnus-art.el (article-decode-mime-words, article-babel)
16047         (gnus-article-highlight-signature, gnus-article-add-buttons)
16048         (gnus-signature-toggle): Use gnus-with-article-buffer.
16049
16050         * gnus-art.el (gnus-article-highlight-headers)
16051         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16052
16053         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16054         (gnus-article-set-globals, gnus-request-article-this-buffer)
16055         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16056         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16057         (gnus-mime-display-alternative): Use with-current-buffer.
16058
16059 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16060
16061         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16062         also under 80 char limit, and call gnus-error if needed.
16063         (spam-fetch-article-header): Fix - it was a
16064         buffer-local variable (gnus-newsgroup-data).
16065         (spam-find-spam): Use spam-generate-fake-headers, forget about
16066         spam-insert-fake-headers.
16067         (spam-insert-fake-headers): Remove.
16068
16069 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16070
16071         * deuglify.el (gnus-article-outlook-unwrap-lines)
16072         (gnus-outlook-rearrange-article)
16073         (gnus-outlook-repair-attribution-outlook)
16074         (gnus-outlook-repair-attribution-block)
16075         (gnus-outlook-repair-attribution-other): Remove redundant
16076         save-excursion.
16077
16078 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16079
16080         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16081         (spam-fetch-field-subject-fast)
16082         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16083         (spam-fetch-article-header): Add functions to deal with Gnus
16084         internals for fast retrieval of article header data.
16085         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16086
16087 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16088
16089         * pop3.el (pop3-md5): Remove.
16090         (pop3-apop): Replace pop3-md5 with md5.
16091
16092         * mm-bodies.el: base64 is always built-in.
16093
16094         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16095         with-current-buffer.
16096
16097 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * canlock.el (canlock-insert-header): Remove excessive grouping in
16100         regexp.
16101
16102         * gnus-sum.el (gnus-summary-read-document): Ditto.
16103
16104         * gnus-uu.el (gnus-uu-part-number): Ditto.
16105
16106         * html2text.el (html2text-remove-tags): Ditto.
16107         (html2text-format-tags): Ditto.
16108         (html2text-format-single-elements): Ditto.
16109
16110         * mml.el (mml-parse-1): Ditto.
16111
16112 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16113
16114         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16115
16116         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16117
16118         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16119
16120         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16121
16122 2003-11-15  Simon Josefsson  <jas@extundo.com>
16123
16124         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16125         (pgg-gpg-lookup-key): Use regexp match instead of
16126         split-string (split-string is different between emacs 21.2 and
16127         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16128
16129 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16130
16131         * gnus-art.el (gnus-mime-view-all-parts)
16132         (gnus-article-part-wrapper, gnus-article-view-part): Use
16133         with-current-buffer.
16134
16135 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16136
16137         * spam.el (spam-disable-spam-split-during-ham-respool)
16138         (spam-spamoracle-database, spam-cache-lookups)
16139         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16140         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16141         (spam-group-ham-marks, spam-group-spam-marks)
16142         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16143         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16144         also add spam-use-blackholes to the statistical checks.
16145         (spam-fetch-field-fast): Add interface to fetching fields, may
16146         become a macro.
16147         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16148         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16149         (spam-insert-fake-headers): Fake an article when needed.
16150         (spam-find-spam): Fake article when possible.
16151         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16152         (spam-check-bogofilter-headers): Use message-fetch-field instead
16153         of nnmail-fetch-field.
16154
16155 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16156
16157         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16158
16159 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16160
16161         * spam.el (spam-split): Do not require spam-use-CHECK to be
16162         enabled if that check is passed to spam-split explicitly; also
16163         fix so 'spam doesn't get converted to spam-split-group when
16164         spam-split-symbolic-return is t.
16165         (spam-find-spam): Find registrations of the article and use those
16166         instead of re-running spam-split to find the spam/ham
16167         classification of the article.
16168         (spam-log-processing-to-registry, spam-log-registered-p)
16169         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16170         Use gnus-error instead of gnus-message.
16171         (spam-log-registration-type): Add function to determine the
16172         classification of a message based on registry entries; will
16173         return nil if both 'spam and 'ham are found.
16174         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16175         a reasonably fast local cache without the loading errors.
16176         (spam-cache-lookups): Set to t by default.
16177         (spam-find-spam): Don't try to guess spam-cache-lookups.
16178         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16179         spam-caches entry.
16180         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16181         caching of whitelist/blacklist entries.
16182         (spam-check-whitelist, spam-check-blacklist): Invoke
16183         spam-from-listed-p with a type, not a cache variable.
16184         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16185
16186 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16187
16188         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16189
16190         * nnmail.el (nnmail-split-fancy): do.
16191
16192         * mml.el (mml-parse): do.
16193
16194         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16195         (gnus-score-adaptive): do.
16196
16197 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16198
16199         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16200         (gnus-mime-button-map): Don't set keymap parent.
16201         (gnus-button-ctan-directory-regexp): Use shy grouping.
16202         (gnus-prev-page-map): Don't set keymap parent.
16203         (gnus-prev-page-map): Remove duplicated one.
16204         (gnus-next-page-map): Don't set keymap parent.
16205         (gnus-mime-security-button-map): Ditto.
16206
16207         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16208         version number.
16209
16210         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16211
16212 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * canlock.el (canlock-sha1-function): Remove.
16215         (canlock-sha1-function-for-verify): Remove.
16216         (canlock-openssl-program): Remove.
16217         (canlock-openssl-args): Remove.
16218         (canlock-ignore-errors): Remove.
16219         (canlock-sha1-with-openssl): Remove.
16220         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16221         (canlock-verify): Don't use canlock-ignore-errors.
16222
16223         * sha1-el.el (sha1-string-external): Make it can return a string
16224         in binary form.
16225         (sha1-region-external): Ditto.
16226         (sha1-string-internal): Ditto.
16227         (sha1-region-internal): Ditto.
16228         (sha1-region): Ditto.
16229         (sha1-string): Ditto.
16230         (sha1): Ditto.
16231
16232 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16233
16234         * spam.el (spam-report-articles-gmane): New command.
16235
16236 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16239
16240         * run-at-time.el (run-at-time-saved): Remove.
16241         (run-at-time): Doc fix.
16242
16243 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16244
16245         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16246         (gnus-summary-limit-map): Add it.
16247         (gnus-summary-make-menu-bar): do.
16248
16249 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16250
16251         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16252         Make attempt at some caching support (done for BBDB only now).
16253         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16254         addresses to be checked.
16255         (spam-clear-cache-BBDB): Add function, to be invoked by
16256         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16257         (spam-check-BBDB): Check and use the caches, if
16258         spam-cache-lookups is on, remove superfluous (provide).
16259
16260 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16261
16262         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16263
16264 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16265
16266         * run-at-time.el (run-at-time-saved): Move to after the definition
16267         of `run-at-time'.
16268
16269         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16270
16271 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16274         mm-w3m-local-map-property.
16275
16276         * mm-view.el (mm-w3m-mode-map): Remove.
16277         (mm-w3m-local-map-property): Remove.
16278         (mm-inline-text-html-render-with-w3m): Don't use
16279         mm-w3m-local-map-property.
16280
16281 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16282
16283         * run-at-time.el: New file.
16284
16285         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16286         under Emacs.
16287
16288         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16289         of gnus-set-text-properties.
16290
16291         * gnus-uu.el (gnus-uu-save-article): Ditto.
16292
16293         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16294
16295         * gnus-cite.el (gnus-cite-parse): Ditto.
16296
16297         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16298         of gnus-.
16299
16300         * gnus-xmas.el (run-at-time): Require run-at-time.
16301
16302         * gnus.el: Changed calls to nnheader-run-at-time and
16303         password-run-at-time throughout to use run-at-time directly.
16304
16305         * password.el: Removed definition of run-at-time.
16306
16307         * nnheaderxm.el: Remove definition of run-at-time.
16308
16309 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16310
16311         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16312         in prompt.
16313
16314 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16315
16316         * messagexmas.el (message-xmas-redefine): Alias
16317         `message-make-caesar-translation-table' to
16318         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16319         version.
16320
16321         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16322         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16323         `gnus-xmas-set-text-properties'.
16324         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16325         `gnus-xmas-completing-read'.
16326         (gnus-xmas-completing-read): Removed.
16327         (gnus-xmas-open-network-stream): Removed.
16328
16329         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16330         XEmacs version.
16331
16332         * dns.el (dns-make-network-process): Use `open-network-stream'
16333         instead of `gnus-xmas-open-network-stream'.
16334
16335         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16336
16337         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16338
16339 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16340
16341         * gnus-art.el (gnus-mime-display-alternative)
16342         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16343         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16344         Don't use gnus-local-map-property.
16345
16346         * gnus-util.el (gnus-local-map-property): Remove.
16347
16348         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16349         gnus-completing-read-maybe-default with completing-read.
16350
16351         * gnus-util.el (gnus-completing-read): do.
16352         (gnus-completing-read-maybe-default): Remove.
16353
16354 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16355
16356         * password.el: Only autoload `run-at-time' if not XEmacs.
16357         Only autoload the itimer functions if XEmacs.
16358
16359 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16362         XEmacsen.
16363
16364         * dgnushack.el: Autoload executable-find for XEmacs.
16365
16366 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16367
16368         * gnus-art.el (gnus-read-string): Remove.
16369         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16370         read-string.
16371
16372 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16373
16374         * netrc.el: Autoload password-read.
16375         (netrc): Add configuration group.
16376         (netrc-encoding-method, netrc-openssl-path): Add
16377         variables for encoding and decoding of files with symmetric
16378         ciphers.
16379         (netrc-encode): Add assistant function to encode a file with
16380         netrc-encoding-method.
16381         (netrc-parse): Add interactive parameter, added optional
16382         decoding if netrc-encoding-method is non-nil but otherwise
16383         behavior is standard.
16384         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16385         Do s/encode/encrypt/ everywhere.
16386
16387         * spam.el: Remove executable-find autoload.
16388
16389 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16390
16391         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16392
16393         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16394
16395 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16396
16397         * gnus-art.el (gnus-treat-ansi-sequences)
16398         (article-treat-ansi-sequences): New variable and function.
16399         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16400
16401         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16402         Use it.
16403
16404 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16405
16406         * mm-util.el (mm-quote-arg): Remove.
16407
16408         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16409         shell-quote-argument.
16410
16411         * gnus-uu.el (gnus-uu-command): do.
16412
16413         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16414
16415         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16416         with make-char.
16417
16418         * mm-util.el (mm-make-char): Remove.
16419
16420         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16421         add-minor-mode.
16422
16423         * gnus-undo.el (gnus-undo-mode): do.
16424
16425         * gnus-topic.el (gnus-topic-mode): do.
16426
16427         * gnus-sum.el (gnus-dead-summary-mode): do.
16428
16429         * gnus-start.el (gnus-slave-mode): do.
16430
16431         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16432
16433         * gnus-ml.el (gnus-mailing-list-mode): do.
16434
16435         * gnus-gl.el (gnus-grouplens-mode): do.
16436
16437         * gnus-draft.el (gnus-draft-mode): do.
16438
16439         * gnus-dired.el (gnus-dired-mode): do.
16440
16441         * gnus-ems.el (gnus-add-minor-mode): Remove.
16442
16443         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16444         Replace gnus-char-width with char-width.
16445
16446         * gnus-ems.el (gnus-char-width): Remove.
16447
16448         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16449         Replace gnus-char-width with char-width.
16450
16451         * gnus-ems.el (gnus-char-width): Remove.
16452
16453         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16454         definition.
16455         Remove Emacs 20 hash table compatibility code.
16456
16457         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16458         20 compatibility code.
16459
16460         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16461
16462         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16463
16464         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16465         with point-at-{eol,bol}.
16466
16467         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16468
16469         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16470
16471         * flow-fill.el (fill-flowed-point-at-bol)
16472         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16473
16474         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16475         Replace with point-at-{eol,bol} throughout all files.
16476
16477 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * ntlm.el (ntlm-string-as-unibyte): New macro.
16480         (ntlm-build-auth-response): Use it.
16481
16482         Remove Emacs 20 stuff:
16483         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16484         (butlast, mapc, remove): Remove the compiler macros.
16485         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16486         of delq and copy-sequence.
16487         * gnus-art.el (popup-menu): Remove the compiler macro.
16488         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16489         Emacs 20.
16490
16491 2004-01-05  Simon Josefsson  <jas@extundo.com>
16492
16493         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16494         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16495         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16496         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16497         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16498         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16499         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16500         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16501         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16502         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16503         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16504         string-xor into ntlm-string-xor.  Suggested by
16505         Jesper Harder <harder@myrealbox.com>.
16506
16507         * ntlm.el: Don't include poem.
16508
16509         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16510         Jesper Harder <harder@myrealbox.com>.
16511
16512         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16513
16514         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16515         probably breaks emacs with DL patch, but do we care? Is anyone
16516         still using the DL stuff?)
16517
16518         * sieve-manage.el: Use the password package.
16519         (sieve-manage-read-passwd): Remove.
16520         (sieve-manage-interactive-login): Use password.  Re-add
16521         condition-case around loop.
16522
16523         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16524         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16525         the password package.
16526
16527 2003-02-19  Simon Josefsson  <jas@extundo.com>
16528
16529         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16530         token.
16531
16532 2002-08-07  Simon Josefsson  <jas@extundo.com>
16533
16534         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16535         (sieve-manage-authenticators):
16536         (sieve-manage-authenticator-alist): Add some SASL mechs.
16537         (sieve-sasl-auth): New function.
16538         (sieve-manage-cram-md5-auth):
16539         (sieve-manage-plain-auth): Rewrite using SASL library.
16540         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16541         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16542         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16543         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16544
16545 2004-01-05  Simon Josefsson  <jas@extundo.com>
16546
16547         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16548         New files.
16549
16550 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16551
16552         * gnus-group.el (gnus-no-groups-message): Update.
16553
16554         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16555
16556 2003-11-09  Simon Josefsson  <jas@extundo.com>
16557
16558         * imap.el: Support for ID IMAP extension (RFC 2971).
16559         (imap-local-variables): Add imap-id.
16560         (imap-id): New variable.
16561         (imap-id): New function.
16562         (imap-parse-response): Parse untagged ID response.
16563         * nnimap.el (nnimap-id): New variable.
16564         (nnimap-open-connection): Use it.
16565
16566 2003-12-28  Simon Josefsson  <jas@extundo.com>
16567
16568         * gnus-score.el (gnus-score-edit-all-score): New.
16569         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16570
16571 2004-01-04  Simon Josefsson  <jas@extundo.com>
16572
16573         * password.el: Add.
16574
16575 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16576
16577         * dns.el (dns-query-types): Fix typo.
16578         (dns-query-types): New function.
16579         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16580         PTR and SOA replies, see RFC 1035.
16581
16582 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16583
16584         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16585
16586         * Moved to Changelog.2.
16587
16588 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16589
16590         * gnus.el (gnus-version-number): Bump version.
16591
16592 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16593
16594         * gnus.el: No Gnus v0.1 is released.
16595
16596 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16597
16598         * gnus.el: No Gnus v0.0 is released.
16599
16600 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16601
16602         * gnus.el (gnus-version-number): Bump.
16603         (gnus-version): No.
16604
16605 See ChangeLog.2 for earlier changes.
16606
16607     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16608       Free Software Foundation, Inc.
16609
16610   This file is part of GNU Emacs.
16611
16612   GNU Emacs is free software: you can redistribute it and/or modify
16613   it under the terms of the GNU General Public License as published by
16614   the Free Software Foundation, either version 3 of the License, or
16615   (at your option) any later version.
16616
16617   GNU Emacs is distributed in the hope that it will be useful,
16618   but WITHOUT ANY WARRANTY; without even the implied warranty of
16619   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16620   GNU General Public License for more details.
16621
16622   You should have received a copy of the GNU General Public License
16623   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16624
16625 ;; Local Variables:
16626 ;; coding: utf-8
16627 ;; fill-column: 79
16628 ;; add-log-time-zone-rule: t
16629 ;; End: