Add sanity check to not delete marks outside the active range.
[gnus] / lisp / ChangeLog
1 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4         outside the active range.  Suggested by Dan Christensen.
5
6         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7         slightly later to avoid double-getting it.
8
9         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10         previous patch.
11
12         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
13
14 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
15
16         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
17
18 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * gnus-int.el (gnus-open-server): Give a better error message in the
21         "go offline" case.
22
23         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
24         marks for nnimap, which is seldom the right thing to do.
25
26         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
27         (gnus-same-method-different-name): New function.
28
29         * nnimap.el (parse-time): Require.
30
31         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
32         method in the presence of many similar methods.
33
34         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
35
36         * nnimap.el (nnimap-find-expired-articles): Don't refer to
37         nnml-inhibit-expiry.
38
39         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
40         find out whether methods are equal.
41
42         * nnimap.el (nnimap-find-expired-articles): New function.
43         (nnimap-process-expiry-targets): New function.
44         (nnimap-request-move-article): Request the article before looking at
45         what the Message-ID is.  Fix found by Andrew Cohen.
46         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
47
48         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
49         for oldness in addition to being a predicate.
50
51         * nnimap.el (nnimap-request-group): When we have zero articles, return
52         the right data to Gnus.
53         (nnimap-request-expire-articles): Only delete articles immediately if
54         the target is 'delete.
55
56         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
57         method, this would bug out.
58
59         * gnus-group.el (gnus-group-expunge-group): Renamed from
60         gnus-group-nnimap-expunge, and implemented as a normal interface
61         function.
62
63         * gnus-int.el (gnus-request-expunge-group): New function.
64
65         * nnimap.el (nnimap-request-create-group): Implement.
66         (nnimap-request-expunge-group): New function.
67
68 2010-09-21  Julien Danjou  <julien@danjou.info>
69
70         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
71         (gnus-html-cache-expired): Add new function.
72         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
73         wethever we should display image for fetch it.
74         Compute alt-text earlier to pass it to the fetching function too.
75         (gnus-html-schedule-image-fetching): Change function argument to only
76         get one image at a time, not a list.
77         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
78         cache.
79         (gnus-html-get-image-data): New function to retrieve image data from
80         cache.
81         (gnus-html-put-image): Change buffer argument to use image data rather
82         than file, and place image above region rather than inserting a new
83         one. Do not take alt-text as argument, since it's useless now: we place
84         the image above alt-text.
85         (gnus-html-prune-cache): Remove.
86         (gnus-html-show-images): Start to fetch image when we find one, do not
87         push into a temporary list.
88         (gnus-html-prefetch-images): Only fetch image if they have expired.
89         (gnus-html-browse-image): Fix, use 'gnus-image-url.
90         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
91
92 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
95
96 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
99         spec inser "*" if the group isn't active instead of 0.
100
101         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
102         opening the server.
103         (nnimap-request-delete-group): Implement group deletion.
104         (nnimap-transform-headers): Return the size of the entire message in
105         the Bytes header, not just the size of the first part.
106         (nnimap-request-move-article): When moving an article from nnimap,
107         request the article first so the accepting form has an article to
108         accept.  Reported by Dan Christensen.
109         (nnimap-command): Make sure that the error message doesn't error out.
110
111 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
112
113         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
114         we haven't requested anything.
115
116 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
119         "".  Fix found by Andrew Cohen.
120
121         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
122         instead of -encode-string.
123
124 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
127
128         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
129         by mm-subst-char-in-string.
130
131 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
134         waiting for the connection string.
135
136         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
137         arriving.
138
139         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
140         bogus characters.  This allows selecting certain Gmail groups.
141
142         * nnimap.el (nnimap-find-wanted-parts-1): New function.
143         (nnimap-fetch-partial-articles): New variable.
144         (nnimap-open-connection): When looking for credentials, also use the
145         nnimap-server-port.
146         (nnimap-request-article): Return the group/article number, so that Gnus
147         `^' works as expected.
148         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
149         them.
150
151         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
152         comments.
153         (gnus-methods-sloppily-equal): New function.
154         (gnus): When using the development version of Gnus, load the gnus-load
155         file.
156
157         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
158         `gnus-open-server' on each method before trying to scan them etc.  This
159         ensures that all the backend parameters are set correctly.
160
161         * nnimap.el (nnimap-authenticator): New variable.
162         (nnimap-open-connection): Allow anonymous login.
163         (nnimap-transform-headers): The chars header is called Chars not
164         Bytes.
165         (nnimap-wait-for-response): Don't infloop if the IMAP connection
166         drops.
167
168         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
169         patch, found by Knut Anders Hatlen.
170
171 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
172
173         * gnus-agent.el (gnus-agent-batch-confirmation)
174         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
175         to gnus-message.
176         * gnus-art.el (gnus-article-describe-briefly): Likewise.
177         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
178         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
179         * gnus-int.el (gnus-open-server): Likewise.
180         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
181         (gnus-score-check-syntax): Likewise.
182         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
183         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
184         Likewise.
185         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
186
187 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
190         calling conventions so that prefetch doesn't bug out.
191
192 2010-09-19  Julien Danjou  <julien@danjou.info>
193
194         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
195         rather than `subst-char-in-region' in order to be able to replace ASCII
196         char by UTF-8 ones.
197
198         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
199         than curl.
200         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
201         the right URL and ALT text on images.
202         (gnus-html-wash-tags): Fix tag case.
203         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
204         (gnus-article-html): Add -o display_ins_del=2 option.
205         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
206
207 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
210         the extra mail headers, which sometimes seem to happen for unknown
211         reasons.
212
213         * mail-parse.el (mail-header-encode-parameter): Define as
214         rfc2045-encode-string instead of as rfc2231-encode-string, since some
215         (or most, perhaps?) mail readers don't understand the latter, but do
216         understand the former.
217
218         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
219         to nil, so that no methods are automatically agentized.  I think this
220         is probably what most users want.
221
222         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
223         from url-retrieve, for instance about invalid URLs.
224
225         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
226         groups that have no articles.
227         (nnimap-request-article): Check that we really got an article when we
228         requested one.
229
230         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
231         doesn't exist.
232
233         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
234         nntp buffer so the agent can save it.
235         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
236         that CRLF doesn't get translated to \n.
237         (nnimap-open-connection): Don't make 'shell commands only send \n.
238
239 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
240
241         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
242         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
243         Update var name.
244         (nnml-generate-nov-file): Use dolist.
245         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
246         Use with-current-buffer.
247
248 2010-09-18  Julien Danjou  <julien@danjou.info>
249
250         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
251         parallel.
252
253 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * nnimap.el (nnimap-update-info): When doing partial marks update, get
256         the range update right.
257         (nnimap-request-group): Don't make `M-g' bug out on group with no
258         marks.
259         (nnoo): Required, so that other packages can require nnimap.
260         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
261         command we're looking for.  This helps when the server sends more
262         responses after we've gotten everything we expected.
263         (nnimap): Add a `newlinep' field to keep track of end-of-line
264         conventions.
265         Don't send CRLF to things that don't want it.
266         (nnimap-request-accept-article): Ditto.
267
268 2010-09-18  Julien Danjou  <julien@danjou.info>
269
270         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
271         than curl to retrieve images.
272
273 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * nnimap.el (nnimap-update-info): Extend the info so that we can set
276         the marks.
277         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
278         (nnimap-wait-for-connection): New function.
279         (nnimap-open-connection): If we have PREAUTH, don't query for login
280         credentials.
281         (nnimap-update-info): Fix off-by-one error when concatenating ranges
282         when doing a partial update.
283
284 2010-09-18  Julien Danjou  <julien@danjou.info>
285
286         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
287         tags.
288
289 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * nnimap.el (nnimap-credentials): New function.
292         (nnimap-open-connection): Use the new function to look for credentials
293         also on the numeric equivalents of "imap" and "imaps".
294
295         * gnus-start.el (gnus-activate-group): Send the info to
296         gnus-request-group.
297
298         * nnimap.el (nnimap-request-group): Have the "check" version of the
299         function parse flags and update the info, so that a `M-g' get a total
300         resync of all flags from the group.
301
302         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
303         to allow backends to alter the info on group selection.  Also alter all
304         the backend -request-group functions to take the parameter.
305
306         * nnimap.el (nnimap-store-info): New function.
307         (nnimap-update-info): Store the info for later usage.
308         (nnimap-request-group): Use the stored info for the dont-check case, so
309         that we don't retrieve all marks when we enter a group.
310
311         * nnimap.el: Use deffoo instead of defun for interface functions.
312
313         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
314         update the group info.  This makes the nndraft groups, for instance, go
315         back to their old behaviour.
316
317         * gnus-sum.el (gnus-select-newsgroup): Indent.
318
319         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
320         in.
321         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
322         nothing.
323
324         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
325         from methods that are denied.
326
327         * gnus-int.el (gnus-method-denied-p): New function.
328
329         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
330         store the password instead of netrc.
331         (nnimap-open-connection): Don't error out when we can't make a
332         connections.
333
334         * auth-source.el (auth-source-create): In the password prompt, say what
335         we're querying for.  Also prompt for user name if that hasn't been
336         given.
337
338         * nnimap.el (nnimap-with-process-buffer): Removed.
339
340 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
343         method when we're reading from the agent.
344
345         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
346
347         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
348         that's probably most useful for users.
349
350         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
351         "failed" all the time.
352
353         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
354         ...)) with (with-current-buffer ... ).
355
356         * nntp.el (nntp-open-server): Return whether the open was successful or
357         not.
358
359         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
360         select an unread unseen article first.
361
362         * nnimap.el (nnimap-open-connection): If the user doesn't have a
363         /etc/services, supply some sensible port defaults.
364
365         * dgnushack.el: Define netrc-credentials.
366
367 2010-09-17  Julien Danjou  <julien@danjou.info>
368
369         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
370
371 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
372
373         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
374         doesn't have any parameters.
375
376 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
379         only upcased checks.
380
381         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
382
383         * nnimap.el (nnimap-open-shell-stream): New function.
384         (nnimap-open-connection): Use it.
385         (nnimap-transform-headers): Get the number of lines in each message.
386         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
387         number of lines.
388         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
389         problem.
390
391         * utf7.el (utf7-encode): Autoload.
392
393         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
394         to allow the mail splitting to not return a default group.  This is
395         useful for nnimap, which will leave unmatched mail in the inbox.
396
397         * nnimap.el: Rewritten.
398
399         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
400         nnimap usage.
401
402         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
403         if the move is internal, so that nnimap can do fast internal moves.
404
405         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
406         data.
407         (gnus-read-active-for-groups): Support finishing the early retrieval of
408         data.
409
410         * gnus-range.el (gnus-range-nconcat): New function.
411
412         * gnus-int.el (gnus-finish-retrieve-group-infos)
413         (gnus-retrieve-group-data-early): New functions.
414
415 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
416
417         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
418         (nnrss-retrieve-groups):
419         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
420         (pop3-quit): Use with-current-buffer.
421
422 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
425         instead of nnheader-accept-process-output.
426
427         * dgnushack.el (dgnushack-compile): Add comment.
428
429         * lpath.el: No need to fbind propertize for XEmacs 21.4.
430
431         * gnus-html.el (gnus-html-schedule-image-fetching)
432         (gnus-html-prefetch-images): Replace process-kill-without-query by
433         gnus-set-process-query-on-exit-flag.
434
435 2010-09-16  Romain Francoise  <romain@orebokech.com>
436
437         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
438
439 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * gnus-registry.el (gnus-registry-install-shortcuts): The second
442         parameter to unintern is mandatory-ish in Emacs 24.
443
444         * gnus-html.el (gnus-html-schedule-image-fetching)
445         (gnus-html-prefetch-images): Check for curl before using it.
446
447         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
448         depend on curl, which isn't essential.
449
450         * imap.el: Revert back to version
451         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
452         seem problematic.
453
454 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
455
456         * gnus-registry.el (gnus-registry-install-shortcuts):
457         Explicitly pass `obarray' to `unintern' to avoid a warning.
458
459 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
462         change.
463
464         * nnrss.el (nnrss-request-list): Removed this function and related
465         functions, including the moreover stuff.
466
467 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * nnrss.el (nnrss-retrieve-groups): New function.
470
471 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
472
473         * .dir-locals.el: Add no-byte-compile cookie.
474
475 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * time-date.el (format-seconds): Comment fix.
478
479         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
480         for back end that doesn't support request-scan.
481
482 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
485         then do request scans from the backends.
486
487         * netrc.el (netrc-credentials): New conveniency function.
488
489         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
490         avoid running a hook per line, since this takes a lot of time,
491         profiling shows.
492         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
493         directly if gnus-visual-p is true.
494
495 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
498         groups; replace mapcar with dolist which is a bit faster; pass groups
499         info to gnus-read-active-file-1.
500         (gnus-read-active-file-1): Scan only specified groups if the new
501         optional arg `infos' is given.
502
503 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
506
507         * pop3.el (pop3-movemail): Removed.
508         (pop3-streaming-movemail): Renamed to pop3-movemail.
509
510         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
511         don't restrict end-tag searches to the end of the line.
512
513 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
516         articles of every unchecked group to t, which means unknown since the
517         server has never been opened.
518
519 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * gnus-html.el (gnus-html-show-alt-text): New command.
522         (gnus-html-browse-image): Ditto.
523         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
524         to browse the image directly.
525         (gnus-html-wash-tags): Search for images first, so that <a><img> works
526         better.
527
528         * gnus-async.el (gnus-async-article-callback): Call
529         `gnus-html-prefetch-images' unconditionally.
530
531         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
532         before feeding URLs to curl.
533
534 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
537         internal images as deletable by `W D D'.
538
539         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
540         (gnus-async-article-callback): Fix typo.
541
542 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543
544         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
545         current line to work around bugs in the output from w3m.
546
547         * gnus-async.el (gnus-async-article-callback): Always prefetch images
548         for groups that want that.
549
550         * nntp.el (nntp-wait-for-string): Supply a timeout for
551         accept-process-output to ensure progress.
552
553         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
554         level to get unread articles from, then use that for foreign groups,
555         too.
556
557         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
558         confuses the rest of the function.
559
560         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
561         for the methods that support -retrieve-groups, too.
562
563         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
564
565 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
568         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
569
570         * pop3.el: Require cl when compiling.
571         (pop3-number-of-responses): Search for "+OK", not "+OK ".
572
573 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
576         that aren't going to be activated.
577         (gnus-get-unread-articles): Fix up the last commit.
578
579         * gnus-html.el (gnus-article-html): Allow calling without specifying
580         the handle.  In that case, dissect the buffer first.
581
582         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
583
584         * nnimap.el (nnimap-open-connection): Revert the change that would look
585         into authinfo for imaps instead of imap.
586
587         * gnus-start.el (gnus-activate-group): Take an optional parameter to
588         say that you don't want to call gnus-request-group with don-check, but
589         do check the reponse.  This is for virtual groups only.
590         (gnus-get-unread-articles): Count the archive groups as secondary, so
591         that they're activated the same way as before.
592
593         * imap.el (imap-message-map): Removed optional buffer parameter, since
594         no callers use it.
595         (imap-message-get): Ditto.
596         (imap-message-put): Ditto.
597         (imap-mailbox-map): Ditto.
598         (imap-mailbox-put): Ditto.
599         (imap-mailbox-get): Ditto.
600         (imap-mailbox-get): Revert last change for this function.
601
602         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
603         case-insensitively.
604         (nnimap-debug): Removed.
605
606         * imap.el (imap-fetch-safe): Removed function, and altered all callers
607         to use `imap-fetch' instead.  According to the comments, this should be
608         safe, since all other IMAP clients use the 1:* syntax.
609         (imap-enable-exchange-bug-workaround): Removed.
610         (imap-debug): Removed -- doesn't seem very useful.
611
612         * mail-source.el (mail-source-fetch): Don't message if we're fetching
613         mail from a file, and the file doesn't exist.
614
615         * imap.el (imap-log): New convenience function used throughout instead
616         of repeating the same code all over the place.
617
618         * pop3.el (pop3-streaming-movemail): Return t for success.
619
620         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
621         .authinfo if we're using ssl connection.
622
623         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
624         already have if we're in a main Gnus `g' run.
625
626         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
627
628 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
631
632         * nnmh.el (nnmh-request-list-1): Bind `file'.
633
634         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
635         alias to set-process-query-on-exit-flag or process-kill-without-query.
636         (pop3-open-server): Use it.
637
638 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * mail-source.el (mail-source-delete-crash-box): Always move the crash
641         box to the Incoming file.  Fixes mistake in previous checkin.
642
643         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
644         request loop (for debugging purposes) removed.
645
646         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
647         culprit is more visible.
648         (nnml-save-incremental-nov, nnml-open-incremental-nov)
649         (nnml-add-incremental-nov): New functions to do "incremental" nov
650         updates, where we just append to the end of the existing nov files
651         without reading/writing them in full.
652
653         * mail-source.el (mail-source-delete-crash-box): Really only check the
654         incoming files once in a while.
655
656         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
657
658         * mail-source.el (mail-source-delete-crash-box): Only check the
659         incoming files for deletion once per day to save a lot of file
660         accesses.
661
662         * pop3.el (pop3-logon): Fix up unbound variable typo.
663
664         * mail-source.el (pop3-streaming-movemail): Autoload.
665
666         * pop3.el (pop3-streaming-movemail): Respect
667         pop3-leave-mail-on-server.
668
669         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
670         retrieval.
671
672         * pop3.el (pop3-process-filter): Removed unused function.
673         (pop3-streaming-movemail, pop3-send-streaming-command)
674         (pop3-wait-for-messages, pop3-write-to-file)
675         (pop3-number-of-responses): New functions for streaming pop3
676         retrieval.
677
678         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
679         come from no known methods.
680         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
681         list.
682
683         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
684         message sizes.
685         (pop3-movemail): Use erase-buffer instead of looping and deleting
686         regions, which seems rather odd.
687
688         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
689         file once per `g' run.
690
691         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
692         directories.  This makes the draft queue directory work.
693
694         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
695         data from the backends, so that we only request the list of groups from
696         each method once.  This should speed things up considerably.
697
698         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
699         detect that it's not implemented.
700
701         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
702         we actually do recurse down into the tree, but don't stat all leaf
703         nodes.
704
705         * gnus-html.el (gnus-html-show-images): If there are no images to show,
706         then say so instead of bugging out.
707
708         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
709         files exist before trying to read them.
710
711         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
712         around <pre_int>.
713
714         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
715
716         * nnmh.el (nnmh-request-list-1): Optimize for speed.
717
718 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * mm-util.el (mm-image-load-path): Just return the image directories,
721         not all directories in the path in addition to the image directories.
722         (mm-image-load-path): Maintain a cache of the image directories so that
723         the `g' command in Gnus doesn't have to stat dozens of directories each
724         time.
725
726         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
727         (gnus-html-wash-tags): Add a new `i' command to insert images.
728         (gnus-html-insert-image): New command and keystroke.
729         (gnus-html-redisplay-with-images): New command and keystroke.
730         (gnus-html-show-images): Renamed command.
731         (gnus-html-wash-tags): Remove more white space before <pre_int> image
732         spacers.
733         (gnus-html-wash-tags): Decode entities at the end, so that entities
734         inside the tags don't mess up the rest of the "parsing".
735
736         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
737         so that nnimap methods aren't agentized by default.  There's apparently
738         many problems related to agent/imap behaviour.
739
740         * gnus-art.el (gnus-article-copy-string): New command and key binding.
741
742         * gnus-html.el: Doc fix.
743
744 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
747         specifier-spec-list for Emacs 21.
748
749         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
750         glyph-width and glyph-height instead of display-graphic-p and
751         image-size; make avoidance of displaying small images work for XEmacs.
752
753         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
754         for XEmacs.
755
756         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
757         of symbol that holds plist data.
758         (gnus-process-plist): Remove plist of process after getting it.
759
760 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * message.el (message-generate-hashcash): Change default to
763         'opportunistic if hashcash is installed.
764
765         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
766         (gnus-html-put-image): Only call image-size once, since it's somewhat
767         time-consuming on remote X servers.
768
769 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
772         type on data, not a file name.
773
774         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
775         window-pixel-edges for Emacs 21.
776
777         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
778         decoded contents.
779         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
780
781 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
784         group line format, since it isn't very interesting.
785
786         * gnus-agent.el (gnus-agent-short-article),
787         (gnus-agent-long-article): Increase values for these two variables,
788         since most people are likely to have more network connection and
789         storage than before.
790
791         * gnus.el (gnus-refer-article-method): Change default to 'current.
792         When referring an article, the common behaviour is to refer it from the
793         current select method, not the native select method.  The chances of
794         the native select method having the message in question is rather slim
795         these days.
796
797         * gnus-sum.el (gnus-auto-select-subject): Change default to
798         `unseen-or-unread'.  I think it's likely that most people want to
799         select an unseen article over a previously seen, but unread one.
800
801         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
802         means that in the article buffer none of the minor mode elements will
803         be shown, usually, and this is not desirable in most cases.
804
805         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
806         that commands like `d' (and the like) go to the next line in the
807         buffer, instead of the next unread article.  I think this is the
808         behaviour that is most natural for most users.
809         (gnus-single-article-buffer): Change default to nil, so that people can
810         have as many article buffers open as they have summary buffer.  I think
811         this is the most natural way for the groups to behave.
812
813         * message.el (message-generate-new-buffers): Change default to
814         `unsent', so that all new message buffers start their names with the
815         string "*unsent", and it's easier to find the buffers if you move from
816         them.
817
818 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
821         small.  They're probably tracking images.
822         (gnus-html-wash-tags): Remove all <pre_int> place holders.
823         (gnus-html-rescale-image): Yet another try at getting the image sizing
824         right.
825
826         * nntp.el (nntp-request-set-mark): Refuse to do marks if
827         nntp-marks-file-name is nil.
828
829 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
830
831         * gnus-html.el (gnus-html-wash-tags)
832         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
833         Better logging.
834
835 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
838
839         * gnus-html.el (gnus-html-wash-tags): Check the value of
840         gnus-blocked-images in the summary buffer.
841
842 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
843
844         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
845
846 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
849         like "a", it seems like.
850         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
851         since it needs to be picked from the correct buffer.
852
853         * nnwfm.el: Removed.
854
855         * nnlistserv.el: Removed.
856
857 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
858
859         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
860         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
861
862 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * nnkiboze.el: Removed.
865
866         * nndb.el: Removed.
867
868         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
869         alt text.
870         (gnus-html-rescale-image): Try to get the rescaling logic right for
871         images that are just wide and not tall.
872
873         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
874         overshadow variable bindings.
875
876 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
877
878         * gnus-html.el (gnus-html-wash-tags)
879         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
880         extra logging.
881
882 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
885         (gnus-max-image-proportion): New variable.
886         (gnus-html-rescale-image): New function.
887         (gnus-html-put-image): Rescale images.
888
889 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
890
891         Fix up some byte-compiler warnings.
892         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
893         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
894         (gnus-article-fill-cited-article, gnus-article-hide-citation)
895         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
896         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
897         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
898         (gnus-group-update-group): Use save-excursion and with-current-buffer.
899
900 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * gnus-html.el (gnus-article-html): Decode contents by charset.
903
904 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
907         (gnus-html-frame-width, gnus-blocked-images)
908         * message.el (message-prune-recipient-rules): Add custom version.
909         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
910
911         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
912         functions.
913
914         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
915         gnus-process-get.
916
917 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
918
919         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
920         instead of lsub directly.
921
922 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * nnwarchive.el: Removed.
925
926         * gnus-soup.el: Removed.
927
928         * nnsoup.el: Removed.
929
930         * nnultimate.el: Removed.
931
932         * gnus-html.el (gnus-blocked-images): New variable.
933
934         * message.el (message-prune-recipients): New function.
935         (message-prune-recipient-rules): New variable.
936
937         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
938         guess whether a long line is natural text or not.
939
940         * gnus-html.el (gnus-html-schedule-image-fetching): Use
941         gnus-process-plist and friends for compatibility.
942
943 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
944
945         * gnus-html.el: Require packages that define macros used in this file.
946         (gnus-article-mouse-face): Declare to silence byte-compiler.
947         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
948         process-get.
949         (gnus-html-put-image): Use plist-get to avoid getf.
950         (gnus-html-prefetch-images): Use with-current-buffer.
951
952 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * gnus-ems.el: Provide compatibility functions for
955         gnus-set-process-plist.
956
957         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
958         header-line-format for XEmacs 21.4.
959
960         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
961         * gnus.el (gnus-valid-select-methods)
962         * message.el (message-send-mail-partially-limit)
963         * mm-decode.el (mm-text-html-renderer)
964         * mml.el (mml-insert-mime-headers-always)
965         * smiley.el (smiley-regexp-alist): Bump custom version.
966
967 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * gnus-html.el: require mm-url.
970         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
971         with the url to `url'.
972         (gnus-html-wash-tags): Support cid: URLs/images.
973
974 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
977         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
978         bindings, as they aren't useful at all.  `w' is moved to `W w'.
979
980         * gnus-move.el: Removed file, since it doesn't really work.
981
982         * gnus-html.el (gnus-article-html): Tell w3m that the input is
983         UTF-8.  This seems to fix problems with some German web feeds.
984
985         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
986         at the top so that the proper colours are applied.
987
988         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
989         don't have dots in their names.
990
991         * gnus-art.el (gnus-article-view-part): Doc fix.
992
993         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
994         XEmacs-compatible.
995         (gnus-html-put-image): Don't do images on non-graphic displays.
996
997         * nnslashdot.el: Removed this unused backend.
998
999         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1000         actions.
1001         (gnus-undo-register-1): Revert last change.
1002
1003         * gnus-group.el (gnus-group-completing-read): Protect against not
1004         having completion-styles bound.
1005
1006         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1007         make broken recipients happier.
1008
1009         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1010
1011         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1012         point parameter.
1013
1014         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1015
1016         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1017         completion-styles for group selection.
1018
1019 2009-02-04  Andreas Schwab  <schwab@suse.de>
1020
1021         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1022         headers and regexp-quote the match if necessary.
1023
1024 2009-03-24  Miles Bader  <miles@gnu.org>
1025
1026         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1027         the blinking smiley.
1028
1029 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1030
1031         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1032         blink smiley.
1033
1034 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1037         where the dribbel file lives exists.
1038
1039         * message.el (message-send-mail-partially-limit): Change the default to
1040         nil, since most people don't want this.
1041
1042         * mm-url.el (mm-url-decode-entities): Also decode entities like
1043         &#x3212.
1044
1045 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1046
1047         * gnus-sum.el (gnus-summary-idna-message):
1048         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1049         Hyperlink urls in docstrings with URL `...'.
1050
1051 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1052
1053         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1054         functions.
1055
1056 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1059         say what the mouseover text should be.
1060
1061         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1062         version of the mm-w3m-safe-url-regexp variable to only download images
1063         in the groups where we want that to happen.
1064
1065         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1066
1067         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1068         easier debugging.
1069         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1070         big pictures in the article buffer.
1071
1072         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1073         gnus-article-html.
1074         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1075         w3m.
1076
1077         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1078
1079 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1082         which doesn't exist.
1083
1084         * message.el (message-inhibit-ecomplete): New variable to allow some
1085         function to inhibit ecomplete address storage.
1086         (message-resend): Disable ecomplete message storage when resending
1087         messages.
1088
1089         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1090
1091 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1094         Save excursion while copying, moving, and deleting articles in order to
1095         prevent the cursor from jumping to unforeseen place.
1096
1097 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * lpath.el: No need to bind bookmark-current-buffer,
1100         bookmark-yank-point and bookmark-make-record-function.
1101
1102 2010-08-17  Glenn Morris  <rgm@gnu.org>
1103
1104         * gnus-sync.el: Require gnus components whose functions are used.
1105
1106         * gnus-art.el (bookmark-make-record-function):
1107         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1108         Declare for compiler.
1109
1110         * mm-url.el (mml-compute-boundary): Autoload.
1111
1112 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1115
1116 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1117
1118         Typo fix "hoo4a" -> "hook".
1119
1120         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1121
1122 2010-08-14  Glenn Morris  <rgm@gnu.org>
1123
1124         * gnus-sync.el (gnus-sync): Fix defgroup version.
1125
1126 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1127
1128         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1129
1130         * gnus-sync.el: Fix docs.
1131         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1132         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1133
1134 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1135
1136         Optimizations for gnus-sync.el.
1137
1138         * gnus-sync.el: Add docs about gnus-sync-backend
1139         possibilities.
1140         (gnus-sync-save): Remove unnecessary message.
1141         (gnus-sync-read): Optimize and show what groups were skipped.
1142
1143 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1144
1145         Minor bug fixes for gnus-sync.el.
1146
1147         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1148         read the sync on get-new-news.
1149
1150         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1151         quiet.
1152
1153         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1154
1155 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1156
1157         Make saving and restoring of hidden threads work with overlays.
1158         Patch applied by Ted Zlatanov.
1159
1160         * gnus-sum.el (gnus-hidden-threads-configuration)
1161         (gnus-restore-hidden-threads-configuration): Update to deal with text
1162         properties, rather than searching for a magic character.
1163
1164 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1165
1166         New gnus-sync.el library for synchronization of marks.
1167
1168         * gnus-sync.el: New library for synchronization of marks.
1169
1170         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1171         renamed from `gnus-registry-grep-in-list'.
1172
1173         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1174
1175         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1176
1177 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1180         determining charset of text fails.
1181
1182 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * nnmail.el (nnmail-get-new-mail-1): Revert.
1185
1186         * nnml.el (nnml-active-number): Make sure names of newly created groups
1187         in nnml-group-alist are encoded.
1188
1189 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1192         containing non-ASCII characters in active file for nnml back end.
1193
1194 2010-07-24  David Engster  <dengste@eml.cc>
1195
1196         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1197         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1198
1199 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1200
1201         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1202         tag (Bug#6654).
1203
1204 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1207         the article buffer, not the summary buffer.
1208
1209 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1212         Emacs 23 as well.
1213
1214 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1217         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1218
1219 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1220
1221         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1222         Patch applied by Karl Fogel.
1223
1224         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1225         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1226
1227 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1228
1229         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1230         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1231         C-w still not working correctly from Article buffers; Thierry's
1232         patch to fix that will be applied after this.
1233
1234         * gnus-art.el (bookmark-make-record-function): New local variable.
1235
1236         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1237         article buffer.
1238         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1239
1240 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1241
1242         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1243         on changes in bookmark.el.
1244
1245 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1248         `no-log' instead of message not to log prompt string.
1249
1250 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1251
1252         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1253         the *other* type of HTML form submission.
1254
1255 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1256
1257         * auth-source.el (auth-source-pick): If choice does not contain a
1258         questioned keyword, set the check to t.
1259
1260 2010-06-12  Romain Francoise  <romain@orebokech.com>
1261
1262         * gnus-util.el (gnus-date-get-time): Move up before first use.
1263
1264 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1267         (gnus-article-edit-part): Bind it to make last part that is substituted
1268         or deleted visible.
1269         (gnus-mime-display-single): Buttonize part of which id equals to
1270         gnus-mime-buttonized-part-id.
1271
1272 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1273
1274         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1275         (gnus-dd-mmm): Use gnus-date-get-time.
1276         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1277         simplify logic.
1278         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1279         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1280
1281 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1282
1283         * auth-source.el (top): Autoload `secrets-list-collections',
1284         `secrets-create-item', `secrets-delete-item'.
1285         (auth-sources): Fix tag string.
1286         (auth-get-source, auth-source-retrieve, auth-source-create)
1287         (auth-source-delete): New defuns.
1288         (auth-source-pick): Rewrite in order to avoid 2 passes.
1289         (auth-source-forget-user-or-password): New parameter USERNAME.
1290         (auth-source-user-or-password): New parameters CREATE-MISSING and
1291         DELETE-EXISTING.  Retrieve password interactively, if needed.
1292
1293 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1294
1295         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1296         deleting unused directories when gnus-expert-user is t.
1297
1298 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1301         for each temp file when gnus-article-browse-delete-temp is ask.
1302
1303 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1304
1305         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1306         Lisp calls to delete-backward-char by calls to delete-char.
1307
1308 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1309
1310         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1311
1312 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1313
1314         * password-cache.el (password-cache-remove): Fix docstring.
1315
1316 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1319         article unless decoding article to be saved.
1320
1321 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1324         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1325         generated within the mm-with-unibyte-current-buffer macro.
1326
1327 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1330         to nil when we're in a mml-preview buffer and no group is selected.
1331
1332 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1333
1334         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1335         when catching the `C-g'.  Reported by "Leo".
1336
1337 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * message.el (message-forward-make-body-plain)
1340         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1341         multibyte-string-p.
1342
1343         * lpath.el: Revert.
1344
1345 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * message.el (message-forward-make-body-mml): Assume original message
1348         is multibyte string; error on unibyte.
1349         (message-forward-make-body-plain): Ditto; don't add excessive newline
1350         in body end.
1351
1352         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1353
1354 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1355
1356         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1357         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1358
1359 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * mm-extern.el (mm-extern-url): Don't use
1362         mm-with-unibyte-current-buffer.
1363         (mm-extern-cache-contents): Use with-current-buffer instead of
1364         save-excursion + set-buffer.
1365
1366 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * mm-util.el (mm-emacs-mule): Remove.
1369
1370 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1371
1372         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1373         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1374         change.
1375
1376 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1379         bind the default value of enable-multibyte-characters to nil.
1380
1381 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * message.el (message-forward-make-body-plain)
1384         (message-forward-make-body-mml):
1385         Don't use mm-with-unibyte-current-buffer.
1386
1387 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1388
1389         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1390
1391 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1392
1393         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1394         (Bug#5592).
1395
1396 2010-05-07  Julien Danjou  <julien@danjou.info>
1397
1398         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1399         it to mm-pipe-part.
1400
1401         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1402         it is given.
1403
1404 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1405
1406         * binhex.el (binhex-decode-region-internal)
1407         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1408         (dns-query)
1409         * nnweb.el (nnweb-gmane-search)
1410         * pgg-parse.el (pgg-parse-armor)
1411         * pgg.el (pgg-verify-region)
1412         * sha1.el (sha1-string-external)
1413         * uudecode.el (uudecode-decode-region-internal)
1414         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1415         XEmacs.
1416
1417         * gnus-art.el (gnus-article-browse-html-parts)
1418         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1419         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1420         make-temp-file.
1421
1422         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1423         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1424         compiling.
1425
1426         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1427         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1428         XEmacs when compiling.
1429
1430         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1431         gnus-pick-mode-off-hook for XEmacs when compiling.
1432         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1433         gnus-binary-mode-off-hook for XEmacs when compiling.
1434
1435         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1436         nil if char-charset is not available.
1437
1438         * imap.el (imap-disable-multibyte)
1439         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1440         macros.
1441
1442         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1443         instead of encode-coding-string.
1444
1445         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1446         'xemacs) instead of mm-emacs-mule to switch function definitions.
1447         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1448
1449         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1450         bind temporary-file-directory for XEmacs;
1451         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1452         timer-set-function for XEmacs 21.4 and SXEmacs;
1453         bind timer-list for XEmacs 21.4 and SXEmacs;
1454         fbind char-charset and find-charset-region for non-Mule XEmacs;
1455         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1456         encode-coding-region and encode-coding-string for XEmacs having no
1457         file-coding feature.
1458
1459 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1460
1461         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1462
1463 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1466         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1467
1468 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1469
1470         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1471         alias `jka-compr-delete-temp-file' no longer exists.
1472
1473 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1474
1475         Use define-minor-mode in Gnus where applicable.
1476         * mml.el (mml-mode): Use define-minor-mode.
1477         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1478         (gnus-undo-mode): Use define-minor-mode.
1479         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1480         (gnus-dead-summary-mode): Use define-minor-mode.
1481         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1482         Initialize in declaration.
1483         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1484         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1485         (gnus-mailing-list-mode): Use define-minor-mode.
1486         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1487         (gnus-draft-mode): Use define-minor-mode.
1488         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1489         (gnus-dired-mode): Use define-minor-mode.
1490
1491 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1492
1493         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1494         handles on recursive mml-to-mime translation and check them for
1495         boundary delimiter collisions.  Reported by Greg Troxel.
1496
1497 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1500
1501 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1502
1503         * mm-util.el (mm-find-buffer-file-coding-system):
1504         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1505
1506 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1507
1508         * message.el (message-generate-headers): Record insertion of optional
1509         headers as well.  Otherwise the check to prevent repeated insertion of
1510         optional headers is a no-op.
1511
1512 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1513
1514         * smime.el: Don't mention CVS.
1515
1516         * nnrss.el (nnrss-fetch): Don't mention CVS.
1517
1518         * nnir.el: Don't mention CVS.
1519
1520 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1521
1522         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1523
1524 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * lpath.el: Fbind bookmark-default-handler,
1527         bookmark-get-bookmark-record, bookmark-make-record-default,
1528         bookmark-prop-get for Emacs <23 and XEmacs.
1529
1530 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1531
1532         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1533         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1534         Use with-current-buffer to silence the byte-compiler.
1535         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1536         bother to require `gnus'.
1537         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1538
1539 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1540
1541         * gnus-sum.el (gnus-summary-bookmark-make-record)
1542         (gnus-summary-bookmark-jump): New functions.
1543         (gnus-summary-mode): Setup bookmark support.
1544
1545 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1546
1547         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1548         if set.
1549
1550 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1553         gnus-article-browse-html-save-cid-image; make it work recursively for
1554         forwarded messages as well.
1555         (gnus-article-browse-html-parts): Work when prefix arg is given.
1556         (gnus-article-browse-html-article): Doc fix.
1557
1558 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1559
1560         * message.el (message-default-mail-headers):
1561         (message-default-headers): Carry the value mail-default-headers over
1562         into message-default-mail-headers, rather than message-default-headers.
1563
1564 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1565
1566         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1567         charset.
1568
1569         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1570         charset into the <meta> tag when the article is encoded to utf-8.
1571
1572 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1575         directories as well.
1576         (gnus-article-browse-html-parts): Work for images that do not specify
1577         file names; delete temp directory when quitting; insert header at the
1578         right place; use file: scheme for image files.
1579
1580 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1581
1582         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1583         (gnus-article-browse-html-parts): Use it to make temporary cid image
1584         files in addition to html file so that browser may display them.
1585
1586 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1589
1590 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1591
1592         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1593
1594 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1595
1596         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1597         about Secret Service API sources.  Improve Customize options.
1598         (auth-source-pick): Change to accept any number of search parameters.
1599         Implement fallbacks iteratively, not recursively.  Add scoring on the
1600         second pass and sort by score.  Call Secret Service API when needed.
1601         (auth-source-user-or-password): Use it.  Call Secret Service API
1602         directly when needed to get the user name and the password.
1603
1604 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1605
1606         * message.el (message-interactive): Doc fix.
1607         (message-qmail-inject-args): Reflow.
1608         (message-kill-to-signature): Fix typo in docstring.
1609
1610         * smiley.el (smiley-buffer): Fix typo in docstring.
1611
1612 2010-03-24  Glenn Morris  <rgm@gnu.org>
1613
1614         * mail-source.el (gnus-message): Declare.
1615         (mail-source-delete-old-incoming): Require gnus-util.
1616
1617 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1620
1621         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1622
1623         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1624         password-cache's default if it is not bound.
1625         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1626         password-cache-expiry's default if it is not bound.
1627
1628         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1629         available in Emacs 21.
1630
1631         * lpath.el: Suppress compiler warnings for:
1632         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1633         XEmacs;
1634         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1635         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1636         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1637
1638 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1639
1640         * auth-source.el (auth-sources): Fix up definition so extra parameters
1641         are always inline.
1642
1643 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1644
1645         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1646         wasn't updated after mismatch.  Clear cached mailbox info correctly
1647         when uidvalidity changes.
1648         (nnimap-group-prefixed-name): New function to avoid some code
1649         duplication.
1650         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1651         (nnimap-request-group): Use it.
1652         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1653         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1654         with many imap folders.  This is done by caching the group status from
1655         the imap server persistently in a group parameter `imap-status'.  (This
1656         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1657         but not persistently, so every Gnus startup was still very slow.)
1658
1659 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1660
1661         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1662         delete the extra newline.  Otherwise editing of :string and :number
1663         types don't work.
1664
1665 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1666
1667         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1668         secrets.el dependency.
1669         (auth-sources): Add optional user name.  Add secrets.el configuration
1670         choice (unused right now).
1671
1672 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1673
1674         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1675         `gnus-registry-install-shortcuts' fill in the functions.
1676
1677         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1678         warnings.
1679         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1680         (gnus-registry-install-shortcuts): Populate and use it in a
1681         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1682
1683 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1684
1685         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1686         In-place substitutions for the group name encoding/decoding.
1687         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1688         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1689         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1690         (nnimap-update-unseen, nnimap-request-list)
1691         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1692         (nnimap-request-set-mark, nnimap-split-to-groups)
1693         (nnimap-split-articles, nnimap-request-newgroups)
1694         (nnimap-request-create-group, nnimap-request-accept-article)
1695         (nnimap-request-delete-group, nnimap-request-rename-group)
1696         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1697         `encoded-mbx' for consistency.
1698         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1699         variable `imap-current-mailbox'.
1700
1701         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1702         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1703
1704 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1705
1706         * pop3.el (pop3-display-message-size-flag): Display message size byte
1707         counts during POP3 download.
1708         (pop3-movemail): Use it.
1709         (pop3-list): Implement listing of available messages.
1710
1711 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1712
1713         * nnir.el (nnir-get-article-nov-override-function): New function to
1714         override the normal NOV retrieval.
1715         (nnir-retrieve-headers): Use it.
1716
1717 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1718
1719         * auth-source.el (netrc-machine-user-or-password): Autoload.
1720
1721 2010-03-19  Glenn Morris  <rgm@gnu.org>
1722
1723         Stop message.el from loading about 40 libraries it doesn't always need.
1724         The general approach is to autoload rather than require, and to
1725         require in the specific functions rather than the file.  (Bug#5642)
1726
1727         * gmm-utils.el: Don't require wid-edit.
1728         (widget-create-child-value, widget-convert, widget-default-get):
1729         Autoload.
1730
1731         * gnus-util.el: Don't require time-date, netrc.
1732         (message-fetch-field, gnus-group-name-decode): Declare rather than
1733         autoloading.
1734         (gnus-fetch-field): Require message.
1735         (gnus-decode-newsgroups): Require gnus-group.
1736
1737         * ietf-drums.el: Don't require time-date.
1738
1739         * message.el: Don't require hashcash, canlock, ecomplete.
1740         Do require mail-utils.  Require nnheader only when compiling.
1741         (smtpmail-default-smtp-server): Remove declaration.
1742         (message-send-mail-function): Check smtpmail-default-smtp-server
1743         is bound rather than requiring smtpmail.
1744         (message-auto-save-directory, message-insert-signature): Use
1745         expand-file-name rather than nnheader-concat.
1746         (nnheader-insert-file-contents): Autoload.
1747         (hashcash-wait-async): Declare.
1748         (message-send-mail): Only call gnus-setup-posting-charset if
1749         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1750         (message-send-mail-with-sendmail): Require sendmail.
1751         (canlock-password, canlock-password-for-verify): Declare.
1752         (message-canlock-password): Require canlock.
1753         (nnheader-get-report): Autoload.
1754         (gnus-setup-posting-charset): Declare.
1755         (message-send-news): Require gnus-msg.
1756         (message-make-references, message-make-in-reply-to): Use mail-header-id
1757         rather than the alias mail-header-message-id.
1758         (ecomplete-add-item, ecomplete-save): Declare.
1759         (message-put-addresses-in-ecomplete): Require ecomplete.
1760         (ecomplete-display-matches): Autoload.
1761
1762         * mm-decode.el: Don't require mailcap, gnus-util.
1763         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1764         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1765         Autoload.
1766         (mailcap-mime-extensions): Declare.
1767
1768         * mm-encode.el: Don't require mailcap.
1769         (mailcap-extension-to-mime): Autoload.
1770
1771         * mml-sec.el: Don't require password-cache.
1772
1773         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1774         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1775         (mml-minibuffer-read-type): Require mailcap.
1776         (mml-preview): Require gnus-msg.
1777
1778         * mml1991.el: Require password-cache.
1779         (password-cache-expiry): Remove declaration.
1780
1781         * mml2015.el: Require password-cache.
1782         (password-cache-expiry): Remove declaration.
1783
1784         * nneething.el (mailcap): Require mailcap.
1785
1786         * nnheader.el (declare-function): Add compatibility stub.
1787         (message-remove-header): Declare rather than autoload.
1788         (nnheader-replace-header): Require message.
1789
1790         * nnimap.el (declare-function): Add compatibility stub.
1791         (netrc-parse, netrc-machine-user-or-password): Declare.
1792         (nnimap-open-connection): Require netrc.
1793
1794         * nntp.el (declare-function): Add compatibility stub.
1795         (netrc-parse, netrc-machine, netrc-get): Declare.
1796         (nntp-send-authinfo): Require netrc.
1797
1798         * rfc2047.el: Don't require qp.
1799         (quoted-printable-encode-region, quoted-printable-decode-string):
1800         Autoload.
1801
1802         * sieve-mode.el: Don't require easymenu.
1803         (easy-menu-add-item): Autoload it.
1804
1805         * spam-stat.el (time-to-number-of-days): Autoload it.
1806
1807 2010-03-19  Glenn Morris  <rgm@gnu.org>
1808
1809         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1810
1811 2010-03-18  Glenn Morris  <rgm@gnu.org>
1812
1813         * hashcash.el (declare-function): Remove duplicate definition.
1814
1815 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1816
1817         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1818         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1819         value if any backslash escapes).
1820
1821 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1824         if it is available.  (bug#5647)
1825
1826         * lpath.el: Suppress compiler warning for coding-system-from-name for
1827         Emacs 21 and XEmacs.
1828
1829 2010-03-14  Juri Linkov  <juri@jurta.org>
1830
1831         * hmac-def.el:
1832         * hmac-md5.el:
1833         * netrc.el: Fix keywords.
1834
1835 2010-02-26  Glenn Morris  <rgm@gnu.org>
1836
1837         * message.el (message-send-mail-function): Change the default, so that
1838         it inherits from a customized send-mail-function.  (Bug#5643)
1839
1840 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1841
1842         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1843         shell-command-to-string signals an error (bug#5299).
1844
1845 2010-02-24  Glenn Morris  <rgm@gnu.org>
1846
1847         * message.el (message-smtpmail-send-it)
1848         (message-send-mail-with-mailclient): Doc fixes.
1849
1850 2010-02-16  Glenn Morris  <rgm@gnu.org>
1851
1852         * message.el (message-default-mail-headers): Change the default value
1853         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1854
1855 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1858         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1859
1860 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1861
1862         * time-date.el (date-to-time): Doc fix (Bug#5408).
1863
1864 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1865
1866         * message.el (message-mail): Just pass yank-action on to message-setup.
1867         (message-setup): Handle (FUN . ARGS) form of yank-action.
1868         (message-with-reply-buffer, message-widen-reply)
1869         (message-yank-original): Handle non-buffer values of
1870         message-reply-buffer (Bug#4080).
1871         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1872
1873 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1874
1875         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1876         Fix typo in docstring.
1877
1878 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1879
1880         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1881         response.
1882
1883 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1886
1887         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1888
1889         * message.el (message-check-news-header-syntax): Protect against a
1890         string that `rfc822-addresses' returns when parsing fails.
1891
1892 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1895         (gnus-previous-char-property-change): New functions.
1896
1897         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1898
1899 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1900
1901         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1902         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1903
1904 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1905
1906         * message.el (message-exchange-point-and-mark): Rework last change to
1907         avoid using optional arg of exchange-point-and-mark, for backward
1908         compatibility.
1909
1910 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1911
1912         * message.el (message-exchange-point-and-mark): Call
1913         exchange-point-and-mark with an argument rather than setting
1914         mark-active by hand (Bug#5175).
1915
1916 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * nntp.el (nntp-service-to-port): Work for service expressed with
1919         numeric string; replace [:digit:] with [0-9] for XEmacs.
1920
1921 2009-12-17  Glenn Morris  <rgm@gnu.org>
1922
1923         * gnus-group.el (gnus-bug-group-download-format-alist):
1924         Change emacs entry to debbugs.gnu.org.  Bump :version.
1925
1926 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1927
1928         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1929
1930 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1931
1932         * message.el (message-info): Explain why we use `Info-goto-node'.
1933
1934 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1937
1938 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1939
1940         * message.el (message-completion-in-region): New compatibility function.
1941         (message-expand-group): Use it.
1942
1943 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1946         with no unread article should be listed if the 2nd arg `predicate' is
1947         given.
1948
1949 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1952
1953 2009-11-29  Juri Linkov  <juri@jurta.org>
1954
1955         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1956         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1957         on `gnus-recenter'. (Bug#4698, Bug#4981)
1958
1959 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1960
1961         * sha1.el (sha1-string-external): default-directory "/" in case
1962         otherwise non-existent.  process-connection-type pipe for touch of
1963         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1964
1965 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1966
1967         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1968         it's comms related and sgml-mode.el has "comm" on that basis too.
1969
1970 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1973         containing tspecial characters if they have been already quoted.
1974
1975 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1976
1977         * dns-mode.el (auto-mode-alist): Purecopy string.
1978
1979 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1980
1981         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1982
1983 2009-10-24  Glenn Morris  <rgm@gnu.org>
1984
1985         * gnus-art.el (help-xref-stack-item): Define for compiler.
1986
1987 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1988
1989         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1990
1991 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1994
1995 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1998         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1999
2000 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2003         (gnus-overlays-in): New alias to overlays-in.
2004
2005         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2006         gnus-overlay-get, and gnus-delete-overlay.
2007         (gnus-summary-show-thread): Make it work as well for systems in which
2008         next-single-char-property-change is not available.
2009         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2010
2011         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2012         (gnus-overlay-get): New alias to extent-property.
2013         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2014
2015         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2016         SXEmacs.
2017
2018         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2019         SXEmacs.
2020
2021 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2022
2023         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2024
2025 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2026
2027         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2028         and XEmacs that don't have `remove-overlays'.
2029
2030 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2031
2032         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2033         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2034         selective display.  Use overlays instead.
2035
2036 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2037
2038         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2039
2040 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2041
2042         * spam-stat.el (spam-stat-load): Fix typo in message.
2043
2044 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2045
2046         * dig.el (dig-invoke): Fix typo in docstring.
2047         (query-dig): Reflow docstring.
2048
2049 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2050
2051         * gnus-art.el (gnus-article-encrypt-body):
2052         * message.el (message-check-recipients):
2053         * mm-util.el (mm-codepage-setup):
2054         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2055         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2056
2057 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2058
2059         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2060         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2061         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2062         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2063         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2064
2065 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2066
2067         * dig.el: Add "Keywords: comm", as per net-utils.el.
2068
2069 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2070
2071         * dig.el (dig-mode): Use define-derived-mode.
2072
2073 2009-09-19  Glenn Morris  <rgm@gnu.org>
2074
2075         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2076
2077 2009-09-18  Glenn Morris  <rgm@gnu.org>
2078
2079         * gnus-diary.el (gnus-diary-check-message):
2080         * message.el (message-insert-formatted-citation-line):
2081         * nnbabyl.el (top-level):
2082         * nndiary.el (nndiary-schedule):
2083         Fix typos in condition-case handlers.
2084
2085 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2088         configuration that provides the sole article window in a frame;
2089         position point correctly after deleting a part.
2090
2091 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2092
2093         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2094         (spam-resolve-registrations-routine): Use it to unregister articles
2095         that change status.
2096
2097 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2100         with XEmacs.
2101         (parse-time-string-chars): Use it.
2102
2103 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2104
2105         * imap.el (imap-interactive-login): Better messages.
2106         (imap-open): Fix bug with renamed buffer on reconnect.
2107         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2108         for easier debugging and cleaner code.  On successful (guessed based on
2109         server capabilities) secondary authentication, set imap-state
2110         correctly.
2111         (imap-last-authenticator): Define imap-last-authenticator as a variable
2112         to avoid warnings.
2113
2114 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * nnrss.el (nnrss-request-article): Remove binding of
2117         default-enable-multibyte-characters that has gotten needless by
2118         the 2007-07-13 change in rfc2047-encode-message-header.
2119
2120         * mml.el (mml-insert-multipart): Error on the message header.
2121         (mml-insert-part): Error on the message header; position point at
2122         the end of a MIME tag.
2123
2124 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * time-date.el (autoload): Expand define-obsolete-function-alias into
2127         defalias and make-obsolete for old Emacsen that Gnus supports.
2128         (with-no-warnings): Define it for old Emacsen.
2129         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2130         is available.
2131         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2132         float-time is available; suppress compile warning for time-to-seconds.
2133
2134         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2135         (gnus-float-time): Alias to float-time if it exists.
2136
2137         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2138         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2139         float-time is available; suppress compile warning for time-to-seconds.
2140
2141         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2142         XEmacs.
2143
2144 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2145
2146         * imap.el (imap-message-map): Docstring fix.
2147
2148 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2151         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2152         Add the optional argument `encoding' that overrides the default.
2153
2154         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2155         mm-encode-buffer.
2156
2157 2009-09-04  Glenn Morris  <rgm@gnu.org>
2158
2159         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2160         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2161         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2162         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2163         * mm-util.el (mm-with-unibyte-current-buffer)
2164         (mm-find-buffer-file-coding-system):
2165         * yenc.el (yenc-decode-region): Use default-value rather than
2166         default-enable-multibyte-characters.
2167
2168 2009-09-03  Glenn Morris  <rgm@gnu.org>
2169
2170         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2171         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2172         than default-enable-multibyte-characters.
2173
2174 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2175
2176         * gnus-art.el (gnus-article-read-summary-keys):
2177         Fix gnus-buffer-configuration's value temporarily used.
2178
2179 2009-09-02  Glenn Morris  <rgm@gnu.org>
2180
2181         * gnus-util.el (gnus-float-time): New function.
2182         * gnus-delay.el (gnus-delay-article):
2183         * gnus-sum.el (gnus-thread-latest-date):
2184         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2185         * nnspool.el (nnspool-request-newgroups):
2186         Use gnus-float-time rather than time-to-seconds.
2187         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2188
2189         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2190         (gnus-header-subject-face, gnus-header-newsgroups-face)
2191         (gnus-header-name-face, gnus-header-content-face):
2192         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2193         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2194         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2195         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2196         (gnus-cite-face-11):
2197         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2198         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2199         (gnus-server-closed-face, gnus-server-denied-face)
2200         (gnus-server-offline-face):
2201         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2202         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2203         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2204         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2205         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2206         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2207         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2208         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2209         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2210         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2211         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2212         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2213         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2214         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2215         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2216         (gnus-summary-high-undownloaded-face)
2217         (gnus-summary-low-undownloaded-face)
2218         (gnus-summary-normal-undownloaded-face)
2219         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2220         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2221         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2222         (gnus-splash-face):
2223         * message.el (message-header-to-face, message-header-cc-face)
2224         (message-header-subject-face, message-header-newsgroups-face)
2225         (message-header-other-face, message-header-name-face)
2226         (message-header-xheader-face, message-separator-face)
2227         (message-cited-text-face, message-mml-face):
2228         * sieve-mode.el (sieve-control-commands-face)
2229         (sieve-action-commands-face, sieve-test-commands-face)
2230         (sieve-tagged-arguments-face):
2231         * spam.el (spam-face):
2232         Mark face aliases with "-face" in the name as obsolete.
2233
2234 2009-09-01  Glenn Morris  <rgm@gnu.org>
2235
2236         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2237         than goto-line.
2238
2239 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2242         Don't move point if the command is invoked inside the message header.
2243
2244 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2245
2246         * imap.el (imap-send-command): Simplify.
2247         (imap-wait-for-tag): point-max -> buffer-size.
2248
2249 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2250
2251         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2252         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2253         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2254         * nnir.el (nnir-swish-e-index-file):
2255         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2256         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2257         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2258         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2259         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2260         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2261
2262 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2265         Don't save excursion.
2266
2267 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2268
2269         * nnheader.el (nnheader-find-file-noselect):
2270         * mm-util.el (mm-insert-file-contents):
2271         Use (default-value 'major-mode) instead of default-major-mode.
2272
2273 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2274
2275         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2276
2277 2009-08-26  Glenn Morris  <rgm@gnu.org>
2278
2279         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2280         than placing in files.el.
2281
2282 2009-08-25  Glenn Morris  <rgm@gnu.org>
2283
2284         * nnir.el (top-level): Don't require cl at run-time.
2285         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2286         Replace cl-function substitute with gnus-replace-in-string.
2287         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2288         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2289         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2290         simplified expansions.
2291
2292 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2293
2294         * dig.el (dig): Add autoload cookie.
2295
2296 2009-08-22  Glenn Morris  <rgm@gnu.org>
2297
2298         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2299         goto-line.
2300
2301 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2302
2303         * parse-time.el (parse-time-string-chars): Save match data.
2304
2305 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2306
2307         * parse-time.el (parse-time-string-chars): Compute using character
2308         classes, to handle non-ascii characters (Bug#3190).
2309
2310 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2313
2314         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2315         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2316         (gnus-mm-display-part, gnus-mime-display-single)
2317         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2318         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2319
2320         * gnus-sum.el
2321         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2322         (gnus-summary-move-article): Add expirable mark to articles copied or
2323         moved to group that has auto-expire turned on if the option is non-nil.
2324
2325 2009-07-24  Glenn Morris  <rgm@gnu.org>
2326
2327         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2328         Fix typo.  (Bug#3903)
2329
2330 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2333         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2334         that should not be used for draft articles.
2335         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2336         that has no concern in minor mode keys.
2337         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2338         Abolish.
2339
2340 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2343         article without making inquiry to a user for unknown encoding.
2344
2345         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2346         (nnmaildir--scan): Assume i-node and device number that file-attributes
2347         returns might be cons-cell.
2348
2349         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2350
2351         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2352
2353 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2354
2355         * auth-source.el: Remove docs now in auth.texi.  Don't use
2356         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2357         `auth-source-hide-passwords' and use them.
2358
2359 2009-07-15  Glenn Morris  <rgm@gnu.org>
2360
2361         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2362
2363 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2366         excessive whitespace from the default values of title and description.
2367
2368 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2371         mail-fetch-field to fetch Content-Description header in order to
2372         exclude newlines.
2373
2374 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2375
2376         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2377         format used by GnuPG 2.0.11.
2378
2379 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2382         to deleted part.
2383
2384 2009-05-30  David Engster  <dengste@eml.cc>
2385
2386         * nnmairix.el: Remove old documentation in the commentary block.
2387         (nnmairix-request-group): Do not update active file for nnml back ends.
2388         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2389         end so that overview files are ignored.
2390         (nnmairix-update-groups): Make updating the groups more robust by using
2391         marks.
2392         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2393         with dollar characters in message-id.
2394
2395 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2396
2397         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2398         2008-12-25 in dns.el.
2399
2400 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2401
2402         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2403         could happen if the text is only composed of spaces and/or tabs.
2404
2405 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2406
2407         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2408         when sending a queued message to avoid extra mml tags.
2409
2410 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2413
2414 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2417         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2418         rmail-toggle-header for XEmacs;
2419         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2420
2421 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gnus-dired.el: Remove autoload for gnus-setup-message.
2424         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2425         displaying Gnus logo; always use compose-mail.
2426
2427 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2430
2431 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2434         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2435         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2436         available.
2437         (gnus-nocem-epg-verify): New function.
2438
2439 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2440
2441         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2442
2443 2009-02-15  Glenn Morris  <rgm@gnu.org>
2444
2445         * gnus-util.el (rmail-insert-rmail-file-header)
2446         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2447         autoloads.
2448         (rmail-default-rmail-file): Remove unnecessary declaration.
2449         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2450
2451 2009-02-14  Glenn Morris  <rgm@gnu.org>
2452
2453         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2454         variable (only used in gnus-util, which declares it anyway).
2455         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2456         which was only needed by gnus-art (changed to not use it any more).
2457         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2458         only used in gnus-util, which autoloads it itself.
2459         (rmail-update-summary): Fix autoload.
2460
2461         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2462         rather than rmail-output-to-rmail-file.
2463
2464 2009-02-07  Glenn Morris  <rgm@gnu.org>
2465
2466         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2467         autoload of function that no longer exists.
2468         (rmail-toggle-header): Declare.
2469         (message-forward-rmail-make-body): Handle mbox Rmail.
2470
2471 2009-01-31  Glenn Morris  <rgm@gnu.org>
2472
2473         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2474         2009-01-09 change.
2475
2476 2009-01-31  Dave Love  <fx@gnu.org>
2477
2478         * imap.el (imap-fetch-safe): Bind debug-on-error.
2479         (imap-debug): Add imap-fetch-safe.
2480
2481 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2482
2483         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2484         (auth-source-forget-all-cached): New convenience function.
2485         (auth-source-user-or-password): Accept list of modes or a single mode.
2486
2487         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2488         auth-source modes.
2489
2490         * netrc.el (netrc-machine-user-or-password): Use list of
2491         auth-source modes.
2492
2493         * nnimap.el (nnimap-open-connection): Use list of
2494         auth-source modes.
2495
2496         * nntp.el (nntp-send-authinfo): Use list of
2497         auth-source modes.
2498
2499 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2500
2501         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2502         now.
2503
2504 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2507         coding system in XEmacs; add a workaround for XEmacs.
2508
2509         * lpath.el: Fbind coding-system-aliasee.
2510
2511 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2514         of current-language-environment.
2515
2516 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2517
2518         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2519         available at runtime.
2520
2521 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2524
2525 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2526
2527         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2528         the greatest positive fixnum value doesn't work under an XEmacs with
2529         bignum support; use the most-positive-fixnum constant instead,
2530         available since Emacs 21.1 with cl and XEmacs 21.1.
2531
2532 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2535         XEmacs gets not to work.
2536
2537 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * mm-util.el (mm-coding-system-priorities): Allow the value like
2540         "Japanese (UTF-8)" of current-language-environment.
2541
2542 2009-01-09  Glenn Morris  <rgm@gnu.org>
2543
2544         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2545         with last-command-event.
2546
2547 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2548
2549         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2550         in the doc string.
2551
2552         * message.el (message-fix-before-sending): Amend comment.
2553
2554 2009-01-08  Dave Love  <fx@gnu.org>
2555
2556         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2557
2558 2009-01-07  David Engster  <dengste@eml.cc>
2559
2560         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2561         simplified server definitions by converting it via
2562         gnus-server-to-method.
2563
2564 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2567         parameter's operands.
2568
2569 2009-01-06  David Engster  <dengste@eml.cc>
2570
2571         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2572         primary select method (for gnus-group-mark-article-as-read).
2573
2574 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2575
2576         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2577         `(gnus)Face', not `(gnus)X-Face'.
2578
2579 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * mm-util.el (mm-ucs-to-char): New function.
2582
2583         * mm-url.el (mm-url-decode-entities): Use it.
2584
2585         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2586         unicode-to-char.
2587
2588 2009-01-05  Dave Love  <fx@gnu.org>
2589
2590         * time-date.el: Require cl for `declare'.
2591
2592 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2593
2594         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2595         Dave Love.
2596
2597 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2598
2599         * message.el (message-fix-before-sending): Add `eight-bit' to
2600         illegible-text check.
2601
2602 2009-01-03  Michael Olson  <mwolson@gnu.org>
2603
2604         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2605         `headers' is nil.  This can occur if the IMAP server does not have
2606         permissions to read messages from a folder, but can write new messages
2607         to the folder.
2608         (nnimap-request-article-part): Do not insert `data' if it is nil.
2609
2610         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2611         characters which will confuse `read', so skip past them.
2612
2613 2009-01-01  Dave Love  <fx@gnu.org>
2614
2615         * imap.el (imap-string-to-integer): Fix typo.
2616         (imap-fetch-safe): New function.
2617         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2618
2619         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2620
2621         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2622         (imap-parse-greeting): Fix doc strings.
2623         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2624         (imap-parse-flag-list): Make messages unique.
2625         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2626
2627         * nnimap.el: Fix author email.
2628         (nnimap-split-rule): Add FIXME comment.
2629         (nnimap-debug): Fix doc string.
2630
2631 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2632
2633         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2634
2635 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2636
2637         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2638         nslookup if resolv.conf isn't available.
2639         (dns-query): Rename from query-dns.
2640         (dns-query-cached): Rename from query-dns-cached.
2641
2642 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2645         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2646         to check if those variables exist (first appeared in Emacs 18.50).
2647
2648 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * mm-util.el (mm-line-number-at-pos): New function.
2651
2652         * spam-report.el (spam-report-process-queue): Use it.
2653
2654 2008-12-24  David Engster  <dengste@eml.cc>
2655
2656         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2657         parameters that haven't existed as variables as buffer-local variables.
2658
2659 2008-12-23  Dave Love  <fx@gnu.org>
2660
2661         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2662         cadar.
2663
2664         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2665         imap-starttls-p.
2666         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2667
2668 2008-12-22  Dave Love  <fx@gnu.org>
2669
2670         * imap.el: Fix author email.  Doc fixes.
2671         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2672         reply.
2673
2674 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2675
2676         * spam-report.el (spam-report-gmane-max-requests): New constant.
2677         (spam-report-gmane-wait): New variable.
2678         (spam-report-gmane-ham, spam-report-gmane-spam)
2679         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2680         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2681         the server.
2682
2683         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2684         Add explanations.
2685
2686         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2687         nnheader-accept-process-output and nnheader-read-timeout if available.
2688         (pop3-movemail): Use it.
2689
2690         * message.el (message-check-news-body-syntax): Fix signature check if
2691         there's an attachment.
2692
2693 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * mm-util.el: Add comments to the mm- emulating functions.
2696
2697 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2698
2699         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2700         by Stephen Berman <stephen.berman@gmx.net>.
2701
2702 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * mm-util.el (mm-substring-no-properties): New function.
2705         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2706         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2707         (mm-string-to-multibyte): Doc fix.
2708
2709         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2710
2711 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2712
2713         * mml.el (mml-attach-file): Strip text properties from file name.
2714         (Bug#1574)
2715
2716 2008-12-16  Glenn Morris  <rgm@gnu.org>
2717
2718         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2719
2720 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2723         knows since the charset specified might be a bogus alias that
2724         mm-charset-synonym-alist provides.
2725
2726 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2727
2728         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2729         "ISO_8859-1".
2730
2731         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2732
2733 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * mm-util.el (mm-charset-eval-alist):
2736         Define it before mm-charset-to-coding-system.
2737         (mm-charset-to-coding-system): Add optional argument `silent';
2738         define it before mm-charset-override-alist.
2739         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2740         default value if it can be used in Emacs currently running;
2741         silence mm-charset-to-coding-system.
2742
2743 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2746         `allow-override' which says whether to use `mm-charset-override-alist'.
2747         (rfc2047-decode-encoded-words): Use it.
2748
2749         * mm-util.el (mm-charset-override-alist): Fix custom type;
2750         add `(gb2312 . gbk)' to choices.
2751
2752 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2755         fast.
2756
2757         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2758
2759         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2760
2761 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2762
2763         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2764         on links.
2765
2766         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2767
2768 2008-12-03  Lute Kamstra  <lute@gnu.org>
2769
2770         * sha1.el: Remove leading * from docstrings of defcustoms,
2771         deffaces, defconsts and defuns.
2772
2773 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2776         users' addresses that don't have domain parts.
2777         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2778         rather than message-narrow-to-head since there will be the message
2779         header separator.
2780
2781 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2782
2783         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2784         since the result is inserted in a unibyte buffer anyway.
2785         (nnimap-demule-use-string-to-multibyte): Remove.
2786         (nnimap-demule): Alias it to mm-string-to-multibyte.
2787
2788 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2789
2790         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2791         variable for debugging bug#464 and bug#1174.
2792         (nnimap-demule): Use it.
2793
2794 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2795
2796         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2797         score calculation correctly.
2798
2799 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2800
2801         * message.el (message-send-mail): Just set the buffer to unibyte
2802         rather than use mm-with-unibyte-current-buffer which does a lot more.
2803         (message-send-mail-partially): Don't bother with
2804         mm-with-unibyte-current-buffer since it's already been made unibyte by
2805         message-send-mail.
2806
2807 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2810
2811 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2812
2813         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2814
2815 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2818         require itself and to remove `with-no-warnings'.
2819
2820 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2821
2822         * starttls.el (starttls-any-program-available): Get the name of the
2823         available TLS layer program.
2824         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2825         well as the host name in the "opening" message.
2826
2827         * auth-source.el (auth-source-cache, auth-source-do-cache)
2828         (auth-source-user-or-password): Cache passwords and logins by default,
2829         allow override with `auth-source-do-cache'.
2830         (auth-source-forget-user-or-password): Allow users to remove cache
2831         entries if needed.
2832
2833 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2834
2835         * md4.el (md4-buffer): Fix typo in docstring.
2836         (md4, md4-64): Doc fixes.
2837         (md4-pack-int32): Reflow docstring.
2838
2839 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2840
2841         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2842         condition-case to only the forward-sexp call.
2843
2844 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2845
2846         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2847         quotes contained.  Make it more robust regardless by an extra
2848         condition-case wrapper.
2849
2850 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2853
2854 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * nnml.el (nnml-request-expire-articles): Check if the function set to
2857         `nnmail-expiry-target' returns the symbol `delete'.
2858
2859         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2860
2861         * nnmail.el (nnmail-expiry-target): Fix custom type.
2862
2863 2008-10-02  Glenn Morris  <rgm@gnu.org>
2864
2865         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2866         Silence compiler warning.
2867
2868 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2869
2870         * tls.el (open-tls-stream): Show the actual command being
2871         executed, instead of the format string.
2872
2873 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * lpath.el: Fbind codepage-setup for Emacs 23.
2876
2877 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2878
2879         * mml.el (mml-menu): Don't assume mml2015 is bound.
2880
2881 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2884         exists.
2885
2886 2008-09-27  Glenn Morris  <rgm@gnu.org>
2887
2888         * gnus-util.el (mail-header-remove-comments): Autoload it.
2889
2890 2008-09-27  Andreas Schwab  <schwab@suse.de>
2891
2892         * gnus-util.el (gnus-split-references): Strip comments.
2893         (gnus-parent-id): Likewise.
2894
2895 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2896
2897         * message.el (message-confirm-send): Fix version.
2898
2899 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * message.el (message-idna-to-ascii-rhs-1): Use
2902         mail-extract-address-components rather than mail-header-parse-addresses
2903         that is an alias by default to ietf-drums-parse-addresses that does not
2904         support non-ASCII names in headers' contents.
2905
2906 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2907
2908         * message.el (message-confirm-send): Fixed variable documentation to
2909         avoid the "y/n" wording.
2910
2911 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2912
2913         * message.el (message-set-auto-save-file-name): Save to a different
2914         filename so multiple messages (especially drafts) can be recovered.
2915
2916 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2917
2918         * message.el (message-confirm-send): Add appropriate version.
2919
2920 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2921
2922         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2923         defvar.
2924
2925 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2926
2927         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2928         (mm-pkcs7-enveloped-magic): Ditto.
2929
2930 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2931
2932         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2933         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2934
2935 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2936
2937         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2938         default, it's better.
2939
2940 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2941
2942         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2943         summary line gnus-number property and ignore them (with a warning
2944         message).
2945
2946 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2949         macro caddr in the interactive form since it won't be expanded.
2950
2951 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2954         `charset'; fix name of function called recursively.
2955         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2956
2957 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2960         (gnus-mime-set-charset-parameters): New function.
2961         (gnus-mime-view-part-as-charset): Use it to correctly display part
2962         specifying wrong charset.
2963
2964 2008-09-08  David Engster  <dengste@eml.cc>
2965
2966         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2967         in completing-read for back end server.
2968
2969 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2970
2971         * message.el (message-confirm-send): New variable to confirm sending a
2972         message.
2973         (message-send): Use it.
2974
2975 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2978
2979 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2982
2983 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2984
2985         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2986         prevent tracking too many groups.
2987         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2988         Use it.
2989
2990 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2991
2992         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2993         moving point to the bottom of the window in order to avoid recentering.
2994
2995 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2998
2999         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3000         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3001         (gnus-article-beginning-of-window): Fix calculation.
3002
3003 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * gnus-msg.el (gnus-summary-supersede-article)
3006         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3007         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3008         message header.
3009
3010 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3011
3012         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3013         pending output coming after the status change.
3014
3015 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3016
3017         * message.el:
3018         * gnus-start.el:
3019         * gnus-registry.el: Remove VMS support.
3020
3021 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3024         macro.
3025         (rfc2104-hash): Use it.
3026
3027 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3028
3029         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3030         (gnus-summary-sort-by-most-recent-date): New commands.
3031         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3032         and menu entries.
3033
3034 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3037         don't redisplay article for raw contents; remove plural articles stuff.
3038
3039         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3040         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3041         on gnus-summary-save-article; display results properly.
3042
3043 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * lpath.el: No need to fbind ns-focus-frame.
3046
3047 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3050
3051 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3054         gnus-save-all-headers.
3055
3056 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3057
3058         * gnus-util.el (ns-focus-frame): Remove declaration.
3059         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3060         like x.
3061
3062 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3063
3064         * rfc2104.el (rfc2104-zero): Delete defconst.
3065         (rfc2104-hex-alist): Likewise.
3066         (rfc2104-hex-to-int): Delete func.
3067         (rfc2104-hexstring-to-bitstring): Likewise.
3068         (rfc2104-nybbles): New defconst.
3069         (rfc2104-hash): Rewrite for speed.
3070
3071 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * tls.el (open-tls-stream): Make it work with the 2nd argument
3074         BUFFER that is a string but does not exist as a buffer object, as
3075         mentioned in the doc-string.
3076
3077 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3080         SXEmacs.
3081
3082 2008-07-16  Glenn Morris  <rgm@gnu.org>
3083
3084         * gnus-util.el (ns-focus-frame): Declare for compiler.
3085
3086 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3089         set as a group parameter.
3090         (gnus-summary-save-in-pipe): Work when it is called independently.
3091         (gnus-summary-pipe-to-muttprint): Don't modify
3092         gnus-summary-pipe-output-default-command.
3093
3094 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3095
3096         * message.el (message-send-mail-with-sendmail):
3097         Display the error message.
3098
3099 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * gnus-art.el (gnus-default-article-saver):
3102         Add gnus-summary-save-in-pipe to choices.
3103         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3104         gnus-summary-pipe-output-default-command as the default command.
3105         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3106         instead of gnus-last-shell-command.
3107
3108         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3109         New user option.
3110         (gnus-summary-muttprint-program): Mention the value will be changed.
3111         (gnus-summary-save-article): Force showing of all headers.
3112         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3113
3114 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3115
3116         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3117
3118 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3119
3120         * nnimap.el (nnimap-id):
3121         * sieve-manage.el (sieve-manage-open): Doc fixes.
3122
3123 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3124
3125         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3126         if available.
3127
3128 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3129
3130         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3131
3132         * nnkiboze.el (nnkiboze-generate-group):
3133         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3134
3135         * nnmairix.el: Require CL.
3136
3137 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * dgnushack.el: Autoload get-display-table and put-display-table for
3140         XEmacs 21.5.
3141
3142         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3143         21.4 and SXEmacs.
3144
3145 2008-06-15  David Engster  <dengste@eml.cc>
3146
3147         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3148
3149 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3150
3151         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3152         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3153         runtime choice under XEmacs.
3154
3155         * gnus-sum.el (gnus-summary-set-display-table):
3156         Use `gnus-put-display-table', `gnus-get-display-table',
3157         `gnus-set-display-table' for the display table, instead of `aset'.
3158
3159         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3160         Use `gnus-put-display-table', `gnus-get-display-table',
3161         `gnus-set-display-table' for the display table.
3162
3163 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3164
3165         * nnmairix.el: Add autoloads.
3166
3167 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3168
3169         * nnmairix.el (nnmairix-delete-recreate-group)
3170         (nnmairix-update-and-clear-marks): Fix error messages.
3171
3172 2008-06-14  David Engster  <dengste@eml.cc>
3173
3174         * nnmairix.el: Upgrade to version 0.6.
3175         (nnmairix-group-toggle-propmarks-this-group)
3176         (nnmairix-group-toggle-readmarks-this-group)
3177         (nnmairix-group-delete-recreate-this-group)
3178         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3179         (nnmairix-remove-tick-mark-original-article): New commands.
3180         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3181         (nnmairix-propagate-marks-to-nnmairix-groups)
3182         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3183         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3184         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3185         functions needed for marks propagation and manipulation of read marks.
3186         (nnmairix-update-groups): New function.
3187         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3188         (nnmairix-determine-original-group-from-registry)
3189         (nnmairix-determine-original-group-from-path)
3190         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3191         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3192         New helper functions.
3193         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3194         keystrokes for new commands.
3195         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3196         (nnmairix-request-group): Check allow-fast group parameter.
3197         (nnmairix-request-create-group): Set allow-fast group parameter if
3198         nnmairix-allowfast-default is set.
3199         (nnmairix-close-group): Propagate marks upon closing if needed.
3200         (nnmairix-group-toggle-threads-this-group): Use new.
3201         nnmairix-group-toggle-parameter helper function.
3202         (nnmairix-search): Better check for empty search result.
3203         (nnmairix-goto-original-article): Use new helper functions for
3204         determining original article.
3205         (nnmairix-show-original-article): Make sure message-id is in brackets.
3206         (nnmairix-call-mairix-binary): Change variable name.
3207         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3208         helper function.
3209         (nnmairix-widget-toggle-activate): Fix doc string.
3210
3211 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * nnir.el: Require edmacro when compiling with XEmacs.
3214         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3215         available in Emacs 21.
3216
3217 2008-06-11  Glenn Morris  <rgm@gnu.org>
3218
3219         * gnus-util.el (x-focus-frame):
3220         * gnus.el (image-size):
3221         * mm-decode.el (image-size): Declare.
3222
3223         * gnus-picon.el (declare-function): Add compat definition.
3224         (image-size): Declare.
3225
3226         * gnus-group.el (tool-bar-map):
3227         * gnus-sum.el (tool-bar-map): Define for compiler.
3228
3229         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3230
3231         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3232
3233         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3234         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3235         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3236         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3237         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3238         * sieve-manage.el, spam-report.el, spam.el:
3239         Remove unnecessary eval-and-compile of autoloads.
3240
3241 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3242
3243         * auth-source.el: Precise Tramp doc.
3244
3245 2008-06-07  Glenn Morris  <rgm@gnu.org>
3246
3247         * nnmairix.el: Remove unnecessary eval-when-compile.
3248
3249 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * lpath.el: Fbind propertize for XEmacs 21.4.
3252
3253 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3254
3255         * nnir.el: Move here from ../contrib.
3256
3257 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3258
3259         * gnus-util.el (gnus-read-shell-command): New function.
3260         * mm-decode.el (mm-pipe-part):
3261         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3262
3263 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3266
3267 2008-06-03  Glenn Morris  <rgm@gnu.org>
3268
3269         * pop3.el (nnheader-accept-process-output): Autoload it.
3270
3271 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3274         are not 2-digit hexadecimal characters that follow `%'s.
3275
3276 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3277
3278         * message.el (message-bogus-recipient-p): Fix type in doc string.
3279         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3280         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3281         Improve custom options.
3282         (message-bogus-recipient-p): Adjust accordingly.
3283
3284 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3285
3286         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3287         long-form month and day names.
3288
3289 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * dgnushack.el: Autoload debug, eudc-expand-inline and
3292         pgg-snarf-keys-region for XEmacs.
3293
3294         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3295
3296         * nnmairix.el: Require edmacro when compiling with XEmacs.
3297
3298 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3299
3300         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3301         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3302
3303 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3304
3305         * auth-source.el: Add more docs.
3306
3307         * netrc.el (netrc-machine): Always match if the port is not given.
3308
3309 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310
3311         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3312         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3313         retrieval faster in some cases, but might make CPU usage larger.  If
3314         this has any bad side effects, we might revert this change.
3315
3316         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3317         seems to make mail retrieval much, much faster.
3318         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3319         unconditionally.
3320
3321         * gnus-draft.el (gnus-group-send-queue): Bind
3322         message-send-mail-partially-limit to nil to avoid being prompted.
3323
3324 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3325
3326         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3327
3328         * message.el (message-bogus-address-regexp): Fix and improve custom
3329         type.
3330         (message-setup-hook): Add message-check-recipients as custom option.
3331
3332 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3333
3334         * message.el (message-cite-function): Remove bogus autoload which crept
3335         in during merge from v5-10.
3336
3337 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3338
3339         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3340
3341         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3342
3343         * auth-source.el: Preliminary Tramp docs.
3344         (auth-sources): Change the default auth-sources to use
3345         EPA .gpg files.
3346
3347 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3348
3349         * nntp.el: Autoload `auth-source-user-or-password'.
3350         (nntp-send-authinfo): Use it.
3351
3352         * nnimap.el: Autoload `auth-source-user-or-password'.
3353         (nnimap-open-connection): Use it.
3354
3355         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3356         for the gnus-message function.
3357         (auth-source-user-or-password): Use it.
3358
3359 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3360
3361         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3362         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3363         (rfc2104-hash): Use it.
3364
3365 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3366
3367         * gnus-art.el (gnus-article-toggle-truncate-lines):
3368         Don't use `iff' in docstring.
3369
3370 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3371
3372         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3373
3374         * gnus-util.el (gnus-extract-address-component-name)
3375         (gnus-extract-address-component-email): Convenience functions around
3376         `gnus-extract-address-components'.
3377
3378         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3379         Use `gnus-extract-address-component-email' to fix bug of comparing full
3380         sender name to `user-mail-address'.
3381
3382 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3383
3384         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3385         catch/throw to optimize.
3386         (gnus-registry-find-keywords): Just use member to find a keyword.
3387
3388 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3389
3390         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3391         is current before calling gnus-server-prepare.
3392         (gnus-server-setup-buffer, gnus-server-update-server)
3393         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3394
3395 2008-05-04  Juri Linkov  <juri@jurta.org>
3396
3397         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3398         (mailcap-file-default-commands): Use mailcap-replace-in-string
3399         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3400         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3401
3402 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3403
3404         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3405
3406 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3407
3408         * gnus.el: Bump version to 0.11.
3409
3410 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3411
3412         * gnus.el: No Gnus v0.10 is released.
3413
3414 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3417         hooks.
3418         (gnus-update-read-articles): Speed up non-marks-using users.
3419         (gnus-use-marks): Define gnus-use-marks.
3420         (gnus-propagate-marks): Rename variable to something more sensible.
3421
3422 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3423
3424         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3425         (gmm-image-load-path-for-library): Fix typos in docstrings.
3426         (gmm-message): Reflow docstring.
3427
3428 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3429
3430         * mail-source.el (mail-source-set-1, mail-source-bind):
3431         Move auth-source code out of the macro to clean it up and fix bugs.
3432
3433 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3434
3435         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3436         by sender if it's equal to user-mail-address, it's likely to be
3437         useless.
3438
3439         * mail-source.el (mail-source-bind): Don't use user or password if they
3440         are not bound.  Unintern them if they are nil.  Don't use server unless
3441         it's bound, and default it to empty string otherwise.
3442
3443 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3444
3445         * mail-source.el: Load auth-source.el.
3446         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3447         get user name or password, if auth-sources is set up.
3448
3449         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3450         strategy of splitting with parent.
3451         (gnus-registry-split-fancy-with-parent)
3452         (gnus-registry-post-process-groups): Use it and fix prior
3453         bug (returning a list as the split result).
3454
3455         * auth-source.el (auth-sources): Remove server parameter.
3456         (auth-source-pick, auth-source-user-or-password)
3457         (auth-source-user-or-password-imap)
3458         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3459         (auth-source-user-or-password-sftp)
3460         (auth-source-user-or-password-smtp): Remove server parameter.
3461
3462 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3463
3464         * smime.el (smime-sign-region, smime-encrypt-region)
3465         (smime-decrypt-region):
3466         Remove redundant calls to `generate-new-buffer-name'.
3467
3468 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3469
3470         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3471         Don't use QP for message/rfc822.
3472         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3473
3474 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3475
3476         * sieve-manage.el (sieve-string-bytes): Remove.
3477         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3478         correct byte-length only if the process's coding-system is the same as
3479         the one used internally by Emacs to represent strings.
3480
3481 2008-04-22  Juri Linkov  <juri@jurta.org>
3482
3483         * mailcap.el (mailcap-file-default-commands): New function.
3484
3485 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3486
3487         * message.el (message-signature-separator, message-cite-function):
3488         Change custom version.
3489
3490 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3491
3492         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3493         commands.
3494         (tls-checktrust): Ditto.
3495
3496 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3497
3498         * mm-decode.el (mm-display-external): Make temp file read-only.
3499
3500 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3501
3502         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3503         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3504         `C-c C-f d'.
3505
3506 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3507
3508         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3509
3510 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3511
3512         * gnus.el: Bump version to 0.9.
3513
3514 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3515
3516         * gnus.el: No Gnus v0.8 is released.
3517
3518 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3519
3520         * mail-source.el (mail-source-value):
3521         Prefer fboundp to functionp so it works with macros as well.
3522
3523 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3524
3525         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3526         Fix last change in case the element is not even a symbol.
3527
3528 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3529
3530         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3531         Prefer fboundp to functionp so it works with macros as well.
3532
3533 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3534
3535         * auth-source.el: Added docs.
3536         (auth-sources): Modify format to support server.
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): Add server parameter.
3542
3543 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3544
3545         * gnus-registry.el: Initialize the registry when gnus-registry-install
3546         is t.
3547
3548 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * compface.el (uncompface): Make buffer unibyte.
3551
3552 2008-04-05  Glenn Morris  <rgm@gnu.org>
3553
3554         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3555
3556 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3557
3558         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3559         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3560
3561         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3562         multibyteness after rather than before erasing it.
3563
3564         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3565         mm-with-multibyte.
3566         (gnus-request-article-this-buffer): Make sure the proper decoding is
3567         used if gnus-original-article-buffer happens to be unibyte.
3568
3569         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3570         default-enable-multibyte-characters.
3571
3572         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3573         default-enable-multibyte-characters.
3574
3575         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3576
3577         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3578
3579 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3580
3581         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3582         (imap-message-copyuid-1): Use it.
3583         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3584         J. Williams in
3585         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3586
3587         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3588         imap-enable-exchange-bug-workaround.
3589         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3590
3591 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3592
3593         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3594         a 100 byte status-checks into a 2-3MB transfer for each group.
3595         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3596         to enable bug workaround or not.
3597         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3598
3599 2008-03-31  Glenn Morris  <rgm@gnu.org>
3600
3601         * message.el (mml2015-use): Declare for compiler.
3602         (message-info): Require mml2015 when appropriate.
3603
3604 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3607         whitespace.
3608
3609 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3610
3611         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3612         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3613         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3614         (nntp-service-to-port): New function.
3615         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3616         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3617         (nntp-open-netcat-stream): New function.
3618         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3619
3620 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3621
3622         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3623
3624 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3625
3626         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3627
3628 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3629
3630         * dns.el (dns-write): Use set-buffer-multibyte.
3631
3632 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3633
3634         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3635
3636 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3637
3638         * message.el (message-signature-separator): Change default.
3639         Improve custom type.
3640         (message-cite-function): Change default to
3641         message-cite-original-without-signature.
3642
3643         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3644         toggle.
3645
3646         * message.el (message-check-news-body-syntax): Fix signature check.
3647         (message-setup-1): Mark buffer as unmodified _after_ running
3648         message-setup-hook and handling message-alternative-emails.
3649         (message-shorten-references): Be more strict when building list of
3650         valid references to comply with GNKSA.
3651
3652         * gnus-group.el (gnus-read-ephemeral-bug-group)
3653         (gnus-read-ephemeral-debian-bug-group)
3654         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3655
3656         * message.el (message-info): Don't use booleanp which isn't supported
3657         in Emacs 21 and XEmacs.
3658
3659 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3660
3661         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3662         gnus-group-gmane-group-download-format.
3663         (gnus-group-read-ephemeral-gmane-group): Rename from
3664         gnus-group-read-ephemeral-gmane-group.
3665         (gnus-read-ephemeral-gmane-group-url): Rename from
3666         gnus-group-read-ephemeral-gmane-group-url.
3667         (gnus-bug-group-download-format-alist): New variable.
3668         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3669         (gnus-read-ephemeral-emacs-bug-group): New commands.
3670
3671 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3672
3673         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3674         (gnus-visible-headers): Improve custom type.
3675
3676 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3677
3678         * mml.el (mml-menu): Add workarounds for XEmacs.
3679
3680         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3681         X-Boundary header.
3682
3683         * message.el (message-simplify-recipients): Fix previous commit.
3684
3685 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3686
3687         * mm-util.el (mm-set-buffer-multibyte): New function.
3688         * mm-decode.el (mm-copy-to-buffer): Use it.
3689
3690 2008-03-19  Glenn Morris  <rgm@gnu.org>
3691
3692         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3693         Accidentally removed in the sync process with Emacs.
3694
3695 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3696
3697         * message.el (message-alter-recipients-discard-bogus-full-name):
3698         New function.
3699         (message-alter-recipients-function): New variable.
3700         (message-get-reply-headers): Use it.
3701         (message-replace-header): New helper function.
3702         (message-recipients-without-full-name): New variable.
3703         (message-simplify-recipients): New command.
3704
3705         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3706
3707         * message.el (message-info): Handle EasyPG manual.
3708
3709         * mml.el (mml-menu): Add entry for EasyPG.
3710
3711 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3712
3713         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3714         parameter.
3715
3716         * message.el (message-disassociate-draft): Specify drafts group name
3717         fully.
3718
3719 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3720
3721         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3722         unnecessary duplicates from the match list.
3723
3724 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3727
3728         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3729
3730         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3731         args of `how-many' of which the XEmacs version doesn't take; declare
3732         Info-index-next as function.
3733
3734 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3735
3736         * gnus-score.el (gnus-score-headers): Fix handling of
3737         gnus-inhibit-slow-scoring.
3738
3739         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3740         string.
3741         (gnus-button-url-regexp): Improve handling of parenthesis.
3742         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3743         (gnus-button-handle-info-keystrokes): Handle index entries.
3744
3745 2008-03-15  Glenn Morris  <rgm@gnu.org>
3746
3747         * parse-time.el (parse-time-string): Simplify.
3748
3749 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3752         Incoming* files.
3753
3754 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3755
3756         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3757         (auth-source-pick): Use it.
3758
3759 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3760
3761         * binhex.el (binhex-decode-region-internal):
3762         * uudecode.el (uudecode-decode-region-internal):
3763         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3764         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3765         setting default-enable-multibyte-characters.
3766
3767 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         * auth-source.el (auth-source-protocols)
3770         (auth-source-protocols-customize, auth-source-choices): Added and
3771         modified variable customizations and defaults.
3772         (auth-source-pick, auth-source-user-or-password)
3773         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3774         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3775         (auth-source-user-or-password-sftp)
3776         (auth-source-user-or-password-smtp): Use new variables and provide an
3777         interface to netrc.el.
3778
3779 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3782         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3783         Make sure the nntp port to specify is a string.
3784
3785 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3786
3787         * nntp.el: Use with-current-buffer.
3788         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3789         dubious mm-with-unibyte-current-buffer.
3790         (nntp-with-open-group-function): New function extracted from
3791         nntp-with-open-group macro.
3792         (nntp-with-open-group): Use the function, so it's easier to debug.
3793         Add indentation and debugging info.
3794         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3795         the use of the netcat alternatives.
3796
3797         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3798         Avoid mm-string-as-multibyte as well.
3799
3800         * nnweb.el (nnweb-insert-html):
3801         Remove use of nnheader-string-as-multibyte.
3802
3803         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3804         (nnheader-string-as-multibyte): Remove.
3805
3806         * mm-view.el: Use inhibit-read-only.
3807         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3808         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3809         or unibyte-string.
3810
3811         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3812         (mm-uu-yenc-extract): Use with-current-buffer.
3813
3814         * gnus-soup.el (gnus-soup-send-packet): Don't use
3815         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3816
3817         * nnmh.el: Use with-current-buffer.
3818         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3819         mm-string-as-multibyte on the output of mm-encode-coding-string.
3820
3821         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3822         (nnimap-request-move-article): Use with-current-buffer.
3823
3824         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3825         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3826         conversion uses string-make-unibyte rather than string-as-unibyte.
3827
3828         * gnus-msg.el: Use with-current-buffer.
3829
3830         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3831
3832 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3833
3834         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3835         string for caching if it is 'PIN.
3836
3837 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * lpath.el: Consider the case without Emacs/W3.
3840
3841 2008-03-08  Glenn Morris  <rgm@gnu.org>
3842
3843         * time-date.el (date-to-time, time-subtract, time-add)
3844         (safe-date-to-time): Doc fixes.
3845
3846 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3847
3848         * mail-source.el (mail-source-delete-old-incoming-confirm):
3849         Change default to nil.
3850         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3851
3852 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * lpath.el: Rearrange.
3855
3856         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3857         (gnus-article-goto-prev-page): Work for articles having ^L's.
3858
3859         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3860
3861         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3862
3863 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3864
3865         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3866         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3867         (gnus-bookmark-jump): Adjust some variable names.
3868
3869 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3870
3871         * auth-source.el: New package.
3872         (auth-source-choices): Add customization entry point variable.
3873
3874         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3875         bug.
3876
3877 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3878
3879         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3880         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3881         (gnus-registry-install-shortcuts): Rename from
3882         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3883         the `gnus-registry-mark-map' keymap dynamically from
3884         `gnus-registry-marks'.  The generated functions update the summary line
3885         when a registry mark is added or deleted, and will call
3886         `gnus-registry-install-p' (see the comments in the code).
3887         (gnus-registry-user-format-function-M): Use concat intelligently.
3888
3889         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3890         the registry mark functions.
3891
3892 2008-03-05  Glenn Morris  <rgm@gnu.org>
3893
3894         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3895         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3896         gnus-art.
3897         (top-level): No need to load own source when compiling.
3898
3899 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3900
3901         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3902         Suggested by <chris.anderton@zetnet.co.uk>.
3903
3904 2008-03-04  Glenn Morris  <rgm@gnu.org>
3905
3906         * gnus-sum.el (top-level): No need to require gnus when compiling,
3907         since unconditionally required near start of file.
3908         (gnus-summary-display-while-building): Move definition before use.
3909
3910 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3911
3912         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3913         formatting function.
3914
3915 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3916
3917         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3918         with plists.
3919         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3920         Use new format.
3921
3922 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3925         `where-is-internal' that returns a range of key sequences.
3926
3927 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3928
3929         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3930
3931         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3932         (gnus-summary-jump-to-group): Consider windows on other displayed
3933         frames as well.  Similar changes might be needed elsewhere, but that's
3934         the one I've bumped into during my use.
3935
3936         * nndoc.el (nndoc-oe-dbx-type-p):
3937         * gnus-msg.el (gnus-debug):
3938         * gnus-group.el (gnus-update-group-mark-positions):
3939         Use mm-string-to-multibyte.
3940
3941 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3942
3943         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3944         doesn't handle NotDashEscaped.
3945
3946         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3947         (mml-dnd-attach-options): Fix typo in custom choice.
3948
3949         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3950         nndoc-article-type to mbox.
3951         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3952
3953         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3954         to nil, instead of html2text.
3955
3956         * imap.el (imap-debug): Add `imap-ping-server'.
3957
3958         * gnus-bookmark.el: Add FIXMEs.
3959
3960         * message.el (message-form-letter-separator)
3961         (message-send-form-letter-delay): New variables.
3962         (message-send-form-letter): Use them.  New command to send form
3963         letters.  Requested by Uwe Siart.
3964         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3965
3966 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3967
3968         * Update copyright years.
3969
3970 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3971
3972         Sync from EMACS_22_BASE.
3973
3974         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3975
3976 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3977
3978         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3979         empty author.
3980
3981 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3982
3983         * gnus-registry.el (gnus-registry-marks): Add variable for
3984         customization of marks and their appearance.
3985         (gnus-registry-read-mark): Use it.
3986         (gnus-registry-do-marks): Add utility function to loop through
3987         `gnus-registry-marks'.
3988         (gnus-registry-install-shortcuts-and-menus): Add function to install
3989         shortcuts and menus.
3990         (gnus-registry-initialize): Use it.
3991         (gnus-registry-default-mark): Clarify documentation.
3992
3993 2008-02-29  Glenn Morris  <rgm@gnu.org>
3994
3995         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3996         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3997         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3998         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3999         Change defcustom :version from 23.0 to 23.1.
4000
4001 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4002
4003         * gnus-registry.el (gnus-registry-follow-group-p)
4004         (gnus-registry-post-process-groups): Add functions to aid registry
4005         splitting and improve logging.  Clarify behavior in function
4006         documentation.
4007         (gnus-registry-split-fancy-with-parent): Use them.
4008
4009 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4010
4011         * gnus-art.el: Use with-current-buffer.
4012
4013 2008-02-27  David Engster  <dengste@eml.cc>
4014
4015         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4016         Express real group name in the response.
4017
4018 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4021         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4022         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4023         autoload gnus-registry-fetch-group when compiling.
4024         (nnmairix-request-group-with-article-number-correction): Remove
4025         unreferenced argument passed to nnmairix-call-backend.
4026
4027 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4028
4029         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4030         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4031         Wilde.
4032
4033 2008-02-27  Glenn Morris  <rgm@gnu.org>
4034
4035         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4036         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4037         variables to defconsts.  Convert comments to doc-strings.
4038         (nnmairix-last-server, nnmairix-current-server): Convert from free
4039         variables to defvars.  Convert comments to doc-strings.
4040         (gnus-registry-fetch-group): Autoload.
4041         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4042         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4043         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4044         caddr.
4045         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4046         nnmairix-request-group-with-article-number-correction call.
4047         (nnmairix-fast, nnmairix-group): New, less general names, for free
4048         variables passed from nnmairix-request-group to
4049         nnmairix-request-group-with-article-number-correction.  Declare.
4050         (nnmairix-request-group-with-article-number-correction):
4051         Use nnmairix-fast, nnmairix-group rather than fast, group.
4052
4053 2008-02-26  David Engster  <dengste@eml.cc>
4054
4055         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4056         version 0.5.
4057
4058 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4059
4060         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4061         instead of making an extra function call.  Don't add the current group
4062         to articles only when they have the group.  Use
4063         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4064         Reported by David <de_bb@arcor.de>.
4065
4066 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4069         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4070
4071 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4072
4073         * mail-source.el (mail-source-delete-incoming): Change default.
4074         Supplement doc string.
4075
4076         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4077
4078 2008-02-14  Glenn Morris  <rgm@gnu.org>
4079
4080         * time-date.el (format-seconds): New function.
4081
4082 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4083
4084         * nnmail.el (nnmail-message-id-cache-file): Derive from
4085         `gnus-home-directory'.
4086
4087 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4088
4089         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4090         Document negative prefix.
4091
4092         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4093
4094 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * message.el (message-unsent-separator): Add the Exim bounce
4097         separator.
4098
4099 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4100
4101         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4102         list.
4103         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4104         recipient/signer list.
4105
4106 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * Makefile.in (datarootdir): Define.
4109         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4110         name that might contain whitespace.
4111
4112 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4113
4114         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4115         fbound (Emacs 23 unicode), signal an error.
4116
4117 2008-02-08  Glenn Morris  <rgm@gnu.org>
4118
4119         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4120
4121 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4122
4123         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4124         ports to the calls to `netrc-machine-user-or-password' in addition to
4125         "imap" and "imaps".
4126
4127 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4128
4129         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4130
4131         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4132
4133 2008-02-01  Kenichi Handa  <handa@m17n.org>
4134
4135         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4136         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4137         (rfc2104-hash): Convert the result of concat to unibyte string.
4138
4139 2008-02-01  Dave Love  <fx@gnu.org>
4140
4141         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4142         coding-system-for-read.
4143         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4144
4145 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4148         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4149         <hanche@math.ntnu.no>.
4150
4151 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4154
4155         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4156
4157 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4158
4159         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4160         * message.el (message-beginning-of-line): Use featurep instead of bound
4161         tests in order to resolve conditionals at compile time.
4162
4163 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4164
4165         * mail-source.el (mail-sources): Add `group' choice.
4166
4167         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4168         parameter `in-group' to control into which group the articles go.
4169         Add treatment of `group' mail-source.
4170
4171 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4174
4175         * mm-decode.el (mm-dissect-buffer): Decode description.
4176
4177         * mml.el (mml-to-mime): Encode message header first.
4178
4179 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4182         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4183
4184         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4185         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4186
4187 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4188
4189         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4190
4191 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4194         prefix keys.
4195         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4196         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4197         gnus-xmas.el.
4198
4199         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4200         (gnus-xmas-article-describe-bindings): New function.
4201         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4202         gnus-xmas-article-describe-bindings.
4203
4204         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4205
4206 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4207
4208         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4209         Add new variables for article mark management.
4210         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4211         list of extra data entries which, when present, will indicate that the
4212         article ID should not be trimmed from the registry.
4213         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4214         functions.
4215         (gnus-registry-read-mark): New function to read a mark name from the
4216         user.
4217         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4218         (gnus-registry-set-article-mark-internal): New functions to add and
4219         remove marks.
4220         (gnus-registry-get-article-marks): New function to show the marks for
4221         an article, or retrieve them for further use.
4222
4223 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4226         keys when no argument is given.
4227
4228 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4229
4230         * imap.el (imap-ping-server): New variable.
4231         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4232         (imap-ping-server): Minor doc string fixes.
4233
4234 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4235
4236         * imap.el (imap-ping-server): New function.
4237         (imap-opened): Call imap-ping-server.
4238
4239 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * gnus-sum.el (gnus-article-sort-by-random)
4242         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4243         jidanni@jidanni.org.
4244
4245 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * gnus-art.el (gnus-article-describe-bindings): New function.
4248         (gnus-article-read-summary-keys): Use it.
4249         (gnus-article-mode-map): Bind `C-h b' to it.
4250
4251 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4254         XEmacs.
4255         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4256         against non-character events.
4257
4258         * lpath.el: Fbind map-keymap for Emacs 21.
4259
4260 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4261
4262         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4263         command.
4264         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4265         instead of END.  Change name of the temp file.
4266         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4267         customizable.
4268
4269 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4272         bind `S W' to gnus-article-wide-reply-with-original; set default
4273         binding to gnus-article-read-summary-send-keys.
4274         (gnus-article-read-summary-keys): Fix the order of keys; display
4275         continuation keys correctly in the echo area; describe bindings
4276         correctly when keys end with `C-h'.
4277         (gnus-article-read-summary-send-keys): New function.
4278         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4279         for gnus-article-read-summary-send-keys; display continuation keys
4280         correctly in the echo area.
4281         (gnus-article-reply-with-original): Ignore prefix argument.
4282         (gnus-article-wide-reply-with-original): New function.
4283
4284         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4285         Emacs 21.
4286
4287 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4290         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4291
4292 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4293
4294         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4295         (gnus-group-read-ephemeral-gmane-group): New command.
4296
4297 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4298
4299         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4300
4301 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4302
4303         * message.el (message-send-mail-function): Increase custom version.
4304
4305         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4306         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4307
4308 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4311         for the cases where imap-authenticate is called with a nil buffer
4312         parameter.
4313
4314 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4317         html parts correctly; support forwarded messages.
4318         (gnus-article-browse-html-article): Remove work buffers.
4319
4320         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4321         compiling.
4322         (netrc-bound-and-true-p): New macro.
4323         (netrc-parse): Use it instead of bound-and-true-p that is not available
4324         in XEmacs 21.4.
4325
4326 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4327
4328         * gnus-registry.el (gnus-registry-mark-article)
4329         (gnus-registry-article-marks): Add functionality to mark articles
4330         through the Gnus registry.
4331
4332         * encrypt.el: Clarify documentation for the new pgg method.
4333         (encrypt-file-alist): Add PGG option.
4334         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4335         functionality.  Abstract password key and messaging to external
4336         functions.
4337         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4338         (encrypt-message-method-and-cipher): Add new convenience external
4339         functions.
4340         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4341         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4342
4343         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4344         (netrc-parse): Use encrypt-file-alist to determine if
4345         encrypt-find-model or encrypt-insert-file-contents should be used.
4346
4347         * encrypt.el: Clarify documentation.  Load password-cache or
4348         password, whichever one is found first, instead of autoloading.
4349
4350 2007-12-19  Glenn Morris  <rgm@gnu.org>
4351
4352         * mml.el (message-options-set, message-narrow-to-head)
4353         (message-in-body-p, message-mail-p, message-encode-message-body):
4354         Autoload.
4355         (message-remove-header, message-narrow-to-headers-or-head)
4356         (message-subscribed-p, message-make-mail-followup-to)
4357         (message-position-on-field, message-news-p)
4358         (message-options-set-recipient, message-generate-headers)
4359         (message-sort-headers): Declare as functions.
4360
4361 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4362
4363         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4364         convention in doc string.
4365
4366 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4369         title to html parts.
4370         (gnus-article-browse-html-article): Pass message header to it.
4371
4372         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4373
4374 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4377         or password compatible with XEmacs.
4378
4379 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4382         format document.
4383         (gnus-mime-delete-part): Don't write description line if empty.
4384         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4385
4386 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
4387
4388         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4389         (gnus-summary-mark-read-and-unread-as-read)
4390         (gnus-summary-mark-current-read-and-unread-as-read)
4391         (gnus-summary-mark-unread-as-ticked): Doc fix.
4392         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4393
4394 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4395
4396         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4397         Christoph Conrad <christoph.conrad@gmx.de>.
4398
4399 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4400
4401         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4402         yes-or-no-p.
4403
4404 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * mm-decode.el (mm-add-meta-html-tag): New function.
4407         (mm-save-part-to-file, mm-pipe-part): Use it.
4408
4409         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4410         gnus-y-or-n-p instead of y-or-n-p.
4411         (gnus-article-browse-html-parts): Work with message/external-body; use
4412         mm-add-meta-html-tag.
4413
4414 2007-12-11  Glenn Morris  <rgm@gnu.org>
4415
4416         * gnus-cache.el: Require gnus-sum not just when compiling.
4417
4418         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4419
4420         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4421         definitions before use.
4422
4423         * mm-decode.el: Require gnus-util.
4424         (mm-remove-part): Only call delete-annotation on XEmacs.
4425
4426         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4427
4428         * nnmail.el: Require gnus-int.
4429
4430         * spam.el: Move `require's before `eval-when-compile's.
4431
4432         * gnus-ems.el (gnus-alive-p):
4433         * gnus-fun.el (message-goto-eoh):
4434         * gnus-util.el (gnus-group-name-decode):
4435         * mail-source.el (gnus-compress-sequence):
4436         * message.el (Info-goto-node, format-spec):
4437         * mm-bodies.el (message-options-get):
4438         * mm-decode.el (mm-view-pkcs7):
4439         * mm-util.el (gmm-write-region):
4440         * mml-smime.el (mml-compute-boundary)
4441         (gnus-completing-read-with-default):
4442         * mml.el (widget-button-press, gnus-make-hashtable):
4443         * mml1991.el (mm-decode-content-transfer-encoding)
4444         (mm-encode-content-transfer-encoding)
4445         (message-options-get, message-options-set):
4446         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4447         * nnfolder.el (gnus-request-group):
4448         * nnheader.el (ietf-drums-unfold-fws):
4449         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4450         * smime.el (gnus-run-mode-hooks):
4451         * spam-stat.el (gnus-message): Autoload.
4452
4453         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4454         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4455         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4456         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4457         Add declare-function compatibility definition.
4458
4459         * gnus-cache.el (nnvirtual-find-group-art):
4460         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4461         (gnus-add-image, gnus-add-wash-type):
4462         * gnus-group.el (nnkiboze-score-file):
4463         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4464         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4465         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4466         (message-tokenize-header, gnus-get-buffer-create)
4467         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4468         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4469         * gnus.el (gnus-group-decoded-name):
4470         * mail-source.el (imap-capability):
4471         * mm-bodies.el (message-options-set):
4472         * mm-decode.el (gnus-configure-windows):
4473         * mm-extern.el (message-goto-body):
4474         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4475         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4476         (epg-sub-key-validity, message-options-set):
4477         * mml.el (widget-event-point, gnus-configure-windows):
4478         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4479         * mml2015.el (epg-check-configuration, epg-configuration)
4480         (message-options-set):
4481         * nndb.el (nndb-request-article):
4482         * nnfolder.el (gnus-request-create-group):
4483         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4484         * nnmaildir.el (gnus-group-mark-article-read):
4485         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4486         * rfc1843.el (message-fetch-field):
4487         * spam.el (gnus-extract-address-components):
4488         Declare as functions.
4489
4490 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4493
4494         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4495
4496         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4497         bind show-trailing-whitespace for XEmacs.
4498
4499 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4500
4501         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4502         new no-op macro for backward compatibility.
4503
4504         * imap.el (imap-string-to-integer): New function.
4505
4506 2007-12-09  Glenn Morris  <rgm@gnu.org>
4507
4508         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4509
4510         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4511         * message.el, mm-view.el, sieve-manage.el, smime.el:
4512         Add declare-function compatibility definition.
4513
4514         * gnus-art.el (w3-region, w3m-region, Info-menu):
4515         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4516         * gnus-sum.el (gnus-get-predicate):
4517         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4518         * message.el (mail-abbrev-in-expansion-header-p):
4519         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4520         (w3m-detect-meta-charset, w3m-region):
4521         * sieve-manage.el (password-read, password-cache-add)
4522         (password-cache-remove):
4523         * smime.el (password-read-and-add): Declare as functions.
4524
4525 2007-12-08  David Kastrup  <dak@gnu.org>
4526
4527         * gnus-sum.el (gnus-summary-simplify-subject-query):
4528         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4529         `message'.
4530
4531 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4534         it to bind idna-program, installation-directory, defined-colors, and
4535         face-attribute for XEmacs of the version that compiles defcustom forms.
4536
4537 2007-12-07  Glenn Morris  <rgm@gnu.org>
4538
4539         * gnus-art.el (article-make-date-line): Revert previous change.
4540
4541 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4542
4543         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4544
4545 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4546
4547         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4548         Call gnus-add-to-range ranges only once with a prepared article-list.
4549
4550 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4551
4552         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4553         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4554         group names with backslashes.  Reported by Tassilo Horn
4555         <tassilo@member.fsf.org>.
4556
4557 2007-12-06  Deepak Goel  <deego3@gmail.com>
4558
4559         * gnus-art.el (article-make-date-line):
4560         * gnus-start.el (gnus-load):
4561         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4562
4563 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * gnus-art.el (gnus-use-idna)
4566         * gnus-start.el (gnus-site-init-file)
4567         * message.el (message-use-idna)
4568         * mm-uu.el (mm-uu-hide-markers)
4569         * smiley.el (smiley-style): Revert changes that suppress warnings.
4570
4571 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4574         specify charset to html source.  Reported by Christoph Conrad
4575         <christoph.conrad@gmx.de>.
4576
4577 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4580         idna-program in order to suppress byte compile warning issued by XEmacs
4581         that came to byte compile the default value section of defcustom forms
4582         recently.
4583
4584         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4585         value of installation-directory.
4586
4587         * message.el (message-use-idna): Don't directly refer to the value of
4588         idna-program.
4589
4590         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4591
4592         * smiley.el (smiley-style): Don't directly call face-attribute.
4593
4594 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4595
4596         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4597
4598         * gnus-dired.el: Reduce Gnus dependencies.
4599         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4600         require.  Use autoloads instead.
4601         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4602         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4603         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4604         (gnus-dired-mode): Adjust doc string.
4605         (gnus-dired-mail-mode): New variable.
4606         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4607         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4608         (gnus-dired-mail-buffers): New function.  Return mail or message
4609         composition buffers.
4610         (gnus-dired-attach): Use it.
4611         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4612         NO-DECODE.
4613         (gnus-dired-print): Use `gnus-print-buffer' depending on
4614         `gnus-dired-mail-mode'.
4615
4616 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * rfc2047.el (rfc2047-encoded-word-regexp)
4619         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4620         explaining what regexp patterns are for.
4621
4622 2007-12-04  Glenn Morris  <rgm@gnu.org>
4623
4624         * password.el: Move to password-cache.el.
4625
4626         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4627         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4628         * mml-smime.el (password-read, password-cache-add)
4629         (password-cache-remove):
4630         No need to autoload, since mml-sec requires password.
4631
4632         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4633         * message.el (gnus-extract-address-components):
4634         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4635
4636         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4637         password.
4638
4639 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4640
4641         * mailcap.el: Reduce dependencies.
4642         (mail-header-parse-content-type): Autoload.
4643         (mailcap-delete-duplicates): New alias.
4644         (mailcap-mime-info): Add optional argument NO-DECODE.
4645         (mailcap-mime-types): Use mailcap-delete-duplicates.
4646
4647         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4648
4649 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4650
4651         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4652         (imap-parse-status): Upcase status-att for servers that sends them
4653         lower-case (e.g., MS Exchange 2007).
4654
4655 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4656
4657         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4658         function.
4659
4660         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4661         (gnus-uu-yenc-article): New function.
4662
4663         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4664
4665         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4666         buffer.
4667
4668 2007-12-02  Glenn Morris  <rgm@gnu.org>
4669
4670         * binhex.el (binhex): New custom group.
4671         (binhex-decoder-program, binhex-decoder-switches)
4672         (binhex-use-external): Move to the binhex custom group.
4673
4674         * uudecode.el (uudecode): New custom group.
4675         (uudecode-decoder-program, uudecode-decoder-switches)
4676         (uudecode-use-external): Move to the uudecode custom group.
4677
4678         * netrc.el (top-level): Don't load `encrypt' features.
4679         (netrc-parse): Don't use encrypt.
4680         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4681
4682         * encrypt.el: Remove file.
4683
4684 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4685
4686         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4687         matches on patches.
4688
4689         * gnus-art.el (gnus-article-browse-html-article): Mention
4690         `mm-text-html-renderer' in the doc string.
4691
4692         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4693         string.  Add comments.
4694
4695         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4696         if rhs is ASCII.
4697
4698 2007-12-01  Glenn Morris  <rgm@gnu.org>
4699
4700         * mail-source.el (top-level): Require format-spec before
4701         eval-when-compile.
4702
4703 2007-11-30  Glenn Morris  <rgm@gnu.org>
4704
4705         * encrypt.el: Require password, rather than autoloading password-read.
4706
4707 2007-11-29  Glenn Morris  <rgm@gnu.org>
4708
4709         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4710         (sasl-make-client, sasl-next-step, sasl-step-data)
4711         (sasl-step-set-data): Declare as functions.
4712
4713 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4714
4715         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4716
4717 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4718
4719         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4720         certs should be verified and what is to be done in the event of a
4721         verification failure.
4722
4723         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4724         caller can indicate whether the cache should be disregarded for this
4725         call.  This way the result of the call is reproducible at all times and
4726         can be considered a canonical server name for the supplied method.
4727         (gnus-agent-method-p): Canonicalize server names by pushing their
4728         method through `gnus-method-to-server' using the no-cache argument.
4729
4730         * gnus-srvr.el (gnus-server-insert-server-line): Call
4731         `gnus-method-to-server' with `no-cache' argument.
4732
4733         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4734         gnus-agent-possibly-synchronize-flags as this should be called when the
4735         server is actually being opened.
4736         (gnus-agent-possibly-synchronize-flags)
4737         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4738         flags file of an agentized server to the latter function.
4739
4740         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4741         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4742         after a connection has been established successfully.
4743
4744 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-art.el (article-display-face): Force to display face if called
4747         interactively; check if gnus-article-x-face-too-ugly matches author.
4748         (article-display-x-face): Display face even if From header is missing
4749         as article-display-face does.
4750
4751 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4752
4753         * hashcash.el (message-narrow-to-headers-or-head)
4754         (message-fetch-field, message-goto-eoh)
4755         (message-narrow-to-headers): Declare as functions.
4756
4757 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4758
4759         * mail-source.el (mail-sources): Default to fetch from file for
4760         compatibility with default of nnmail-spool-file.
4761
4762 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4765         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4766         to look for encoded word that should be encoded again.
4767         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4768         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4769         encoding pattern.
4770         (rfc2047-decode-region): Switch strict regexp and loose one according
4771         to rfc2047-allow-irregular-q-encoded-words.
4772
4773 2007-11-25  Romain Francoise  <romain@orebokech.com>
4774
4775         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4776
4777 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4778
4779         * tls.el (tls-program): Provide more custom choices from
4780         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4781         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4782
4783 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4784
4785         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4786         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4787
4788         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4789         `nnmail-spool-file'.
4790
4791         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4792         `nnmail-spool-file'.
4793
4794         * gnus-move.el (gnus-change-server): Ditto.
4795
4796         * gnus-kill.el (gnus-batch-score): Ditto.
4797
4798         * gnus-cache.el (gnus-jog-cache): Ditto.
4799
4800         * gnus-msg.el (gnus-summary-reply):
4801         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4802
4803 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4804
4805         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4806         version.  Minor improvement to doc strings.
4807         (tls-program): Add comment.
4808
4809 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4810
4811         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4812         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4813         mismatch between the hostname provided in the certificate and the name
4814         of the host connnecting to.
4815         (open-tls-stream): Use them.  Check certificates against trusted root
4816         certificates.
4817
4818 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4819
4820         * gnus-cache.el (gnus-cache-generate-nov-databases):
4821         Use nnml-generate-nov-databases-directory instead of
4822         nnml-generate-nov-databases-1.
4823
4824 2007-11-24  Glenn Morris  <rgm@gnu.org>
4825
4826         * message.el (message-tool-bar-retro): Update for rename
4827         mail_send.xpm->mail-send.xpm.
4828
4829 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4832         `smime-ldap-search' for Emacs 22 and up.
4833
4834 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4835
4836         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4837
4838         * message.el (message-send-mail-function): Fix error convention.
4839         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4840         (message-widen-reply, message-send-mail, message-talkative-question)
4841         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4842         (message-clone-locals, message-send-news): Use with-current-buffer.
4843         (message-insert-or-toggle-importance): Remove unused var `valid'.
4844         (message-make-references): Remove unused var `new-references'.
4845         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4846
4847 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4848
4849         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4850         (spam-split-symbolic-return-positive): Reflow docstring.
4851         (spam-backends, spam-summary-exit-behavior)
4852         (spam-mark-ham-unread-before-move-from-spam-group)
4853         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4854         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4855         (spam-clear-cache, spam-backend-check, spam-install-backend)
4856         (spam-install-statistical-backend, spam-list-of-processors)
4857         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4858         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4859         (spam-check-crm114, spam-initialize, spam-unload-hook):
4860         Fix typos in docstrings.
4861
4862 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4865         been checked if they have never been read and those group levels are
4866         higher than the one that a user specified.
4867
4868 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4871         foreign groups unless a group level is specified by a user.
4872         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4873
4874 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4875
4876         * message.el (message-send-mail-function): Require sendmail.
4877
4878 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4879
4880         * message.el (message-send-mail-function): Check for smtpmail too.
4881
4882         * utf7.el (utf7-encode, utf7-decode): Use coding system
4883         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4884
4885         * message.el (message-send-mail-function): New function.
4886         (message-send-mail-function): Set default using
4887         message-send-mail-function.  Adjust doc string.
4888         (message-send-mail-with-mailclient): New function.
4889
4890 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4891
4892         * smime.el (from):
4893         * rfc2047.el (message-posting-charset):
4894         * qp.el (mm-use-ultra-safe-encoding):
4895         * pop3.el (parse-time-months):
4896         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4897         * nnml.el (files):
4898         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4899         (jka-compr-compression-info-list, ange-ftp-path-format)
4900         (efs-path-regexp):
4901         * nndiary.el (files):
4902         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4903         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4904         (epg-digest-algorithm-alist, inhibit-redisplay)
4905         (password-cache-expiry):
4906         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4907         (pgg-output-buffer, password-cache-expiry):
4908         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4909         (efs-path-regexp):
4910         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4911         (inhibit-redisplay):
4912         * mm-uu.el (file-name, start-point, end-point, entry)
4913         (gnus-newsgroup-name, gnus-newsgroup-charset):
4914         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4915         (latin-unity-ucs-list):
4916         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4917         (mm-uu-binhex-decode-function):
4918         * message.el (gnus-message-group-art, gnus-list-identifiers)
4919         (rmail-enable-mime-composing, gnus-local-organization)
4920         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4921         (gnus-read-active-file, facemenu-add-face-function)
4922         (facemenu-remove-face-function, gnus-article-decoded-p)
4923         (tool-bar-mode):
4924         * mail-source.el (display-time-mail-function):
4925         * gnus-util.el (nnmail-pathname-coding-system)
4926         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4927         (gnus-original-article-buffer, gnus-user-agent)
4928         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4929         (xemacs-codename, sxemacs-codename, emacs-program-version):
4930         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4931         * gnus-start.el (gnus-agent-covered-methods)
4932         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4933         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4934         (gnus-newsgroup-headers, gnus-group-list-mode)
4935         (gnus-group-mark-positions, gnus-newsgroup-data)
4936         (gnus-newsgroup-unreads, nnoo-state-alist)
4937         (gnus-current-select-method, mail-sources)
4938         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4939         (nnmail-spool-file, gnus-cache-active-hashtb):
4940         * gnus-mh.el (mh-lib-progs):
4941         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4942         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4943         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4944         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4945         (gnus-group-buffer):
4946         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4947         (font-lock-set-defaults):
4948         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4949         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4950         (gnus-summary-post-menu, total-parts, type, condition, length):
4951         * gnus-agent.el (gnus-agent-read-agentview):
4952         * flow-fill.el (show-trailing-whitespace):
4953         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4954         eval-and-compile wrappers for byte compiler pacifiers.
4955
4956         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4957         (mm-display-inline-fontify): Check for featurep 'xemacs not
4958         extent-list.
4959
4960         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4961         itimer-list.
4962         (mm-create-image-xemacs): Only do something for XEmacs.
4963         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4964
4965         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4966
4967         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4968         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4969
4970 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4971
4972         * nnimap.el (nnimap-split-download-body):
4973         * gnus-demon.el (gnus-demon):
4974         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4975
4976 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4979         macros.
4980         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4981         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4982         copy data from unibyte buffer to multibyte current buffer.
4983         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
4984         to copy data from unibyte current buffer to multibyte buffer.
4985         (nntp-make-process-buffer): Make process buffer unibyte.
4986
4987         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4988
4989 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4990
4991         * pop3.el (pop3-open-server): Accept and process data more robustly at
4992         connexion start to avoid spurious "POP SSL connexion failed" errors.
4993
4994 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4997         read group names.
4998
4999 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5000
5001         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5002
5003 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5006         (nnmail-save-active): Use a unibyte buffer when saving active file,
5007         which may contain non-ASCII group names.
5008
5009         * nnml.el (nnml-request-group): Decode group names in messages.
5010
5011 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5012
5013         * message.el (message-citation-line-function)
5014         (message-insert-formatted-citation-line): Fix spelling of
5015         `message-insert-formated-citation-line'.
5016
5017 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5018
5019         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5020
5021 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5024         nnmail-pathname-coding-system.
5025
5026         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5027         that a user enters; decode group names in messages.
5028
5029         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5030
5031 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5032
5033         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5034
5035         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5036
5037         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5038         risky local variable.
5039
5040         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5041
5042 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5043
5044         * encrypt.el: Improve documentation to fix function name typo.
5045         Reported by Daiki Ueno <ueno@unixuser.org>.
5046
5047 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5050         even if the point is not in the last page of an article.
5051         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5052         back to the previous page.
5053
5054 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5055
5056         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5057
5058 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5061
5062 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5063
5064         * message.el (message-check-news-body-syntax): Avoid
5065         mm-string-as-multibyte.
5066         (message-hide-headers): Don't assume (point-min)==1.
5067
5068 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5069
5070         * message.el (message-remove-blank-cited-lines): Fix if remove is
5071         given.
5072         (message-bogus-address-regexp): New variable.
5073         (message-bogus-recipient-p): New function.
5074         (message-check-recipients): New command.
5075         (message-syntax-checks): Add `bogus-recipient'.
5076         (message-fix-before-sending): Add `bogus-recipient'.
5077
5078         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5079         (gnus-treat-body-boundary): Don't test window-system.
5080
5081 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5082
5083         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5084
5085 2007-10-28  Miles Bader  <miles@gnu.org>
5086
5087         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5088         at compile-time too.
5089
5090 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5091
5092         * gnus-msg.el (gnus-message-setup-hook): Add
5093         `message-remove-blank-cited-lines' to options.
5094
5095 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5096
5097         * message.el (message-remove-blank-cited-lines): New function.
5098         Suggested by Karl Plästerer.
5099
5100 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5103         mapc.
5104
5105         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5106         (top-level): Use mapc to set functions to be traced for debugging.
5107
5108         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5109         called for effect with while loop.
5110
5111         * message.el (message-talkative-question): Replace mapcar called for
5112         effect with mapc.
5113
5114         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5115         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5116         called for effect with dolist.
5117
5118         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5119
5120         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5121         gnus-extra-headers and nnmail-extra-headers.
5122
5123         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5124         called for effect with dolist.
5125         (top-level): Use mapc to set functions to be traced for debugging.
5126
5127         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5128         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5129         dolist.
5130
5131         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5132         Replace mapcar called for effect with mapc.
5133         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5134         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5135         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5136         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5137
5138         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5139         remove-if that's a cl function.
5140
5141         * webmail.el (webmail-debug): Replace mapcar called for effect with
5142         dolist.
5143
5144         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5145         with mapc.
5146
5147 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5150         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5151         with while loop.
5152
5153         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5154         functions from article-* functions.
5155         (gnus-multi-decode-header): Replace mapcar called for effect with
5156         dolist.
5157
5158         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5159         (gnus-bookmark-show-details): Replace mapcar called for effect with
5160         while loop.
5161
5162         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5163         called for effect with while loop.
5164
5165         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5166         with dolist.
5167
5168         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5169         mapcar called for effect with dolist.
5170
5171         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5172
5173         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5174         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5175         Replace mapcar called for effect with dolist.
5176         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5177         mapc.
5178
5179         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5180         Replace mapcar called for effect with dolist.
5181         (gnus-topic-list): Replace mapcar called for effect with mapc.
5182
5183         * gnus.el: Use mapc instead of mapcar to add autoloads.
5184
5185 2007-10-23  Richard Stallman  <rms@gnu.org>
5186
5187         * gnus-group.el (gnus-group-highlight): Mark as risky.
5188
5189 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * gnus.el (gnus-server-to-method): Return method found first in
5192         gnus-newsrc-alist.
5193
5194         * gnus-art.el (gnus-article-highlight-signature)
5195         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5196         button overlay without the front stickiness.
5197
5198 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5199
5200         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5201         overview buffer needed a catch to receive its throw.
5202         (gnus-agent-flush-cache): Declared as interactive to make this function
5203         easier to use.
5204
5205 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5206
5207         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5208         `next-line'.
5209
5210 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5213         exclude address matching message-dont-reply-to-names.
5214
5215 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-util.el (gnus-string<): New function.
5218
5219         * gnus-sum.el (gnus-article-sort-by-author)
5220         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5221
5222 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5225         the frame-focus tag is set in gnus-buffer-configuration.
5226
5227 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5230         the front stickiness.
5231
5232 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5235         url pattern; remove duplicate one.
5236         (gnus-article-extend-url-button): New function.
5237         (gnus-article-add-buttons): Use it.
5238         (gnus-button-push): Use concatenated url that it makes.
5239
5240 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5241
5242         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5243
5244 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5245
5246         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5247         Don't hardcode point-min==1.
5248
5249 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5250
5251         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5252         Fix comment about "iso8859-1".
5253
5254 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5255
5256         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5257         ones returned from the verify-function.
5258
5259         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5260         mml2015-extract-cleartext-signature if extraction failed.
5261
5262 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5263
5264         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5265         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5266         failed.
5267
5268 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5269
5270         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5271
5272 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5273
5274         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5275         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5276         recommends to use EasyPG instead of PGG.
5277
5278         * pgg.el: Revert to revision 6.23.2.16.
5279
5280         * pgg-def.el: Revert to revision 6.6.2.14.
5281
5282         * pgg-gpg.el: Revert to revision 6.23.2.34.
5283
5284 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5285
5286         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5287         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5288         thread for both the null and zero (kill/expire thread) universal prefix
5289         cases.
5290         (gnus-summary-expire-thread): Add new function to expire a thread,
5291         using gnus-summary-kill-thread.
5292         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5293         shortcuts for gnus-summary-expire-thread.
5294         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5295         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5296
5297 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5298
5299         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5300         extras value, so an extras entry can be deleted.
5301         (gnus-registry-delete-extra-entry): Use it.
5302         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5303         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5304         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5305         storage through the gnus-registry, and provide an appropriate API for
5306         it.
5307
5308 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5311         Suggested by Leo <sdl.web@gmail.com>.
5312
5313         * gnus.el: Do.
5314
5315 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5318         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5319
5320         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5321
5322         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5323         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5324
5325 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5328         newline.
5329         (nnmbox-request-accept-article): Don't change article in source buffer;
5330         narrow to header to use message-fetch-field rather than
5331         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5332         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5333         as delimiters; make sure article ends with newline.
5334         (nnmbox-delete-mail): Correct last position of article to be deleted;
5335         ignore X-Gnus-Newsgroup header in article body.
5336         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5337         positions; make sure article ends with newline.
5338
5339         * message.el (message-display-abbrev): Don't infloop when a user
5340         inserts SPC in the beginning of header.
5341
5342         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5343         coding-system-for-read and coding-system-for-write for XEmacs having no
5344         file-coding feature.
5345
5346         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5347
5348 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5349
5350         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5351         list of groups not followed by default.  Fix type to be regexp.
5352         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5353
5354 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5355
5356         * hmac-def.el (define-hmac-function): Switch from old-style to
5357         new-style backquotes.
5358
5359         * md4.el (md4-make-step): Likewise.
5360
5361 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5364         raw-text coding system when saving .newsrc file, which may contain
5365         non-ASCII group names.
5366
5367 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * gnus-cus.el (gnus-score-extra): New widget.
5370         (gnus-score-extra-convert): New function.
5371         (gnus-score-customize): Use it for Extra.
5372
5373 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5374
5375         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5376         (mml2015-mailcrypt-clear-verify): Use it.
5377         (mml2015-gpg-clear-verify): Use it.
5378         (mml2015-pgg-clear-verify): Use it.
5379         (mml2015-epg-clear-verify): Replace the current part with the output
5380         from GnuPG; don't extract the plaintext by itself.
5381
5382         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5383         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5384         mml2015-clear-verify-function; don't touch the armor headers or
5385         dash-escaped text here.
5386
5387 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5390         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5391         parts, or application/octet-stream as a last resort.
5392         (gnus-mime-view-part-as-type): Don't toggle display.
5393         (gnus-mime-view-part-as-charset): Don't turn off display before
5394         querying charset.
5395
5396         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5397         stuff to undisplayer function in Emacs.
5398         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5399
5400         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5401         text/calendar parts.
5402
5403 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5406         decoding text/calendar parts.
5407
5408         * message.el (message-forward-make-body-mime): Always mark body as
5409         having no illegible text; remove signed-or-encrypted argument.
5410         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5411
5412         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5413         (mml-generate-mime-1): Don't encode body if it is specified to be in
5414         raw form; don't make buffer be unibyte when inserting multibyte string.
5415
5416 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5417
5418         * sha1.el: Fix up comment style.
5419         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5420         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5421
5422         * hex-util.el: Fix up comment style.
5423         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5424
5425         * gnus-salt.el: Use with-current-buffer.
5426         (gnus-pick-setup-message): Fix long-standing typo.
5427
5428 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * imap.el (imap-logout-timeout): New variable.
5431         (imap-logout, imap-logout-wait): New functions.
5432         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5433
5434         * nnimap.el (nnimap-logout-timeout): New server variable.
5435         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5436         nnimap-logout-timeout.
5437
5438         * gnus-art.el (gnus-article-summary-command-nosave)
5439         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5440
5441 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * gnus.el (gnus-maximum-newsgroup): New variable.
5444
5445         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5446         according to gnus-maximum-newsgroup.
5447
5448         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5449         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5450         Limit the range of articles according to gnus-maximum-newsgroup.
5451
5452 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5453
5454         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5455         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5456         Don't perform gnus-configure-windows here; reuse existing sticky
5457         article buffer.
5458
5459         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5460         it doesn't exist in gnus-article-mode.
5461
5462 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5465         (gnus-agent-decoded-group-name): New function.
5466         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5467         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5468
5469 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5470
5471         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5472         Add binding for gnus-sticky-article.
5473         (gnus-summary-exit): Don't kill sticky article buffers.
5474
5475         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5476         article buffer.
5477         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5478         (gnus-kill-sticky-article-buffers): New commands.
5479
5480 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * nntp.el (nntp-xref-number-is-evil): New server variable.
5483         (nntp-find-group-and-number): If it is non-nil, don't trust article
5484         numbers in the Xref header.
5485
5486 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-agent.el (gnus-agent-read-group): New function.
5489         (gnus-agent-flush-group, gnus-agent-expire-group)
5490         (gnus-agent-regenerate-group): Use it.
5491         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5492         nnmail-pathname-coding-system.
5493
5494 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5497
5498         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5499         that are unread as unread, and also as selected so that information of
5500         marks having been changed by a user may be updated when exiting group.
5501
5502 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5505         calculated ignoring signature parts to gnus-treat-article.
5506
5507 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5510         a point here in order to keep the window start.
5511         (gnus-insert-mime-security-button): Make a button overlay without the
5512         front stickiness.
5513         (gnus-mime-display-security): Goto the end of a button.
5514
5515         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5516
5517 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5520         group-name-at-point.
5521         (gnus-group-completing-read): New function that offers decoded
5522         non-ASCII group names for completion.
5523         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5524         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5525         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5526         (gnus-group-fetch-control): Use it.
5527         (gnus-fetch-group): Use group-name-at-point for the initial value
5528         rather than the default value; use gnus-alive-p.
5529
5530         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5531         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5532         (gnus-summary-post-news): Use gnus-group-completing-read.
5533
5534         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5535         (gnus-read-move-group-name): Decode group name for completion.
5536
5537 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5538
5539         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5540         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5541         Yamaoka slightly modified the code).
5542
5543 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5546         (nnmail-split-incoming): Bind it.
5547
5548         * nnml.el (nnml-group-name-charset): New function.
5549         (nnml-decoded-group-name): Use it; don't decode group name if
5550         nnmail-group-names-not-encoded-p is non-nil.
5551         (nnml-encoded-group-name): New function.
5552         (nnml-group-pathname): Inline nnml-decoded-group-name.
5553         (nnml-request-expire-articles): Decode group name in message.
5554         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5555         nnmail-pathname-coding-system.
5556         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5557         not decoded ones according to nnmail-group-names-not-encoded-p.
5558         (nnml-generate-active-info): Use nnml-encoded-group-name.
5559
5560 2007-08-08  Glenn Morris  <rgm@gnu.org>
5561
5562         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5563         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5564         doc-strings and comments.
5565
5566 2007-07-25  Glenn Morris  <rgm@gnu.org>
5567
5568         * Relicense all FSF files to GPLv3 or later.
5569
5570 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * gnus-sum.el (gnus-summary-move-article): Make
5573         gnus-summary-respool-article work.
5574
5575 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5576
5577         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5578         string.
5579
5580 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5581
5582         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5583         that should be ignored when comparing distant RSS articles with local
5584         ones.
5585         (nnrss-make-hash-index): New function.  Create a hash index according
5586         to the ignored fields.
5587         (nnrss-check-group): Use it.
5588
5589 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5592
5593         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5594
5595         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5596         the new optional argument ENCODED is non-nil.
5597         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5598         coding system for encoding group name.
5599         (gnus-group-make-rss-group): Pass un-encoded group name to
5600         gnus-group-make-group.
5601         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5602         encoded.
5603
5604         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5605         Encode group name to which articles are moved or copied.
5606         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5607         coding system for encoding Newsgroup, Followup-To and Xref headers.
5608
5609         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5610         marks; use nnheader-file-coding-system to write a file.
5611         (nnagent-retrieve-headers): Bind file-name-coding-system to
5612         nnmail-pathname-coding-system.
5613
5614         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5615
5616         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5617         (nnml-request-article, nnml-request-create-group)
5618         (nnml-request-rename-group, nnml-find-id)
5619         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5620         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5621         (nnml-save-marks): Use nnml-group-pathname instead of
5622         nnmail-group-pathname.
5623
5624         (nnml-request-create-group, nnml-request-expire-articles)
5625         (nnml-request-move-article, nnml-request-delete-group)
5626         (nnml-deletable-article-p, nnml-possibly-create-directory)
5627         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5628         (nnml-open-marks): Bind file-name-coding-system to
5629         nnmail-pathname-coding-system.
5630
5631         (nnml-request-article): Pass server argument to nnml-find-group-number.
5632         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5633         server argument to nnml-possibly-create-directory.
5634         (nnml-request-accept-article): Pass server argument to
5635         nnml-active-number and nnml-save-mail.
5636         (nnml-find-group-number): Pass server argument to nnml-find-id.
5637         (nnml-request-update-info): Pass server argument to
5638         nnml-marks-changed-p.
5639
5640         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5641         (nnml-save-mail, nnml-active-number): Add server argument.
5642
5643         (nnml-request-delete-group): Warn if group is missing.
5644         (nnml-get-nov-buffer): Decode group name.
5645         (nnml-generate-active-info): Encode group name.
5646         (nnml-open-marks): Decode group name in messages.
5647
5648 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5651         if it is not specified.
5652         (gnus-article-pipe-part, gnus-article-save-part)
5653         (gnus-article-interactively-view-part, gnus-article-copy-part)
5654         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5655         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5656         (gnus-article-replace-part, gnus-article-delete-part)
5657         (gnus-article-view-part-as-type): Pass raw prefix argument to
5658         gnus-article-part-wrapper.
5659
5660 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-agent.el (gnus-agent-save-active): Bind
5663         nnheader-file-coding-system to gnus-agent-file-coding-system.
5664
5665         * gnus-cache.el (gnus-cache-save-buffers)
5666         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5667         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5668         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5669         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5670         (gnus-cache-generate-active, gnus-cache-rename-group)
5671         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5672         (gnus-cache-update-overview-total-fetched-for): Bind
5673         file-name-coding-system to nnmail-pathname-coding-system.
5674         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5675         variables.
5676         (gnus-cache-decoded-group-name): New function.
5677         (gnus-cache-file-name): Use it.
5678         (gnus-cache-generate-active): Use non-decoded group name for active.
5679
5680         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5681         right place.
5682         (gnus-write-active-file): Don't break non-ASCII group names.
5683
5684         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5685         nnmail-pathname-coding-system.
5686
5687         * lpath.el: Bind default-file-name-coding-system,
5688         file-name-coding-system and language-info-alist for XEmacs.
5689
5690         * gnus-uu.el (gnus-uu-decode-save): Typo.
5691
5692 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5695
5696 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5699         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5700         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5701         (gnus-agent-flush-group, gnus-agent-flush-cache)
5702         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5703         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5704         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5705         (gnus-agent-regenerate-group)
5706         (gnus-agent-update-files-total-fetched-for)
5707         (gnus-agent-update-view-total-fetched-for): Bind
5708         file-name-coding-system to nnmail-pathname-coding-system.
5709         (gnus-agent-group-pathname): Don't encode file names by
5710         nnmail-pathname-coding-system.
5711         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5712         coding-system-for-write instead of buffer-file-coding-system to
5713         gnus-agent-file-coding-system.
5714
5715         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5716         Decode group name.
5717
5718         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5719
5720         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5721         (gnus-read-newsrc-el-file): Make group names unibyte.
5722
5723         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5724         nnmail-pathname-coding-system.
5725
5726         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5727         (nnrss-request-delete-group): Bind file-name-coding-system to
5728         nnmail-pathname-coding-system.
5729         (nnrss-read-server-data, nnrss-read-group-data): Bind
5730         file-name-coding-system correctly.
5731         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5732
5733         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5734         (nntp-server-to-method-cache): New variable.
5735         (nntp-group-pathname): New function that decodes non-ASCII group names.
5736         (nntp-possibly-create-directory, nntp-marks-changed-p)
5737         (nntp-save-marks, nntp-open-marks): Use it.
5738         (nntp-possibly-create-directory, nntp-open-marks):
5739         Bind file-name-coding-system to nnmail-pathname-coding-system.
5740         (nntp-open-marks): Decode group names when bootstrapping marks.
5741
5742         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5743         Newsgroups and Folowup-To headers.
5744
5745 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5748         (gnus-server-closed-face, gnus-server-denied-face)
5749         (gnus-server-offline-face): Remove variable.
5750         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5751
5752         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5753         of modifying message-stack directly for XEmacs.
5754
5755         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5756         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5757         if the coding-system argument is nil for XEmacs.
5758
5759         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5760         mm-charset-override-alist.
5761
5762         * rfc2047.el: Don't require base64; require rfc2045 for the function
5763         rfc2045-encode-string.
5764         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5765         to quote the parameter value.
5766
5767 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5770         form in gnus-group-name-charset-method-alist.
5771
5772         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5773         overrides the default layout edit-form.
5774
5775         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5776
5777         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5778
5779 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5782         as unfetched articles.
5783
5784 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5785
5786         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5787
5788 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5791         original back end that keeps marks in the local system.
5792
5793 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5796         arg of pop-to-buffer for XEmacs.
5797         (gnus-article-read-summary-keys): Ditto; don't restore window
5798         configuration if summary command ends up with neither article buffer
5799         nor summary buffer; describe bindings if summary keys end with C-h.
5800
5801 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * message.el (message-fix-before-sending): Skip raw message part to be
5804         forwarded while checking illegible text.
5805         (message-forward-make-body-mime, message-forward-make-body): Mark
5806         signed or encrypted raw message as having no illegible text.
5807
5808 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5811         (gnus-message-with-timestamp-1): New macro.
5812         (gnus-message-with-timestamp): New function.
5813         (gnus-message): Use them.
5814
5815         * nnheader.el (nnheader-message): Use them.
5816
5817 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5818
5819         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5820         .newsrc.eld file.
5821
5822 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * gnus-agent.el (gnus-agent-fetch-headers)
5825         (gnus-agent-retrieve-headers): Bind
5826         gnus-decode-encoded-address-function to identity.
5827
5828         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5829         available also when the server returns simply a dot.
5830
5831         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5832
5833 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5836
5837 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * gnus-ems.el (gnus-x-splash): Make it work.
5840
5841         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5842         from being used.
5843
5844         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5845
5846 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5849         4th and the 5th arguments.
5850
5851         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5852         the front stickiness.
5853         (gnus-article-summary-command-nosave): Correct the order of the
5854         arguments passed to pop-to-buffer.
5855         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5856         summary command ends up with the article buffer.
5857
5858         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5859         the same faces.
5860
5861 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5862
5863         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5864
5865 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5866
5867         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5868         * gnus-sum.el (gnus-summary-highlight):
5869         * pgg.el (pgg-sign-region, pgg-sign):
5870         * mail-source.el (mail-source-delete-old-incoming-confirm):
5871         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5872
5873 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-art.el (gnus-mime-view-part-externally)
5876         (gnus-mime-view-part-internally): Fix predicate function passed to
5877         completing-read.
5878
5879         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5880
5881         * gnus.el (gnus-update-message-archive-method): Add :version.
5882
5883 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * gnus.el (gnus-update-message-archive-method): New variable.
5886
5887         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5888         according to gnus-message-archive-method if
5889         gnus-update-message-archive-method is non-nil.
5890
5891 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5894         by Loic Dachary <loic@dachary.org>.
5895         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5896
5897 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * message.el (message-pop-to-buffer): Add switch-function argument.
5900         (message-mail): Pass switch-function argument to it.
5901
5902 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5903
5904         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5905         Improve doc string.
5906
5907 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5910         (gnus-header-content)
5911         * gnus-cite.el (gnus-cite-10)
5912         * gnus-srvr.el (gnus-server-closed)
5913         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5914         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5915         (gnus-group-mail-3-empty, gnus-group-mail-low)
5916         (gnus-group-mail-low-empty, gnus-splash)
5917         * message.el (message-header-to, message-header-cc)
5918         (message-header-subject, message-header-other, message-header-name)
5919         (message-header-xheader, message-separator, message-cited-text)
5920         (message-mml): Lighten colors of faces used for dark background.
5921
5922 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5923
5924         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5925         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5926
5927 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * message.el (message-narrow-to-headers-or-head):
5930         Ignore mail-header-separator in the body.
5931
5932 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5935         same as window size.
5936
5937 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5938
5939         * message.el (message-font-lock-keywords): Use message-header-xheader
5940         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5941         ahead of the anything pattern, to get it recognised.
5942
5943 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5946         spam.el loads uses it in the compiled defadvice form.
5947
5948 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5949
5950         * gnus-sum.el (gnus-articles-to-read)
5951         (gnus-summary-insert-old-articles): Don't truncate group name for
5952         `read-string'.
5953
5954         * gnus-util.el (gnus-limit-string): Delete this function.
5955
5956         * gnus-sum.el (gnus-simplify-subject-fully): Use
5957         `truncate-string-to-width' instead.
5958
5959 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5960
5961         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5962         if, on summary exit, the next group has to be selected.
5963         (gnus-summary-exit): Use it.
5964
5965 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5966
5967         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5968         non-break space.
5969
5970 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5973         Check if group is not a directory.
5974         (nnfolder-request-expire-articles): Don't delete articles if the target
5975         group is not available.
5976
5977         * nnml.el (nnml-request-create-group): Properly check if group is not a
5978         file.
5979         (nnml-request-expire-articles): Don't delete articles if the target
5980         group is not available.
5981
5982         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5983         Don't quote characters that are within parentheses.
5984
5985 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5988         (gnus-handle-ephemeral-exit): Select article according to it.
5989
5990 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5991
5992         * message.el (message-insert-formated-citation-line): Remove newline.
5993         (message-citation-line-format): Add final \n here so that the user can
5994         avoid a blank line.
5995
5996 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5997
5998         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5999         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6000         Update lanl/arXiv support.
6001
6002 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6003
6004         * gnus.el: Bump version number.
6005
6006 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007
6008         * gnus.el (gnus-version-number): Bump version.
6009
6010 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6011
6012         * gnus.el: No Gnus v0.6 is released.
6013
6014 2007-04-27  Didier Verna  <didier@xemacs.org>
6015
6016         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6017         * gmm-utils.el (gmm-regexp-concat): here.
6018         * message.el: Don't require 'gnus-util.
6019         (message-dont-reply-to-names): Handle name change above.
6020         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6021
6022 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6025         since the initial value varies according to the system.
6026
6027 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6030
6031 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6032
6033         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6034
6035 2007-04-24  Didier Verna  <didier@xemacs.org>
6036
6037         Improve the type of gnus-ignored-from-addresses.
6038         * gnus-util.el (gnus-orify-regexp): New function.
6039         * message.el (gnus-util): Require it.
6040         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6041         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6042         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6043
6044 2007-04-24  Didier Verna  <didier@xemacs.org>
6045
6046         * gnus-sum.el:
6047         * gnus-utils.el: Fix some trailing whitespaces.
6048
6049 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6052         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6053         article's Message-ID; refer parent article in summary buffer.
6054
6055         * message.el (message-bounce): Call mime-to-mml.
6056
6057         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6058         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6059         optimize and/or forms properly.
6060
6061 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6062
6063         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6064         URL.
6065
6066 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6069
6070 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6073         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6074         displayed of multipart/alternative part if it is invoked from summary
6075         buffer.
6076
6077         * mm-view.el (mm-inline-text-html-render-with-w3m)
6078         (mm-inline-text-html-render-with-w3m-standalone)
6079         (mm-inline-render-with-function): Use mail-parse-charset by default.
6080
6081 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6082
6083         * parse-time.el (parse-time-string-chars): Check if CHAR
6084         is less than the length of parse-time-syntax.
6085
6086 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6089         from gnus-newsgroup-processable.
6090
6091 2007-04-16  Didier Verna  <didier@xemacs.org>
6092
6093         * gnus-msg.el (gnus-configure-posting-styles): Handle
6094         message-signature-directory properly with :file syntax.  Reported by
6095         "Leo".
6096
6097 2007-04-11  Didier Verna  <didier@xemacs.org>
6098
6099         New user option: message-signature-directory.
6100         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6101         * message.el (message-insert-signature): Ditto.
6102         * message.el (message-signature-file): Doc update.
6103         * message.el (message-signature-directory): New.
6104
6105 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-msg.el (gnus-inews-yank-articles): Use
6108         message-exchange-point-and-mark instead of exchange-point-and-mark.
6109
6110 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * message.el (message-yank-original): Make sure cited text ends with
6113         newline; don't exchange point and mark.
6114
6115 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6116
6117         * tls.el (open-tls-stream): Properly handle case where there
6118         is no associated buffer.
6119
6120 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6121
6122         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6123         message-yank-original, make sure (< mark TEXT point).
6124
6125 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * message.el (message-fill-column): New variable.
6128         (message-mode): Use it.  Add comment on a possible new hook.
6129
6130         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6131         (nnmail-get-new-mail): Reformat.
6132
6133         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6134
6135         * gmm-utils.el: Fix Commentary.
6136         (gmm-tool-bar-from-list): Fix typo in doc string.
6137
6138 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6139
6140         * message.el (message-yank-original): Don't switch point and mark
6141         unnecessarily to put point and mark as documented.
6142
6143 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6144
6145         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6146         from the message heads.
6147
6148 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6149
6150         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6151         article buffer does not have a window.  This may not be the best
6152         solution but is certainly better than setting the start of the null,
6153         that is the current, window.
6154
6155 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6158         (gnus-draft-setup): Run it.
6159
6160         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6161         gnus-score-fast-scoring.  Allow regexp.
6162         (gnus-score-headers): Use it.
6163
6164         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6165         XEmacs.
6166
6167         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6168         string.
6169         (gnus-button-alist): Also catch `<f1> k ...'.
6170         (gnus-treat-display-x-face): Fix doc string.
6171
6172 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6173
6174         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6175         evaluation of gnus-extended-version to ensure correct generation of the
6176         User-Agent header when message-generate-headers-first is used.
6177
6178 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6179
6180         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6181         hashcash-path is nil.  Don't call callback with incorrect number of
6182         parameters if val is 0.
6183
6184 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6185
6186         * message.el (message-required-news-headers):
6187         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6188
6189 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6190
6191         * tls.el (open-tls-stream): In handshake-waiting loop,
6192         don't wait more if there is output available to process.
6193
6194 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6195
6196         * tls.el (tls-program): Doc fix.
6197
6198 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * message.el (message-generate-new-buffers): Change the meaning of the
6201         nil value; add `standard' to the choices; treat t as `unique'; improve
6202         doc string.
6203         (gnus-select-frame-set-input-focus): Autoload.
6204         (message-buffer-name): Search for the existing message buffer if
6205         message-generate-new-buffers is nil or `standard'; treat the value t of
6206         message-generate-new-buffers as `unique'.
6207         (message-pop-to-buffer): Raise the frame already displaying the message
6208         buffer; clear the echo area after querying.
6209         (message-setup): Pass the `continue' argument to compose-mail.
6210         (message-mail): Prefer `switch-function' if it is given; search for the
6211         existing message buffer if the `continue' argument is non-nil; pass
6212         continue and switch-function arguments to compose-mail by way of
6213         message-setup.
6214         (message-mail-other-window): Adjust argument of message-setup.
6215         (message-mail-other-frame): Ditto.
6216
6217 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6220         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6221         to turn font-lock on when turning gnus-message-citation-mode on.
6222
6223 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6224
6225         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6226         (mml-smime-function-alist): New variable; add epg as the backend.
6227         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6228         mml-smime- functions instead.
6229         * mm-view.el: Require smime.
6230
6231 2007-03-05  Didier Verna  <didier@xemacs.org>
6232
6233         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6234         instead of just inheritance for posting styles.
6235         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6236
6237 2007-02-24  Chris Moore  <dooglus@gmail.com>
6238
6239         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6240         * pgg-pgp.el (pgg-pgp-encrypt-region):
6241         * pgg-gpg.el (pgg-gpg-encrypt-region):
6242         Check pgg-encrypt-for-me if no other recipients.
6243
6244 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6245
6246         * tls.el (tls-certtool-program): Fix custom type.
6247
6248 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6251         and point-at-eol instead of line-(beginning|end)-position.
6252
6253         * assistant.el (assistant-parse-buffer): Ditto.
6254
6255         * netrc.el (netrc-parse-services): Ditto.
6256
6257 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6258
6259         * mml2015.el (mml2015-epg-find-usable-key): New function.
6260         (mml2015-epg-sign): Use it.
6261         (mml2015-epg-encrypt): Use it.
6262
6263 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * message.el (message-make-in-reply-to): Quote name containing
6266         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6267         if there are special characters.  Reported by NAKAJI Hiroyuki
6268         <nakaji@jp.freebsd.org>.
6269
6270 2007-02-27  Didier Verna  <didier@xemacs.org>
6271
6272         Include the group parameters as well as the topic ones in the
6273         inheritance filter process.
6274         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6275         argument GROUP-PARAMS-LIST.
6276         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6277
6278 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * nntp.el (nntp-never-echoes-commands)
6281         (nntp-open-connection-functions-never-echo-commands): New variables.
6282         (nntp-send-command): Use them.
6283
6284 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6285
6286         * mml2015.el (mml2015-epg-verify): Simplified.
6287
6288 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * mml.el (mml-content-disposition-alist): New user option.
6291         (mml-content-disposition): New function.
6292         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6293         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6294
6295 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6296
6297         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6298         verification.
6299
6300 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6301
6302         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6303         articles posted in the last 24 hours.
6304
6305 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6306
6307         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6308
6309 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6310
6311         * nntp.el (nntp-send-command): Don't wait for echoes when
6312         nntp-open-ssl-stream is used.
6313
6314 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6317         (gnus-message-add-citation-keywords)
6318         (gnus-message-remove-citation-keywords): Remove.
6319         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6320         directly, make the variables in font-lock-defaults buffer-local, add
6321         gnus-message-citation-keywords to them and then update the value of
6322         font-lock-keywords.
6323
6324 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * message.el (message-cite-original-1): Don't call
6327         gnus-article-highlight-citation.
6328
6329         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6330         citations; fix line count.
6331
6332 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6335         (gnus-message-add-citation-keywords)
6336         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6337         versions of font-lock-add-keywords and font-lock-remove-keywords to
6338         work with XEmacs correctly.
6339
6340 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * gnus-cite.el (gnus-cite-face-list): Set the values of
6343         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6344         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6345         (gnus-message-cite-prefix-regexp): New variable.
6346         (gnus-message-search-citation-line): Use it; protect against long
6347         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6348         the 0th match data for Emacs.
6349         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6350         (gnus-message-add-citation-keywords): Append keywords rather than
6351         prepending; emulate font-lock-add-keywords if it is not available.
6352         (gnus-message-remove-citation-keywords): Emulate
6353         font-lock-remove-keywords if it is not available.
6354
6355         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6356
6357         * message.el (message-cite-prefix-regexp): Set the value of
6358         gnus-message-cite-prefix-regexp.
6359
6360 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6361
6362         * nnweb.el (nnweb-google-parse-1): Update parser.
6363
6364 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6365
6366         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6367
6368 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6369
6370         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6371         regexp.
6372
6373 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6376         string-to-multibyte.
6377         (uudecode-decode-region-internal): Use it.
6378
6379         * lpath.el: Fbind string-as-multibyte for XEmacs.
6380
6381 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6382
6383         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6384         custom choice.
6385
6386         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6387
6388 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6389
6390         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6391
6392         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6393         `write-region' to respect `mm-inhibit-file-name-handlers'.
6394
6395 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6398         Use gnus-home-directory instead of "~/" or "$HOME".
6399
6400 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6401
6402         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6403         to mention filename.
6404         Add comments at beginning regarding usage.
6405         (encrypt-write-file-contents): Change interactive so a string is
6406         acceptable.  If the file has no associated model, show an error instead
6407         of a nonsense prompt.
6408
6409 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6410
6411         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6412         Thanks to Yoshihiko Yamada for kind notification of this typo.
6413
6414 2007-01-12  Kenichi Handa  <handa@m17n.org>
6415
6416         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6417         multibyte buffer.
6418
6419 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * gnus-score.el (gnus-score-fast-scoring): New variable.
6422         (gnus-score-headers): Use it.
6423
6424         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6425
6426         * message.el (message-cite-original-1): Call
6427         gnus-article-highlight-citation if requested.
6428         (message-make-from): Allow name and address as optional arguments.
6429
6430         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6431
6432         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6433         bugs to doc string.
6434         (gnus-button-alist): Add mid\\|message-id.
6435         (gnus-button-fetch-group): Extend for use in
6436         `browse-url-browser-function'.
6437         (gnus-button-url-regexp): Try to catch paired parentheses like in
6438         Wikipedia URLs.
6439
6440         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6441         Suggested by Simon Krahnke <overlord@gmx.li>.
6442
6443 2007-01-13  Romain Francoise  <romain@orebokech.com>
6444
6445         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6446         Update copyright.
6447
6448 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6449
6450         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6451
6452 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6453
6454         * gnus-registry.el (gnus-registry-unfollowed-groups)
6455         (gnus-registry-split-fancy-with-parent): Fix documentation.
6456
6457 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458
6459         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6460         from nnweb groups.
6461
6462 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463
6464         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6465         Xref urls.  Erase buffer before requesting head.
6466
6467 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6468
6469         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6470         customizable.
6471
6472 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6473
6474         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6475         no signing key is found.
6476         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6477         no encrypting and/or signing key is found.
6478
6479 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6480
6481         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6482
6483 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6484
6485         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6486         headers read from disk with the ones newly found in the current search.
6487         This should no longer cause problems, because the article numbers in
6488         Gmane's `nov.php' output are ignored since the previous change.
6489
6490 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6491
6492         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6493
6494 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6497         replace-regexp-in-string; bind url-version; fbind display-images-p and
6498         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6499         find-face and set-itimer-function for Emacs; bind itimer-list for
6500         Emacs.
6501
6502         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6503
6504 2007-01-01  Romain Francoise  <romain@orebokech.com>
6505
6506         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6507
6508 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6509
6510         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6511         `define-minor-mode' macro definition expanded properly.
6512         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6513         exclude it there.
6514
6515         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6516         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6517         `fboundp' test.
6518         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6519         This is OK to autoload in (S)XEmacs now.
6520
6521 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6522
6523         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6524         keystroke.
6525         (gnus-summary-limit-to-singletons): Fix typo.
6526
6527         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6528         else fails.
6529
6530 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6531
6532         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6533         docstring.
6534
6535         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6536         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6537         (gnus-summary-insert-dormant-articles): Fix typo in message.
6538
6539 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6540
6541         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6542         nil for XEmacs.
6543         (gnus-message-citation-mode): Don't autoload in XEmacs.
6544
6545         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6546
6547 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6548
6549         * nnimap.el (nnimap-expunge-search-string): Mention
6550         nnimap-search-uids-not-since-is-evil in docstring.
6551
6552 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * spam.el: Revert to make-obsolete-variable because
6555         define-obsolete-variable-alias is not supported in Emacs 21.
6556
6557         * spam.el (spam-ifile-path, spam-ifile-database-path)
6558         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6559         make-obsolete-variable.
6560         (spam-bsfilter-path, spam-bsfilter-program)
6561         (spam-spamassassin-path, spam-spamassassin-program)
6562         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6563         use "path" inappropriately.
6564         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6565         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6566         variable names.
6567
6568 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6569
6570         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6571         summary buffer.
6572
6573         * password.el (password-cache-remove): Use clear-string to burn
6574         password, if available.
6575
6576 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6577
6578         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6579
6580         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6581
6582         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6583         (gnus-message-highlight-citation): Move defcustom here from
6584         gnus-cite.el.
6585         (gnus-message-citation-mode): Autoload.
6586
6587         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6588         checks to make it compile with XEmacs.
6589         (gnus-message-citation-mode): New minor mode.
6590         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6591         (gnus-message-highlight-citation): New variables.
6592         (gnus-message-search-citation-line)
6593         (gnus-message-add-citation-keywords)
6594         (gnus-message-remove-citation-keywords)
6595         (turn-on-gnus-message-citation-mode)
6596         (turn-off-gnus-message-citation-mode): New functions.
6597
6598 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6599
6600         * gnus-cite.el: Enable highlighting of different citation levels in
6601         message-mode.
6602
6603 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6604
6605         * message.el (message-make-fqdn): Fix comment.
6606         (message-bogus-system-names): Add ".local".
6607
6608         * spam.el (spam-ifile-path, spam-ifile-program)
6609         (spam-ifile-database-path, spam-ifile-database)
6610         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6611         Don't use "path" inappropriately.
6612         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6613         strings.
6614         (spam-check-ifile, spam-ifile-register-with-ifile)
6615         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6616         new variable names.
6617
6618         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6619         (gnus-treat-display-smileys): Simplify using
6620         gnus-image-type-available-p.
6621
6622         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6623         available.
6624
6625         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6626         `display-images-p' if available.
6627
6628 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6631         one after turning on the buffer's multibyteness instead of decoding
6632         them directly in the unibyte buffer that causes unexpected conversion
6633         in Emacs 23 (unicode).
6634
6635 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6636
6637         * message.el (message-generate-hashcash): Fix custom type.
6638
6639 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6642
6643 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6644
6645         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6646         disconnect icons.  Add help text.
6647
6648 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6651         negated to be consistent with the others we handle.
6652
6653 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6654
6655         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6656         version of gnus-summary-buffer to something, so that we can use two
6657         article buffers at the same time.
6658
6659 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6660
6661         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6662         trigger all the extra headers.
6663         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6664         sorting.
6665
6666 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6667
6668         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6669         solid groups.
6670
6671 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6672
6673         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6674
6675 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6676
6677         * legacy-gnus-agent.el: Add Copyright notice.
6678
6679 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6680
6681         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6682
6683 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6684
6685         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6686
6687         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6688         to make it work reliably in CVS Emacs.
6689         (gnus-summary-limit-strange-charsets-predicate)
6690         (gnus-summary-limit-to-predicate): New functions.
6691
6692 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6693
6694         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6695         specifying array size.
6696         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6697         array if it is too small.
6698         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6699         (gnus-sort-threads-loop): New function.
6700
6701 2006-12-06  Chris Moore  <dooglus@gmail.com>
6702
6703         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6704         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6705
6706 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6707
6708         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6709         options.
6710
6711 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6712
6713         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6714         DOS-ing the recipient.
6715
6716         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6717         the headers when creating the mapping to avoid mismappings.
6718         (nnweb-gmane-create-mapping): Always nix out old mapping.
6719
6720 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6723         and mm-verify-option to never.
6724
6725 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * message.el (message-signed-or-encrypted-p): New function.
6728         (message-forward-make-body): Use it.
6729
6730         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6731         Replace encode-coding-string with mm-encode-coding-string.
6732
6733 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * nneething.el (nneething-decode-file-name): Replace
6736         decode-coding-string with mm-decode-coding-string.
6737
6738         * gnus-int.el (gnus-open-server): Say failed server's name.
6739
6740 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6741
6742         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6743         strings to a single string.  Quote `errors-file-name'.
6744         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6745         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6746         Adjust calls.  Use `shell-quote-argument'.
6747
6748 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6749
6750         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6751         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6752
6753         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6754         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6755         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6756         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6757         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6758         (gnus-subscribe-newsgroup, gnus-1):
6759         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6760         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6761         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6762         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6763
6764 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6767         keystroke.
6768         (gnus-summary-limit-to-bodies): Implement headersp.
6769
6770 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771
6772         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6773
6774 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6777
6778 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779
6780         * message.el (message-generate-hashcash): Expand range of values to
6781         include `opportunistic'.
6782         (message-send-mail): Use it.
6783
6784 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6785
6786         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6787         and comment it.
6788
6789         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6790
6791 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * gnus-util.el (gnus-extract-address-components): Improve comment.
6794
6795 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-util.el (gnus-extract-address-components): Work with address in
6798         which the name portion contains @.
6799
6800         * lpath.el: Fbind custom-autoload.
6801
6802 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * gnus.el (gnus-start): Move custom group up.
6805         (gnus-select-method): Don't autoload, but make it available for
6806         `customize-variable'.
6807         (gnus-getenv-nntpserver): Don't autoload.
6808
6809 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6810
6811         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6812
6813 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6814
6815         * message.el (message-sendmail-extra-arguments): New variable.
6816         (message-send-mail-with-sendmail): Use it.
6817
6818 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6821         mm-with-unibyte-current-buffer to make string unibyte.
6822
6823         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6824         mm-string-as-multibyte.
6825
6826 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6827
6828         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6829         Reported by Werner Koch <wk@gnupg.org>.
6830
6831 2006-11-14  Daiki Ueno  <ueno@p360>
6832
6833         * mml2015.el: Autoload epa-select-keys when compiling.
6834
6835 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6836
6837         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6838         message-options.
6839         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6840
6841 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6842
6843         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6844         EasyPG (< 0.0.6).
6845         (mml2015-always-trust): New user option.
6846         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6847         prompt.
6848
6849 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * nntp.el (nntp-authinfo-force): New variable.
6852         (nntp-send-authinfo): Use it.
6853
6854 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6857         decode encoded words.  Improve prompt.  Add comment about forwarding.
6858         (message-replacement-char): Move up.
6859
6860 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6861
6862         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6863         instead of gnus-intersection because arguments of gnus-sorted-nunion
6864         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6865
6866 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6869         (message-simplify-subject-functions): Enable
6870         message-strip-subject-encoded-words by default.
6871
6872 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * message.el (message-strip-subject-encoded-words): New function.
6875         (message-simplify-subject-functions): New variable.
6876         (message-simplify-subject): Use it.  Fix typo in doc string.
6877         Support message-strip-subject-encoded-words.
6878
6879 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6880
6881         * gnus-diary.el (gnus-diary-delay-format-function):
6882         * nndiary.el (nndiary-reminders):
6883         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6884
6885 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6886
6887         * gnus-art.el (article-hide-boring-headers): Fetch date from
6888         gnus-original-article-buffer to avoid problems with localized date
6889         strings.
6890
6891 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6894
6895 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6898         New variables.
6899         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6900         (mm-charset-synonym-alist): Move some entries to
6901         mm-codepage-iso-8859-list.
6902         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6903         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6904
6905 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6908
6909 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6910
6911         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6912         with Emacs 21 and XEmacs.
6913
6914 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6915
6916         * spam.el (spam-parse-address): New function for better parsing,
6917         catching errors, etc.
6918         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6919
6920 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6921
6922         * mm-view.el: Add interactive arg to html2text autoload.
6923
6924 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6927
6928 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6931         variables.
6932         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6933         (mm-charset-synonym-alist): Move some entries to
6934         mm-codepage-iso-8859-list.
6935
6936         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6937
6938 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * message.el (message-citation-line-format)
6941         (message-insert-formated-citation-line): Fix implementation of %E, %N
6942         and %n according to the doc string.
6943
6944 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6945
6946         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6947         car-safe to avoid bad parses.
6948
6949 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6952         names.
6953
6954         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6955
6956 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6959         header.
6960
6961         * message.el (message-draft-headers): Add Date.
6962         (message-headers-to-generate): Fix typo in docstring.
6963
6964         * nndraft.el (nndraft-required-headers): New variable.
6965         (nndraft-generate-headers): Use it.
6966
6967         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6968
6969 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6970
6971         * gnus-registry.el (gnus-registry-wash-for-keywords)
6972         (gnus-registry-find-keywords): New functions to allow easy searching of
6973         articles that are in the registry.
6974
6975 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6976
6977         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6978         ietf-drums-parse-address instead of gnus-extract-address-components.
6979         Reported by Damien Elmes <damien@repose.cx>.
6980
6981 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         * gnus.el (gnus-mime): Remove unused custom group.
6984
6985 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6986
6987         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6988         "blank line" when searching for end of armor headers.
6989
6990 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * gmm-utils.el (gmm-write-region): Fix variable name.
6993
6994 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6995
6996         * gmm-utils.el (gmm-write-region): New function based on compatibility
6997         code from `mm-make-temp-file'.
6998
6999         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7000
7001         * nnmaildir.el (nnmaildir--update-nov)
7002         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7003         Use `gmm-write-region'.
7004
7005 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7006
7007         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7008         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7009
7010         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7011
7012         * message.el (message-replacement-char): New variable.
7013         (message-fix-before-sending): Use it.
7014         (message-simplify-subject): New function to remove duplicate code.
7015         (message-reply, message-followup): Use it.
7016
7017         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7018         gnus-summary-limit-to-articles.
7019
7020 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-util.el (gnus-with-local-quit): New macro.
7023
7024         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7025
7026 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7027
7028         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7029         ignore non-string data.
7030
7031 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7032
7033         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7034         non-string data (needs to be done in the registry too).
7035
7036 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7037
7038         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7039         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7040         (gnus-registry-split-fancy-with-parent)
7041         (gnus-registry-fetch-simplified-message-subject-fast)
7042         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7043         Remove text properties on ingress into the registry and when it's saved.
7044         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7045         registry from entries with no groups.
7046
7047 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7048
7049         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7050         function to remove string properties.
7051
7052 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7053
7054         * gmm-utils.el (gmm): Adjust custom version.
7055
7056         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7057         custom version.
7058
7059         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7060
7061 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7062
7063         * gnus-art.el (gnus-insert-prev-page-button)
7064         (gnus-insert-next-page-button): Simplify.  Reformat.
7065
7066 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7067
7068         * gnus-art.el (gnus-insert-prev-page-button)
7069         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7070
7071 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7072
7073         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7074
7075 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7076
7077         * gnus-art.el (gnus-insert-mime-button)
7078         (gnus-insert-mime-security-button):
7079         Apply gnus-article-button-face to MIME and security buttons.
7080
7081 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7084         readable.
7085
7086 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7089
7090 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7091
7092         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7093         `browse-url-of-file' instead of `browse-url'.
7094
7095 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7096
7097         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7098         regexp.  Articles containing quotation were cut prematurely.
7099
7100 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * message.el (message-cite-original-1): Use nobody by default for the
7103         value of From header.
7104         (message-reply): Ditto.
7105
7106 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7107
7108         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7109         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7110         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7111
7112 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7113
7114         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7115         mails in the doc string.  Add some URLs in comment.
7116         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7117
7118 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7121         backslashes handling and the way to find boundaries of quoted strings.
7122
7123 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7124
7125         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7126         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7127         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7128         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7129
7130 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7131
7132         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7133         doc string.
7134         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7135
7136 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * lpath.el: Fbind epg-check-configuration.
7139
7140 2006-09-06  Simon Josefsson  <jas@extundo.com>
7141
7142         * mml2015.el (mml2015-use): Doc fix, mention epg.
7143
7144 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7145
7146         * mml2015.el (mml2015-use): Default to epg, if available.
7147
7148 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7149
7150         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7151         message-sender.
7152         (mml1991-epg-encrypt): Ditto.
7153         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7154         message-sender.
7155         (mml2015-epg-encrypt): Ditto.
7156
7157 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7158
7159         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7160         several common directories.
7161
7162 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7163
7164         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7165         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7166
7167 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-art.el (article-decode-encoded-words): Make it fast.
7170
7171 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7174
7175         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7176         in quoted string into `\'.
7177
7178 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7181         Use standard-syntax-table.
7182
7183 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * gnus-art.el (gnus-decode-address-function): New variable.
7186         (article-decode-encoded-words): Use it to decode headers which are
7187         assumed to contain addresses.
7188         (gnus-mime-delete-part): Remove useless `or'.
7189
7190         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7191         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7192         (gnus-nov-parse-line): Use it to decode From header.
7193         (gnus-get-newsgroup-headers): Ditto.
7194         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7195
7196         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7197         (mail-decode-encoded-address-string): New alias.
7198
7199         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7200         New function.
7201         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7202         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7203         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7204         (rfc2047-decode-string): Ditto.
7205         (rfc2047-decode-address-region): New function.
7206         (rfc2047-decode-address-string): New function.
7207
7208 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * message.el (message-caesar-buffer-body): Allow rotating headers.
7211
7212         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7213
7214         * message.el (message-insert-formated-citation-line): Fix %f.
7215         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7216
7217 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7220         (gnus-bookmark-mouse-available-p): New macro.
7221         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7222         (gnus-bookmark-bmenu-show-infos): Use it.
7223         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7224         (gnus-bookmark-bmenu-hide-infos): Ditto.
7225         (gnus-bookmark-remove-properties): New function.
7226         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7227         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7228         (gnus-bookmark-write-file): Bind coding-system-for-write.
7229         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7230         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7231         group before selecting it.
7232         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7233         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7234         quit-window if it is not available; use gnus-mouse-2 and bind it to
7235         gnus-bookmark-bmenu-select-by-mouse.
7236         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7237         (gnus-bookmark-bmenu-select-by-mouse): New function.
7238
7239 2006-08-13  Romain Francoise  <romain@orebokech.com>
7240
7241         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7242         space.
7243
7244 2006-08-10  Romain Francoise  <romain@orebokech.com>
7245
7246         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7247         (dns-mode-soa-auto-increment-serial): New user option.
7248         (dns-mode-soa-maybe-increment-serial): New function.
7249         (dns-mode): Add the latter to `write-contents-functions'.
7250
7251 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * compface.el (uncompface): Use binary rather than raw-text-unix.
7254
7255 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * compface.el (uncompface): Make sure the eol conversion doesn't take
7258         place when communicating with the external programs.  Reported by
7259         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7260
7261 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7264
7265 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7266
7267         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7268         Make it more robust by parsing author and date independently.
7269
7270 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7273
7274 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7275
7276         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7277         first matching secret key.
7278         (mml2015-epg-encrypt): Ditto.
7279
7280         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7281         first matching secret key.
7282         (mml1991-epg-encrypt): Ditto.
7283
7284         * mml2015.el (mml2015-encrypt-to-self): New user option.
7285         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7286         mml2015-epg-encrypt-to-self is set.
7287
7288         * mml1991.el (mml1991-encrypt-to-self): New variable.
7289         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7290         mml1991-epg-encrypt-to-self is set.
7291
7292         * mml2015.el (mml2015-signers): New user option.
7293         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7294         (mml2015-epg-encrypt): Allow to select signing keys.
7295
7296         * mml1991.el (mml1991-signers): New variable.
7297         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7298         (mml1991-epg-encrypt): Allow to select signing keys.
7299
7300 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * nnheader.el (nnheader-insert-head): Make it work even if the file
7303         uses CRLF for the line-break code.
7304
7305 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7306
7307         * mml2015.el: Require mml-sec instead of password.
7308         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7309         (mml2015-cache-passphrase): Inherit the default value from
7310         mml-secure-cache-passphrase.
7311         (mml2015-passphrase-cache-expiry): Inherit the default value from
7312         mml-secure-passphrase-cache-expiry.
7313
7314         * mml1991.el: Require mml-sec instead of password.
7315         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7316         (mml1991-cache-passphrase): Inherit the default value from
7317         mml-secure-cache-passphrase.
7318         (mml1991-passphrase-cache-expiry): Inherit the default value from
7319         mml-secure-passphrase-cache-expiry.
7320
7321         * mml-sec.el: Require password.
7322         (mml-secure-verbose): New user option.
7323         (mml-secure-cache-passphrase): New user option.
7324         (mml-secure-passphrase-cache-expiry): New user option.
7325
7326 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7327
7328         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7329         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7330         andreas@altroot.de (Andreas Vögele).
7331
7332         FIXME: Use `tiny change'?
7333
7334 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7335
7336         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7337         workaround for the url package included with Emacs.
7338
7339         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7340
7341 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7344         correctly.  This fixes a bug caused by the 2006-05-12 change.
7345
7346 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7347
7348         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7349         some information about the error when saying that the `bogus' mail
7350         group will be used.
7351
7352 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7353
7354         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7355         string.
7356
7357 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7358
7359         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7360
7361 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7362
7363         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7364
7365 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7366
7367         * mml1991.el (mml1991-function-alist): Add epg.
7368         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7369         (mml1991-epg-encrypt): New functions.
7370
7371 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7372
7373         * mml2015.el (mml2015-verbose): New variable.
7374         (mml2015-cache-passphrase): Ditto.
7375         (mml2015-passphrase-cache-expiry): Ditto.
7376         (mml2015-function-alist): Add epg.
7377         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7378         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7379         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7380         functions.
7381
7382 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7383
7384         * message.el (message-cite-original-1): Preserve region when removing
7385         quoted text due to X-No-Archive in order to avoid bogus attribution
7386         when citing multiple messages.
7387
7388 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7389
7390         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7391         Kenneth Jacker <khj@be.cs.appstate.edu>.
7392
7393 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7394
7395         * gnus-diary.el (gnus-user-format-function-d)
7396         (gnus-user-format-function-D): Autoload.
7397
7398         * imap.el (Commentary): Fix typo.
7399
7400         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7401         2006-04-22 contribution.
7402
7403 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7404
7405         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7406         It didn't really fix the bogosity I'm seeing with solid web groups.
7407
7408 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7409
7410         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7411         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7412         created using server names.  If we use the feature without declaring
7413         it, Gnus does not properly manage server and group state.
7414
7415         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7416         bound.
7417
7418 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7419
7420         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7421         looking up the method using GROUP's prefix before inventing a new one.
7422         It is used on killed/unknown groups in various places where returning
7423         an all-new method isn't expected by the caller.
7424
7425         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7426         and match semantics of gnus-group-real-prefix.
7427
7428 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * nnmail.el (nnmail-broken-references-mailers): New variable.
7431         (nnmail-ignore-broken-references): New function generalizing
7432         nnmail-fix-eudora-headers.
7433         (nnmail-fix-eudora-headers): Now obsolete.
7434
7435         * gnus-art.el (gnus-button-handle-custom): Support
7436         `customize-apropos*'.
7437
7438 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7439
7440         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7441
7442         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7443         articles.
7444
7445 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7446
7447         * message.el (message-cite-reply-above): New variable.
7448         (message-yank-original): Use it.
7449
7450 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7453
7454 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7457         as read.
7458
7459         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7460
7461 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7464         (gnus-bookmark-default-file): Use gnus-directory.
7465         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7466         Remove "*" in doc string.
7467         (gnus-bookmark-write-file): Simplify.
7468         (gnus-bookmark-maybe-sort-alist): Use `when'.
7469         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7470         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7471         FIXME about Emacs 21 and XEmacs compatibility.
7472         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7473         compatibility.
7474         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7475         compatibility.
7476         (gnus-bookmark-menu-heading): Fix version.
7477
7478 2006-06-19  Bastien Guerry  <bzg@altern.org>
7479
7480         * gnus-bookmark.el: New file.
7481
7482 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * message.el (message-syntax-checks): Doc fix.
7485
7486 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7487
7488         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7489         unsubscribed groups as if they were killed ones.  It causes duplicate
7490         entries in gnus-newsrc-alist.
7491
7492 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * message.el (message-syntax-checks): Doc fix.
7495         (message-send-mail): Add check for continuation headers.
7496         (message-check-news-header-syntax): Fix regexp used to check for
7497         continuation headers.
7498
7499 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7502
7503 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7504
7505         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7506
7507 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7510         default-truncate-lines.
7511
7512 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7515         to fill the utf-8 entry.
7516
7517         * lpath.el: Fbind unicode-precedence-list.
7518
7519 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7520
7521         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7522
7523 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7524
7525         * gnus-agent.el (directory-files-and-attributes): Move all the way
7526         forward (the third and final move).
7527         (gnus-agent-read-agentview): Trap reconstruction errors due to
7528         nonexistant directory.  Handle by returning nil.
7529
7530 2006-05-30  Didier Verna  <didier@xemacs.org>
7531
7532         * message.el (message-dont-reply-to-names): Update the custom type.
7533         * message.el (message-dont-reply-to-names): New defsubst: potentially
7534         convert a list of regexps into a single one.
7535         * message.el (message-get-reply-headers): Use it.
7536         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7537
7538 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-agent.el (directory-files-and-attributes): Move forward.
7541
7542 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * gnus-ml.el (gnus-mailing-list-subscribe)
7545         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7546         (gnus-mailing-list-message): Fix doc strings.
7547
7548 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7549
7550         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7551         of doing it manually.
7552
7553 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7554
7555         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7556         comment.
7557
7558 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7559
7560         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7561         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7562         (gnus-agent-read-local): All symbols allocated in my-obarray.
7563         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7564         (gnus-agent-regenerate-group): Check numeric names to see if they are
7565         messages or groups.
7566         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7567         better way of do this...)
7568
7569         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7570         'dummy.group' (there should be a better way of do this...)
7571
7572 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7575         (gnus-saved-headers): Ditto.
7576         (gnus-default-article-saver): Mention functions may have properties.
7577         (gnus-article-save): Override gnus-save-all-headers and
7578         gnus-saved-headers by :headers property which saver function may have.
7579         (gnus-summary-save-in-file): Add :headers property.
7580         (gnus-summary-write-to-file): Ditto.
7581
7582         * gnus-sum.el (gnus-summary-save-article): Bind
7583         gnus-prompt-before-saving to t when saving many articles in a file;
7584         always show all headers.
7585
7586         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7587
7588 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7591         marks.
7592
7593         * message.el (message-indent-citation): Add optional arguments to allow
7594         using it outside of message buffers.
7595
7596         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7597         (gnus-article-treat-unfold-headers): Use it.
7598         (gnus-article-truncate-lines): New variable.
7599         (gnus-article-mode): Use it.
7600         (gnus-article-toggle-truncate-lines): New function.
7601
7602         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7603         gnus-article-toggle-truncate-lines.
7604
7605         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7606         coding system in XEmacs, use binary.
7607
7608 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7611         after-load-alist.
7612
7613         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7614         this function should save decoded articles.
7615         (gnus-summary-write-to-file): Use property to specify this function
7616         should save decoded articles and specify gnus-summary-save-in-file
7617         should be used to save articles other than the first one when saving
7618         many articles.
7619         (gnus-summary-save-body-in-file): Use property to specify this
7620         function should save decoded articles.
7621         (gnus-summary-write-body-to-file): Use property to specify this
7622         function should save decoded articles and specify
7623         gnus-summary-save-body-in-file should be used to save articles other
7624         than the first one when saving many articles.
7625
7626         * gnus-sum.el (gnus-summary-save-article): Simplify.
7627
7628 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-art.el (gnus-default-article-saver): Add
7631         gnus-summary-write-body-to-file.
7632         (gnus-article-save-coding-system): Don't use coding system object
7633         in XEmacs.
7634         (gnus-read-save-file-name): Add optional `dir-var' argument which
7635         specifies directory in which files are saved; work even if optional
7636         `variable' argument is not specified.
7637         (gnus-summary-write-to-file): Read file name.
7638         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7639         (gnus-summary-write-body-to-file): New function.
7640
7641         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7642         (gnus-summary-local-variables): Add it.
7643         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7644         (gnus-summary-save-article): Remove optional `decode' argument;
7645         determine whether to decode articles by the value of
7646         gnus-default-article-saver; when saving many files using
7647         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7648         it first and use gnus-summary-save-in-file or
7649         gnus-summary-save-body-in-file thereafter unless
7650         gnus-prompt-before-saving is always; move point to article which
7651         will be saved.
7652         (gnus-summary-save-article-file): Revert.
7653         (gnus-summary-write-article-file): Revert.
7654         (gnus-summary-save-article-body-file): Revert.
7655         (gnus-summary-write-article-body-file): New function.
7656
7657 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * gnus-art.el (gnus-default-article-saver): Doc fix.
7660         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7661         from gnus-summary-save-article-coding-system, and default to a
7662         certain coding system.
7663         (gnus-output-to-file): Add coding cookie and encode text according
7664         to gnus-article-save-coding-system; don't use mm-append-to-file.
7665
7666         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7667         gnus-art.el and rename to gnus-article-save-coding-system.
7668         (gnus-summary-save-article): Require gnus-art; don't show all
7669         headers if it decodes articles; don't add coding cookie here;
7670         don't bind mm-text-coding-system-for-write.
7671         (gnus-summary-save-article-file): Save decoded articles.
7672         (gnus-summary-write-article-file): When saving many files, use
7673         gnus-summary-write-to-file first and gnus-summary-save-in-file
7674         thereafter unless gnus-prompt-before-saving is always.
7675         (gnus-summary-save-article-body-file): Save decoded articles.
7676
7677         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7678
7679 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * nnrss.el (nnrss-check-group): Bind hash-index.
7682
7683 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7684
7685         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7686         its hash index.  Store this hash in `nnrss-group-data'.
7687         (nnrss-read-group-data): Update accordingly.
7688
7689 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7692         entry.
7693
7694         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7695         gnus-article-browse-html-article.
7696
7697 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7698
7699         * gnus-sum.el (gnus-summary-mime-map): Add
7700         gnus-article-browse-html-article.
7701
7702         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7703
7704 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7705
7706         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7707         suitable coding systems in customize.
7708
7709 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * mail-source.el (mail-sources): Fix custom type.
7712
7713 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7716         (gnus-summary-expire-articles-now): Shorten prompt.
7717
7718         * gmm-utils.el (wid-edit): Require.
7719         (defun-gmm): Renamed from `gmm-defun-compat'.
7720         (gmm-image-search-load-path): Use it.
7721         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7722
7723 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7726         variable.
7727         (gnus-summary-save-article): Add optional `decode' argument.  If
7728         it is set and gnus-summary-save-article-coding-system is non-nil,
7729         save decoded article.
7730         (gnus-summary-write-article-file): Save decoded article if
7731         gnus-summary-save-article-coding-system is non-nil.
7732
7733         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7734         type.
7735
7736 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7739
7740 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7743         first to test gnus-single-article-buffer which may be buffer-local.
7744
7745         * gnus-sum.el (gnus-summary-setup-buffer): Make
7746         gnus-single-article-buffer buffer-local and nil in ephemeral
7747         group; make gnus-article-buffer, gnus-article-current, and
7748         gnus-original-article-buffer always buffer-local.
7749         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7750         group.
7751         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7752
7753 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * nnml.el (nnml-request-compact-group): Compressed files might not
7756         have .gz extension.
7757
7758 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7759
7760         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7761         (mm-copy-to-buffer): Use with-current-buffer.
7762         (mm-display-part): Simplify.
7763         (mm-inlinable-p): Add optional arg `type'.
7764
7765 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7766
7767         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7768         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7769         Try harder to show the attachment internally or externally using
7770         gnus-mime-view-part-as-type.
7771
7772 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * message.el (message-from-style, message-signature-separator)
7775         (message-user-organization-file, message-send-mail-function)
7776         (message-citation-line-function, message-yank-prefix)
7777         (message-indent-citation-function, message-signature)
7778         (message-signature-file, message-signature-insert-empty-line):
7779         Remove autoloads.
7780
7781         * gnus-art.el (gnus-buttonized-mime-types): Remove
7782         "multipart/signed".  Revert 2006-04-26 change.
7783
7784 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7785
7786         * gnus.el (gnus-version-number): Bump version.
7787
7788 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7789
7790         * gnus.el: No Gnus v0.5 is released.
7791
7792 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7793
7794         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7795         fetching articles by message-id.
7796
7797 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7798
7799         * message.el (hashcash): Require hashcash as normal.
7800
7801         * ecomplete.el (ecomplete-highlight-match-line): Use
7802         point-at-eol.
7803         (ecomplete-highlight-match-line): Use `highlight', because that
7804         face exists in both Emacs and XEmacs.
7805
7806         * message.el (message-display-abbrev): Use point-at-bol.
7807
7808         * mail-source.el: Don't require timer/timer-funcs.
7809
7810         * gnus-async.el: Ditto.
7811
7812         * password.el: Ditto.
7813
7814         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7815
7816         * mm-url.el: Ditto.
7817
7818         * gnus-xmas.el: Don't require timer-funcs.
7819
7820         * mm-util.el: Require timer/timer-funcs.
7821
7822 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7823
7824         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7825         Close.
7826
7827 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7830         unibyte after clear-decrypt function runs.
7831
7832         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7833         returns as a unibyte string.
7834
7835 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * lpath.el: Revert.
7838
7839         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7840         (pgg-gpg-process-sentinel): Revert.
7841
7842         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7843         (pgg-pgp-lookup-key): Revert.
7844
7845         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7846         (pgg-pgp5-lookup-key): Revert.
7847
7848         * pgg.el (pgg-fetch-key): Revert.
7849
7850 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * lpath.el: Fbind string-as-multibyte for XEmacs.
7853
7854         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7855         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7856         (mml1991-pgg-encrypt): Ditto.
7857
7858         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7859         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7860         a multibyte buffer.
7861
7862         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7863         (pgg-pgp-lookup-key): Ditto.
7864
7865         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7866         (pgg-pgp5-lookup-key): Ditto.
7867
7868         * pgg.el (pgg-fetch-key): Ditto.
7869
7870 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * message.el (message-user-organization-file): Check several
7873         locations of the organization file.
7874
7875         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7876         Add gnus-article-view-part-as-type.
7877
7878         * gnus-art.el (gnus-article-view-part-as-type): New function.
7879
7880         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7881         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7882
7883         * mml.el: Simplify autoload.
7884         (mml-mode): defvar dnd-protocol-alist instead of using
7885         symbol-value.
7886         (mml-default-directory): New variable.
7887         (mml-minibuffer-read-file): Use it.
7888         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7889
7890         * message.el (message-citation-line-format): New variable.
7891         (message-insert-formated-citation-line): New function.
7892         (message-citation-line-function): Add
7893         `message-insert-formated-citation-line' to custom type.
7894
7895         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7896         to doc string.
7897
7898         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7899         depending on mm-verify-option.
7900
7901 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7904         binding pgg-* variables; reimplement the section which prevents
7905         MIME header from being signed.
7906         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7907         pgg-text-mode; remove a blank line at the top of body.
7908
7909         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7910         lines at the top of body; use gnus-newsgroup-charset if there's no
7911         Charset header.
7912
7913 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * message.el (message-self-insert-commands): Doc fix.
7916
7917         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7918         (mm-uu-pgp-encrypted-test): Ditto.
7919         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7920         between header and body; return application/pgp-encrypted handle
7921         if decryption failed; decode decrypted body by charset.
7922
7923         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7924         element match to application/pgp-*.
7925
7926 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7927
7928         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7929         HTML.
7930
7931 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7932
7933         * mail-source.el (mail-source-call-script): Message the error
7934         string.
7935
7936 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * gnus-util.el (gnus-byte-compile): Use it.
7939
7940 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7941
7942         * gnus-util.el (kill-empty-logs): New function.
7943
7944 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7945
7946         * message.el (message-mail-alias-type): Doc fix.
7947         (message-mail-alias-type-p): New function.
7948         (message-send): Use it.
7949         (message-mode): Ditto.
7950         (message-strip-forbidden-properties): Ditto.
7951
7952         * ecomplete.el (ecomplete-database-file-coding-system): New
7953         variable.
7954         (ecomplete-save): Use it.
7955         (ecomplete-setup): Use it.
7956
7957 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * message.el (message-self-insert-commands): New variable.
7960         (message-strip-forbidden-properties): Use it.
7961
7962 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7963
7964         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7965         that doesn't make XEmacs choke.
7966
7967 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * gnus-util.el (gnus-replace-in-string):
7970         Prefer replace-regexp-in-string over of replace-in-string.
7971
7972 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-util.el (gnus-select-frame-set-input-focus):
7975         Use select-frame-set-input-focus if it is available in XEmacs; use
7976         definition defined in Emacs 22 for old Emacsen.
7977
7978         * dgnushack.el: Autoload unmorse-region for XEmacs.
7979
7980         * lpath.el: Bind cursor-in-non-selected-windows and
7981         select-frame-set-input-focus for XEmacs.
7982
7983 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7986
7987 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7988
7989         * gnus-registry.el (gnus-registry-cache-save): Remove text
7990         properties when saving via the temp buffer.
7991
7992 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * message.el (message-generate-hashcash): Honor custom type.
7995
7996 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7997
7998         * message.el (message-generate-hashcash): Default to non-nil when
7999         hashcash is found.
8000
8001         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8002         (gnus-refer-thread-limit): Increase default to 500.
8003
8004         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8005
8006         * flow-fill.el (fill-flowed): Allow delete-space.
8007
8008 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8011         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8012         Remove autoloads.
8013
8014 2006-04-18  Simon Josefsson  <jas@extundo.com>
8015
8016         * message.el (message-generate-hashcash): Default to.
8017
8018 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8021         concatenating segments rather than before concatenating them.
8022
8023 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8026
8027 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8030
8031         * message.el (message-forward-make-body-plain): Allow
8032         message-forward-ignored-headers to be a list.
8033         (message-remove-ignored-headers): Factor out into function.
8034         (message-forward-make-body-mml): Use it.
8035
8036         * imap.el (imap-quote-specials): New function.
8037         (imap-login-auth): Quote specials.
8038
8039         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8040         (rfc2231-parse-string): Allow concatanation of parameters that
8041         aren't contiguous.  The test case is
8042           (mail-header-parse-content-type "message/external-body;
8043             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8044             access-type=LOCAL-FILE;
8045             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8046
8047 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8048
8049         * nntp.el (nntp-accept-process-output): Return the value of
8050         `nnheader-accept-process-output'.
8051
8052 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8055         (gnus-button-alist): Recognize more diff formats.
8056         (gnus-button-patch): Strip directory.
8057
8058 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8059
8060         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8061         Emacs 22 when setting focus.
8062
8063 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8064
8065         * gnus-art.el (gnus-article-treat-types): Do treatment of
8066         text/x-verbatim parts.
8067         (gnus-button-patch): New command.
8068
8069         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8070         addresses that contain invalid characters.
8071
8072 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8073
8074         * message.el (message-put-addresses-in-ecomplete): Use
8075         gnus-replace-in-string.
8076         (message-is-yours-p): Use the more correct
8077         mail-header-parse-address instead of
8078         mail-extract-address-components.
8079         (message-put-addresses-in-ecomplete): Fix typo.
8080
8081         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8082         keystroke.
8083
8084         * gnus-art.el (gnus-treatment-function-alist): Change order of
8085         newsgroups/generic header folding to avoid double-folding.
8086
8087         * message.el (message-hidden-headers): Add X-Draft-From.
8088
8089         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8090         command.
8091         (gnus-summary-repeat-search-article-backward): New command.
8092
8093         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8094         groups in the parent topic.
8095
8096 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8097
8098         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8099         (spam-extra-header-to-number): Return the CRM114 number as a
8100         number instead of a string.
8101
8102 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8103
8104         * gnus-art.el (gnus-face-properties-alist): Moved here from
8105         gnus-fun.
8106
8107         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8108
8109 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8110
8111         * message.el (message-strip-forbidden-properties): Only display on
8112         self-insert-command.
8113
8114         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8115         reindent.
8116         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8117
8118 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8119
8120         * smiley.el (smiley-style): Fix typo.
8121
8122 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123
8124         * hashcash.el (hashcash-insert-payment-async-2): Use
8125         message-goto-eoh instead of doing it manually.
8126         (mail-add-payment): Use message-narrow-to-header instead of trying
8127         to do the same itself.
8128
8129         * message.el (message-hidden-headers): Add Face.
8130
8131         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8132         reparenting code.
8133         (gnus-summary-reparent-children): Refactored out code.
8134         (gnus-summary-thread-map): New keystroke.
8135         (gnus-summary-reparent-children): Make into command.
8136
8137         * smiley.el (smiley-style): Default to `medium' if using a large
8138         font.
8139
8140         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8141         does it itself.
8142
8143         * message.el (message-point-in-header-p): Simplify definition.
8144
8145 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8146
8147         * nnagent.el (nnagent-request-set-mark): Silence log file
8148         writing.
8149         (nnagent-request-set-mark): Use write-region instead of
8150         append-to-file.
8151
8152         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8153         strange select method.
8154
8155         * ecomplete.el (ecomplete-display-matches): Get highlightling
8156         right.
8157         (ecomplete-display-matches): Use literals.
8158         (ecomplete-display-matches): Disable message logging.
8159
8160         * message.el (message-display-abbrev): Small optimization.
8161
8162         * ecomplete.el (ecomplete-display-matches): Allow automatic
8163         display.
8164
8165         * message.el (message-strip-forbidden-properties): Display
8166         abbrevs.
8167         (message-display-abbrev): Get automatic display right.
8168
8169         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8170         keystrokes.
8171
8172 2006-04-13  Romain Francoise  <romain@orebokech.com>
8173
8174         TODO: Backport to v5-10!
8175
8176         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8177         Moved here (and renamed) from gnus-registry.el.
8178
8179         * gnus-registry.el: Require gnus-util.
8180         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8181
8182 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8183
8184         * gnus-group.el (gnus-group-catchup-current): Change
8185         if-then-else-if-then-else into cond.
8186         (gnus-group-catchup): Indent.
8187         (group-name-at-point): New function.
8188         (gnus-fetch-group): Provide default from thing at point.
8189
8190 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * message.el (message-display-abbrev): Fix regexp.
8193
8194         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8195         choosing.
8196         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8197         dead variables.
8198
8199         * message.el (message-newline-and-indent): Remove debugging.
8200         (message-display-abbrev): Use new implementation.
8201
8202 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * gnus-art.el (gnus-article-mode): Set
8205         cursor-in-non-selected-windows to nil.
8206
8207         * smiley.el: Revert previous change.
8208         (smiley-data-directory): defvar it before using it in the
8209         defcustom of `smiley-style'.
8210
8211 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8212
8213         * message.el (message-newline-and-indent): New function.
8214
8215         * ecomplete.el: Implement more bits.
8216
8217         * message.el (message-put-addresses-in-ecomplete): Clean up the
8218         string.
8219
8220         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8221
8222         * gnus-sum.el (gnus-summary-save-parts): Bind
8223         gnus-summary-save-parts-counter and use it to make unique file
8224         names.
8225
8226         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8227
8228         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8229         parameter to say whether to actually parse the individual
8230         addresses.
8231
8232         * message.el (message-put-addresses-in-ecomplete): New function.
8233         (ecomplete): Require.
8234         (message-mail-alias-type): Add ecomplete as an option.
8235
8236 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8237
8238         * flow-fill.el (fill-flowed): Remove trailing space from blank
8239         quoted lines.
8240
8241 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8242
8243         * smiley.el (smiley-style): Move definition later to avoid a
8244         compilation warning.
8245
8246 2006-04-12  Kenichi Handa  <handa@m17n.org>
8247
8248         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8249         buffer and then decode the buffer text if necessary.
8250         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8251         first, and after mm-encode-body, change the buffer to unibyte.
8252         Use mm-disable-multibyte instead of set-buffer-multibyte.
8253
8254 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8257         Content-Type header instead of Content-Disposition header.
8258         (gnus-mime-inline-part): Ditto.
8259         (gnus-mime-view-part-as-charset): Ignore charset that the part
8260         specifies.
8261
8262         * mm-decode.el (mm-display-part): Work with external parts and
8263         usual parts similarly.
8264
8265         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8266         instead of gnus-display-mime.
8267
8268         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8269         instead of with-temp-buffer.
8270
8271         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8272         tag to summarized topics part in order to encode non-ASCII text.
8273
8274 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * smiley.el (smiley-style): New variable.
8277         (smiley-directory): New function.
8278         (smiley-data-directory): Derive from `smiley-style' using
8279         `smiley-directory'.
8280         (smiley-regexp-alist): Add new entries.
8281
8282         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8283         (gnus-article-browse-delete-temp): Add :version.
8284
8285 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8286
8287         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8288         the sieve region.
8289
8290 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8291
8292         * gnus.el (gnus-version-number): Bump version.
8293
8294 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8295
8296         * gnus.el: No Gnus v0.4 is released.
8297
8298 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8301         layout.
8302
8303         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8304         unknown charset.
8305
8306         * message.el (message-header-synonyms): Add Original-To to the
8307         default.
8308
8309         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8310         optional parameter.
8311
8312 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * gnus-fun.el (gnus): Require it for gnus-directory.
8315
8316 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8319
8320 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8321
8322         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8323
8324 2006-04-05  Simon Josefsson  <jas@extundo.com>
8325
8326         * password.el (password-reset): New function.
8327
8328 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8329
8330         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8331         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8332
8333 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8334
8335         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8336         Some whitespace was matched into the url, which broke browsing hits
8337         > 100 when mm-url-use-external was nil.
8338
8339 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8342         gnus-extra-headers for 'Newsgroups.
8343
8344         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8345         bound.
8346
8347 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8348
8349         * pgg-gpg.el: Clean up process buffers every time gpg processes
8350         complete.
8351
8352 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8355         doc string.
8356
8357 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8358
8359         * pgg-gpg.el (pgg-gpg-process-filter)
8360         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8361
8362         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8363         lines, temporary fix.
8364
8365 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8368
8369 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8370
8371         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8372         default-enable-multibyte-characters.  This reverts the change from
8373         revision 6.17 which is no longer necessary because the passphrase
8374         is sent separately now.  GnuPG messages are unreadable under
8375         multibyte locales with default-enable-multibyte-characters set to
8376         nil.
8377
8378 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8379
8380         * message.el (message-tool-bar-gnome): Move "spell".
8381
8382 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8383
8384         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8385         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8386         instead.
8387
8388 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8389
8390         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8391         newsgroups handling for NNTP overviews which don't include
8392         Newsgroups.
8393
8394 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8395
8396         * message.el (message-resend): Bind message-generate-hashcash to nil.
8397
8398 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8399
8400         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8401         when searching for already-paid recipients.
8402
8403 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8404
8405         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8406         passphrases when it is not needed.
8407         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8408         passphrase stuff from gpg, should only be necessary when you use
8409         gpg with a smartcard.
8410
8411 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * mml.el (mml-insert-mime): Ignore cached contents of
8414         message/external-body part.
8415
8416         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8417         (mm-insert-part): Ditto.
8418
8419 2006-03-23  Simon Josefsson  <jas@extundo.com>
8420
8421         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8422         Reiner.
8423         (pgg-gpg-use-agent-p): Use it again.
8424
8425 2006-03-23  Simon Josefsson  <jas@extundo.com>
8426
8427         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8428         older emacsen.
8429         (pgg-gpg-use-agent-p): Don't use it.
8430
8431 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8434         if we can.
8435
8436 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8437
8438         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8439         (pgg-gpg-update-agent): New function.
8440         (pgg-gpg-use-agent-p): New function.
8441         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8442         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8443         (pgg-gpg-sign-region): Use it.
8444
8445 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8448         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8449
8450 2006-03-21  Simon Josefsson  <jas@extundo.com>
8451
8452         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8453         <wilde@sha-bang.de>.
8454         (pgg-gpg-use-agent): New variable.
8455         (pgg-gpg-process-region): Use it.
8456         (pgg-gpg-encrypt-region): Likewise.
8457         (pgg-gpg-encrypt-symmetric-region): Likewise.
8458         (pgg-gpg-decrypt-region): Likewise.
8459         (pgg-gpg-sign-region): Likewise.
8460         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8461
8462 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8465
8466         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8467         Add comment on version.
8468
8469 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * smiley.el: Add missing test smiley.
8472
8473 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * mm-decode.el (mm-with-part): New macro.
8476         (mm-get-part): Use it; work with message/external-body as well.
8477         (mm-save-part): Treat name and filename equally.
8478
8479         * mm-extern.el (mm-extern-cache-contents): New function.
8480         (mm-inline-external-body): Use it; force the part to be displayed;
8481         move undisplayer added to the cached handle to the parent.
8482
8483         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8484         (gnus-mime-view-part-as-type): Work with message/external-body.
8485
8486         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8487
8488 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8491         images in image-load-path.  [Sync with image.el, revision 1.60, in
8492         Emacs.]
8493
8494 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8497         path rather than symbol.  Always return list of directories.
8498         Guarantee that image directory comes first.  [Sync with image.el,
8499         revision 1.59, in Emacs.]
8500
8501         * message.el (message-make-tool-bar): Adjust to new API of
8502         `gmm-image-load-path-for-library'.
8503
8504         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8505
8506         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8507
8508 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8509
8510         * gnus-art.el (gnus-article-only-boring-p):
8511         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8512         intangible text.
8513         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8514
8515 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8518         `defun' instead of `gmm-defun-compat'.
8519
8520 2006-03-14  Simon Josefsson  <jas@extundo.com>
8521
8522         * message.el (message-unique-id): Don't use message-number-base36
8523         if (user-uid) is a float.
8524         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8525
8526 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8529
8530         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8531         empty line between a part and a message part.
8532
8533 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * smiley.el: Add more test smileys.
8536         (smiley-data-directory, smiley-regexp-alist)
8537         (gnus-smiley-file-types): Fix doc strings.
8538         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8539         adding new elements.
8540         (smiley-mouse-map): Unused code.  Make it a comment.
8541
8542 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8545         scan latest NoCeM messages instead of old ones.
8546         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8547         delimiters that are recently used.
8548         (gnus-nocem-load-cache): Add autoload cookie.
8549
8550         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8551
8552         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8553         level which is larger than gnus-use-nocem is specified.
8554
8555         * gnus-group.el (gnus-group-get-new-news): Ditto.
8556
8557 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * gnus-util.el (gnus-tool-bar-update): New function.
8560
8561         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8562         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8563
8564         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8565
8566         * gnus-group.el (gnus-group-redraw-when-idle)
8567         (gnus-group-redraw-check): Remove.
8568         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8569
8570 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8573         if optional last element is specified in splits (FIELD VALUE...).
8574
8575 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8578         to gmm-image-load-path-for-library.  Call with no-error argument.
8579         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8580
8581         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8582
8583         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8584
8585         * gmm-utils.el (gmm-image-load-path): Remove alias.
8586
8587 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * gmm-utils.el (gmm-image-load-path): Add alias.
8590
8591         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8592         nnml-generate-nov-databases-1.
8593         (nnml-generate-nov-databases): Use it.
8594         (nnml-generate-nov-databases-directory): Document no-active
8595         argument.
8596
8597         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8598         directory if path is t.  Add no-error.
8599
8600         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8601         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8602
8603         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8604         resetting gnus-article-browse-html-temp-list.
8605
8606         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8607         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8608         Add example to docstring.  Rename local variables.  Move error
8609         checks to default case in cond and simplify.
8610
8611 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8614         handle is multipart when calling it recursively.
8615         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8616
8617 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8618
8619         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8620         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8621
8622 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8625         is loaded.
8626
8627         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8628         loaded.
8629
8630 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8633         to "Emacs 23 (unicode)" in doc string.
8634
8635         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8636         "Emacs 23 (unicode)" in comment.
8637
8638 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8641
8642         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8643         characters 160 through 255 in Emacs 23.
8644
8645 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8648         gnus-article-browse-html-temp.
8649         (gnus-article-browse-delete-temp): Make it customizable.  Add
8650         `file'.  Adjust doc string.
8651         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8652         query for each file.  Adjust doc string.
8653         (gnus-article-browse-html-parts): Add
8654         `gnus-article-browse-delete-temp-files' to
8655         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8656
8657 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8658
8659         * gnus-art.el (gnus-article-browse-html-temp)
8660         (gnus-article-browse-delete-temp): New variables.
8661         (gnus-article-browse-delete-temp-files): New function.
8662         (gnus-article-browse-html-parts): Use it.
8663
8664 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8667
8668         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8669         string.
8670
8671         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8672         gnus-summary-insert-new-articles when unplugged.  Remove
8673         gnus-summary-search-article-forward.
8674
8675         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8676         display-visual-class instead of display-color-cells.
8677
8678 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * dgnushack.el: Autoload customize-group for XEmacs.
8681
8682         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8683         message/* containing non-ASCII text properly.
8684
8685 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8686
8687         * message.el: Require gmm-utils, remove autoloads.
8688         (message-tool-bar): Set default based on
8689         gmm-tool-bar-style.
8690         (message-tool-bar-gnome): Add gmm-customize-mode.
8691
8692         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8693         gmm-tool-bar-style.
8694         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8695
8696         * gnus-group.el (gnus-group-tool-bar): Set default based on
8697         gmm-tool-bar-style.
8698         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8699
8700         * gmm-utils.el (gmm-image-directory): Rename variable from
8701         gmm-image-load-path.
8702         (gmm-image-load-path): Use gmm-image-directory.
8703         (gmm-customize-mode): New function.
8704         (gmm-tool-bar-style): New variable.
8705
8706         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8707         gnus-group-redraw-line-number.
8708         (gnus-group-redraw-check): Simplify.
8709         (gnus-group-tool-bar-update): Remove redraw check.
8710         (gnus-group-make-tool-bar): Add redraw check.
8711
8712 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8713
8714         * gnus-art.el (gnus-button): Add missing parentheses.
8715
8716 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * lpath.el: Fbind line-number-at-pos.
8719
8720 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8723
8724 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * gnus-art.el (gnus-button): New face.
8727         (gnus-article-button-face): Use it.
8728
8729         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8730         gnus-summary-next-page.  Re-order.
8731
8732         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8733         next-node are now included.
8734         (gnus-group-redraw-line-number): New internal variable.
8735         (gnus-group-redraw-check): Helper function for updating the tool
8736         bar.
8737         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8738
8739         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8740
8741         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8742         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8743         Use it to match format of Spamassassin 3.0 and later.  Reported by
8744         IRIE Tetsuya <irie@t.email.ne.jp>.
8745         (spam-check-bogofilter)
8746         (spam-bogofilter-register-with-bogofilter): Fix args of
8747         `gnus-error' calls.
8748
8749 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8750
8751         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8752         unnecessary interaction when sending queued mails.  Reported by
8753         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8754
8755 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8758         first or last are nil.
8759
8760 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8761
8762         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8763
8764 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8765
8766         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8767
8768 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * dns.el (query-dns): Protect more against buggy tcp output.
8771
8772 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8775         nov.php.
8776
8777 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8778
8779         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8780         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8781         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8782         output on the server side.
8783         (nnweb-google-create-mapping): Update regexps and add some
8784         progress indication.
8785
8786 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8787
8788         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8789         gnus-agent-toggle-plugged.  Re-order icons.
8790         (gnus-group-tool-bar-gnome): Add
8791         gnus-group-{prev,next}-unread-group.
8792         (gnus-group-tool-bar-gnome): Re-order icons.
8793
8794         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8795         gnus-summary-insert-new-articles.
8796
8797         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8798         comments.
8799
8800         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8801         also available in Emacs 21.3.
8802
8803         * message.el (message-fix-before-sending): Change "Emacs 22" to
8804         "Emacs 23 (unicode)" in comment.
8805
8806         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8807         "Emacs 23 (unicode)" in comment.
8808
8809         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8810         comment.
8811         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8812
8813         * mm-view.el (mm-fill-flowed): Add :version.
8814
8815 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8818         and load-path.
8819
8820 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * message.el: Autoload gmm-image-load-path.
8823         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8824         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8825         consitency.
8826
8827         * gmm-utils.el (gmm-image-load-path): Also search in
8828         "../etc/images".  Don't set gmm-image-load-path if we don't find
8829         the image.
8830
8831 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8832
8833         * gmm-utils.el (gmm-image-load-path): Don't make
8834         `gmm-image-load-path' include subdirectories which the second arg
8835         `image' might specify.
8836
8837         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8838         subdirectory to icon file names.
8839
8840         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8841
8842 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8843
8844         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8845         gmm-image-load-path calls.
8846
8847         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8848
8849         * message.el (message-make-tool-bar): Ditto.
8850
8851         * mml.el (mml-preview): Added comment concerning tool bar icons.
8852
8853         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8854         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8855
8856         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8857         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8858
8859         * message.el (message-tool-bar-gnome): Use new icon names.
8860         (message-make-tool-bar): Use `gmm-image-load-path'.
8861
8862         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8863         functions from MH-E.
8864         (gmm-image-load-path): New variable from MH-E.
8865         (gmm-image-load-path): New function from MH-E.  Added arguments
8866         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8867         *-image-load-path-called-flag.
8868
8869 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8870
8871         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8872
8873 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8874
8875         * nnimap.el (nnimap-request-move-article): Change folder back to
8876         source group before deleting.
8877
8878 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8881
8882         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8883         mm-url.
8884
8885         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8886
8887 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8890         coding system which mm-charset-to-coding-system returns for a
8891         given charset is valid.
8892
8893 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8894
8895         * html2text.el (html2text-remove-tag-list):
8896         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8897
8898 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8899
8900         * gnus-cus.el: Revert 2005-10-17 change.
8901
8902 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-art.el (article-strip-banner): Call
8905         article-really-strip-banner only when the regexp match is made.
8906
8907 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * gnus-art.el (article-strip-banner): Use
8910         gnus-extract-address-components instead of
8911         mail-header-parse-addresses to make it work with non-ASCII text;
8912         remove mail-encode-encoded-word-string.
8913
8914         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8915         values which are surrounded with \"...\"; make it never cause a
8916         Lisp error; give up parsing of parameters if it failed in
8917         extracting type.
8918
8919 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8920
8921         * smime.el (smime-cert-by-ldap-1): Fix bug where
8922         `smime-ldap-search' returns results without userCertificates.
8923
8924 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8927
8928 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * spam.el (spam-check-spamassassin-headers): Adapt format for
8931         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8932         <ari@mbf.ocn.ne.jp>.
8933         (spam-list-of-processors): Add spam-use-gmane.
8934
8935 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8938         make-temp-file; make it work with XEmacs as well.
8939
8940         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8941         mm-make-temp-file.
8942
8943         * mm-decode.el (mm-display-external): Use the 3rd arg of
8944         mm-make-temp-file.
8945         (mm-create-image-xemacs): Ditto.
8946
8947 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8950         with message-narrow-to-headers.
8951         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8952         (gnus-draft-check-draft-articles): New function.
8953         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8954
8955 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * gnus-art.el (gnus-article-browse-html-parts):
8958         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8959         Don't use suffix argument for mm-make-temp-file for Emacs 21
8960         compatibility.  Remove useless `format'.
8961
8962 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8963
8964         * nnweb.el (nnweb-google-wash-article): Update regexps.
8965         (nnweb-group-alist): Use defvoo instead of defvar.
8966
8967 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8970         re-loading nn* modules.
8971
8972 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8975         for `tool-bar-mode' and don't check it's default-value.
8976
8977         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8978
8979         * message.el (message-make-tool-bar): Ditto.
8980
8981         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8982         `substring'.  Shorten tmp-file name.
8983
8984         * gnus.el: Remove bogus comment.
8985
8986 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8987
8988         * gnus-art.el (gnus-article-browse-html-parts): New function.
8989         (gnus-article-browse-html-article): New function for viewing html
8990         articles with a browser.
8991
8992 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8993
8994         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8995         in elisp.
8996         (pgg-gpg-encrypt-symmetric-region): Ditto.
8997         (pgg-gpg-sign-region): Ditto.
8998
8999         * pgg-def.el (pgg-text-mode): New variable.
9000
9001         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9002         (mml2015-pgg-encrypt): Ditto.
9003
9004         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9005         (mml1991-pgg-encrypt): Ditto.
9006
9007 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9010         message-make-date instead of current-time-string.
9011
9012         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9013         to gnus-decoded which mm-uu might set.
9014
9015 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9018         don't decode quoted parameters; remove misimported Emacs code.
9019         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9020         (rfc2231-decode-encoded-string): Don't use split-string which
9021         behaves differently according to Emacs version; use
9022         mm-decode-coding-region to convert charset to coding-system.
9023         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9024         (rfc2231-encode-string): Remove misimported Emacs code.
9025
9026 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9029         when calling mail-header-parse-content-type.
9030         (article-de-quoted-unreadable): Ditto.
9031         (article-de-base64-unreadable): Ditto.
9032         (article-wash-html): Ditto.
9033
9034         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9035         calling mail-header-parse-content-type and
9036         mail-header-parse-content-disposition.
9037         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9038         mail-header-parse-content-type.
9039
9040         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9041         insert charset and format parameters; encode description after
9042         inserting it to buffer.
9043         (mml-insert-parameter): Fold lines properly even if a parameter is
9044         segmented into two or more lines; change the max column to 76.
9045
9046         * rfc1843.el (rfc1843-decode-article-body): Don't use
9047         ignore-errors when calling mail-header-parse-content-type.
9048
9049         * rfc2231.el (rfc2231-parse-string): Return at least type if
9050         possible; don't cause an error even if it fails in parsing of
9051         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9052         (rfc2231-encode-string): Don't break lines at the beginning, leave
9053         it to mml-insert-parameter.
9054
9055         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9056         calling mail-header-parse-content-type.
9057
9058 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * spam-report.el (spam-report-gmane-use-article-number):
9061         Improve doc string.
9062         (spam-report-gmane-internal): Check if a suitable header was found
9063         in the article.
9064
9065 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9068         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9069
9070 2006-02-05  Romain Francoise  <romain@orebokech.com>
9071
9072         Update copyright notices of all files in the gnus directory.
9073
9074 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9075
9076         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9077
9078 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9081         segmented lines of parameter value to cope with Thunderbird 1.5
9082         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9083         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9084         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9085
9086 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9087
9088         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9089         parts.
9090
9091 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9092
9093         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9094         there's only one active file for all servers.
9095         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9096         solid groups.  Gnus might have used a FAST request to select the group.
9097         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9098         and nnweb-search redundantly in the active file.
9099         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9100         (nnweb-request-create-group): Don't use ARGS.
9101         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9102         initialisations.  Let nnoo do the work.
9103
9104 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9107         Say the part has been decoded.
9108
9109         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9110
9111 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9112
9113         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9114         mailcap-viewer-test-cache when there's no 'test clause, since that
9115         will invert the meaning of a "nil" test previously determined by
9116         mailcap-mailcap-entry-passes-test.
9117
9118 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9121         compiling.
9122
9123         * gnus-sum.el: Ditto.
9124
9125         * message.el: Don't bind tool-bar-map when compiling.
9126
9127 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9128
9129         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9130
9131 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9132
9133         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9134         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9135         current Google Groups.
9136
9137 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9140         and tool-bar-mode.
9141
9142         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9143         and tool-bar-mode.
9144
9145         * message.el (message-tool-bar-update): Simplify.
9146         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9147
9148         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9149         gnus-summary-buffer.
9150         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9151         gnus-summary-reply.
9152
9153         * gmm-utils.el (gmm): Add :version.
9154
9155 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * Makefile.in (clean): New rule.
9158         (distclean): Use it.
9159
9160 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9161
9162         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9163         autoload.
9164
9165 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * gmm-utils.el (gmm-verbose): Add :group.
9168
9169 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * message.el: Change some comments WRT tool-bars.
9172
9173         * gnus-sum.el (gnus-summary-tool-bar)
9174         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9175         (gnus-summary-tool-bar-zap-list): New variables.
9176         (gnus-summary-make-tool-bar): Complete rewrite using
9177         `gmm-tool-bar-from-list'.
9178
9179         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9180         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9181         variables.
9182         (gnus-group-make-tool-bar): Complete rewrite using
9183         `gmm-tool-bar-from-list'.
9184         (gnus-group-tool-bar-update): New function.
9185
9186         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9187
9188 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9191         is dissected into a single part of which the type is the same as
9192         the given one; decode charset.
9193
9194 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9195
9196         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9197         into alists as symbol not string, since that's what
9198         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9199         look for.
9200
9201 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9204         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9205
9206         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9207
9208 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9211         (gnus-xmas-mime-security-button-menu): New function.
9212
9213         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9214         (gnus-mime-security-button-menu): New definition.
9215         (gnus-mime-security-button-map): Use them.
9216         (gnus-mime-security-button-menu): New function.
9217         (gnus-insert-mime-security-button): Addition to help echo.
9218         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9219         (gnus-mime-security-pipe-part): New functions.
9220
9221         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9222         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9223
9224         * mm-decode.el (mm-handle-set-disposition): Remove.
9225         (mm-handle-set-description): Remove.
9226
9227 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9230         (mm-w3m-standalone-supports-m17n-p): New function.
9231         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9232         w3m usage.
9233
9234         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9235         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9236
9237 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9238
9239         * message.el (message-tool-bar-zap-list): Use
9240         gmm-tool-bar-zap-list as custom type.
9241         (message-tool-bar-update): New function.
9242         (message-tool-bar, message-tool-bar-gnome)
9243         (message-tool-bar-retro): Add message-tool-bar-update.
9244         (message-tool-bar-gnome): Add flyspell-buffer.
9245
9246         * gnus-util.el (gnus-error): Describe `args'.
9247
9248         * gmm-utils.el (gmm-error): Describe `args'.
9249         (gmm-tool-bar-zap-list): New widget.
9250         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9251
9252 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9255         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9256         the number of recursive calls.
9257
9258         * mm-decode.el (mm-handle-set-disposition): New macro.
9259         (mm-handle-set-description): New macro.
9260
9261 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9264         encoding.
9265
9266 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * message.el (message-tool-bar-zap-list, message-tool-bar)
9269         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9270         (message-tool-bar-local-item-from-menu): Remove.
9271         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9272         (message-make-tool-bar): New function.
9273         (message-mode): Use `message-make-tool-bar'.
9274
9275         * gmm-utils.el: New file.
9276         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9277         (gmm-lazy): New widget copied from `nnmail.el'.
9278         (gmm-tool-bar-from-list): New function for creating customizable
9279         tool bars.
9280         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9281         output.
9282         (gmm): Add :prefix to defgroup.
9283
9284 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9285
9286         * gmm-utils.el (gmm-widget-p): New function.
9287
9288 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * mml.el (mml-attach-file): Describe `description' in doc string.
9291         (mml-menu): Add Emacs MIME manual and PGG manual.
9292
9293 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9294
9295         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9296
9297 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9298
9299         * nntp.el (nntp-end-of-line): Doc fix.
9300
9301 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9302
9303         * imap.el (imap-open): Handle case where buffer is a buffer
9304         object.
9305
9306 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9307
9308         * gnus-delay.el (gnus-delay): Don't autoload.
9309         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9310         to be re-loaded when customizing the `gnus-delay' group.
9311
9312 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9313
9314         * message.el (message-insert-citation-line): Use newlines.
9315
9316 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9317
9318         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9319         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9320         these routines, so the passphrase can be managed externally and
9321         passed in to the system.
9322         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9323         pgg-add-passphrase-to-cache function.
9324
9325         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9326         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9327         these routines, so the passphrase can be managed externally and
9328         passed in to the system.
9329         (pgg-pgp5-sign-region): Use new name of
9330         pgg-add-passphrase-to-cache function.
9331
9332 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9333
9334         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9335         part of the decoded armor to find the key-identifier.
9336         (pgg-gpg-lookup-key-owner): New function to return the
9337         human-readable identifier of a key owner.
9338         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9339         itself.
9340         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9341         the key value) if we have a key and can match it against a secret
9342         key.  Also, added a note pointing out fact that the prompt only
9343         indicates the first matching key.
9344
9345         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9346         pgg-decrypt-region.
9347         (pgg-add-passphrase-to-cache): Rename from
9348         `pgg-add-passphrase-cache' to reduce confusion (all callers
9349         changed).
9350         (pgg-remove-passphrase-from-cache): Rename from
9351         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9352         changed).
9353         (pgg-read-passphrase, pgg-add-passphrase-cache)
9354         (pgg-remove-passphrase-cache): Add informative docstrings.
9355         (pgg-decrypt): Convey provided passphrase in subordinate call to
9356         pgg-decrypt-region.
9357
9358 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9359
9360         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9361         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9362         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9363         'passphrase' argument, so the passphrase can be managed externally
9364         and then passed in to the system.
9365
9366         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9367         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9368         so the passphrase cache can be used reliably with identifiers
9369         besides a pgp packet's key id.
9370
9371         * pgg-gpg.el (pgg-gpg-encrypt-region)
9372         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9373         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9374         these routines, so the passphrase can be managed externally and
9375         passed in to the system.
9376
9377         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9378         'notruncate' argument, so the passphrase cache can be used
9379         reliably with identifiers besides a pgp packet's key id.
9380
9381 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9382
9383         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9384         symmetric encryption.
9385         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9386         encrypted session key.
9387         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9388         message ask for the passphrase in a proper way.
9389
9390         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9391         New user commands for symmetric encryption.
9392
9393 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9396
9397         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9398
9399 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9400
9401         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9402
9403 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * mm-decode.el (mm-inlined-types): Add application/pgp.
9406         (mm-automatic-display): Ditto.
9407
9408         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9409         part as text.
9410
9411 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * nnrss.el: Update copyright.
9414         (nnrss-opml-import): Query whether to subscribe to each entry.
9415
9416         * gnus-art.el:
9417         * gnus-sum.el:
9418         * gnus-xmas.el:
9419         * messagexmas.el:
9420         * mm-uu.el:
9421         * mm-view.el: Update copyright.
9422
9423 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * message.el (message-info): New function.
9426         (message-mode-menu): Add it.
9427         Update copyright.
9428
9429         * ChangeLog: Fix and update copyright.
9430
9431 2006-01-13  Romain Francoise  <romain@orebokech.com>
9432
9433         * message.el (message-forward-subject-name-subject): Prefer the
9434         address to 'nowhere' if the sender has no name.
9435         Fix typo.  Update copyright year.
9436
9437 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * gnus-art.el (article-wash-html): Use
9440         gnus-summary-show-article-charset-alist if a numeric arg is given.
9441         (gnus-article-wash-html-with-w3m-standalone): New function.
9442
9443         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9444         mm-inline-text-html-render-with-w3m-standalone.
9445         (mm-text-html-washer-alist): Map w3m-standalone to
9446         gnus-article-wash-html-with-w3m-standalone.
9447         (mm-inline-text-html-render-with-w3m-standalone): New function.
9448
9449 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9452         Improve LaTeX.
9453
9454 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9457         (nnrss-request-article): Render text/plain parts as HTML.
9458
9459         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9460         the buffer.
9461
9462 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9463
9464         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9465         custom definition of `gnus-posting-styles'.
9466
9467         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9468         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9469
9470 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9471
9472         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9473         Use nntp for bug archive.
9474
9475 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9478         parts.
9479         (nnrss-normalize-date): New function converts ISO 8601 date into
9480         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9481         (nnrss-check-group): Use it.
9482
9483 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9486
9487         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9488         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9489         (nnrss-insert-w3): Ditto.
9490
9491 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9494         the articles to be forwarded including the case where neither a
9495         number of articles nor a region is specified.
9496
9497 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * nnrss.el (nnrss-request-article): Fix last change; fill
9500         text/plain parts.
9501
9502 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9505         in text/plain part.
9506         (nnrss-check-group): Don't add excessive newline to dc:subject.
9507
9508 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9509
9510         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9511         article.
9512
9513 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9516         (nnml-use-compressed-files, nnml-save-mail): Support other
9517         comression programs such as bzip2.
9518
9519 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * dns.el (query-dns): Make sure we check the buffer size before
9522         removing tcp headers.
9523
9524 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9527         remove MIME buttons associated with multipart/alternative parts.
9528         (gnus-mime-display-alternative): Tag buttons using `article-type'
9529         text property.
9530
9531         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9532         associated with multipart/alternative parts.
9533
9534         * gnus-art.el (gnus-signature-separator): Fix custom type.
9535
9536         * mm-decode.el (mm-inlined-types): Fix custom type.
9537         (mm-keep-viewer-alive-types): Ditto.
9538         (mm-automatic-display): Ditto.
9539         (mm-attachment-override-types): Ditto.
9540         (mm-inline-override-types): Ditto.
9541         (mm-automatic-external-display): Ditto.
9542
9543 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * spam-report.el (spam-report-user-mail-address)
9546         (spam-report-user-agent): New variables.
9547         (spam-report-url-ping-plain): Use spam-report-user-agent.
9548
9549 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9550
9551         * gnus-art.el (gnus-button-handle-custom): Do not just use
9552         `customize-apropos' for any "M-x customize-*" button but the
9553         function called for.  Accept both the function name and its
9554         argument in order to achieve this.
9555         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9556         function name to `gnus-button-handle-custom' in case of "M-x
9557         customize-*" buttons.
9558
9559 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9562         multipart/alternative and add xref to mm-discouraged-alternatives
9563         in doc string.
9564
9565         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9566         gnus-buttonized-mime-types in doc string.
9567
9568 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9569
9570         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9571         Suggest image/.* in the doc string.
9572
9573 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9576         message-marks (Debian bug #342521).
9577
9578 2005-12-12  Simon Josefsson  <jas@extundo.com>
9579
9580         * password.el (password-read-from-cache): Add.
9581         (password-read): Use it.
9582
9583 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9586         us-ascii as a MIME charset.
9587
9588         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9589         against the case where the 2nd arg TYPE is nil.
9590
9591 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9592
9593         * pop3.el (pop3-stream-type): Fix custom version.
9594
9595         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9596
9597 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9598
9599         * mm-decode.el (mm-display-external): Add missing cdr.
9600
9601 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9604         RFC1524) if it is in mailcap or add a suffix according to
9605         mailcap-mime-extensions when generating a temp filename; postpone
9606         deleting a temp file for 2 seconds for some wrappers, shell
9607         scripts, and so on, which might exit right after having started a
9608         viewer command as a background job.
9609
9610 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * nntp.el (nntp-marks-directory): Fix custom group.
9613
9614         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9615         steps when < 10.
9616
9617         * gnus-start.el (gnus-no-server-1): Mention
9618         `gnus-level-default-subscribed' in doc string.
9619
9620 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9621
9622         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9623         parens.
9624
9625 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * gnus-xmas.el (gnus-use-toolbar): Revert.
9628         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9629         gnus-use-toolbar is default.
9630
9631         * messagexmas.el (message-use-toolbar): Revert.
9632         (message-setup-toolbar): Use global default-toolbar if
9633         message-use-toolbar is default.
9634
9635 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9638         according to default-toolbar-visible-p.
9639
9640         * messagexmas.el (message-use-toolbar): Ditto.
9641
9642 2005-11-26  Dave Love  <fx@gnu.org>
9643
9644         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9645         (tls-program, tls-success): Provide openssl alternative.
9646
9647         * starttls.el: Doc fixes.
9648         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9649         SERVICE to PORT.
9650
9651         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9652         port null or service name.
9653         (starttls-negotiate): Autoload.
9654
9655 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * message.el (message-kill-to-signature): Fix interactive spec.
9658
9659 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * pop3.el (pop3-open-server): Recognize a string as a service name.
9662
9663 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9664
9665         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9666
9667 2005-11-23  Dave Love  <fx@gnu.org>
9668
9669         Add pop3s, pop3/starttls.
9670
9671         * pop3.el (pop3-authentication-scheme): Clarify doc.
9672         (open-tls-stream, starttls-open-stream): Autoload.
9673         (pop3-stream-type): New.
9674         (pop3-open-server): Use it.
9675
9676         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9677         for POP.
9678         (mail-source-keyword-map): Add :stream for POP.
9679         (mail-source-fetch-pop): Use pop3-stream-type.
9680
9681 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9684         of current-time-string.
9685
9686 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9687
9688         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9689         date header.
9690
9691 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9692
9693         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9694         it can seriously impact performance as it bypasses the agent's
9695         local caches.
9696
9697 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9698
9699         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9700         must be explicitly online rather than "not explicitly offline" for
9701         its flags to be synchronized.
9702
9703         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9704         that gnus-uu-unmark-thread will function correctly.
9705
9706         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9707         1024K is instead displayed as 1M.
9708
9709 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710
9711         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9712
9713 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9714
9715         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9716
9717 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9718
9719         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9720         error message to display actual error condition.
9721         (gnus-agent-save-local): Avoid saving symbols that are bound to
9722         nil as they simply result in a warning message in
9723         gnus-agent-read-local.
9724
9725 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9728         rather than make-variable-buffer-local for file-precious-flag.
9729
9730 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9731
9732         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9733         for duplicates which are removed.  The invalid sort check then
9734         triggers a rescan after the sort as sorting may have moved
9735         duplicate entries such that they can be cheaply detected.
9736
9737 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9740
9741 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9742
9743         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9744         internal variable to a custom variable.  Changed default value
9745         from compressed(2) to uncompressed(1).
9746         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9747         support for uncompressed agentview files.  Taken together, reading
9748         the agentview file should now be 6-7 times faster.
9749
9750 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9751
9752         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9753         as a buffer-local variable.  This avoids creating truncated
9754         dribble files as a result of a hang up, eg.
9755
9756 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9757
9758         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9759         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9760         XEmacs.
9761
9762 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * gnus-start.el (gnus-start-draft-setup): Enforce
9765         `gnus-draft-mode' for nndraft:drafts at startup.
9766
9767         * gnus.el (gnus-splash): Change custom group.
9768         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9769         allow-list argument.
9770
9771         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9772         string.
9773
9774 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * gnus-art.el (gnus-default-article-saver): Add user-defined
9777         `function' to custom type.
9778
9779 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9780
9781         * imap.el (imap-open): Handle case where buffer is a buffer
9782         object.
9783
9784 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9787         long lines.
9788         (gnus-cache-delete-group): Wrap doc strings.
9789
9790         * gnus-agent.el (gnus-agent-rename-group)
9791         (gnus-agent-delete-group): Wrap doc strings.
9792
9793 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * messagexmas.el (message-use-toolbar): Change the valid values
9796         into default, top, bottom, left, and right.
9797         (message-toolbar-thickness): New variable.
9798         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9799         well.
9800         (message-setup-toolbar): Make it work.
9801
9802         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9803         (gnus-use-toolbar): Change the valid values into default, top,
9804         bottom, left, and right.
9805         (gnus-toolbar-thickness): New variable.
9806         (gnus-xmas-setup-toolbar): New function.
9807         (gnus-xmas-setup-group-toolbar): Use it.
9808         (gnus-xmas-setup-summary-toolbar): Use it.
9809
9810 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9811
9812         * gnus-start.el (gnus-1): Add "native" to
9813         gnus-predefined-server-alist.
9814
9815         * gnus.el (gnus-method-to-server): Don't add "native" to the
9816         lists here, because that leads to problems when
9817         gnus-select-method is bound.
9818
9819 2005-11-09  Simon Josefsson  <jas@extundo.com>
9820
9821         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9822         use (not sort-by-date) instead.
9823
9824 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9825
9826         * gnus-delay.el (gnus-delay-group): Don't autoload.
9827         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9828         to be re-loaded when customizing the `gnus-delay' group.
9829
9830 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9831
9832         * message.el: Revert last changes.
9833         (message-insert-citation-line): Use newlines.
9834
9835 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9836
9837         * message.el (message-courtesy-message)
9838         (message-mark-insert-begin, message-mark-insert-end)
9839         (message-elide-ellipsis, message-cancel-message)
9840         (message-add-header, message-change-subject)
9841         (message-cross-post-followup-to-header)
9842         (message-cross-post-insert-note, message-reduce-to-to-cc)
9843         (message-widen-reply, message-delete-not-region)
9844         (message-kill-to-signature, message-insert-signature)
9845         (message-insert-importance-high, message-insert-importance-low)
9846         (message-insert-or-toggle-importance)
9847         (message-insert-disposition-notification-to)
9848         (message-indent-citation, message-yank-original)
9849         (message-cite-original-without-signature, message-cite-original)
9850         (message-insert-citation-line, message-position-on-field)
9851         (message-fix-before-sending, message-send-mail-partially)
9852         (message-send-mail, message-send-mail-with-sendmail)
9853         (message-send-mail-with-qmail, message-send-news)
9854         (message-check-news-header-syntax, message-generate-headers)
9855         (message-insert-courtesy-copy, message-fill-address)
9856         (message-fill-header, message-shorten-references)
9857         (message-setup-1, message-cancel-news)
9858         (message-forward-make-body-plain, message-forward-make-body-mime)
9859         (message-forward-make-body-mml, message-encode-message-body)
9860         (message-forward-make-body-digest-plain)
9861         (message-forward-make-body-digest-mime)
9862         (message-use-alternative-email-as-from): Insert `hard-newline'
9863         instead of ordinary newlines.
9864
9865 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * message.el (message-generate-headers): Downcase the argument
9868         given to message-check-element.
9869
9870 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9871
9872         * nntp.el (nntp-authinfo-rejected): New error condition.
9873         (nntp-wait-for): Use new error condition to signal authentication
9874         error.
9875         (nntp-retrieve-data): Rethrow new error condition to break out of
9876         recursive call to nntp-send-authinfo.
9877
9878 2005-11-08  Romain Francoise  <romain@orebokech.com>
9879
9880         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9881         (gnus-summary-exit-map): Bind to `Z p'.
9882         (gnus-summary-make-menu-bar): Add menu item.
9883
9884 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9887         (gnus-treat-*): Add `first' in all doc strings.
9888
9889         * gnus-group.el (gnus-group-compact-group): Fix typo.
9890
9891 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus.el (gnus-parameters-case-fold-search): New variable.
9894         (gnus-parameters-get-parameter): Use it.
9895
9896         * gnus-score.el (gnus-home-score-file): Doc fix.
9897
9898 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9899
9900         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9901
9902 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * mm-util.el (mm-special-display-p): New function.
9905
9906         * mml.el (mml-preview): Use it; doc fix.
9907
9908 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9909
9910         * imap.el (imap-open): Handle case where buffer is a buffer object.
9911
9912 2005-10-29  Romain Francoise  <romain@orebokech.com>
9913
9914         * message.el (message-fix-before-sending): Fix comment.
9915
9916 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9917
9918         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9919
9920 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9921
9922         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9923         Used in gnus-score.el.
9924
9925 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9928
9929 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9932         whitespace removed in revision 7.8.  Use concatenated string to
9933         protect trailing whitespace.
9934
9935 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9936
9937         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9938         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9939         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9940         Courier IMAP ("some version from 2004").  Mostly based on similar
9941         code in the same function.
9942
9943 2005-10-26  Didier Verna  <didier@xemacs.org>
9944
9945         * gnus-group.el (gnus-group-compact-group): Invalidate original
9946         article buffer.
9947         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9948         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9949         NOV database and in article itself.
9950         Invalidate article backlog.
9951
9952 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9955
9956 2005-10-26  Simon Josefsson  <jas@extundo.com>
9957
9958         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9959         part of 2004-07-25 change.
9960
9961 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * message.el (message-display-completion-list): New function.
9964         (message-expand-group): Use it; make sure the Completions buffer
9965         is modifiable.
9966 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9967
9968         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9969         user-mail-name is an empty string.
9970
9971 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9972
9973         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9974         depending on gnus-score-decay-constant.
9975
9976         * encrypt.el (encrypt-insert-file-contents)
9977         (encrypt-write-file-contents): Don't use `gnus-message'.
9978
9979         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9980         arguments.
9981         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9982         arguments to mm-uu-verbatim-marks-extract.
9983         (mm-uu-hide-markers): New variable.
9984         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9985
9986         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9987         (gnus-convert-image-to-face-command): Use "convert" by default to
9988         allow other input image formats.
9989         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9990         accordingly.
9991
9992 2005-10-23  Simon Josefsson  <jas@extundo.com>
9993
9994         * imap.el (imap-gssapi-program): Align command line parameters
9995         with latest GNU SASL.
9996         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9997
9998 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9999
10000         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10001         HTML.
10002         (nnslashdot-request-article): Ditto.
10003
10004         * lpath.el (featurep): Add nobreak-char-display.
10005
10006 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10007
10008         * mail-source.el (mail-source-fetch-pop): Require pop3.
10009         (mail-source-check-pop): Ditto.
10010
10011 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10014         errors.
10015
10016 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10019         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10020
10021         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10022
10023         * mm-bodies.el (mm-decode-string): Call
10024         `mm-charset-to-coding-system' with allow-override argument.
10025
10026 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10029         (rfc2047-charset-to-coding-system): New function.
10030         (rfc2047-decode-encoded-words): New function.
10031         (rfc2047-decode-region): Use them.
10032         (rfc2047-decode-cte): Remove.
10033         (rfc2047-parse-and-decode): Remove.
10034         (rfc2047-decode): Remove.
10035
10036 2005-10-15  Kenichi Handa  <handa@m17n.org>
10037
10038         * rfc2047.el (rfc2047-decode-cte): New function.
10039         (rfc2047-decode-region): Change the way to decode successive
10040         encoded-words: decode B- or Q-encoding in each encoded-word,
10041         concatenate them, and decode it as charset.
10042
10043 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * lpath.el: Fbind codepage-setup for XEmacs.
10046
10047 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10048
10049         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10050         widget-move-and-invoke.
10051         (gnus-custom-mode): Use gnus-custom-map.
10052
10053 2005-10-15  Bill Wohler  <wohler@newt.com>
10054
10055         * message.el (message-tool-bar-map): Renamed image file from
10056         mail_send to mail/send.
10057
10058 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10059
10060         * message.el (message-expand-group): Pass the common
10061         prefix substring of completion to `display-completion-list'.
10062
10063 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * mml-sec.el (mml-secure-method): New internal variable.
10066         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10067         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10068         functions using mml-secure-method.
10069
10070         * mml.el (mml-mode-map): Add key bindings for those functions.
10071         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10072         Harder <harder@myrealbox.com>.
10073         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10074         end of message if point is the headers of the message.
10075
10076         * message.el (message-in-body-p): New function.
10077
10078         * assistant.el: Autoload gnus-util and netrc.
10079
10080         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10081         Use `mm-charset-override-alist' only when decoding.
10082
10083         * mm-bodies.el (mm-decode-body): Call
10084         `mm-charset-to-coding-system' with allow-override argument.
10085
10086         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10087         `filename' from Content-Disposition if Content-Type doesn't
10088         provide `name'.
10089         (gnus-mime-view-part-as-type): Set default instead of
10090         initial-input.
10091
10092 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10093
10094         * format-spec.el (format-spec): Propagate text properties of % spec.
10095
10096 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * gnus-art.el (gnus-treat-predicate): Add `first'.
10099
10100 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10103         (mm-charset-override-alist): New variable.
10104         (mm-charset-to-coding-system): Use it.
10105         (mm-codepage-setup): New helper function.
10106         (mm-charset-eval-alist): New variable.
10107         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10108         about unknown charsets.
10109
10110         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10111
10112 2005-10-04  David Hansen  <david.hansen@gmx.net>
10113
10114         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10115         (nnrss-check-group): Ditto.
10116
10117 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10120         Rename x-gnus-verbatim to x-verbatim.
10121         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10122
10123         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10124         x-verbatim.
10125
10126         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10127
10128         * gnus-util.el (gnus-remove-duplicates): Remove.
10129
10130         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10131         instead of gnus-remove-duplicates.
10132
10133         * message.el (message-remove-duplicates): Remove.
10134         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10135         message-remove-duplicates.
10136
10137         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10138         available, else use implementation from `delete-dups'.
10139
10140         * message.el (message-insert-expires): New function.
10141         (message-mode-map): Add key binding.
10142         (message-mode-field-menu): Add menu entry.
10143         (message-mode): Document it.
10144         (message-make-expires-date): Use `message-make-date'.
10145
10146 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10147
10148         * message.el (message-make-expires-date): New function.
10149
10150 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * Makefile.in (list-installed-shadows): New entry.
10153         (install): Use it.
10154         (remove-installed-shadows): New entry.
10155
10156         * dgnushack.el (dgnushack-default-load-path): New variable.
10157         (dgnushack-find-lisp-shadows): New function.
10158         (dgnushack-remove-lisp-shadows): New function.
10159
10160 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * Makefile.in (install-el-elc): New entry.
10163         (install): Use it so that .el files are necessarily installed.
10164
10165 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10168
10169 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10170
10171         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10172         function rather than the diff-mode.el package.
10173         (mm-display-external): Use with-current-buffer.
10174         (mm-viewer-completion-map, mm-viewer-completion-map):
10175         Move initialization inside declaration.
10176
10177 2005-09-29  Simon Josefsson  <jas@extundo.com>
10178
10179         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10180         autoload mail-check-payment.
10181         (spam-check-hashcash): Define unconditionally, since hashcash.el
10182         is part of Gnus now.  Ignore errors from payment checking.
10183
10184 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * message.el (message-bold-region, message-unbold-region): Rename
10187         from `bold-region' and `unbold-region'.
10188
10189         * message.el: Remove useless autoloads.
10190
10191 2005-09-28  Simon Josefsson  <jas@extundo.com>
10192
10193         * message.el (message-use-idna): Default to t.
10194         (message-use-idna): Test whether encoding works too.  Doc fix.
10195
10196 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * nntp.el (nntp-warn-about-losing-connection): Remove.
10199
10200 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10201
10202         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10203         customizable.  Change default value.
10204         (mm-uu-diff-groups-regexp): Change default value.
10205         (mm-uu-type-alist): Add doc string.
10206         (mm-uu-configure): Add doc string.  Make it interactive.
10207         (mm-uu-tex-groups-regexp): New variable.
10208         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10209         (mm-uu-type-alist): Add LaTeX documents.
10210         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10211         of "text/verbatim".
10212         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10213
10214         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10215         instead of "text/verbatim".
10216
10217         * message.el (message-mark-inserted-region)
10218         (message-mark-insert-file): Use slrn style marks when called with
10219         prefix argument.
10220
10221 2005-09-27  Simon Josefsson  <jas@extundo.com>
10222
10223         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10224
10225 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10226
10227         * message.el (message-remove-duplicates): New function.
10228         Implementation borrowed from `gnus-remove-duplicates'.
10229         (message-idna-to-ascii-rhs): Also encode idna addresses in
10230         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10231         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10232         only ask about the same idna domain once per header and also tell
10233         in what header to replace the idna domain.
10234
10235         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10236         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10237         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10238         a header is decoded and not just the last one.
10239
10240 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10243         has been decoded.
10244
10245         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10246         (mm-insert-part): Don't modify text if it has been decoded.
10247
10248         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10249         decoded.
10250
10251         * mm-view.el (mm-inline-text): Don't strip text props unless
10252         decoding enriched or richtext parts.
10253
10254 2005-09-25  Romain Francoise  <romain@orebokech.com>
10255
10256         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10257         * gnus-start.el (gnus-subscribe-interactively):
10258         * gnus-uu.el (gnus-uu-grab-articles):
10259         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10260         space.
10261
10262 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10263
10264         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10265         * mm-view.el (mm-view-pkcs7-decrypt):
10266         * gnus-sum.el (gnus-summary-limit-to-extra)
10267         (gnus-summary-respool-article, gnus-read-move-group-name):
10268         * gnus-score.el (gnus-summary-increase-score):
10269         * gnus-util.el (gnus-completing-read-with-default):
10270         * gnus-art.el (gnus-read-save-file-name)
10271         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10272         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10273         * message.el (message-check-news-header-syntax):
10274         Follow convention for reading with the minibuffer.
10275
10276 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * spam-report.el (spam-report-url-ping-plain):
10279         Use gnus-extended-version as User-Agent.
10280
10281         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10282         default value is nil.
10283
10284         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10285         (mm-uu-verbatim-marks-extract): New function.
10286         (mm-uu-extract): New face.
10287         (mm-uu-copy-to-buffer): Use it.
10288
10289         * spam-report.el (spam-report-gmane-ham): Renamed from
10290         `spam-report-gmane-unspam'.
10291         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10292         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10293
10294         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10295         Autoload.
10296         (spam-report-gmane-unregister-routine): Renamed
10297         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10298
10299 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10300
10301         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10302         (spam-report-gmane-unregister-routine): Add support for gmane
10303         unregistration.
10304
10305         * spam-report.el (spam-report-gmane-unspam)
10306         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10307         (spam-report-gmane): Change to take a single article and do unspam
10308         registration.
10309
10310 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10311
10312         * mm-url.el (mm-url-decode-entities): Fix regexp.
10313
10314 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10315
10316         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10317         default to nil, to be able to use Gnus at all.  If the default
10318         switches to something else, then the function should be fixed not
10319         be exceedingly slow.
10320
10321 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10322
10323         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10324         fail hard.
10325
10326         * spam-report.el: Add better Keywords line.
10327
10328         * spam.el: Add Maintainer and better Keywords line.
10329
10330 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * gnus-art.el (gnus-article-replace-part)
10333         (gnus-mime-replace-part): New functions.
10334         (gnus-mime-action-alist, gnus-mime-button-commands)
10335         (gnus-mime-save-part-and-strip): Added file argument.
10336         (gnus-article-part-wrapper): Added interactive argument.
10337
10338         * gnus-sum.el (gnus-summary-mime-map): Add
10339         `gnus-article-replace-part'.
10340
10341 2005-09-19  Didier Verna  <didier@xemacs.org>
10342
10343         The nnml compaction feature:
10344         * nnml.el (nnml-request-compact-group): New function.
10345         * nnml.el (nnml-request-compact): New function.
10346         * gnus-int.el (gnus-request-compact-group): New function.
10347         * gnus-int.el (gnus-request-compact): New function.
10348         * gnus-group.el (gnus-group-compact-group): New function.
10349         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10350         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10351         * gnus-srvr.el (gnus-server-compact-server): New function.
10352         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10353         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10354
10355 2005-09-18  Deepak Goel  <deego@gnufans.org>
10356
10357         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10358         format spec.
10359
10360 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10363
10364 2005-09-15  Romain Francoise  <romain@orebokech.com>
10365
10366         * message.el (message-fill-paragraph): Clarify docstring.
10367
10368 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-art.el (gnus-mime-display-part): Protect against broken
10371         MIME messages.
10372
10373 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10376         before parsing header.
10377
10378 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10379
10380         * html2text.el (html2text-replace-list): Add new entities.
10381
10382 2005-09-11  Romain Francoise  <romain@orebokech.com>
10383
10384         * message.el (message-alternative-emails): Improve docstring.
10385         (message-setup-1): Call `message-use-alternative-email-as-from'
10386         after `message-setup-hook' to give it precedence over posting
10387         styles, etc.
10388         (message-use-alternative-email-as-from): Add docstring.  Remove
10389         the original From header if present.
10390
10391         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10392         (nnml-save-mail): Use it.
10393
10394         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10395         articles.  Add new argument `silent'.
10396         (gnus-uu-mark-all): Report the total number of marked articles.
10397
10398 2005-09-10  Romain Francoise  <romain@orebokech.com>
10399
10400         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10401         (gnus-uu-mark-series): Likewise.
10402
10403 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * spam-report.el (spam-report-gmane): Fix generation of spam
10406         report URL.
10407
10408 2005-09-10  Simon Josefsson  <jas@extundo.com>
10409
10410         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10411         t, based on discussion on the ding list with Robert Epprecht
10412         <epprecht@solnet.ch>.
10413
10414 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * spam-report.el (spam-report-gmane): Make it work without
10417         X-Report-Spam header.  Gmane now only provides Archived-At.
10418         This is only used if `spam-report-gmane-use-article-number' is nil.
10419         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10420
10421         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10422         make `gnus-summary-sort-by-recipient' work with threading.
10423
10424         * nnweb.el (nnweb-google-wash-article): Print a message if article
10425         is not available.
10426
10427 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10428
10429         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10430         change.  Decode text/* parts content before displaying.
10431
10432 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10433
10434         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10435
10436 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10439
10440         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10441         url-package-name, url-package-version,
10442         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10443         w3m-display-inline-images, and w3m-minor-mode-map.
10444
10445 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * message.el (message-tab-body-function): Fix mismatched custom type.
10448
10449         * gnus.el (gnus-group-change-level-function): Ditto.
10450
10451         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10452
10453         * gnus-art.el (gnus-signature-limit)
10454         (gnus-article-mime-part-function): Ditto.
10455
10456 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * mml.el (mml-mode): Silence the byte compiler.
10459
10460         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10461         using `(sit-for 0)' before moving the point to the specified part;
10462         skip unbuttonized parts.
10463         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10464         return to the summary window if gnus-auto-select-part is non-nil.
10465
10466 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10469         variables.
10470         (mml-dnd-attach-file, mml-mode): Use them.
10471
10472         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10473         Make fetching article by MID work again for Google Groups.  Added
10474         FIXME concerning gnus-group-make-web-group.
10475
10476         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10477         Don't depend on Gnus by using mail-extract-address-components if
10478         gnus-extract-address-components is not bound.
10479
10480 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10481
10482         * gnus-art.el (gnus-mime-display-security): Don't display the
10483         signature, but only the signed part.
10484
10485 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10488
10489         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10490         list, not listp.
10491
10492 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10493
10494         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10495         when encoding.
10496
10497         * mm-bodies.el (mm-decode-content-transfer-encoding):
10498         De-canonicalize CRLF for all text content types, not just
10499         text/plain.
10500
10501 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10504         valid article; point arrow and cursor at the MIME button.
10505
10506 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10509         Suggested by Dan Christensen <jdc@uwo.ca>.
10510
10511         * mm-decode.el (mm-save-part): Enable change of prompt.
10512
10513 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10514
10515         * gnus-msg.el (gnus-inews-add-send-actions): Made
10516         `message-post-method' lambda parameter ARG `&optional'.
10517
10518 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10519
10520         * gnus-sum.el (gnus-summary-mime-map): Added
10521         gnus-article-save-part-and-strip, gnus-article-delete-part and
10522         gnus-article-jump-to-part.
10523
10524         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10525         (gnus-article-edit-part): Use it.
10526         (gnus-article-part-wrapper): Added no-handle argument.
10527         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10528         functions.
10529
10530 2005-08-29  Romain Francoise  <romain@orebokech.com>
10531
10532         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10533         docstring.
10534         (gnus-face-from-file): Likewise.
10535
10536 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10539         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10540         non-nil.
10541         (gnus-auto-select-part): New variable.
10542         (gnus-article-jump-to-part): New function.
10543         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10544         (gnus-mime-delete-part): Allow selecting specified part after
10545         deleting or stripping parts.
10546         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10547         part if argument is bogus.
10548
10549 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10550
10551         * gnus-art.el (w3m-minor-mode-map):
10552         * gnus-spec.el (gnus-newsrc-file-version):
10553         * gnus-util.el (nnmail-active-file-coding-system)
10554         (gnus-original-article-buffer, gnus-user-agent):
10555         * gnus.el (gnus-ham-process-destinations)
10556         (gnus-parameter-ham-marks-alist)
10557         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10558         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10559         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10560         * mm-decode.el (gnus-current-window-configuration):
10561         * mm-extern.el (gnus-article-mime-handles):
10562         * mm-url.el (url-current-object, url-package-name)
10563         (url-package-version):
10564         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10565         (smime-keys, w3m-cid-retrieve-function-alist)
10566         (w3m-current-buffer, w3m-display-inline-images)
10567         (w3m-minor-mode-map):
10568         * mml-smime.el (gnus-extract-address-components):
10569         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10570         (gnus-newsrc-hashtb, message-default-charset)
10571         (message-deletable-headers, message-options)
10572         (message-posting-charset, message-required-mail-headers)
10573         (message-required-news-headers):
10574         * mml1991.el (mc-pgp-always-sign):
10575         * mml2015.el (mc-pgp-always-sign):
10576         * nnheader.el (nnmail-extra-headers):
10577         * rfc1843.el (gnus-decode-encoded-word-function)
10578         (gnus-decode-header-function, gnus-newsgroup-name):
10579         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10580
10581 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10582
10583         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10584         the end of the date treatments.
10585
10586 2005-08-15  Simon Josefsson  <jas@extundo.com>
10587
10588         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10589         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10590         Capello and Romain Francoise.
10591         (pgg-fetch-key-function): Removed, not used?
10592         (pgg-insert-url-with-w3): Require url, to get
10593         url-insert-file-contents regardless of where it is defined.
10594
10595 2005-08-13  Romain Francoise  <romain@orebokech.com>
10596
10597         * message.el (message-cite-original-1): New function.
10598         (message-cite-original): Use it.
10599         (message-cite-original-without-signature): Ditto.
10600
10601 2005-08-08  Romain Francoise  <romain@orebokech.com>
10602
10603         * message.el (message-yank-empty-prefix): New variable.
10604         (message-indent-citation): Use it.
10605         (message-cite-original-without-signature): Respect X-No-Archive.
10606
10607 2005-08-08  Simon Josefsson  <jas@extundo.com>
10608
10609         * pgg.el: Autoload url-insert-file-contents instead of loading
10610         w3/url.
10611         (pgg-insert-url-with-w3): Don't load url here.
10612
10613 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10614
10615         * message.el (message-kill-to-signature): Don't insert newline at
10616         bol.
10617         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10618
10619 2005-08-06  Romain Francoise  <romain@orebokech.com>
10620
10621         * message.el (message-user-fqdn): Fix typo in docstring.
10622
10623 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10624
10625         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10626
10627         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10628
10629 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * mm-bodies.el (mm-encode-body): Use coding system rather than
10632         charset to encode text.
10633
10634         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10635         number of charsets if utf-8 is available (XEmacs).
10636
10637 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10640         taken from `gnus-button-mid-or-mail-regexp'.
10641         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10642         (gnus-button-alist): Improve regexp for domain part of the MIDs
10643         for news:localpart@domain buttons.
10644         (gnus-button-ctan-directory-regexp): Update.
10645
10646 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * sieve-manage.el (sieve-manage-interactive-login): Use
10649         make-local-variable rather than make-variable-buffer-local.
10650         (sieve-manage-open): Ditto.
10651         (sieve-manage-authenticate): Ditto.
10652
10653         * mml.el (mml-generate-mime-1): Make the content type default to
10654         text/plain if the filename is not specified.
10655
10656 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10659         instead of insert-buffer.
10660
10661         * message.el (message-yank-original): Ditto; set the mark at the
10662         end of the yanked message.
10663
10664 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10667         lines to scroll rather than to stop it.
10668
10669         * mml.el (mml-generate-default-type): Add doc string.
10670         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10671         default to application/octet-stream when determining the content
10672         type if it is not specified for the part or the mml contents; add
10673         a comment about mml-generate-default-type.
10674
10675 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10678         make it default to application/octet-stream when determining the
10679         content type if it is not specified for the external contents.
10680
10681 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10684         segmented parameter but also other parameters might be there.
10685
10686 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * mm-decode.el (mm-display-external): Delete temp file, directory
10689         and buffer immediately if the external process is exited.
10690
10691 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10694         fewer lines than that of scroll-margin.
10695         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10696
10697 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-art.el (gnus-article-next-page): Revert.
10700         (gnus-article-beginning-of-window): New macro.
10701         (gnus-article-next-page-1): Use it.
10702         (gnus-article-prev-page): Ditto.
10703         (gnus-article-edit-part): Use insert-buffer-substring instead of
10704         insert-buffer.
10705         (gnus-article-edit-exit): Ditto.
10706
10707         * gnus-util.el (gnus-beginning-of-window): Remove.
10708         (gnus-end-of-window): Remove.
10709
10710         * lpath.el: Don't bind header-line-format and scroll-margin.
10711
10712 2005-07-25  Simon Josefsson  <jas@extundo.com>
10713
10714         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10715         to have the url package without w3.  Reported by Daiki Ueno
10716         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10717
10718 2005-07-20  Didier Verna  <didier@xemacs.org>
10719
10720         * gnus-diary.el: Remove the description comment (nndiary is now
10721         properly documented in the Gnus manual).
10722         Fix the spelling of "Back End".
10723         * nndiary.el: Ditto.
10724         Fix the copyright notice.
10725
10726 2005-07-18  Romain Francoise  <romain@orebokech.com>
10727
10728         * gnus-sum.el (gnus-summary-to-prefix)
10729         (gnus-summary-newsgroup-prefix): New variables.
10730         (gnus-summary-from-or-to-or-newsgroups): Use them.
10731
10732 2005-07-17  Romain Francoise  <romain@orebokech.com>
10733
10734         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10735         space as it's generally not especially interesting to the user.
10736
10737 2005-07-16  Romain Francoise  <romain@orebokech.com>
10738
10739         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10740         nil to avoid prompting and file modification if one of the
10741         messages at the top of the nnfolder file contains a copyright
10742         notice.
10743         Update copyright notice.
10744
10745         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10746         instead of `current-time-string' as the latter creates a time
10747         string that is not RFC 2822 compliant (it lacks the zone).
10748         Update copyright notice.
10749
10750 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10751
10752         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10753         for text/rtf.  Display default in prompt.  Pass default for M-n.
10754
10755         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10756
10757 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10758
10759         * gnus-msg.el (gnus-button-mailto): Remove
10760         save-selected-window-window hackery because it relies on
10761         save-selected-window internals.
10762
10763 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10766         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10767         (gnus-article-prev-page): Ditto.
10768
10769         * gnus-util.el (gnus-beginning-of-window): New function.
10770         (gnus-end-of-window): New function.
10771
10772         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10773
10774 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10775
10776         * gnus-score.el (gnus-score-edit-all-score): Set
10777         gnus-score-edit-exit-function to gnus-score-edit-done and call
10778         gnus-message.
10779
10780 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10781
10782         * gnus-msg.el (gnus-button-mailto): Remove
10783         save-selected-window-window hackery because it relies on
10784         save-selected-window internals.
10785
10786 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10789         add-minor-mode.
10790         (gnus-binary-mode): Ditto.
10791
10792         * gnus-topic.el (gnus-topic-mode): Ditto.
10793
10794 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10795
10796         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10797         (gnus-article-prev-page): Take scroll-margin into consideration.
10798
10799 2005-07-04  Lute Kamstra  <lute@gnu.org>
10800
10801         Update FSF's address in GPL notices.
10802
10803 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10804
10805         * gnus.el (gnus-exit):
10806         * gnus-group.el (gnus-group-icons):
10807         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10808
10809         * gnus-nocem.el (gnus-nocem):
10810         * message.el (message-various, message-buffers, message-sending)
10811         (message-interface, message-forwarding, message-insertion)
10812         (message-headers, message-news, message-mail):
10813         * pgg-gpg.el (pgg-gpg):
10814         * pgg-parse.el (pgg-parse):
10815         * pgg-pgp.el (pgg-pgp):
10816         * pgg-pgp5.el (pgg-pgp5):
10817         * pop3.el (pop3): Finish `defgroup' description with period.
10818
10819 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * gnus-art.el (article-display-face): Improve the efficiency.
10822         (article-display-x-face): Ditto; remove grey x-face stuff.
10823
10824 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * gnus-art.el (article-display-face): Correct the position in
10827         which Faces are inserted.
10828
10829 2005-06-29  Didier Verna  <didier@xemacs.org>
10830
10831         * gnus-art.el (article-display-face): Display faces in correct
10832         order.
10833
10834 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10837         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10838         (gnus-nocem-check-article): Fetch the Type header.
10839         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10840         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10841         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10842         make sure gnus-nocem-hashtb is initialized.
10843         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10844         (gnus-nocem-unwanted-article-p): Ditto.
10845
10846         * pgg.el (pgg-verify): Return the verification result.
10847
10848 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10849
10850         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10851         is ascii.
10852
10853 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10854
10855         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10856         `show-nonbreak-escape'.
10857
10858 2005-06-23  Lute Kamstra  <lute@gnu.org>
10859
10860         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10861
10862         * dig.el (dig-mode):
10863         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10864
10865 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10866
10867         * nnimap.el (nnimap-split-download-body): Fix spellings.
10868
10869 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10870
10871         * gnus-art.el (gnus-article-encrypt-body):
10872         * gnus-cus.el (gnus-score-customize):
10873         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10874         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10875
10876 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10877
10878         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10879         header by looking for magic "MII" at the beginnig.
10880
10881 2005-06-16  Miles Bader  <miles@gnu.org>
10882
10883         * gnus-xmas.el (gnus-xmas-group-startup-message):
10884         Use renamed gnus-splash face.
10885
10886         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10887         (assistant-field-face): New backward-compatibility alias for renamed
10888         face.
10889         (assistant-render-text): Use renamed assistant-field face.
10890
10891         * spam.el (spam): Remove "-face" suffix from face name.
10892         (spam-face): New backward-compatibility alias for renamed face.
10893         (spam-face, spam-initialize): Use renamed spam face.
10894
10895         * message.el (message-header-to, message-header-cc)
10896         (message-header-subject, message-header-newsgroups)
10897         (message-header-other, message-header-name)
10898         (message-header-xheader, message-separator, message-cited-text)
10899         (message-mml): Remove "-face" suffix from face names.
10900         (message-header-to-face, message-header-cc-face)
10901         (message-header-subject-face, message-header-newsgroups-face)
10902         (message-header-other-face, message-header-name-face)
10903         (message-header-xheader-face, message-separator-face)
10904         (message-cited-text-face, message-mml-face):
10905         New backward-compatibility aliases for renamed faces.
10906         (message-font-lock-keywords): Use renamed message faces.
10907
10908         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10909         (sieve-test-commands, sieve-tagged-arguments):
10910         Remove "-face" suffix from face names.
10911         (sieve-control-commands-face, sieve-action-commands-face)
10912         (sieve-test-commands-face, sieve-tagged-arguments-face):
10913         New backward-compatibility aliases for renamed faces.
10914         (sieve-control-commands-face, sieve-action-commands-face)
10915         (sieve-test-commands-face, sieve-tagged-arguments-face):
10916         Use renamed sieve faces.
10917
10918         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10919         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10920         (gnus-group-news-3-empty, gnus-group-news-4)
10921         (gnus-group-news-4-empty, gnus-group-news-5)
10922         (gnus-group-news-5-empty, gnus-group-news-6)
10923         (gnus-group-news-6-empty, gnus-group-news-low)
10924         (gnus-group-news-low-empty, gnus-group-mail-1)
10925         (gnus-group-mail-1-empty, gnus-group-mail-2)
10926         (gnus-group-mail-2-empty, gnus-group-mail-3)
10927         (gnus-group-mail-3-empty, gnus-group-mail-low)
10928         (gnus-group-mail-low-empty, gnus-summary-selected)
10929         (gnus-summary-cancelled, gnus-summary-high-ticked)
10930         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10931         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10932         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10933         (gnus-summary-low-undownloaded)
10934         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10935         (gnus-summary-low-unread, gnus-summary-normal-unread)
10936         (gnus-summary-high-read, gnus-summary-low-read)
10937         (gnus-summary-normal-read, gnus-splash):
10938         Remove "-face" suffix from face names.
10939         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10940         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10941         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10942         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10943         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10944         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10945         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10946         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10947         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10948         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10949         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10950         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10951         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10952         (gnus-summary-normal-ticked-face)
10953         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10954         (gnus-summary-normal-ancient-face)
10955         (gnus-summary-high-undownloaded-face)
10956         (gnus-summary-low-undownloaded-face)
10957         (gnus-summary-normal-undownloaded-face)
10958         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10959         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10960         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10961         (gnus-splash-face):
10962         New backward-compatibility aliases for renamed faces.
10963         (gnus-group-startup-message): Use renamed gnus faces.
10964
10965         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10966         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10967         (gnus-server-agent): Remove "-face" suffix from face names.
10968         (gnus-server-agent-face, gnus-server-opened-face)
10969         (gnus-server-closed-face, gnus-server-denied-face)
10970         (gnus-server-offline-face):
10971         New backward-compatibility aliases for renamed faces.
10972         (gnus-server-agent-face, gnus-server-opened-face)
10973         (gnus-server-closed-face, gnus-server-denied-face)
10974         (gnus-server-offline-face): Use renamed gnus faces.
10975
10976         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10977         Remove "-face" suffix from face names.
10978         (gnus-picon-xbm-face, gnus-picon-face):
10979         New backward-compatibility aliases for renamed faces.
10980
10981         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10982         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10983         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10984         (gnus-cite-11): Remove "-face" suffix from face names.
10985         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10986         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10987         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10988         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10989         New backward-compatibility aliases for renamed faces.
10990         (gnus-cite-attribution-face, gnus-cite-face-list)
10991         (gnus-article-boring-faces): Use renamed gnus faces.
10992
10993         * gnus-art.el (gnus-signature, gnus-header-from)
10994         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10995         (gnus-header-content): Remove "-face" suffix from face names.
10996         (gnus-signature-face, gnus-header-from-face)
10997         (gnus-header-subject-face, gnus-header-newsgroups-face)
10998         (gnus-header-name-face, gnus-header-content-face):
10999         New backward-compatibility aliases for renamed faces.
11000         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11001
11002         * gnus-sum.el (gnus-summary-selected-face)
11003         (gnus-summary-highlight): Use renamed gnus faces.
11004         * gnus-group.el (gnus-group-highlight): Likewise.
11005
11006 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11007
11008         * gnus-sieve.el (gnus-sieve-article-add-rule):
11009         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11010         * spam-stat.el (spam-stat-buffer-change-to-spam)
11011         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11012
11013         * message.el (message-is-yours-p):
11014         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11015
11016 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * mm-view.el (mm-inline-text): Withdraw the last change.
11019
11020 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11023         executing enriched-decode.
11024
11025 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11028         charset of tar files.
11029
11030 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11031
11032         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11033
11034 2005-06-04  Lute Kamstra  <lute@gnu.org>
11035
11036         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11037         information is never recorded.
11038
11039 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11040
11041         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11042
11043 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * pop3.el (pop3-apop): Run md5 in the binary mode.
11046
11047         * starttls.el (starttls-set-process-query-on-exit-flag):
11048         Use eval-and-compile.
11049
11050 2005-05-31  Simon Josefsson  <jas@extundo.com>
11051
11052         * smime.el (smime-replace-in-string): Define.
11053         (smime-cert-by-ldap-1): Use it.
11054
11055 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-art.el (article-display-x-face): Replace
11058         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11059
11060         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11061         set-process-query-on-exit-flag or process-kill-without-query.
11062
11063         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11064         loop instead of replace-regexp.
11065
11066         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11067         instead of process-kill-without-query if it is available.
11068
11069         * lpath.el: Fbind ldap-search-entries.
11070
11071         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11072         instead of find-file-hooks if it is available.
11073
11074         * mml1991.el: Bind pgg-default-user-id when compiling.
11075
11076         * mml2015.el: Bind pgg-default-user-id when compiling.
11077
11078         * nndraft.el (nndraft-request-associate-buffer):
11079         Use write-contents-functions instead of write-contents-hooks if it is
11080         available.
11081
11082         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11083         instead of find-file-hooks if it is available.
11084
11085         * nntp.el (nntp-open-connection): Replace
11086         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11087         (nntp-open-ssl-stream): Ditto.
11088         (nntp-open-tls-stream): Ditto.
11089
11090         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11091         set-process-query-on-exit-flag or process-kill-without-query.
11092         (starttls-open-stream-gnutls): Use it instead of
11093         process-kill-without-query.
11094         (starttls-open-stream): Ditto.
11095
11096 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11097
11098         * smime.el (smime-cert-by-ldap-1): Don't use
11099         replace-regexp-in-string.
11100
11101 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11102
11103         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11104
11105         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11106         in PEM format.  Adjust to the XEmacs compability.
11107
11108 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11109
11110         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11111         by `string-to-number'.
11112         * gnus-agent.el (gnus-agent-regenerate-group)
11113         (gnus-agent-fetch-articles): Ditto.
11114         * gnus-art.el (gnus-button-fetch-group): Ditto.
11115         * gnus-cache.el (gnus-cache-generate-active)
11116         (gnus-cache-articles-in-group): Ditto.
11117         * gnus-group.el (gnus-group-set-current-level)
11118         (gnus-group-insert-group-line): Ditto.
11119         * gnus-score.el (gnus-score-set-expunge-below)
11120         (gnus-score-set-mark-below, gnus-summary-score-effect)
11121         (gnus-summary-score-entry): Ditto.
11122         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11123         (gnus-soup-pack): Ditto.
11124         * gnus-spec.el (gnus-xmas-format): Ditto.
11125         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11126         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11127         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11128         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11129         * nndb.el (nndb-get-remote-expire-response): Ditto.
11130         * nndiary.el (nndiary-parse-schedule-value)
11131         (nndiary-string-to-number, nndiary-request-replace-article)
11132         (nndiary-request-article): Ditto.
11133         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11134         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11135         * nneething.el (nneething-make-head): Ditto.
11136         * nnfolder.el (nnfolder-request-article)
11137         (nnfolder-retrieve-headers): Ditto.
11138         * nnheader.el (nnheader-file-to-number): Ditto.
11139         * nnkiboze.el (nnkiboze-request-article): Ditto.
11140         * nnmail.el (nnmail-process-unix-mail-format)
11141         (nnmail-process-babyl-mail-format): Ditto.
11142         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11143         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11144         (nnmh-request-create-group, nnmh-request-list-1)
11145         (nnmh-request-group, nnmh-request-article): Ditto.
11146         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11147         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11148         * nnsoup.el (nnsoup-make-active): Ditto.
11149         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11150         * nntp.el (nntp-find-group-and-number)
11151         (nntp-retrieve-headers-with-xover): Ditto.
11152         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11153         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11154         (pgg-format-key-identifier): Ditto.
11155         * pop3.el (pop3-last, pop3-stat): Ditto.
11156         * qp.el (quoted-printable-decode-region): Ditto.
11157
11158         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11159         of concat.
11160
11161 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11164
11165         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11166
11167         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11168
11169         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11170
11171         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11172
11173         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11174
11175         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11176         (gnus-carpal-mode): Ditto.
11177
11178         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11179         (gnus-browse-mode): Ditto.
11180
11181         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11182
11183         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11184
11185 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11186
11187         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11188
11189 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-util.el (gnus-run-mode-hooks): New function.
11192
11193         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11194
11195         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11196         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11197
11198 2005-05-27  Lute Kamstra  <lute@gnu.org>
11199
11200         * dns-mode.el (dns-mode): Specify customization group.
11201
11202 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11203
11204         * gnus-agent.el (gnus-agent-make-mode-line-string):
11205         Use mode-line-highlight as mouse-face.
11206
11207 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * canlock.el (canlock): Change the parent group to news.
11210
11211         * deuglify.el (gnus-outlook-deuglify): Add :group.
11212
11213         * dig.el (dig): Add :group.
11214
11215         * dns-mode.el (dns-mode): Add :group.
11216
11217         * encrypt.el (encrypt): Add :group.
11218
11219         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11220         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11221         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11222         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11223         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11224
11225         * gnus-diary.el (gnus-diary): Add :group.
11226
11227         * gnus.el (gnus-group-news-1-face): Add :group.
11228         (gnus-group-news-1-empty-face): Ditto.
11229         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11230         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11231         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11232         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11233         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11234         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11235         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11236         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11237         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11238         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11239         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11240         (gnus-summary-high-ticked-face): Ditto.
11241         (gnus-summary-low-ticked-face): Ditto.
11242         (gnus-summary-normal-ticked-face): Ditto.
11243         (gnus-summary-high-ancient-face): Ditto.
11244         (gnus-summary-low-ancient-face): Ditto.
11245         (gnus-summary-normal-ancient-face): Ditto.
11246         (gnus-summary-high-undownloaded-face): Ditto.
11247         (gnus-summary-low-undownloaded-face): Ditto.
11248         (gnus-summary-normal-undownloaded-face): Ditto.
11249         (gnus-summary-high-unread-face): Ditto.
11250         (gnus-summary-low-unread-face): Ditto.
11251         (gnus-summary-normal-unread-face): Ditto.
11252         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11253         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11254
11255         * hashcash.el (hashcash): New custom group.
11256         (hashcash-default-payment): Add :group.
11257         (hashcash-payment-alist): Ditto.
11258         (hashcash-default-accept-payment): Ditto.
11259         (hashcash-accept-resources): Ditto.
11260         (hashcash-path): Ditto.
11261         (hashcash-extra-generate-parameters): Ditto.
11262         (hashcash-double-spend-database): Ditto.
11263         (hashcash-in-news): Ditto.
11264
11265         * message.el (message-minibuffer-local-map): Add :group.
11266
11267         * netrc.el (netrc): Add :group.
11268
11269         * sieve-manage.el (sieve-manage-log): Add :group.
11270         (sieve-manage-default-user): Diito.
11271         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11272         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11273         (sieve-manage-authenticators): Ditto.
11274         (sieve-manage-authenticator-alist): Ditto.
11275         (sieve-manage-default-port): Ditto.
11276
11277         * sieve-mode.el (sieve-control-commands-face): Add :group.
11278         (sieve-action-commands-face): Ditto.
11279         (sieve-test-commands-face): Ditto.
11280         (sieve-tagged-arguments-face): Ditto.
11281
11282         * smime.el (smime): Add :group.
11283
11284         * spam-report.el (spam-report): Add :group.
11285
11286         * spam.el (spam, spam-face): Add :group.
11287
11288 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11289
11290         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11291         return \n.\n.\n at the end of articles.  Protect against that.
11292         (nntp-with-open-group): Allow debugging.
11293
11294         * nnheader.el (mail-header-set-extra): Make into a function
11295         because I just could't understand how to quote the list properly.
11296
11297         * dns.el (query-dns-cached): New function.
11298
11299 2005-05-26  Lute Kamstra  <lute@gnu.org>
11300
11301         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11302
11303 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11306
11307         * gnus-art.el: Don't autoload mail-extract-address-components.
11308
11309         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11310         eval-and-compile to evaluate it.
11311
11312         * hashcash.el: Don't autoload executable-find.
11313
11314         * nndb.el: Don't declare the nndb back end two or more times; don't
11315         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11316
11317         * nntp.el: Autoload format-spec instead of format; use
11318         eval-and-compile to evaluate autoload forms.
11319
11320 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11321
11322         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11323
11324 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11325
11326         * gnus.el (gnus-version-number): Bump version.
11327
11328 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11329
11330         * gnus.el: No Gnus v0.3 is released.
11331
11332 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11333
11334         * lpath.el (featurep): Bind show-nonbreak-escape.
11335
11336 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * gnus-art.el (gnus-article-edit-part): Disable undo.
11339
11340 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11343         gnus-article-date-lapsed-new-header is t if date timer is active;
11344         skip headers in which the original date value is empty.
11345         (gnus-article-save-original-date): Redefine it as a macro.
11346         (gnus-display-mime): Use it.
11347
11348 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-art.el (article-date-ut): Support converting date in
11351         forwarded parts as well.
11352         (gnus-article-save-original-date): New function.
11353         (gnus-display-mime): Use it.
11354
11355 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11356
11357         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11358         enclosure element of <item>.
11359
11360 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * message.el (message-kill-buffer-query): Renamed from
11363         `message-kill-buffer-query-if-modified'.  Added :version.
11364
11365 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11368         window layout.
11369
11370 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * mml.el: Autoload dnd when compiling.
11373
11374 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11377         x-dnd-*.
11378
11379 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * qp.el (quoted-printable-encode-region): Save excursion.
11382
11383 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11384
11385         * message.el (message-kill-buffer-query-if-modified): Add new variable
11386         so the user can kill a modified message buffer quickly.
11387         (message-kill-buffer): Use it.
11388
11389 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * lpath.el: Fbind display-time-event-handler; don't fbind
11392         string-to-multibyte.
11393
11394         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11395
11396 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11399         contained in text because xml.el decodes entities) with LFs.
11400
11401 2005-04-11  Lute Kamstra  <lute@gnu.org>
11402
11403         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11404         differently.
11405
11406 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11407
11408         * mm-util.el (mm-detect-coding-region): Typo.
11409
11410 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11413
11414 2005-04-06  Deepak Goel  <deego@gnufans.org>
11415
11416         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11417         user-function allow user modifications of the scores.
11418         (spam-stat-score-buffer-user): New function, to allow
11419         user-computed modifications to the score.
11420         (spam-stat-score-buffer-user-functions): List of additional
11421         scoring functions.
11422         (spam-stat-error-holder): Global temporary error holder.
11423         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11424         variable.
11425
11426 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11427
11428         * gnus-registry.el (gnus-registry-clean-empty-function)
11429         (gnus-registry-trim, gnus-registry-fetch-groups)
11430         (gnus-registry-delete-group): Groups that match
11431         `gnus-registry-ignored-groups' are removed from the registry
11432         entries, not just ignored for splitting.  This helps clean up the
11433         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11434         to get all the groups a message ID is in.
11435
11436         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11437         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11438         (spam-stat-score-buffer-user-functions): Add :number custom type.
11439
11440 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11443         argument in XEmacs.
11444
11445         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11446         (nnrss-request-group): Decode group name first.
11447         (nnrss-request-article): Make a text/plain article if mml-to-mime
11448         failed.
11449         (nnrss-get-encoding): Return a compatible encoding according to
11450         nnrss-compatible-encoding-alist.
11451         (nnrss-find-el): Use consp instead of listp.
11452         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11453
11454 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11457         which Emacs 20 doesn't support.
11458         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11459
11460 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11463         silence the byte compiler inside the defun.
11464
11465         * gnus-demon.el (parse-time-string): Add autoload.
11466
11467         * gnus-delay.el (parse-time-string): Add autoload.
11468
11469         * gnus-art.el (parse-time-string): Add autoload.
11470
11471         * nnultimate.el (parse-time): Require for `parse-time-string'.
11472
11473 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11474
11475         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11476
11477         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11478
11479         * smime.el (smime-ldap-host-list): Add :version.
11480
11481 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11484         pass it to `gnus-browse-read-group'.
11485         (gnus-browse-read-group): Add NUMBER argument and pass it to
11486         `gnus-group-read-ephemeral-group'.
11487
11488         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11489         argument and pass it to `gnus-group-read-group'.
11490
11491 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11492
11493         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11494         mm-xemacs-find-mime-charset-1 if we have the mule feature
11495         available at runtime.
11496
11497 2005-03-25  Werner Lemberg  <wl@gnu.org>
11498
11499         * nnmaildir.el: Replace `illegal' with `invalid'.
11500
11501 2005-03-23  Lute Kamstra  <lute@gnu.org>
11502
11503         * time-date.el: Add comment on time value formats.
11504         Don't require parse-time.
11505         (with-decoded-time-value): New macro.
11506         (encode-time-value): New function.
11507         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11508         (days-to-time): Return a valid time value when arg is huge.
11509         (time-since): Use time-subtract.
11510         (time-to-number-of-days): Use time-to-seconds.
11511
11512 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11513
11514         * gnus-start.el (gnus-display-time-event-handler):
11515         Check display-time-timer at runtime rather than only at load time
11516         in case display-time-mode is turned off in the mean time.
11517
11518 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11521         used.
11522
11523         * nneething.el (nneething-map-file-directory): Derive from
11524         `gnus-directory'.
11525
11526         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11527         the To/Cc button.
11528
11529 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * nnmaildir.el (nnmaildir-request-accept-article):
11532         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11533
11534 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11535
11536         * gnus-async.el: Require timer-funcs at compile time when in
11537         XEmacs for `run-with-idle-timer'.
11538
11539 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11540
11541         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11542         autoloaded function.
11543
11544 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11545
11546         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11547
11548 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11549
11550         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11551
11552 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553
11554         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11555         gnus-expert-user to default.
11556
11557 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11558
11559         * nnimap.el (nnimap-open-server): Ditto.
11560
11561         * imap.el (imap-authenticate): Fix typo.
11562
11563 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11564
11565         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11566         buffer (since IMAP server might return FETCH response out of
11567         order, and the nntp buffer must be sorted).
11568
11569 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11570
11571         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11572         comparison on string.
11573
11574         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11575         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11576         (gnus-agent-summary-fetch-series): Modified to protect against
11577         gnus-agent-summary-fetch-group clearing processable flags.
11578         (gnus-agent-synchronize-group-flags): Update live group buffer as
11579         synchronization may occur due to the user toggle the plugged
11580         status.
11581         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11582         successfully downloaded.
11583         (gnus-agent-expire-group-1): Avoid using markers when the overview
11584         is in ascending order; greatly improves performance.
11585         (gnus-agent-regenerate-group): Use
11586         gnus-agent-synchronize-group-flags to reset read status in both
11587         gnus and server.
11588         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11589
11590 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * message.el: Don't autoload former message-utils variables.
11593         (message-strip-subject-trailing-was): Change doc string.
11594
11595         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11596         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11597         (nnweb-google-search): Add "hl=en" here.
11598         (nnweb-google-parse-1, nnweb-google-create-mapping):
11599         Don't hardcode URL.
11600
11601 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * message.el (message-get-reply-headers, message-followup):
11604         Mention related variables `message-use-followup-to' and
11605         `message-use-mail-followup-to', in the information buffer.
11606
11607         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11608         of broken groups(-beta).google.com.
11609
11610 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11611
11612         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11613         parameter to invoked gnus-request-move-article; remove the
11614         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11615         all at once instead of once per article.
11616         (gnus-summary-remove-process-mark): Accept a list of articles as
11617         well as a single article for processing.
11618
11619         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11620         parameter.
11621
11622         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11623
11624         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11625
11626         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11627         parameter.
11628
11629         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11630         parameter.
11631
11632         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11633         parameter and remove the gnus-sum-hint-move-is-internal variable.
11634
11635         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11636         parameter.
11637
11638         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11639         parameter.
11640
11641         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11642         parameter.
11643
11644         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11645
11646         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11647         parameter.
11648
11649         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11650         parameter.
11651
11652 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11653
11654         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11655         a more conservative way.
11656
11657 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11658
11659         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11660         buffer, so it moves the window's cursor.
11661
11662 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11663
11664         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11665         `mm-dissect-multipart' and receive the from field as an (optional)
11666         argument from `mm-dissect-multipart'.
11667         (mm-dissect-multipart): Receive the from field as an argument and
11668         pass it on when we call `mm-dissect-buffer' on MIME parts.
11669         Fixes verification/decryption of signed/encrypted MIME parts.
11670
11671 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11672
11673         * gnus-sum.el (gnus-summary-move-article): Set
11674         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11675         whatever it calls (right now, only nnimap-request-move article
11676         respects it).
11677
11678         * nnimap.el (nnimap-request-move-article): When
11679         gnus-sum-hint-move-is-internal is set, don't do the extra
11680         nnimap-request-article.
11681
11682 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11685
11686         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11687         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11688
11689         * gnus-sum.el (gnus-summary-caesar-message):
11690         Apply `gnus-treat-article' after rotation.
11691
11692         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11693         doc string.
11694
11695 2005-02-22  Simon Josefsson  <jas@extundo.com>
11696
11697         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11698         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11699         <arne@arnested.dk>.
11700         (encrypt): Add password-cache and password-cache-expiry as group
11701         members.
11702
11703 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11704
11705         * smime.el (smime-ldap-host-list): Doc fix.
11706         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11707         cache) password.
11708         (smime-sign-region): Use it.
11709         (smime-decrypt-region): Use it.
11710         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11711         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11712         fails.
11713         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11714         certificate from DER to PEM format rather than calling openssl.
11715
11716         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11717
11718         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11719         for signing/encryption.
11720
11721         * mml.el (mml-parse-1): Use them.
11722
11723 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11724
11725         * nnrss.el (nnrss-verbose): Removed.
11726         (nnrss-request-group): Use `nnheader-message' instead.
11727
11728 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11729
11730         * nnrss.el (nnrss-verbose): New variable.
11731         (nnrss-request-group): Make it say nnrss is requesting a group.
11732
11733 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11736         Handle news URL with given port correctly.
11737
11738 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11741         containing special characters.
11742
11743         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11744
11745         * mml.el (mime-to-mml): Ditto.
11746
11747         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11748         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11749         (rfc2047-decode-region): Quote decoded words containing special
11750         characters when rfc2047-quote-decoded-words-containing-tspecials
11751         is non-nil.
11752
11753 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11754
11755         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11756
11757         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11758
11759 2005-02-15  Simon Josefsson  <jas@extundo.com>
11760
11761         * nnimap.el (nnimap-debug): Doc fix.
11762
11763         * imap.el (imap-debug): Doc fix.
11764
11765 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11768
11769 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11770
11771         * gnus.el (spam-contents): Improve docs for spam-contents
11772         parameter in its variable incarnation.
11773
11774 2005-02-14  Simon Josefsson  <jas@extundo.com>
11775
11776         * smime-ldap.el: Use require instead of load-library for ldap.
11777         (smime-ldap-search): Indent.
11778         (smime-ldap-search-internal): Shorten line.
11779
11780         * smime.el (smime-cert-by-dns): Add doc-string.
11781         (smime-cert-by-ldap-1): Indent.
11782
11783         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11784         mml-smime-get-dns-ldap.
11785         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11786
11787 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11788
11789         * smime.el: Require smime-ldap.
11790         (smime-ldap-host-list): New variable.
11791         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11792
11793         * mml-smime.el (mml-smime-encrypt-query): New function.
11794         (mml-smime-encrypt-query): Use it.
11795
11796         * smime-ldap.el: New file.
11797
11798 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11801
11802 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11805         argument in doc string.  Make query for type more clear.
11806
11807 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * gnus.el (gnus-group-startup-message): Search for gnus images in
11810         etc/images/gnus.
11811         * mm-util.el (mm-image-load-path): Likewise.
11812         * smiley.el (smiley-data-directory): Search for smilies in
11813         etc/images/smilies.
11814
11815 2005-02-09  Kim F. Storm  <storm@cua.dk>
11816
11817         Change Emacs release version from 21.4 to 22.1 throughout.
11818         Change Emacs development version from 21.3.50 to 22.0.50.
11819
11820 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11823
11824         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11825         non-Mule XEmacs as well.
11826         (mm-decompress-buffer): Signal an error intentionally if it does
11827         not decompress compressed data because auto-compression-mode is
11828         disabled.
11829
11830 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11831
11832         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11833         an ID in the registry even if it has no groups.
11834
11835 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11838         merge it into mm-decompress-buffer.
11839         (gnus-mime-copy-part): Use the MIME part charset, the value which
11840         a user specified or gnus-newsgroup-charset for decoding, like
11841         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11842         save-buffer what was used.  Suggested by Kevin Ryde
11843         <user42@zip.com.au>.
11844         (gnus-mime-inline-part): Allow the name parameter as well as the
11845         filename parameter; force decompressing of compressed data; always
11846         display contents being not decoded as unibyte.
11847
11848         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11849         as well as the filename parameter.
11850
11851         * mm-util.el (mm-decompress-buffer): Merge
11852         gnus-mime-jka-compr-maybe-uncompress.
11853         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11854         of compressed data.
11855
11856 2005-02-08  Simon Josefsson  <jas@extundo.com>
11857
11858         * imap.el (imap-log): Doc fix.
11859
11860 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11863         the coding cookies; decompress compressed parts.
11864
11865         * mml.el (mml-generate-mime-1): Add the charset parameter according
11866         to the value which a user specified manually or the coding cookie.
11867
11868         * mm-util.el (mm-string-to-multibyte): New function.
11869         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11870         (mm-coding-system-to-mime-charset): New function.
11871         (mm-decompress-buffer): New function.
11872         (mm-find-buffer-file-coding-system): New function.
11873
11874         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11875         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11876         parts.
11877
11878 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11879
11880         * mm-view.el (mm-display-inline-fontify): Decode a part according
11881         to the charset parameter.
11882
11883 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11886         prefix arg is neither nil nor a number, as info specifies.
11887
11888 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11891         timestamps.
11892
11893 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11894
11895         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11896         groups error checking and notify user.
11897
11898 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11899
11900         * message.el (message-send-mail-function): Check existence of
11901         sendmail-program first before using default value
11902         `message-send-mail-with-sendmail'.  Otherwise use more generic
11903         `smtpmail-send-it'.
11904
11905 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * nntp.el (nntp-request-update-info): Always return nil.
11908
11909 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11910
11911         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11912
11913 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11914
11915         * message.el (message-beginning-of-line): Change the behavior when
11916         invoked between BOL and : so that it first moves backward.
11917
11918 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11921         article buffer when editing of the article is discarded.
11922         (gnus-article-prepare): Revert.
11923
11924 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * gnus-art.el (gnus-article-prepare):
11927         Remove message-strip-forbidden-properties from the local hook.
11928
11929 2005-01-27  Simon Josefsson  <jas@extundo.com>
11930
11931         * password.el (password-cache-add): Only start one timer per key.
11932         Reported by Derek Atkins <warlord@MIT.EDU>.
11933
11934 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11935
11936         * run-at-time.el: Removed.  It is no longer needed as
11937         timer-funcs.el in the xemacs-base package has a working version of
11938         `run-at-time'.
11939
11940         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11941
11942         * password.el: Require timer-funcs instead of run-at-time in
11943         XEmacs.
11944         Remove `password-run-at-time' macro.
11945         (password-cache-add): Use `run-at-time' instead of
11946         `password-run-at-time'.
11947
11948         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11949         Remove `nnheader-cancel-function-timers' alias,
11950         `cancel-function-timers' exists in XEmacs in timer-funcs.
11951
11952         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11953         for `run-with-idle-timer'.
11954
11955         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11956         for `run-at-time'.
11957
11958         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11959         for `with-timeout'.
11960
11961         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11962         the same as for XEmacs 21.4.
11963         No need to ignore `run-with-idle-timer', this function exists in
11964         XEmacs now in timer-funcs.el in the xemacs-base package.
11965         (dgnushack-compile): No need to delete
11966         run-at-time.el from the list of files to compile because it
11967         doesn't exist anymore.
11968
11969 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11972         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11973
11974 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11975
11976         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11977         sensitively.
11978
11979 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11980
11981         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11982
11983 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11986         which will be inserted according to the multibyteness of a buffer
11987         rather than the type of contents.  Suggested by ARISAWA Akihiro
11988         <ari@mbf.ocn.ne.jp>.
11989
11990         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11991         of string which old xml.el may return rather than a string.
11992
11993 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11996
11997 2005-01-16  Simon Josefsson  <jas@extundo.com>
11998
11999         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12000         idn/idna.el isn't available.
12001         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12002         <michael@waxrat.com>.
12003
12004         * hashcash.el: Remove non-FSF copyright header.
12005
12006         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12007         (hashcash-generate-payment): Use it.
12008         (hashcash-generate-payment-async): Use it.
12009
12010 2005-01-15  Simon Josefsson  <jas@extundo.com>
12011
12012         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12013         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12014
12015         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12016         gnus-summary-idna-message.
12017         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12018         (gnus-summary-idna-message): New function.
12019
12020 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12023         gnus-novice-user.
12024
12025 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * nnrss.el (nnrss-request-delete-group): Delete entries in
12028         nnrss-group-alist as well.
12029         (nnrss-save-server-data): Insert newline.
12030
12031 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * gnus.el (gnus-user-agent): Use list of symbols instead of
12034         symbols.  Display full version number for (S)XEmacs.  Optionally
12035         display (S)XEmacs codename.
12036
12037         * gnus-util.el (gnus-emacs-version): Update for new
12038         `gnus-user-agent'.
12039
12040         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12041         Gnus version.
12042
12043 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12044
12045         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12046         which is unreadable in some setups.
12047
12048 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * gnus-spec.el (gnus-update-format-specifications): Flush the
12051         group format spec cache if it doesn't support decoded group names.
12052
12053 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12056         Allow to apply decay on score files matching a regexp.
12057
12058 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12061         compatibility in %g and %c.
12062
12063 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12066         name for only %g and %c.
12067         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12068         of gnus-tmp-group to decoded group name.
12069         (gnus-group-make-rss-group): Exclude `/'s from group names.
12070
12071 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * nnrss.el (nnrss-get-encoding): Fix regexp.
12074
12075 2004-12-27  Simon Josefsson  <jas@extundo.com>
12076
12077         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12078         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12079         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12080
12081 2004-12-17  Kim F. Storm  <storm@cua.dk>
12082
12083         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12084
12085         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12086
12087 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12088
12089         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12090
12091 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * nnrss.el: Require rfc2047 and mml.
12094         (nnrss-file-coding-system): New variable.
12095         (nnrss-format-string): Redefine it as an inline function.
12096         (nnrss-decode-group-name): New function.
12097         (nnrss-string-as-multibyte): Remove.
12098         (nnrss-retrieve-headers): Decode group name; don't use
12099         nnrss-format-string.
12100         (nnrss-request-group): Decode group name.
12101         (nnrss-request-article): Decode group name; allow a Message-ID as
12102         well as an article number; don't use nnrss-format-string; encode a
12103         Message-ID string which may contain non-ASCII characters; use
12104         mml-to-mime to compose a MIME article.
12105         (nnrss-request-expire-articles): Decode group name.
12106         (nnrss-request-delete-group): Decode group name.
12107         (nnrss-fetch): Clarify error message.
12108         (nnrss-read-server-data): Use insert-file-contents instead of load;
12109         bind file-name-coding-system; use multibyte buffer.
12110         (nnrss-save-server-data): Bind coding-system-for-write to the
12111         value of nnrss-file-coding-system; bind file-name-coding-system;
12112         add coding cookie.
12113         (nnrss-read-group-data): Use insert-file-contents instead of load;
12114         bind file-name-coding-system; use multibyte buffer.
12115         (nnrss-save-group-data): Bind coding-system-for-write to the
12116         value of nnrss-file-coding-system; bind file-name-coding-system.
12117         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12118         make it work with non-ASCII text.
12119         (nnrss-find-el): Make it work with old xml.el as well.
12120
12121 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12122
12123         * nnrss.el (nnrss-get-encoding): New function.
12124         (nnrss-fetch): Use unibyte buffer initially; bind
12125         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12126         decode contents according to the encoding attribute.
12127         (nnrss-save-group-data): Add coding cookie.
12128         (nnrss-mime-encode-string): New function.
12129         (nnrss-check-group): Use it to encode subject and author.
12130
12131 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12132
12133         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12134         imaginary variable.
12135
12136 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12139         correctly even if there are wide characters.
12140
12141 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12142
12143         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12144         downcased symbol names; make a new cache instead of reusing
12145         bbdb-hashtable.
12146
12147 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12150         concatenating segments rather than before concatenating them.
12151         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12152
12153         * message.el (message-get-reply-headers): Bind `extra'.
12154
12155 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12156
12157         * message.el (message-extra-wide-headers): New variable.
12158         (message-get-reply-headers): Use it.
12159
12160 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12163         (gnus-agent-group-pathname): Ditto.
12164
12165         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12166
12167         * gnus-group.el (gnus-group-make-group): Decode group name.
12168         (gnus-group-make-rss-group): Register the group data after opening
12169         the nnrss group.
12170
12171 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12172
12173         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12174         by expiry now get marked as read.
12175
12176 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12179
12180 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12181
12182         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12183         unify Latin characters in XEmacs.
12184         (mm-find-mime-charset-region): Use it.
12185
12186 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * gnus-util.el (gnus-delete-directory): New function.
12189
12190         * gnus-agent.el (gnus-agent-delete-group): Use it.
12191
12192         * gnus-cache.el (gnus-cache-delete-group): Use it.
12193
12194 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12197         names.
12198
12199 2004-12-16  Simon Josefsson  <jas@extundo.com>
12200
12201         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12202
12203 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12206
12207         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12208         (gnus-group-set-current-level): Decode group name.
12209
12210 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12211
12212         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12213         failed.
12214
12215 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * gnus-group.el (gnus-group-delete-group): Decode group name.
12218         (gnus-group-make-rss-group): Encode group name.
12219         (gnus-group-catchup-current): Decode group name.
12220         (gnus-group-kill-group): Decode group name.
12221
12222 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12223
12224         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12225
12226 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-group.el (gnus-group-make-rss-group):
12229         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12230
12231         * gnus-start.el (gnus-setup-news): Honor user's setting to
12232         gnus-message-archive-method.  Suggested by Lute Kamstra
12233         <lute@gnu.org>.
12234
12235 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12236
12237         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12238         global counterparts of the buffer-local variables.
12239
12240 2004-11-16  Romain Francoise  <romain@orebokech.com>
12241
12242         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12243         counterparts of the buffer-local variables.
12244
12245 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         * message.el (message-forbidden-properties): Fixed typo in doc
12248         string.
12249
12250 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * gnus-util.el (gnus-replace-in-string): Added doc string.
12253
12254         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12255         to avoid problems when splitting mails with many recipients.
12256
12257 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12258
12259         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12260         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12261
12262 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12263
12264         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12265         if there is no hashtable in memory or file modification time is
12266         newer than cached timestamp.
12267
12268 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12269
12270         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12271         not-matching option.
12272
12273 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12274
12275         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12276         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12277         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12278         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12279         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12280         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12281
12282 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * message.el (message-forward-make-body-mml): Remove headers
12285         according to message-forward-ignored-headers if a message is decoded.
12286
12287 2004-12-02  Romain Francoise  <romain@orebokech.com>
12288
12289         * message.el (message-forward-make-body-plain): Always remove
12290         headers according to message-forward-ignored-headers.
12291
12292 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12293
12294         * spam.el (spam-summary-prepare-exit): Remove the
12295         gnus-summary-limit pop for now, it has problems with ham marks for
12296         me.
12297
12298 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12299
12300         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12301         correctly.
12302
12303 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12304
12305         * format-spec.el (format-spec): Message the char.
12306
12307 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12308
12309         * gnus-art.el (gnus-split-methods): Reformat comments.
12310
12311         * spam.el (spam-summary-prepare-exit): Remove article limits
12312         before exiting the summary buffer.
12313
12314 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12317         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12318
12319         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12320         order to silence the byte compiler.
12321
12322         * spam.el: Fix the way to silence the byte compiler, which
12323         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12324         bbdb-search-simple, spam-BBDB-register-routine,
12325         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12326         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12327         spam-stat-buffer-is-spam, spam-stat-load,
12328         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12329         spam-stat-save and spam-stat-split-fancy.
12330
12331 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12334         which may confuse users.
12335         (canlock-password-for-verify): Ditto.
12336
12337         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12338
12339         * gnus-art.el (gnus-emphasis-alist): Ditto.
12340
12341         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12342
12343         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12344
12345         * gnus-start.el (gnus-save-killed-list): Ditto.
12346
12347         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12348         (gnus-sum-thread-tree-root): Ditto.
12349         (gnus-sum-thread-tree-false-root): Ditto.
12350         (gnus-sum-thread-tree-single-indent): Ditto.
12351
12352         * message.el (message-courtesy-message): Ditto.
12353         (message-archive-note): Ditto.
12354         (message-subscribed-address-file): Ditto.
12355         (message-user-fqdn): Ditto.
12356
12357         * spam-report.el (spam-report-gmane-regex): Ditto.
12358
12359         * spam.el (spam-blackhole-good-server-regex): Ditto.
12360
12361 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * mml.el (mml-preview): Widen the message buffer before copying
12364         the contents to the preview buffer; sort headers before previewing.
12365
12366         * message.el (message-hidden-headers): Fix the way to avoid a bug
12367         in the `repeat' widget in Emacs 21.3 or earlier.
12368
12369 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * message.el (message-hidden-headers): Default to "^References:".
12372         Improve customization type.  Suggested by Reiner Steib
12373         <Reiner.Steib@gmx.de>.
12374
12375 2004-11-25  Romain Francoise  <romain@orebokech.com>
12376
12377         * message.el (message-strip-forbidden-properties): Remove check for
12378         obsolete `message-hidden' text property, hidden headers are not
12379         accessible in the buffer anymore.
12380
12381 2004-11-22  Romain Francoise  <romain@orebokech.com>
12382
12383         * message.el (message-header-format-alist): Add `From' in list
12384         so that it can be sorted.
12385         (message-fix-before-sending): Widen and sort headers before
12386         sending.
12387         (message-hide-headers): Use narrowing to hide headers by moving
12388         them to the top of the buffer and narrowing to the region
12389         underneath.
12390
12391 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12392
12393         * message.el (message-strip-forbidden-properties): Bind
12394         buffer-read-only (etc) to nil.
12395
12396 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12399         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12400
12401 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12402
12403         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12404
12405 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12406
12407         * dns.el (query-dns): Use sit-for to time instead of
12408         accept-process-output, since that doesn't seem to work on udp
12409         sockets.
12410
12411 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12412
12413         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12414
12415 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12416
12417         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12418         doc string.  Improve doc string.
12419
12420 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * nntp.el (nntp-request-update-info): Return nil if
12423         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12424         may not call gnus-activate-group which uselessly issues the GROUP
12425         commands for all nntp groups and wastes time.  Reported by Romain
12426         Francoise <romain@orebokech.com>.
12427
12428         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12429
12430 2004-11-15  Simon Josefsson  <jas@extundo.com>
12431
12432         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12433         headers separately.
12434         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12435         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12436
12437 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * gnus-start.el (gnus-convert-old-newsrc):
12440         Assign legacy-gnus-agent to 5.10.7.
12441
12442 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12443
12444         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12445         start of the lines.
12446
12447 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12448
12449         * hashcash.el (hashcash-default-payment): Change default to 20.
12450         (hashcash-default-accept-payment): Change default to 20.
12451         (hashcash-process-alist): New variable.
12452         (hashcash-generate-payment-async): Add.
12453         (hashcash-already-paid-p): Add.
12454         (hashcash-insert-payment): Don't generate payments twice.
12455         (hashcash-insert-payment-async): Add.
12456         (hashcash-insert-payment-async-2): Add.
12457         (hashcash-cancel-async): Add.
12458         (hashcash-wait-async): Add.
12459         (hashcash-processes-running-p): Add.
12460         (hashcash-wait-or-cancel): Add.
12461         (mail-add-payment): New optional argument.  Conditionally start
12462         asynchronous calculation.
12463         (mail-add-payment-async): Add.
12464
12465         * message.el (message-send-mail): Wait for asynchronous hashcash
12466         results.  Don't clobber existing X-Hashcash headers.
12467         (message-setup-1): Call mail-add-payment-async when
12468         message-generate-hashcash is non-nil.
12469
12470 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12471
12472         * message.el (message-use-alternative-email-as-from): Examine the
12473         From header as well; use message-make-from in order to include a
12474         user's full name.
12475
12476 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12479         default; improve customization type.
12480         (gnus-emphasis-custom-with-format): New macro.
12481         (gnus-emphasis-custom-value-to-external): New function.
12482         (gnus-emphasis-custom-value-to-internal): New function.
12483
12484 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12485
12486         * dns.el (query-dns): Resolve reverse addresses.
12487
12488 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12489
12490         * gnus-group.el (gnus-group-get-new-news): Use it.
12491
12492         * gnus-start.el (gnus-check-reasonable-setup): New function.
12493
12494 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12497         "Args out of range" error.  Reported by Arnaud Giersch
12498         <arnaud.giersch@free.fr>.
12499
12500 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12501
12502         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12503
12504 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12505
12506         * spam.el (spam group): Add :version.
12507
12508         * pgg-def.el (pgg group): Add :version.
12509
12510 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-art.el (gnus-article-edit-article): Don't associate the
12513         article buffer with a draft file.  This is a temporary measure
12514         against the 2004-08-22 change to gnus-article-edit-mode.
12515
12516 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12519         (html2text-format-tags): Remove unused variable `attr'.
12520
12521 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12522
12523         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12524
12525         * tls.el (tls-process-connection-type, tls-success)
12526         (tls-certtool-program): Add :version.
12527
12528         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12529         (starttls-extra-arguments, starttls-process-connection-type)
12530         (starttls-connect, starttls-failure, starttls-success): Add :version.
12531
12532         * spam-stat.el (spam-stat): Add :version.
12533
12534         * sieve.el (sieve): Add :version.
12535
12536         * sha1.el (sha1): Add :version.
12537         (sha1-use-external): Remove redundant version.
12538
12539         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12540         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12541         (nnmail-split-fancy-match-partial-words)
12542         (nnmail-split-lowercase-expanded): Add :version.
12543
12544         * nndiary.el (nndiary): Add :version.
12545
12546         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12547
12548         * mml-sec.el (mml-default-sign-method)
12549         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12550         Add :version.
12551
12552         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12553
12554         * mm-url.el (mm-url-use-external, mm-url-program)
12555         (mm-url-arguments): Add :version.
12556
12557         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12558         (mm-attachment-file-modes, mm-decrypt-option)
12559         (mm-w3m-safe-url-regexp): Add :version.
12560
12561         * message.el (message-cite-prefix-regexp)
12562         (message-sendmail-envelope-from, message-minibuffer-local-map)
12563         (message-user-fqdn, message-completion-alist): Add :version.
12564
12565         * gnus-win.el (gnus-configure-windows-hook)
12566         (gnus-use-frames-on-any-display): Add :version.
12567
12568         * gnus-art.el (gnus-article-address-banner-alist)
12569         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12570         (gnus-treat-from-picon, gnus-treat-mail-picon)
12571         (gnus-treat-x-pgp-sig): Add :version.
12572
12573         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12574         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12575         (gnus-summary-article-delete-hook)
12576         (gnus-summary-display-while-building): Add :version.
12577
12578         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12579         (gnus-get-top-new-news-hook): Add :version.
12580
12581         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12582         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12583
12584         * gnus-registry.el (gnus-registry): Add :version.
12585
12586         * gnus-spec.el (gnus-use-correct-string-widths)
12587         (gnus-make-format-preserve-properties): Add :version.
12588
12589         * gnus.el (gnus-group-charter-alist)
12590         (gnus-group-fetch-control-use-browse-url)
12591         (gnus-install-group-spam-parameters): Add :version.
12592
12593         * gnus-diary.el (gnus-diary): Add :version.
12594
12595         * gnus-delay.el (gnus-delay): Add :version.
12596
12597         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12598         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12599         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12600         Add :version.
12601
12602         * gnus-agent.el (gnus-agent-max-fetch-size)
12603         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12604         (gnus-agent-prompt-send-queue): Add :version.
12605
12606         * deuglify.el (gnus-outlook-deuglify): Add :version.
12607
12608         * html2text.el: Beautify code.  Improve doc strings.  Some
12609         checkdoc cleanup.
12610         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12611
12612 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12613
12614         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12615
12616 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12617
12618         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12619         when package is loaded.
12620
12621         * spam.el (spam-summary-score-preferred-header): Add global preference
12622         for people who want to override the default SpamAssassin over
12623         Bogofilter preference (when both are set).
12624         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12625         (spam-user-format-function-S): Check
12626         spam-summary-score-preferred-header.
12627         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12628         (spam-user-format-function-S): Format the score correctly.
12629
12630 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12633         signature file.  Suggested by Manoj Srivastava
12634         <srivasta@golden-gryphon.com>.
12635
12636         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12637         iso-2022-jp even in the Japanese language environment.
12638         Suggested by Jason Rumney <jasonr@gnu.org>.
12639
12640 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12643         use the same characters as the dummy marks; make it free from
12644         getting affected by the language environment.
12645         (gnus-summary-read-group-1): Update mark positions only when the
12646         format spec is updated.
12647
12648         * gnus-spec.el (gnus-update-format-specifications): Return a list
12649         of updated types.
12650
12651 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12654         of boundp to check if display-warning is available.
12655
12656 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12657
12658         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12659
12660 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * nnspool.el (nnspool-spool-directory): Use news-path if the
12663         news-directory variable is not bound.
12664
12665         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12666         function instead of display-warning if it is not available.
12667
12668 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12669
12670         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12671         v5-10: Use `point-at-bol'.
12672
12673 2004-10-26  Simon Josefsson  <jas@extundo.com>
12674
12675         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12676         <chenggao@gmail.com>.
12677
12678 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12681         instead.
12682
12683 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12684
12685         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12686         to remove a server from the nnimap-server-buffer-alist.
12687         (nnimap-open-connection, nnimap-close-server): Use it.
12688
12689         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12690
12691 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12694         running the major-mode function.
12695
12696 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12699         dummy marks in the right way.
12700
12701 2004-10-18  David Edmondson  <dme@dme.org>
12702
12703         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12704         excessively.
12705
12706 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12707
12708         * gnus-util.el (gnus-split-references): Accept a nil references
12709         string and go on blissfully.
12710
12711         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12712         cases where the references string is non-nil but has no references.
12713
12714         * encrypt.el: Add autoload tags.
12715
12716         * spam.el (spam-resolve-registrations-routine): Remove article
12717         from unregistration list too.  Reported by David Hanak
12718         <dhanak@isis.vanderbilt.edu>
12719
12720 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12723         nil.  Changed custom type.
12724
12725 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12728
12729         * gnus-sum.el (gnus-summary-move-article): Use it.
12730
12731 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12732
12733         * encrypt.el: Add autoload cookies.
12734
12735         * spam.el (spam-backend-article-list-property)
12736         (spam-backend-get-article-todo-list)
12737         (spam-backend-put-article-todo-list)
12738         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12739         Resolve registrations separately.
12740         (spam-register-routine): Format comments.
12741         (spam-unregister-routine, spam-register-routine): Always call with
12742         specific-articles, no default list.
12743         (spam-summary-prepare-exit): Use the spam-classifications function.
12744
12745         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12746         gnus-encrypt.el.
12747
12748         * encrypt.el: Copied from gnus-encrypt.el.
12749
12750         * gnus-encrypt.el: Commented that it's obsolete.
12751
12752 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12755         (gnus-score-save): Use it.
12756
12757         * message.el (message-bury): Use `window-dedicated-p'.
12758
12759 2004-10-15  Simon Josefsson  <jas@extundo.com>
12760
12761         * pop3.el (top-level): Don't require nnheader.
12762         (pop3-read-timeout): Add.
12763         (pop3-accept-process-output): Add.
12764         (pop3-read-response, pop3-retr): Use it.
12765
12766 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12767
12768         * spam.el (spam-register-routine): Move comment.
12769         (spam-verify-bogofilter): Use 'unknown for the initial
12770         spam-bogofilter-valid state, not 'never.
12771
12772         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12773         for netrc-machine.
12774
12775         * nnimap.el (nnimap-open-connection): Use
12776         netrc-machine-user-or-password.
12777
12778 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12779
12780         * gnus-registry.el (gnus-registry-unload-hook):
12781         Set as a variable with add-hook.
12782
12783         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12784         of news-path.
12785
12786         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12787
12788         * spam.el: Delete duplicate `provide'.
12789         (spam-unload-hook): Set as a variable with add-hook.
12790
12791 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12792
12793         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12794         in the doc string.
12795
12796         * message.el (message-ignored-news-headers)
12797         (message-ignored-supersedes-headers)
12798         (message-ignored-resent-headers)
12799         (message-forward-ignored-headers): Improve custom type.
12800
12801 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * message.el (message-tokenize-header): Fix 2004-09-06 change
12804         which used point-min in the wrong place.
12805
12806 2004-10-12  Simon Josefsson  <jas@extundo.com>
12807
12808         * tls.el (tls-certtool-program): New variable.
12809         (tls-certificate-information): New function, based on
12810         ssl-certificate-information.
12811
12812 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * compface.el: Move the version of ELisp-based uncompface program
12815         to the contrib directory because of the copyright problem.
12816
12817 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * message.el (message-kill-buffer): Raise the current frame.
12820
12821 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12822
12823         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12824
12825         * gnus.el (message-y-or-n-p): Autoload.
12826
12827         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12828         (pop3-password-required, pop3-authentication-scheme)
12829         (pop3-leave-mail-on-server): Made customizable.
12830         (pop3): New custom group.
12831         (pop3-retr): Remove `sleep-for' statements.
12832         Suggested by Dave Love <fx@gnu.org>.
12833
12834         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12835         Windows/DOS.
12836
12837         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12838         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12839         Dave Love <fx@gnu.org>.
12840
12841         * mml.el (mml-minibuffer-read-disposition): Require match.
12842         Suggested by Dave Love <fx@gnu.org>.
12843
12844 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12845
12846         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12847         doc string.
12848
12849 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12852
12853 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12854
12855         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12856         instead of calling `mm-insert-inline', to decode text/* parts
12857         before displaying them.
12858
12859 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * mm-uu.el (mm-uu-text-plain-type): New variable.
12862         (mm-uu-pgp-signed-extract-1): Use it.
12863         (mm-uu-pgp-encrypted-extract-1): Use it.
12864         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12865         bind mm-uu-text-plain-type with that value.
12866         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12867         mm-uu-dissect.
12868
12869 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-group.el (gnus-update-group-mark-positions):
12872         * gnus-sum.el (gnus-update-summary-mark-positions):
12873         * message.el (message-check-news-body-syntax):
12874         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12875         of string-as-multibyte.
12876
12877 2004-10-05  Juri Linkov  <juri@jurta.org>
12878
12879         * gnus-group.el (gnus-update-group-mark-positions):
12880         * gnus-sum.el (gnus-update-summary-mark-positions):
12881         * message.el (message-check-news-body-syntax):
12882         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12883         8-bit unibyte values to a multibyte string for search functions.
12884
12885 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12888         (mm-uu-dissect-text-parts): New function.
12889
12890         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12891         dissect text parts.
12892
12893         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12894         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12895
12896         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12897
12898         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12899         gnus-current-topics instead of gnus-current-topic.
12900
12901 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12902
12903         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12904
12905 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12906
12907         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12908         where approriate.
12909
12910         * nnml.el (nnml-generate-active-info): do.
12911
12912         * nndiary.el (nndiary-generate-active-info): do.
12913
12914         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12915         (gnus-topic-move): do.
12916
12917         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12918         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12919
12920         * gnus-srvr.el (gnus-server-prepare)
12921         (gnus-server-open-all-servers): do.
12922
12923         * gnus-msg.el (gnus-summary-cancel-article)
12924         (gnus-summary-resend-message)
12925         (gnus-summary-mail-crosspost-complaint): do.
12926
12927         * gnus-move.el (gnus-change-server): do.
12928
12929         * gnus-group.el (gnus-group-unmark-all-groups)
12930         (gnus-group-set-current-level): do.
12931
12932 2004-10-04  Simon Josefsson  <jas@extundo.com>
12933
12934         * message.el (message-generate-hashcash): Doc fix.
12935
12936 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12937
12938         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12939         avoid infinite recursion via gnus-get-function.
12940
12941 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12942
12943         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12944
12945         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12946
12947         * nnmail.el (nnmail-split-history): do.
12948
12949         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12950         (nnml-request-delete-group): do.
12951
12952         * nnslashdot.el (nnslashdot-read-groups): do.
12953
12954         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12955         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12956
12957         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12958         (nnspool-sift-nov-with-sed): Use last.
12959         (nnspool-retrieve-headers-with-nov): Use mapc.
12960         (nnspool-request-newgroups): Use dolist.
12961         (nnspool-request-group): Use last.
12962
12963         * nntp.el (nntp-read-server-type): Use dolist.
12964
12965         * nnvirtual.el (nnvirtual-create-mapping)
12966         (nnvirtual-update-read-and-marked): Use dolist.
12967         (nnvirtual-convert-headers): Simplify.
12968
12969 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12970
12971         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12972         support for sync'ing tick marks.
12973
12974 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12977         there's no visible header.
12978
12979 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12980
12981         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12982         necessary, pass full group name to gnus-request-set-marks.
12983
12984 2004-10-01  Simon Josefsson  <jas@extundo.com>
12985
12986         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12987         acroread.
12988
12989 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12990
12991         * spam-report.el (spam-report-gmane): Fix interactive.
12992
12993         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12994
12995         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12996         when writing file.
12997         (gnus-agent-synchronize-flags): Don't default to being
12998         interactive.
12999
13000 2004-09-30  Simon Josefsson  <jas@extundo.com>
13001
13002         * message.el (message-generate-hashcash): Add.
13003         (message-send-mail): Use it, call mail-add-payment.
13004
13005 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13006
13007         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13008
13009 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13010
13011         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13012         gnus-requst-update-info with explicit code to sync the in-memory
13013         info read flags with the marks being sync'd to the backend.
13014
13015         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13016
13017 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13018
13019         * spam.el (spam-verify-bogofilter): Add new function.
13020         (spam-check-bogofilter)
13021         (spam-bogofilter-register-with-bogofilter): Use it.
13022         (spam-verify-bogofilter): Add small fixes.
13023
13024 2004-09-28  Simon Josefsson  <jas@extundo.com>
13025
13026         * hashcash.el (hashcash-generate-payment): Revert.
13027
13028 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13029
13030         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13031         gnus-extract-references instead of gnus-split-references.
13032
13033         * gnus-util.el (gnus-extract-references): Add new function, analogous
13034         to gnus-split-references but extracts only the message-ID without
13035         anything extra.
13036
13037         * hashcash.el (hashcash-generate-payment)
13038         (hashcash-check-payment): Do the right thing if hashcash-path is
13039         nil (because the hashcash program could not be found).
13040
13041         * spam.el (spam-use-hashcash): Remove comment.
13042
13043 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13044
13045         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13046         (gnus-cache-enter-article, gnus-cache-remove-article)
13047         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13048
13049         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13050
13051         * gnus-art.el (article-hide-boring-headers)
13052         (article-translate-strings, article-display-face)
13053         (gnus-article-mime-match-handle-first)
13054         (gnus-article-highlight-headers)
13055         (gnus-article-add-buttons-to-head): do.
13056
13057 2004-09-27  Simon Josefsson  <jas@extundo.com>
13058
13059         * hashcash.el: New version, from
13060         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13061         ../contrib/.
13062
13063 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13066
13067 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13068
13069         * gnus-dup.el (gnus-dup-open): Use mapc.
13070         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13071
13072         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13073         Reported by Stefan Wiens <s.wi@gmx.net>.
13074
13075         * gnus.el (gnus-shutdown): Use dolist.
13076
13077         * gnus-undo.el (gnus-undo): Use mapc.
13078
13079         * nnrss.el (nnrss-generate-active): do.
13080
13081         * message.el (message-cite-original-without-signature)
13082         (message-cite-original): Use mapc.
13083         (message-do-actions, message-make-forward-subject): Use dolist.
13084
13085 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13086
13087         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13088         deletion to remove entire duplicate line.  Fixes merged article
13089         number bug.
13090
13091 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13092
13093         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13094         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13095         first ask if you want to open a server and then, even when you
13096         responded with no, asking if you want to synchronize the server's
13097         flags.
13098         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13099         multi-line expressions.
13100         (gnus-agent-synchronize-group-flags): New internal function.
13101         Updates marks in memory (in the info structure) AND in the
13102         backend.
13103
13104         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13105
13106         * nnagent.el (nnagent-request-set-mark): Use
13107         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13108         method, to ensure that synchronization updates marks in the
13109         backend and in the info (in memory) structure.
13110
13111 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13114         convention fully; don't miss the root article of a thread; make
13115         the X-Draft-From header with correct article numbers.
13116
13117 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13118
13119         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13120         unless plugged.  Disable the agent so that an open failure causes
13121         an error.
13122
13123         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13124         Reverted 2004-09-21 change.  The backend must be opened while
13125         synchronizing flags even when the backend stores the flags
13126         locally.
13127
13128 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13131         in `header' match.  Reported by Svend Tollak Munkejord.
13132
13133         * message.el (message-cite-original): Fix use of
13134         `message-cite-articles-with-x-no-archive'.
13135
13136 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13139         (gnus-window-to-buffer): Ditto.
13140
13141         * mml.el (mml-preview-buffer): New variable.
13142         (mml-preview): Manage window layout with gnus-buffer-configuration.
13143
13144         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13145         X-Draft-From header even if those articles aren't quoted.
13146
13147 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13148
13149         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13150         (gnus-request-set-mark, gnus-request-update-mark): Use new
13151         g-s-t-u-l-m to decide to use backend even when unplugged.
13152
13153 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13156         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13157
13158 2004-09-20  Simon Josefsson  <jas@extundo.com>
13159
13160         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13161         "utf-16-le".
13162
13163 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13164
13165         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13166
13167 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13168
13169         * uudecode.el (uudecode-use-external): Add :version.
13170
13171         * smime.el (smime-CA-file, smime-encrypt-cipher)
13172         (smime-dns-server): Add :version.
13173
13174         * smiley.el (gnus-smiley-file-types): Add :version.
13175
13176         * sha1.el (sha1-use-external): Add :version.
13177
13178         * pgg-def.el (pgg-query-keyserver): Add :version.
13179
13180         * nnmail.el (nnmail-fancy-expiry-targets)
13181         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13182         Add :version.
13183
13184         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13185         (nnimap-retrieve-groups-asynchronous): Add :version.
13186         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13187
13188         * mml.el (mml-content-disposition-parameters)
13189         (mml-insert-mime-headers-always): Add :version.
13190
13191         * mm-util.el (mm-coding-system-priorities): Add :version.
13192
13193         * mm-decode.el (mm-inline-text-html-with-images)
13194         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13195         (mm-verify-option): Add :version.
13196         (mm-text-html-renderer): Change :version.
13197
13198         * message.el (message-fcc-externalize-attachments)
13199         (message-required-headers, message-draft-headers)
13200         (message-subject-trailing-was-query)
13201         (message-subject-trailing-was-ask-regexp)
13202         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13203         (message-mark-insert-end, message-archive-header)
13204         (message-archive-note, message-cross-post-default)
13205         (message-cross-post-note, message-followup-to-note)
13206         (message-cross-post-note-function, message-use-mail-followup-to)
13207         (message-subscribed-address-functions)
13208         (message-subscribed-address-file, message-subscribed-addresses)
13209         (message-subscribed-regexps, message-allow-no-recipients)
13210         (message-yank-cited-prefix, message-signature-insert-empty-line)
13211         (message-hidden-headers, message-hierarchical-addresses)
13212         (message-mail-user-agent, message-use-idna)
13213         (message-valid-fqdn-regexp)
13214         (message-strip-special-text-properties, message-header-synonyms)
13215         (message-beginning-of-line, message-tab-body-function): Add :version.
13216         (message-insert-canlock, message-wide-reply-confirm-recipients):
13217         Change :version.
13218
13219         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13220         and :version.
13221         (mail-source-delete-old-incoming-confirm)
13222         (mail-source-movemail-program): Add :version.
13223
13224         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13225         (gnus-agent-cache, gnus-agent): Change :version.
13226
13227         * gnus-util.el (gnus-use-byte-compile): Change :version.
13228
13229         * gnus-sum.el (gnus-summary-make-false-root-always)
13230         (gnus-summary-default-high-score)
13231         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13232         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13233         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13234         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13235         (gnus-sum-thread-tree-single-indent)
13236         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13237         (gnus-sum-thread-tree-leaf-with-other)
13238         (gnus-sum-thread-tree-single-leaf): Add :version.
13239         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13240         (gnus-article-loose-mime): Change :version.
13241
13242         * gnus-start.el (gnus-backup-startup-file)
13243         (gnus-save-startup-file-via-temp-buffer): Add :version.
13244
13245         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13246         (gnus-server-offline-face): Add :version.
13247
13248         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13249
13250         * gnus-msg.el (gnus-gcc-externalize-attachments)
13251         (gnus-debug-files, gnus-debug-exclude-variables)
13252         (gnus-discouraged-post-methods): Change :version.
13253         (gnus-confirm-mail-reply-to-news)
13254         (gnus-confirm-treat-mail-like-news): Add :version.
13255
13256         * gnus-int.el (gnus-server-unopen-status): Add :version.
13257
13258         * gnus-group.el (gnus-group-jump-to-group-prompt)
13259         (gnus-large-ephemeral-newsgroup)
13260         (gnus-fetch-old-ephemeral-headers): Add :version.
13261
13262         * gnus-fun.el (gnus-x-face-directory)
13263         (gnus-convert-pbm-to-x-face-command)
13264         (gnus-convert-image-to-x-face-command)
13265         (gnus-convert-image-to-face-command): Add :version.
13266
13267         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13268
13269         * gnus-cite.el (gnus-cite-blank-line-after-header)
13270         (gnus-article-boring-faces): Add :version.
13271
13272         * gnus-art.el (gnus-buttonized-mime-types)
13273         (gnus-inhibit-mime-unbuttonizing)
13274         (gnus-treat-display-face)
13275         (gnus-treat-body-boundary): Change :version.
13276         (gnus-body-boundary-delimiter, gnus-picon-databases)
13277         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13278         (gnus-treat-date-english, gnus-treat-fold-headers)
13279         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13280         (gnus-treat-mail-picon, gnus-treat-wash-html)
13281         (gnus-article-encrypt-protocol)
13282         (gnus-use-idna, gnus-article-over-scroll)
13283         (gnus-mime-display-multipart-alternative-as-mixed)
13284         (gnus-mime-display-multipart-related-as-mixed)
13285         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13286         (gnus-ctan-url, gnus-button-ctan-handler)
13287         (gnus-button-handle-ctan-bogus-regexp)
13288         (gnus-button-ctan-directory-regexp)
13289         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13290         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13291         (gnus-button-man-level, gnus-button-emacs-level)
13292         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13293
13294         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13295         (gnus-agent-go-online): Change :version.
13296         (gnus-agent-expire-unagentized-dirs)
13297         (gnus-agent-auto-agentize-methods): Add :version.
13298
13299         * flow-fill.el (fill-flowed-display-column)
13300         (fill-flowed-encode-column): Add :version.
13301
13302         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13303         (gnus-outlook-deuglify-unwrap-max)
13304         (gnus-outlook-deuglify-cite-marks)
13305         (gnus-outlook-deuglify-unwrap-stop-chars)
13306         (gnus-outlook-deuglify-no-wrap-chars)
13307         (gnus-outlook-deuglify-attrib-cut-regexp)
13308         (gnus-outlook-deuglify-attrib-verb-regexp)
13309         (gnus-outlook-deuglify-attrib-end-regexp)
13310         (gnus-outlook-display-hook): Add :version.
13311
13312         * binhex.el (binhex-use-external): Add :version.
13313
13314 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13317         and `invisible'.
13318
13319 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13320
13321         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13322         in gnus-registry-trim.
13323
13324 2004-09-13  Simon Josefsson  <jas@extundo.com>
13325
13326         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13327
13328         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13329
13330         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13331         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13332         <yamaoka@jpl.org>.
13333         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13334         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13335         <yamaoka@jpl.org>.
13336
13337         * sieve.el (sieve-manage-mode): Ditto.
13338
13339 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13340
13341         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13342
13343 2004-09-11  Simon Josefsson  <jas@extundo.com>
13344
13345         * dns-mode.el: Add.
13346
13347         * mm-view.el (mm-display-dns-inline): Add.
13348
13349         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13350         (mm-automatic-display): Ditto.
13351
13352         * mailcap.el (mailcap-mime-data): Add text/dns.
13353         (mailcap-mime-extensions): Map .soa to text/dns.
13354
13355 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13356
13357         * gnus-art.el (article-decode-mime-words, article-babel)
13358         (gnus-article-highlight-signature, gnus-article-add-buttons)
13359         (gnus-signature-toggle): Remove unnecessary bindings of
13360         `inhibit-read-only' inherited from v5.10 merge.
13361
13362 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13363
13364         * nntp.el (nntp): New customization group.
13365         (nntp-authinfo-file): Add customization group.
13366
13367         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13368
13369         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13370
13371         * gnus.el (to-address, to-list, subscribed)
13372         (large-newsgroup-initial): Ditto.
13373
13374         * flow-fill.el (fill-flowed-display-column)
13375         (fill-flowed-encode-column): Ditto.
13376
13377 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13378
13379         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13380         Use point-min rather than 1.
13381         (message-send-mail): Use buffer-size rather than point-max.
13382
13383         * gnus-sum.el (gnus-summary-search-article-forward):
13384         Signal a specific `search-failed' rather than a generic `error'.
13385
13386         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13387         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13388         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13389
13390 2004-09-10  Simon Josefsson  <jas@extundo.com>
13391
13392         * nndb.el (require): Remove tcp and duplicate cl.
13393
13394 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-agent.el (directory-files-and-attributes): Move forward.
13397
13398 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13399
13400         * gnus-agent.el (directory-files-and-attributes): Optionally
13401         defined to support XEmacs.
13402
13403 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13404
13405         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13406         to avoid run-time CL dependencies.
13407         (gnus-agent-unfetch-articles): New function.
13408         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13409         article numbers even when local .overview file is missing.
13410         (gnus-agent-read-article-number): New function.  Only accepts
13411         27-bit article numbers.
13412         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13413         gnus-agent-read-article-number.
13414         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13415         from backend while recognizing that article numbers in .overview
13416         must be valid.
13417         (gnus-agent-update-files-total-fetched-for): Use
13418         directory-files-and-attributes to improve performance.
13419         * gnus-int.el (gnus-request-move-article): Use
13420         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13421         improve performance.
13422
13423         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13424         some users confused by references to .newsrc when they only have a
13425         .newsrc.eld file.
13426         (gnus-convert-mark-converter-prompt)
13427         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13428         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13429         New function.  Used internally to only display 'gnus converting
13430         files' message when actually necessary.
13431
13432         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13433         methods now autoloaded.
13434
13435 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13438         identifiers.
13439
13440 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * gnus-picon.el: Fix indentation and closing parenthesis.
13443
13444 2004-09-01  Simon Josefsson  <jas@extundo.com>
13445
13446         * message.el (message-canlock-generate): Require sha1, not
13447         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13448         to require within a function.  Sadly, if sha1.el isn't loaded, the
13449         let binding in m-c-g will hide the defcustom definition, which is
13450         bad.)
13451
13452         * canlock.el: Require sha1, not sha1-el.
13453
13454         * message.el: Don't autoload sha1 (there is a autoload cookie in
13455         sha1.el).
13456
13457         * sha1-el.el: Renamed to sha1.el.
13458
13459 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13460
13461         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13462
13463 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13464
13465         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13466
13467 2004-08-30  Kim F. Storm  <storm@cua.dk>
13468
13469         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13470
13471         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13472         Add :group 'nnimap.
13473
13474 2004-08-30  Andreas Schwab  <schwab@suse.de>
13475
13476         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13477         ?* and ?\;.
13478
13479         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13480         and ?\' to symbol instead of whitespace.
13481
13482 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13485
13486         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13487         instead of re-search-forward.
13488
13489         * gnus-uu.el (gnus-uu-save-article): Ditto.
13490         (gnus-uu-post-encode-uuencode): Ditto.
13491
13492         * html2text.el (html2text-clean-list-items): Ditto.
13493         (html2text-clean-dtdd): Ditto.
13494         (html2text-format-tags): Ditto.
13495
13496         * message.el (message-send-mail-with-sendmail): Fix regexp.
13497         (message-fill-field-general): Use search-forward instead of
13498         re-search-forward.
13499         (unbold-region): Ditto.
13500
13501         * nnrss.el (nnrss-request-article): Ditto.
13502
13503         * nnslashdot.el (nnslashdot-request-article): Ditto.
13504
13505         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13506
13507         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13508         "Unrecognized menu descriptor" error in XEmacs.
13509
13510 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13511
13512         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13513         parent article of a sparse article in the thread hashtb.
13514
13515 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13516
13517         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13518         (nnmail-expand-newtext): Lowercase expanded entries if
13519         nnmail-split-lowercase-expanded is non-nil.
13520
13521 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13524
13525         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13526         of gnus-tmp-news-method into string under XEmacs.  It will be
13527         passed to gnus-correct-length which takes only a string argument.
13528
13529 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-util.el (gnus-bind-print-variables): New macro.
13532         (gnus-prin1): Use it.
13533         (gnus-prin1-to-string): Use it.
13534         (gnus-pp): New function.
13535         (gnus-pp-to-string): New function.
13536
13537         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13538         Replace pp-to-string with gnus-pp-to-string.
13539         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13540         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13541         * gnus-msg.el (gnus-debug): Ditto.
13542         * gnus-score.el (gnus-score-save): Ditto.
13543         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13544         gnus-pp-to-string.
13545         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13546         with gnus-pp.
13547         * score-mode.el (gnus-score-pretty-print): Ditto.
13548         * webmail.el (webmail-debug): Ditto.
13549
13550 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13551
13552         * gnus-art.el (article-display-face, article-display-x-face):
13553         Use buffer-read-only.
13554
13555 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * gnus-art.el (article-hide-list-identifiers):
13558         Bind inhibit-read-only as t.
13559
13560 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13563
13564 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13565
13566         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13567         (gnus-narrow-to-page): Don't assume point-min == 1.
13568         (gnus-article-edit-mode): Derive from message-mode.
13569
13570         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13571         point-min == 1.
13572
13573         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13574         Disable incorrect use of `assert'.
13575
13576         * message.el (message-mode): Set comment-start-skip.
13577
13578
13579 2004-08-22  Sam Steingold  <sds@gnu.org>
13580
13581         * pop3.el (pop3-leave-mail-on-server): New user variable.
13582         (pop3-movemail): Delete mail only when it is nil.
13583
13584 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13585
13586         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13587
13588         * mml.el (mml-preview): Use `pop-to-buffer'.
13589
13590         * message.el (message-goto-mail-followup-to): Insert after "To".
13591         (message-carefully-insert-headers): Add comment.
13592
13593         * gnus.el: Remove unused variable `gnus-article-check-size'.
13594
13595         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13596
13597         * gnus-art.el (gnus-button-alist): Improve
13598         `gnus-button-handle-library' entry.
13599
13600 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13601
13602         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13603         downcase, since XEmacs capitalizes error messages differently.
13604
13605 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13606
13607         * nntp.el: Add (require 'gnus) due to reference to
13608         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13609
13610 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13611
13612         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13613         `mm-fill-flowed'.
13614
13615         * mm-decode.el (mm-dissect-singlepart): Check it.
13616
13617 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13618
13619         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13620         'imap' for netrc parsing.
13621
13622 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * mailcap.el (mailcap-mime-data): Mark as risky.
13625
13626 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13629         may be included in the encoded word.
13630         (rfc2047-encode): Don't append a space if the encoded word
13631         includes close parenthesis.
13632
13633 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13636         of text within parentheses.
13637
13638 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13639
13640         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13641         (gnus-encrypt-write-file-contents): Make the password key the file
13642         name PLUS the cipher, not just the cipher.  Also remove failed
13643         passwords from the cache.
13644
13645 2004-08-06  Simon Josefsson  <jas@extundo.com>
13646
13647         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13648         fix.
13649
13650 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13653         LWSP.
13654
13655 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13656
13657         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13658         to append in-reply-to: data to the references: header.
13659
13660         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13661         (netrc-parse): Use gnus-encrypt.el functions.
13662
13663         * gnus-encrypt.el: Add new file for encryption support; currently
13664         does only a few GPG ciphers and an internal XOR cipher.
13665
13666         * password.el: Add comments on using password-read-and-add.
13667         (password-read-and-add): Add function to read and add the
13668         password to the cache at once.
13669
13670 2004-07-28  Simon Josefsson  <jas@extundo.com>
13671
13672         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13673         parameter (but don't use it, for now).
13674
13675         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13676         instead of hard coding to nil.
13677
13678 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13681         as mm-inline-image-xemacs does.
13682
13683 2004-07-26  Simon Josefsson  <jas@extundo.com>
13684
13685         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13686         Revert part of 2004-07-17 change below.
13687
13688 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13691         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13692
13693 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13694
13695         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13696         quotes that actually start with ">" at the beginning of the
13697         lines.
13698
13699 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * rfc2047.el (rfc2047-encode-region): Fix last change.
13702         (rfc2047-encode-parameter): Remove useless concat.
13703
13704 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13707         encode special characters; fix some kind of misconfigured headers;
13708         signal a real error if debug-on-quit or debug-on-error is non-nil.
13709         (rfc2047-encode-max-chars): New variable.
13710         (rfc2047-encode-1): Use it.
13711         (rfc2047-encode-parameter): New function.
13712
13713         * mml.el (mml-insert-parameter): Remove an excessive space.
13714
13715 2004-07-17  Simon Josefsson  <jas@extundo.com>
13716
13717         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13718         Kai Grossjohann <kai@emptydomain.de>.
13719         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13720         (gnus-group-make-menu-bar): Ditto.
13721
13722         * gnus-util.el (gnus-group-server): Add.
13723
13724 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13725
13726         * message.el (message-clone-locals): Clone sendmail and smtp
13727         variables.
13728
13729 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * rfc2047.el (rfc2047-encode-region): Fix last change.
13732
13733 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13736         characters as non-special.
13737
13738 2004-07-09  Simon Josefsson  <jas@extundo.com>
13739
13740         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13741         Users will lose all flag changes made while unplugged with
13742         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13743         good default.  See numerous reports on ding mailing list.
13744
13745 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13748         add generate-head-function and generate-article-function to the
13749         rfc822-forward entry.
13750         (nndoc-rfc822-forward-generate-article): New function.
13751         (nndoc-rfc822-forward-generate-head): New function.
13752
13753         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13754
13755 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13756
13757         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13758         respect display group parameter and gnus-summary-expunge-below.
13759         (gnus-articles-to-read): Remove unused reference to display group
13760         parameter.
13761
13762 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13763
13764         * nnheader.el (nnheader-uniquify-message-id): New experimental
13765         variable.
13766         (nnheader-nov-read-message-id): Use it.
13767
13768         * spam-report.el (spam-report-gmane): Add interactive.
13769
13770 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13773         qp-or-base64 for the application/* types.
13774
13775 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13776
13777         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13778
13779 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13780
13781         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13782         trim value.
13783
13784 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13785
13786         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13787         New macro and function.
13788         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13789
13790 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13793         after-load-alist.
13794
13795 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13796
13797         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13798         update info that isn't there.
13799
13800 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13801
13802         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13803         entry.
13804
13805 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * mm-view.el (mm-inline-render-with-function): Use multibyte
13808         buffer; decode html source by charset.
13809
13810         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13811
13812         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13813         Mule-UCS is loaded under XEmacs.
13814         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13815
13816 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13817
13818         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13819
13820 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * mm-util.el (mm-coding-system-p): Return a coding-system.
13823         (mm-mime-mule-charset-alist): Use shift_jis instead of
13824         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13825         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13826         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13827         instead of japanese-shift-jis and iso-latin-1 respectively in
13828         order to share the default value with both Emacs and XEmacs-mule.
13829         (mm-mule-charset-to-mime-charset): Make
13830         mm-coding-system-priorities effective.
13831         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13832         while predicating of candidates upon the priorities.
13833
13834 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13835
13836         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13837         gnus-uu-invert-processable.
13838
13839         * gnus.el: Autoload gnus-uu-invert-processable.
13840
13841 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * mm-util.el (mm-with-multibyte-buffer): New macro.
13844
13845         * rfc2047.el (rfc2047-encode-string): Use it.
13846         (rfc2047-encode-region): Move point to the end of the region after
13847         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13848
13849 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13852         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13853
13854 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13857         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13858         Karl Chen <quarl@nospam.quarl.org>.
13859
13860 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13861
13862         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13863         invalid addresses.
13864
13865 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13866
13867         * spam.el: Change section markers, revise TODO list.
13868         (spam-backends): Make new master list of all installed backends.
13869         (spam-summary-exit-behavior): Add new variable to determine how
13870         messages moves are done at summary exit.
13871         (spam-move-spam-nonspam-groups-only)
13872         (spam-process-ham-in-nonham-groups)
13873         (spam-process-ham-in-spam-groups): Remove variables, the
13874         spam-summary-exit-behavior variable should be used to manage this
13875         behavior.
13876         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13877         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13878         and spam-old-spam-articles.
13879         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13880         Add empty variables, placeholders for the backends they represent.
13881         (spam-set-difference): Move, unchanged.
13882         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13883         unless the user has a processor variable.
13884         (spam-classifications, spam-classification-valid-p)
13885         (spam-backend-properties, spam-backend-property-valid-p)
13886         (spam-backend-function-type-valid-p)
13887         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13888         (spam-report-articles-gmane, spam-report-articles-resend):
13889         Remove functions, they are not needed.
13890         (spam-install-backend-super, spam-backend-list)
13891         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13892         (spam-backend-function, spam-backend-ham-registration-function)
13893         (spam-backend-spam-registration-function)
13894         (spam-backend-ham-unregistration-function)
13895         (spam-backend-spam-unregistration-function)
13896         (spam-backend-statistical-p, spam-backend-mover-p)
13897         (spam-install-backend-alias, spam-install-checkonly-backend)
13898         (spam-install-mover-backend, spam-install-nocheck-backend)
13899         (spam-install-backend, spam-install-statistical-backend)
13900         (spam-install-statistical-checkonly-backend): Add backend installation
13901         support.
13902         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13903         (spam-group-processor-p): Use the new backend code and respect the
13904         summary exit behavior.
13905         (spam-mark-spam-as-expired-and-move-routine): Remove.
13906         (spam-summary-prepare): Change to use the new spam-old-articles
13907         variable.
13908         (spam-copy-or-move-routine, spam-copy-spam-routine)
13909         (spam-move-spam-routine, spam-copy-ham-routine)
13910         (spam-move-ham-routine): Add code to copy/move ham or spam.
13911         (spam-fetch-field-fast): Improve doc and code, plus allow the
13912         'number request.
13913         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13914         variables.
13915         (spam-split, spam-find-spam): Use the new backend code.
13916         (spam-registration-functions): Remove variable.
13917         (spam-unregister-routine): Add convenience wrapper.
13918         (spam-log-undo-registration, spam-register-routine)
13919         (spam-log-processing-to-registry)
13920         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13921         where possible.
13922         (spam-check-gmane-xref, spam-check-regex-headers)
13923         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13924         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13925         (spam-check-bogofilter-headers, spam-check-spamoracle)
13926         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13927         (spam-check-crm114-headers): Use the spam-split-group that
13928         spam-split prepares, no need to determine it every time.
13929
13930         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13931         to the nnheader-parse-naked-head call.
13932
13933         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13934
13935         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13936         the nnheader-nov-read-message-id call.
13937
13938 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13941         gnus-activate-group twice.  Suggested by Markus Peter
13942         <warp@spin.de>.
13943
13944 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * gnus-art.el (gnus-article-time-format): Exchange the order of
13947         day and month in the default value; fix customization type.
13948         (article-date-ut): Use add-text-properties.
13949         (article-make-date-line): Use message-make-date instead of
13950         current-time-string.
13951
13952         * message.el (message-fetch-field): Don't use set-text-properties.
13953         (message-make-date): Simplify.
13954
13955         * messagexmas.el (message-xmas-make-date): New function.
13956         (message-xmas-redefine): Defalias message-make-date to it.
13957
13958 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13961         (rfc2047-encode-region): Treat text within parentheses as special;
13962         show the original text when error has occurred.
13963
13964         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13965         already-computed method to gnus-activate-group.
13966
13967         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13968         same select-methods identical Lisp objects.
13969
13970         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13971         object when modifying the info.
13972
13973 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13976         gnus-opened-servers since it has never been opened with the new
13977         configuration yet.
13978
13979 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13982         arg to nnheader-generate-fake-message-id.
13983
13984 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13985
13986         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13987         number and build a fake message ID localized to a group and
13988         article number (so it's repeatable from that point on).
13989         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13990         ID format.
13991
13992         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13993         nnheader-generate-fake-message-id with the article number.
13994
13995 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13996
13997         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13998         end-of-buffer.
13999
14000 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14001
14002         * message.el (message-ignored-supersedes-headers): Add Approved.
14003
14004 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14007         goto-char.
14008         (rfc2047-encode): Fold the line before encoding.
14009
14010 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14011
14012         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14013         folding -- not all headers can be folded, and this should be done
14014         by the message composition mode.  Probably.  I think.
14015
14016 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14019         fast.
14020
14021         * gnus-ems.el (gnus-remove-image): Don't use
14022         message-text-with-property; remove only the image found first.
14023
14024         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14025         found first.
14026
14027 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14028
14029         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14030
14031 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * message.el (message-text-with-property): Make it fast and accept
14034         optional arguments.
14035         (message-strip-forbidden-properties): Use it.
14036         (message-fix-before-sending): Follow the m-t-w-p change.
14037
14038         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14039
14040 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * gnus-art.el (article-hide-headers): Don't change the buffer
14043         mistakenly when performing mml-preview even if
14044         gnus-single-article-buffer is nil.
14045
14046 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14047
14048         * message.el (message-expand-name-databases): New user option.
14049         (message-expand-name): Use it.
14050
14051 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14052
14053         * spam.el (spam-report-articles-resend)
14054         (spam-report-resend-register-routine): Allow ham reporting.
14055         (spam-report-resend-register-ham-routine): Add wrapper.
14056         (spam-registration-functions): Add ham resending functions.
14057         (spam-list-of-processors): Add ham resend processor.
14058
14059         * gnus.el (ham-resend-to): Add new group parameter.
14060         (spam-process): Add ham resend option.
14061
14062         * spam-report.el (spam-report-resend): Allow reporting ham.
14063         (spam-report-resend-ham): Add wrapper.
14064
14065 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14066
14067         * message.el (message-cite-articles-with-x-no-archive): New
14068         variable.
14069         (message-cite-original): Use it.
14070
14071 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14072
14073         * message.el (message-cite-original): Respect X-No-Archive.
14074
14075 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * gnus-art.el (article-hide-headers): Refer to the values for
14078         gnus-ignored-headers and gnus-visible-headers in the summary
14079         buffer since a user may have set them as group parameters.
14080
14081 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14082
14083         * assistant.el (assistant-node-name): Add convenience function.
14084         (assistant-render-text, assistant-render-node): Add error handling,
14085         plus handle multiple next nodes.
14086         (assistant-find-next-node): Comment out for now.
14087         (assistant-find-next-nodes): Add function, returns list of next
14088         nodes.
14089
14090 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * mail-source.el (mail-source-directory): Fix doc-string.
14093
14094 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14095
14096         * assistant.el (assistant-render-text, assistant-eval): Add :set
14097         widget type, which is different because it takes and returns a
14098         list.  Much hilarity ensues.
14099
14100 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14103
14104         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14105         doc-string.
14106
14107         * gnus-start.el (gnus-activate-group): Added doc-string.
14108
14109 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14112
14113 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14114
14115         * assistant.el (assistant-render-text): Try to add a :set
14116         widget, more to come.
14117
14118         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14119         strings.
14120         (spam-report-articles-resend)
14121         (spam-register-routine): Do registration iff any articles warrant
14122         it.
14123         (spam-summary-prepare-exit): Change log message for nil group
14124         destinations.
14125
14126 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14127
14128         * spam.el (spam-report-resend-register-routine): Allow
14129         spam-report-resend-to to be a group parameter or a global value.
14130
14131 2004-05-26  Simon Josefsson  <jas@extundo.com>
14132
14133         * starttls.el: Merge with my GNUTLS based starttls.el.
14134         (starttls-gnutls-program, starttls-use-gnutls)
14135         (starttls-extra-arguments, starttls-process-connection-type)
14136         (starttls-connect, starttls-failure, starttls-success): New
14137         variables.
14138         (starttls-program, starttls-extra-args): Doc fix.
14139         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14140         functions.
14141         (starttls-negotiate, starttls-open-stream): Check
14142         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14143         function if it is set.
14144
14145 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14148         structured fields.
14149
14150 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14153
14154 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14155
14156         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14157         variable.
14158         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14159         assigning the spam-mark to new messages.
14160
14161 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14162
14163         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14164
14165 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14168
14169         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14170         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14171         default.
14172
14173 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14174
14175         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14176         correct data.
14177
14178 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14179
14180         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14181         (spam-group-processor-p): Fix function.
14182         (spam-group-processor-multiple-p)
14183         (spam-group-spam-processor-report-gmane-p)
14184         (spam-group-spam-processor-report-resend-p)
14185         (spam-group-spam-processor-bogofilter-p)
14186         (spam-group-spam-processor-blacklist-p)
14187         (spam-group-spam-processor-ifile-p)
14188         (spam-group-ham-processor-ifile-p)
14189         (spam-group-spam-processor-spamoracle-p)
14190         (spam-group-spam-processor-crm114-p)
14191         (spam-group-ham-processor-bogofilter-p)
14192         (spam-group-spam-processor-stat-p)
14193         (spam-group-ham-processor-stat-p)
14194         (spam-group-ham-processor-whitelist-p)
14195         (spam-group-ham-processor-BBDB-p)
14196         (spam-group-ham-processor-spamoracle-p)
14197         (spam-group-ham-processor-copy-p): Remove functions with some
14198         prejudice against unneeded code.
14199         (spam-report-articles-resend)
14200         (spam-report-resend-register-routine): Allow the group/topic
14201         spam-resend-to value to override spam-report-resend-to.
14202         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14203         properly now.
14204
14205         * gnus.el (spam-resend-to): Add group/topic parameter.
14206         (spam-process): Move the OBSOLETE processors to the end of the
14207         choices.
14208
14209 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14210
14211         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14212         with resend-to set to nil, and then ask the user if necessary.
14213         (spam-report-resend): spam-report-resend takes a list of articles, not
14214         separate article numbers.
14215
14216 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14219         addition to emacs-w3m.
14220
14221 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14222
14223         * assistant.el (assistant-authinfo-data): New function.
14224         (assistant-eval): Eval for entire assistant.
14225
14226         * netrc.el (netrc-services-file): New variable.
14227         (netrc-parse-services): New function.
14228         (netrc-find-service-name): New function.
14229         (netrc-find-service-number): New function.
14230         (netrc-port-equal): New function.
14231         (netrc-machine): Use it.
14232
14233         * nnimap.el (nnimap-open-connection): Use netrc.
14234
14235         * gnus-util.el (gnus-netrc-get): Remove aliases.
14236
14237         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14238
14239         * assistant.el (wid-edit): Fix compilation.
14240
14241         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14242
14243 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14244
14245         * gnus-util.el (gnus-set-file-modes): New function.  (small
14246         patch).
14247
14248 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14249
14250         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14251
14252         * assistant.el (assistant-render-node): Fix up rendering and
14253         read-only text.
14254         (assistant-render-node): Reset.
14255         (assistant-make-read-only): Not sticky.
14256
14257 2004-05-20  Danny Siu  <dsiu@adobe.com>
14258
14259         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14260         centered even when gnus-auto-center-summary is t.
14261
14262 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14263
14264         * dns.el (dns-get-txt-answer): New function.
14265         (dns-read-txt): Ditto.
14266         (query-dns): Use it.
14267
14268 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14271         active for foreign groups even if the group level is higher than
14272         the specified value.
14273
14274 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14275
14276         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14277         non-active groups.
14278
14279         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14280
14281 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14282
14283         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14284
14285 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14286
14287         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14288         (spam-crm114-header, spam-crm114-spam-switch)
14289         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14290         (spam-crm114-positive-spam-header)
14291         (spam-crm114-database-directory, spam-list-of-processors)
14292         (spam-group-spam-processor-crm114-p)
14293         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14294         (spam-generic-score, spam-list-of-checks)
14295         (spam-list-of-statistical-checks, spam-registration-functions)
14296         (spam-check-crm114-headers, spam-crm114-score)
14297         (spam-check-crm114, spam-crm114-register-with-crm114)
14298         (spam-crm114-register-spam-routine)
14299         (spam-crm114-unregister-spam-routine)
14300         (spam-crm114-register-ham-routine)
14301         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14302         asjo@koldfront.dk (Adam Sjøgren).
14303
14304         * gnus.el: Add spam-use-crm114.
14305
14306         * spam.el (spam-list-of-processors, spam-registration-functions):
14307         Add spam-use-resend.
14308         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14309         (spam-report-articles-gmane): Add doc fix.
14310         (spam-report-articles-resend, spam-report-resend-register-routine):
14311         Add wrappers around spam-report-resend-to.
14312
14313         * spam-report.el (spam-report-resend-to, spam-report-resend):
14314         Add support for resending spam.
14315         (spam-report-gmane): Fix line length >80.
14316
14317         * gnus.el (spam-process): Add spam-use-resend.
14318
14319 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14320
14321         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14322         number of processed spam messages.
14323         (spam-ham-copy-or-move-routine): Return the number of processed
14324         ham messages.
14325         (spam-summary-prepare-exit): Use the above values to decide
14326         whether status messages shouled be displayed.
14327
14328 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14331         `rfc2047-encoding-function-alist' in order to avoid conflicting
14332         with the old version.
14333         (rfc2047-encode-region): Concatenate words containing non-ASCII
14334         characters in structured fields; don't encode space-delimited
14335         ASCII words even in unstructured fields; don't break words at
14336         char-category boundaries.
14337         (rfc2047-encode-1): New function.
14338         (rfc2047-encode): Use it; encode text so that it occupies the
14339         maximum width within 76-column; work correctly on Q encoding for
14340         iso-2022-* charsets.
14341         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14342         sure not to break a line just after the header name.
14343         (rfc2047-b-encode-region): Removed.
14344         (rfc2047-b-encode-string): New function.
14345         (rfc2047-q-encode-region): Removed.
14346         (rfc2047-q-encode-string): New function.
14347
14348         * mm-util.el (mm-replace-in-string): New function.
14349
14350 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14351
14352         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14353         get it right.
14354         (gnus-inews-make-draft): Really.
14355
14356 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14357
14358         * nnmh.el (nnmh-request-list-1): Don't check the link count
14359         before descending.  (small patch)
14360
14361 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14362
14363         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14364         stuff.
14365
14366         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14367         on real group name.
14368
14369         * gnus-art.el (gnus-signature-limit): Doc fix.
14370
14371         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14372
14373         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14374
14375 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14376
14377         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14378         isn't a string.
14379
14380 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14381
14382         * gnus-draft.el (gnus-draft-send): Bind
14383         rfc2047-encode-encoded-words.
14384
14385         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14386         (rfc2047-encodable-p): Say that =? needs encoding.
14387         (rfc2047-encode-encoded-words): New variable.
14388
14389         * gnus-group.el (gnus-group-select-group): Doc fix.
14390
14391         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14392
14393         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14394         to nil.
14395
14396         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14397
14398         * nnheader.el (nnheader-get-lines-and-char): New function.
14399
14400 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14401
14402         * gnus-msg.el (gnus-summary-followup-with-original): Document
14403         yanking of region when active.
14404
14405 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14408         groups if the group level is higher than the specified value.
14409
14410 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14413         (gnus-group-jump-to-group): Added prefix argument using
14414         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14415         non-active group.
14416
14417         * compface.el (uncompface): Be verbose when changing
14418         `uncompface-use-external'.
14419
14420         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14421         handle manual section.
14422
14423 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14424
14425         * gnus-art.el (gnus-button-alist): Revert previous change.
14426
14427 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14428
14429         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14430
14431 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14432
14433         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14434         whether backend can accept message.
14435
14436         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14437
14438 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14439
14440         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14441         Avoid creating directory when nntp-marks-is-evil is true.
14442         Reported by Reiner Steib.
14443
14444 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * gnus-picon.el (gnus-picon-style): New variable.
14447         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14448         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14449         Jesper Harder <harder@ifa.au.dk>.
14450
14451 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14452
14453         * message.el (message-fill-field): Return point.
14454         (message-generate-headers): Go to end of field.
14455
14456         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14457         stuff for non-living groups.
14458
14459 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14460
14461         * gnus-art.el (gnus-article-followup-with-original)
14462         (gnus-article-reply-with-original): gnus-mark-active-p ->
14463         gnus-region-active-p.
14464
14465 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14466
14467         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14468         only when there is spam or ham to be processed.
14469
14470 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14471
14472         * mail-source.el (mail-source-delete-crash-box): Refactor.
14473         (mail-source-fetch): Use it.
14474         (mail-source-fetch-file): Ditto.
14475         (mail-source-fetch-directory): Run postscript in loop.
14476         (mail-source-fetch-pop): Delete.
14477         (mail-source-fetch-maildir): Ditto.
14478         (mail-source-fetch-imap): Ditto.
14479
14480         * imap.el (imap-authenticators): Comment out sasl.
14481
14482         * message.el (message-skip-to-next-address): New function.
14483         (message-fill-header-address): Refactor.
14484         (message-fill-address): Use it.
14485         (message-delete-address): Use it.
14486         (message-fill-header-general): Refactor.
14487         (message-fill-field-address): Rename.
14488         (message-narrow-to-field): Find the start of the header.
14489         (message-header-format-alist): Don't pre-fill.
14490         (message-fill-header): Removed.
14491         (message-insert-header): New function.
14492         (message-shorten-references): Use it.
14493
14494         * rfc2047.el (rfc2047-field-value): Strip props.
14495
14496         * mail-parse.el (mail-header-make-address): New alias.
14497
14498         * ietf-drums.el (ietf-drums-make-address): New function.
14499
14500         * imap.el: Add compiler directives.
14501
14502         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14503
14504         * gnus-art.el (article-decode-idna-rhs): Don't use
14505         message-idna-inside-rhs-p.
14506
14507 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14508
14509         * message.el (message-idna-inside-rhs-p): Removed.
14510         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14511
14512         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14513         false positives.
14514
14515 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14516
14517         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14518
14519 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14520
14521         * nneething.el (nneething-file-name): Don't create spurious
14522         files.
14523
14524         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14525         (gnus-inews-do-gcc): Remove sleep.
14526
14527         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14528         part under point.
14529
14530         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14531         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14532
14533 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14534
14535         * spam.el (spam-summary-prepare-exit): Fixed (length).
14536
14537 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14538
14539         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14540         as expired without moving it" message when there are spam
14541         messages left.
14542
14543 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14544
14545         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14546         header is not nil.
14547
14548 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14549
14550         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14551         nntp-possibly-create-directory, not nntp-possibly-change-group.
14552         (nntp-marks-changed-p): New arg SERVER.
14553         (nntp-request-update-info): Adjust caller.
14554
14555 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14556
14557         * nntp.el (nntp-save-marks): Pass missing arg.
14558
14559 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14560
14561         * nntp.el: Support marks.
14562         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14563         (nntp-marks-modtime, nntp-marks-directory): New variables.
14564         (nntp-request-set-mark, nntp-request-update-info)
14565         (nntp-possibly-create-directory, nntp-marks-changed-p)
14566         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14567         functions.
14568
14569 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14570
14571         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14572         (gnus-xmas-redefine): Rename.
14573
14574         * gnus-score.el (gnus-score-insert-help): Use
14575         gnus-select-lowest-window.
14576
14577         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14578         appt-select-lowest-window and rename to gnus-select-lowest-window.
14579
14580         * gnus.el: do.
14581
14582 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14583
14584         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14585         encodings of MIME-encoded words, in order to improve
14586         interoperability with several broken MUAs.
14587
14588 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14589
14590         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14591         tags, only when charsets are not specified in headers.
14592         (mm-inline-text-html-render-with-w3m): Ditto.
14593
14594         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14595         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14596
14597 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14598
14599         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14600         instead of MIME-decoded from fields when checking
14601         `gnus-article-address-banner-alist'.
14602
14603 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14604
14605         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14606         description rather than subject.
14607
14608 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14609
14610         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14611
14612 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14613
14614         * gnus.el (gnus-version-number): Bump.
14615
14616 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14617
14618         * gnus.el: No Gnus v0.2 is released.
14619
14620 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14621
14622         * gnus-agent.el (gnus-agent-read-agentview): Inline
14623         gnus-uncompress-range.
14624
14625 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14626
14627         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14628         `exec-installed-p'.
14629
14630 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14631
14632         * gnus.el (spam-process, spam-autodetect-methods): Add
14633         bsfilter and bsfilter-headers.
14634
14635         * spam.el (spam-bsfilter): New customize group.
14636         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14637         (spam-bsfilter-header, spam-bsfilter-probability-header)
14638         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14639         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14640         (spam-bsfilter-database-directory): New options.
14641         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14642         (spam-list-of-statistical-checks, spam-registration-functions):
14643         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14644         (spam-bsfilter-score): New command.
14645         (spam-check-bsfilter-headers, spam-check-bsfilter)
14646         (spam-bsfilter-register-with-bsfilter)
14647         (spam-bsfilter-register-spam-routine)
14648         (spam-bsfilter-unregister-spam-routine)
14649         (spam-bsfilter-register-ham-routine)
14650         (spam-bsfilter-unregister-ham-routine): New functions.
14651         (spam-generic-score): Support bsfilter; Accept an optional argument
14652         to recalcurate spam score even if scoring header has already been
14653         added.
14654         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14655         optional argument to recalcurate spam score even if scoring header
14656         has already been added.
14657
14658 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14659
14660         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14661         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14662         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14663         link is missing.
14664
14665 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14666
14667         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14668         (html2text-get-attr): Rewrite.
14669
14670         * message.el (message-setup-1): Remove redundant put-text-property
14671         on mail-header-separator.
14672
14673 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14674
14675         * gnus-registry.el (gnus-registry-cache-whitespace)
14676         (gnus-registry-action, gnus-registry-spool-action)
14677         (gnus-registry-split-fancy-with-parent): Change message levels
14678         from 5 to 3 or 7, as needed.
14679
14680         * spam.el (spam-summary-prepare-exit)
14681         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14682         (spam-split, spam-find-spam, spam-log-undo-registration)
14683         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14684         level from 5 to 6.
14685
14686 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14689         2004-03-04 change).
14690
14691 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14692
14693         * sieve-manage.el (sieve-manage-open):
14694         * nnweb.el (nnweb-insert-html):
14695         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14696         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14697         * nnspool.el (nnspool-request-group):
14698         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14699         * nnml.el (nnml-request-update-info):
14700         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14701         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14702         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14703         (nnimap-request-set-mark):
14704         * nnfolder.el (nnfolder-request-update-info):
14705         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14706         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14707         * gnus-uu.el (gnus-uu-find-articles-matching):
14708         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14709         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14710         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14711         * gnus-nocem.el (gnus-nocem-scan-groups):
14712         * gnus-int.el (gnus-start-news-server):
14713         * gnus-group.el (gnus-group-make-kiboze-group)
14714         (gnus-group-browse-foreign-server):
14715         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14716         Use mapc when appropriate.
14717
14718 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14719
14720         FIXME: Make separate entries for each person.
14721
14722         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14723         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14724         <shields@msrl.com>:
14725
14726         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14727         may need for spam sorting and scoring.
14728         (spam-user-format-function-S): Add user format function suitable for
14729         general use.
14730         (spam-article-sort-by-spam-status): Add sorting function for summary
14731         sorting.
14732         (spam-extra-header-to-number): Add function to get a score from a
14733         header.
14734         (spam-summary-score): Add function to get a numeric score from the
14735         headers.
14736         (spam-generic-score): Fix function doc, was in wrong place.
14737         (spam-initialize): Take symbols when it's run, and install the
14738         extra headers that spam-necessary-extra-headers thinks we need.
14739
14740 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14741
14742         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14743         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
14744
14745 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14746
14747         * gnus-sum.el (gnus-set-global-variables)
14748         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14749         (gnus-article-get-xrefs, gnus-summary-best-group)
14750         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14751         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14752         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14753         Use with-current-buffer.
14754
14755 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14756
14757         * spam.el (spam-summary-prepare-exit): Simplify logic.
14758         (spam-fetch-article-header): Read the article header if it's not
14759         available.
14760         (spam-list-articles): Simplify logic.
14761         (spam-filelist-register-routine): Fix bug with unregister-list.
14762
14763         * gnus-registry.el: Fix comments at beginning.
14764
14765 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14766
14767         * message.el (message-cater-to-broken-inn): Remove.
14768         (message-shorten-references): Make sure the total folded length of
14769         References is shorter than 998 characters to cater to a bug in INN
14770         2.3.  Also, don't pretend that references aren't folded -- this
14771         hasn't worked for a while.
14772
14773 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14774
14775         * gnus-agent.el (gnus-agentize):
14776         gnus-agent-send-mail-real-function no longer set to current value
14777         of message-send-mail-function but rather a lambda that calls
14778         message-send-mail-function.  The change makes the agent real-time
14779         responsive to user changes to message-send-mail-function.
14780
14781 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14782
14783         * legacy-gnus-agent.el
14784         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14785         help from Florian Weimer <fw@deneb.enyo.de>
14786
14787 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * nnmail.el (nnmail-cache-insert): Revert last change.
14790
14791 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * nnmail.el (nnmail-cache-insert): Always check whether
14794         nnmail-cache-ignore-groups matches a group name.
14795
14796 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14797
14798         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14799         (spam-find-spam, spam-log-processing-to-registry)
14800         (spam-log-registered-p, spam-log-unregistration-needed-p)
14801         (spam-log-undo-registration): Use gnus-message instead of
14802         gnus-error, none of these errors are fatal.
14803
14804         * gnus-registry.el (gnus-registry-clean-empty-function)
14805         (gnus-registry-clean-empty): Remove only empty entries without
14806         extra data.
14807
14808 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14809
14810         * spam-stat.el (spam-stat-buffer-change-to-spam)
14811         (spam-stat-buffer-change-to-non-spam): Change (error) to
14812         (gnus-message 8) invocation.
14813
14814 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * nntp.el (nntp-via-netcat-command): New variable.
14817         (nntp-via-netcat-switches): New variable.
14818         (nntp-open-via-rlogin-and-netcat): New function.
14819         (nntp-open-connection-function): Doc fix.
14820         (nntp-telnet-command): Doc fix.
14821         (nntp-end-of-line): Doc fix.
14822         (nntp-via-rlogin-command): Doc fix.
14823         (nntp-via-user-name): Doc fix.
14824         (nntp-via-address): Doc fix.
14825
14826 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14829         error in Emacs 21.1.
14830
14831 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14834
14835 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14836
14837         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14838         (gnus-agent-with-refreshed-group): New macro.
14839         (gnus-agent-rename-group): New function.
14840         (gnus-agent-delete-group): New function.
14841         (gnus-agent-save-group-info): Use gnus-command-method when
14842         `method' parameter is nil.  Don't write nil entries into the
14843         active file.
14844         (gnus-agent-get-group-info): New function.
14845         (gnus-agent-fetch-articles): Use
14846         gnus-agent-update-files-total-fetched-for to increment disk space
14847         used.
14848         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14849         gnus-agent-update-view-total-fetched-for to increment disk space
14850         used.
14851         (gnus-agent-get-local): Added optional parameters to avoid calling
14852         gnus-group-real-name and gnus-find-method-for-group.
14853         (gnus-agent-set-local): Delete stored entry if either min, or max,
14854         are nil.
14855         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14856         quit, use gnus-agent-regenerate-group to record existance of any
14857         articles fetched to disk before the quit occurred.
14858         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14859         gnus-agent-update-view-total-fetched-for, and
14860         gnus-agent-update-files-total-fetched-for to decrement disk space
14861         used.
14862         (gnus-agent-retrieve-headers): Use
14863         gnus-agent-update-view-total-fetched-for to increment disk space
14864         used.
14865         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14866         with gnus-agent-update-files-total-fetched-for to decrement disk
14867         space and fresh group buffer.
14868         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14869         (gnus-agent-need-update-total-fetched-for): New variable.
14870         (gnus-agent-update-files-total-fetched-for): New function.
14871         (gnus-agent-update-view-total-fetched-for): New function.
14872         (gnus-agent-total-fetched-for): New function.
14873
14874         * gnus-cache.el (gnus-cache-save-buffers): Use
14875         gnus-cache-update-overview-total-fetched-for to change disk space
14876         used by this group.
14877         (gnus-cache-possibly-enter-article): Use
14878         gnus-cache-update-file-total-fetched-for to increment disk space
14879         used by this group.
14880         (gnus-cache-possibly-remove-article): Use
14881         gnus-cache-update-file-total-fetched-for to decrement disk space
14882         used by this group.
14883         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14884         (gnus-cache-rename-group): New function.
14885         (gnus-cache-delete-group): New function.
14886         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14887         (gnus-cache-need-update-total-fetched-for): New variable.
14888         (gnus-cache-with-refreshed-group): New macro.
14889         (gnus-cache-update-file-total-fetched-for): New function.
14890         (gnus-cache-update-overview-total-fetched-for): New function.
14891         (gnus-cache-rename-group-total-fetched-for): New function.
14892         (gnus-cache-delete-group-total-fetched-for): New function.
14893         (gnus-cache-total-fetched-for): New function.
14894
14895         * gnus-group.el: Require gnus-sum and autoload functions to
14896         resolve warnings when gnus-group.el compiled alone.
14897         (gnus-group-line-format): Documented new %F.
14898         (size of Fetched data) group line format; identifies disk space
14899         used by agent and cache.
14900         (gnus-group-line-format-alist): Defined new F format.
14901         (gnus-total-fetched-for): New function.
14902         (gnus-group-delete-group): No longer update
14903         gnus-cache-active-altered as gnus-request-delete-group now keeps
14904         the cache in sync.
14905         (gnus-group-list-active): Let the agent store a server's active
14906         list if currently plugged.
14907
14908         * gnus-int.el (gnus-request-delete-group):
14909         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14910         local disk in sync with the server.
14911         (gnus-request-rename-group):
14912         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14913         local disk in sync with the server.
14914
14915         * gnus-start.el (gnus-get-unread-articles):
14916         Cosmetic simplification to logic.
14917
14918         * gnus-util.el (gnus-rename-file): New function.
14919
14920 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14921
14922         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14923
14924 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14925
14926         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14927         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14928
14929 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14930
14931         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14932         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14933
14934 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14935
14936         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14937
14938 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14939
14940         * spam.el (spam-set-difference): Add function to replace
14941         gnus-set-difference in spam.el.
14942         (spam-summary-prepare-exit): Use spam-set-difference.
14943
14944 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14945
14946         * gnus-registry.el (gnus-registry-cache-file): Update to use
14947         gnus-dribble-directory OR gnus-home-directory OR ~.
14948         (gnus-registry-split-fancy-with-parent): Fix doc.
14949
14950 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * message.el (message-exchange-point-and-mark): Use
14953         message-mark-active-p.  Suggested by Jesper Harder
14954         <harder@ifa.au.dk>.
14955
14956 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * message.el (message-exchange-point-and-mark): Don't activate
14959         region if it was inactive.  Suggested by Hiroshi Fujishima
14960         <pooh@nature.tsukuba.ac.jp>.
14961
14962 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * gnus-art.el (article-display-face): Display Faces in the same
14965         order as X-Faces.
14966
14967 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14970
14971 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14974         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14975         (gnus-article-mime-hierarchy): Remove.
14976         (gnus-article-mime-hierarchy-next): Remove.
14977         (gnus-article-mode): Revert 2004-03-19 change.
14978         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14979         (gnus-insert-mime-button): Revert 2004-03-19 change.
14980         (gnus-mime-accumulate-hierarchy): Remove.
14981         (gnus-mime-enter-multipart): Remove.
14982         (gnus-mime-leave-multipart): Remove.
14983         (gnus-mime-display-part): Revert 2004-03-19 change.
14984         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14985
14986         * mml.el (mml-preview): Revert 2004-03-19 change.
14987
14988 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14989
14990         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14991
14992 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14995         t while entering a file name using the mm-with-multibyte macro.
14996         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14997
14998         * mm-util.el (mm-with-multibyte): New macro.
14999
15000 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15003         user option.
15004         (gnus-mime-multipart-functions): Doc and customization fix.
15005         (gnus-article-mime-hierarchy): New variable.
15006         (gnus-article-mime-hierarchy-next): New variable.
15007         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15008         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15009         gnus-article-mime-hierarchy-next to nil.
15010         (gnus-insert-mime-button): Show hierarchy numbers.
15011         (gnus-mime-accumulate-hierarchy): New function.
15012         (gnus-mime-enter-multipart): New function.
15013         (gnus-mime-leave-multipart): New function.
15014         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15015         (gnus-mime-display-alternative): Show hierarchy numbers.
15016
15017         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15018         gnus-article-mime-hierarchy-next to nil.
15019
15020 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15021
15022         * dns.el: Don't require gnus-xmas.
15023
15024 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15025
15026         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15027         inline PGP.
15028         (mml-menu): Disable mml-quote-region if mark is inactive.
15029
15030 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15033         when the group's active is not available.
15034
15035 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15038         error.
15039
15040 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15041
15042         * imap.el (imap-store-password): New variable.
15043         (imap-interactive-login): Use it.
15044         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15045
15046 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15049         window-start and hscroll to summary window.
15050
15051 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15052
15053         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15054         conversion message to newsrc-dribble when an actual conversion is
15055         performed.
15056
15057 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15058
15059         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15060
15061 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * mm-decode.el (mm-complicated-handles): New function reviving
15064         former definition of mm-multiple-handles.
15065
15066         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15067         (gnus-mime-delete-part): Use it.
15068
15069 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15070
15071         * gnus-agent.el (gnus-agent-read-local): Bind
15072         nnheader-file-coding-system to gnus-agent-file-coding-system to
15073         avoid the implicit assumption that they will always be equal.
15074         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15075         coding-system-for-write, as the with-temp-file macro first prints
15076         to a buffer then saves the buffer.
15077
15078 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus-art.el (gnus-article-edit-part): New function.
15081         (gnus-mime-save-part-and-strip): Use it; do query instead of
15082         signaling an error; don't use mm-multiple-handles.
15083         (gnus-mime-delete-part): Ditto.
15084
15085 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15086
15087         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15088         old file versions.
15089         (gnus-group-prepare-hook): Removed function that converted list
15090         form of gnus-agent-expire-days to group properties.
15091
15092         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15093         (gnus-request-accept-article): Re-indented.
15094
15095         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15096         converters to handle old agent file formats.  Added logic for a
15097         "backup before upgrading warning".
15098         (gnus-convert-mark-converter-prompt): Developers can mark
15099         functions as needing (default), or not needing,
15100         gnus-convert-old-newsrc's "backup before upgrading warning".
15101         (gnus-convert-converter-needs-prompt): Tests whether the user
15102         should be protected from potentially irreversable changes by the
15103         function.
15104
15105         * legacy-gnus-agent.el: New.  Provides converters that are only
15106         loaded when gnus-convert-old-newsrc needs to call them.
15107
15108 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * mail-source.el (mail-source-touch-pop): Doc fix.
15111
15112         * message.el (message-smtpmail-send-it): Doc fix.
15113
15114 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15115
15116         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15117
15118         * nnmail.el (nnmail-split-fancy): do.
15119
15120         * gnus-kill.el (gnus-kill, gnus-execute): do.
15121
15122 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15123
15124         * gnus-sum.el (gnus-widget-reversible-match)
15125         (gnus-widget-reversible-to-internal)
15126         (gnus-widget-reversible-to-external): New functions.
15127         (gnus-widget-reversible): New widget.
15128         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15129
15130 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15131
15132         * gnus-sum.el (gnus-thread-sort-functions)
15133         (gnus-article-sort-functions): Document `(not F)' items.
15134
15135 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15136
15137         * spam.el (spam-use-gmane-xref): Add new backend.
15138         (spam-gmane-xref-spam-group): Add variable to control the name of the
15139         Gmane spam group.
15140         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15141         (spam-regex-headers-spam, spam-regex-headers-ham)
15142         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15143         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15144         backends and checks.
15145         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15146
15147         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15148         an autodetect method.
15149
15150 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15151
15152         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15153         articles are being added to a group.
15154         (gnus-request-replace-article): Inform the agent that articles
15155         need to be uncached as the cached contents are no longer valid.
15156
15157 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * binhex.el: Don't autoload executable-find.
15160
15161         * canlock.el: Don't autoload mail-fetch-field.
15162
15163         * dgnushack.el: Autoload c-mode for XEmacs.
15164
15165         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15166
15167         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15168         rmail-dont-reply-to and rmail-output.
15169
15170         * gnus-score.el: Don't autoload ffap-string-at-point.
15171
15172         * gnus-setup.el: Don't autoload sc-cite-original.
15173
15174         * imap.el: Don't autoload base64-decode-string,
15175         base64-encode-string and md5.
15176
15177         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15178         and rmail-msg-restore-non-pruned-header.
15179
15180         * mm-decode.el: Don't autoload executable-find.
15181
15182         * mm-url.el: Don't autoload executable-find.
15183
15184         * mm-view.el: Don't autoload diff-mode.
15185
15186         * nndb.el: Don't autoload news-reply-mode, news-setup,
15187         cancel-timer and telnet.
15188
15189         * password.el: Don't autoload run-at-time for Emacs.
15190
15191         * sha1-el.el: Don't autoload executable-find.
15192
15193         * sieve-mode.el: Don't autoload c-mode.
15194
15195         * uudecode.el: Don't autoload executable-find.
15196
15197 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15198
15199         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15200         (gnus-agent-possibly-alter-active): Avoid null in numeric
15201         comparison.
15202         (gnus-agent-set-local): Refuse to save null in local object table.
15203         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15204         list of articles that will be marked as unread.
15205
15206 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15209
15210 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15211
15212         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15213         language tags.
15214
15215 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15216
15217         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15218         Don't bind "obarray".
15219
15220         * gnus-sum.el (gnus-thread-sort-functions): Added
15221         `gnus-thread-sort-by-most-recent-number' and
15222         `gnus-thread-sort-by-most-recent-date'.
15223         Reported by Kai Grossjohann <kai@emptydomain.de>.
15224
15225 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15228
15229 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15230
15231         * gnus-cus.el (gnus-agent-customize-category): Removed
15232         ignore-errors macro reference that required cl to be loaded at
15233         run-time.
15234
15235         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15236         single-interval range of the form (min . max).  Previously the
15237         range had to look like ((min . max)).  Likewise, return
15238         (min . max) rather than ((min . max)).
15239         (gnus-range-map): Use gnus-range-normalize to accept
15240         single-interval range.
15241
15242         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15243         the cache, but not the agent, now appear with their usual face.
15244
15245         * dgnushack.el (loaddir): New variable that is bound to the
15246         directory containing the dgnushack.el file. Use loaddir, rather
15247         than srcdir, to update load-path. Change lets dgnushack compile
15248         code in directories other than GNUS/lisp.
15249
15250 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * lpath.el: Don't bind w3m-safe-url-regexp.
15253
15254         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15255         w3m-safe-url-regexp variable buffer-local.
15256
15257         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15258
15259 2004-02-27  Simon Josefsson  <jas@extundo.com>
15260
15261         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15262         gnus-group-real-prefix.
15263         (gnus-summary-move-article): Use it, instead of
15264         gnus-group-real-prefix.
15265
15266 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * lpath.el: Bind w3m-safe-url-regexp.
15269
15270         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15271         w3m-safe-url-regexp variable buffer-local and set it as the value
15272         of mm-w3m-safe-url-regexp.
15273
15274         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15275
15276         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15277         parsing gnus-posting-styles when the message is not for replying.
15278
15279         * dgnushack.el: Autoload sgml-mode for XEmacs.
15280
15281         * nnrss.el (nnrss-opml-export): Use
15282         mm-set-buffer-file-coding-system instead of
15283         set-buffer-file-coding-system.
15284
15285 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15286
15287         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15288         of checkdoc.el).
15289         * nnrss.el: do.
15290         * gnus-mlspl.el: do.
15291         * gnus-ml.el: do.
15292         * gnus-srvr.el: do.
15293
15294         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15295
15296 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15297
15298         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15299         Corrections to custom-manual links.
15300
15301         * gnus-art.el (gnus-article): Ditto.
15302
15303         * mm-decode.el (mime-display, mime-security): Ditto.
15304
15305 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15306
15307         * flow-fill.el: Typo.
15308
15309 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15310
15311         * spam-wash.el: New file.
15312
15313 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15314
15315         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15316
15317 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15318
15319         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15320         to be run with new-articles as LIST1, not LIST2.
15321         (spam-registration-functions): Add spam-use-ham-copy as a nil
15322         registration backend.
15323
15324 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15325
15326         * spam-stat.el (spam-stat-washing-hook): New option.
15327         (spam-stat-buffer-words): Use it.
15328         (spam-stat-process-directory, spam-stat-test-directory): Use
15329         insert-file-contents-literally.
15330         (spam-stat-coding-system): New variable.
15331         (spam-stat-load, spam-stat-save): Use it.
15332
15333 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * spam-report.el (spam-report-plug-agent): Quote
15336         spam-report-url-to-file and spam-report-url-ping-plain.
15337
15338 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15339
15340         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15341         / in mailto URLs.
15342
15343 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15344
15345         * spam-report.el (spam-report-process-queue): Fix interactive use.
15346         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15347         (spam-report-unplug-agent): Doc fixes.
15348         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15349         (spam-report-agentize, spam-report-deagentize): Autoload.
15350
15351 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15354
15355         * message.el (message-setup-fill-variables): Add mml tags to
15356         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15357         <ajk@iu.edu>.
15358         (message-mode): Don't modify paragraph-separate there.
15359
15360 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * compface.el (uncompface-use-external): Default to undecided.
15363         (uncompface-use-external-threshold): New variable.
15364         (uncompface-float-time): New macro.
15365         (uncompface): Determine whether to use the external decoder if
15366         uncompface-use-external is undecided.
15367
15368 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15369
15370         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15371         after images.
15372
15373         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15374
15375 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15376
15377         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15378
15379         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15380
15381         * gnus-sum.el (gnus-summary-limit-to-age)
15382         (gnus-summary-limit-children): do.
15383
15384         * gnus-int.el (gnus-request-scan): do.
15385
15386         * gnus-group.el (gnus-group-suspend): do.
15387
15388         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15389
15390         * gnus-cite.el (gnus-cite-parse-attributions): do.
15391
15392         * gnus-agent.el (gnus-summary-set-agent-mark)
15393         (gnus-agent-regenerate-group): do.
15394
15395         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15396
15397         * binhex.el (binhex-decode-region-internal): do.
15398
15399 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * gnus-fun.el (gnus-face-properties-alist): New user option.
15402         (gnus-display-x-face-in-from): Use it.
15403
15404         * gnus-art.el (article-display-face): Ditto.
15405
15406         * compface.el (uncompface-use-external): Default to nil.
15407
15408 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15409
15410         * nntp.el (nntp-erase-buffer): New function.
15411         (nntp-retrieve-data, nntp-send-command)
15412         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15413         (nntp-possibly-change-group): Use it.
15414
15415         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15416         with-current-buffer.
15417
15418 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15419
15420         * compface.el: Merge the ELisp-based uncompface program.
15421         (compface): New customization group.
15422         (uncompface-use-external): New user option.
15423         (uncompface): Call uncompface-internal if uncompface-use-external
15424         is nil.
15425         (uncompface-internal): New function.  Note that there are also
15426         some other functions and variables added for this function.
15427
15428 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15429
15430         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15431         if necessary.
15432
15433 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15434
15435         * spam-report.el (spam-report-unplug-agent)
15436         (spam-report-plug-agent, spam-report-deagentize)
15437         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15438         Add support for the Agent in spam-report: when unplugged, report to a
15439         file; when plugged, submit all the requests.
15440
15441         * spam.el (spam-register-routine): Fix message about
15442         registration.
15443
15444 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15445
15446         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15447         dependencies.
15448         (rfc2047-encode): Use it.
15449
15450         * gnus-art.el (gnus-button-marker-list): Move before first
15451         reference.
15452
15453         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15454         (imap-parse-body): Fix format string mismatch.
15455
15456         * gnus-score.el (gnus-summary-increase-score): do.
15457
15458         * nnrss.el (nnrss-close): New function.
15459
15460 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15461
15462         * nnrss.el (nnrss-make-filename): New function.
15463         (nnrss-request-delete-group, nnrss-read-server-data)
15464         (nnrss-save-server-data, nnrss-read-group-data)
15465         (nnrss-save-group-data): Use it.
15466         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15467         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15468         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15469
15470 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15471
15472         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15473
15474 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15475
15476         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15477         files.
15478
15479         * message.el (message-generate-headers-first): Don't quote nil
15480         and t in docstrings.
15481
15482         * imap.el (imap-id): do.
15483
15484         * gnus-agent.el (gnus-agent-consider-all-articles)
15485         (gnus-agent-queue-mail): do.
15486
15487 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15488
15489         * spam-report.el (spam-report-process-queue): New function.
15490         Process requests from `spam-report-requests-file'.
15491         (spam-report-process-queue): Doc fix.
15492
15493 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15494
15495         * spam.el (spam-register-routine)
15496         (spam-log-processing-to-registry, spam-log-registered-p)
15497         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15498         Change "check" to "spam-check" for semi-clarity.
15499
15500 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15501
15502         * pop3.el: Require nnheader.
15503
15504         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15505
15506         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15507
15508         * gnus-picon.el: Require cl.
15509
15510         * gnus-fun.el: Require gnus-ems and gnus-util.
15511
15512         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15513
15514         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15515
15516         * gnus-art.el (gnus-article-edit-mode): Define before first
15517         reference.
15518
15519 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15520
15521         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15522         (gnus-uu-post-encoded): Use point-at-bol.
15523
15524         * gnus-topic.el (gnus-group-active-topic-p): do.
15525
15526         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15527
15528         * gnus-group.el (gnus-group-kill-region): do.
15529
15530         * gnus-art.el (article-date-ut): do.
15531
15532         * message.el (message-fetch-field): Remove redundant
15533         case-fold-search binding.
15534         (message-narrow-to-field): Simplify.
15535
15536 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15537
15538         * spam.el (spam-directory): Derive from `gnus-directory'.
15539
15540         * spam-report.el (spam-report-url-to-file)
15541         (spam-report-requests-file): New function and variable for offline
15542         reporting.
15543         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15544         and user defined function.
15545         (spam-report-url-ping-mm-url): Remove doubled slash.
15546
15547 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15548
15549         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15550
15551 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15552
15553         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15554         format string mismatch.
15555
15556         * sieve.el (sieve-deactivate-all): do.
15557
15558         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15559
15560         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15561
15562         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15563
15564         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15565
15566 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15567
15568         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15569         the list of checks.
15570
15571 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15572
15573         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15574         padding.
15575
15576 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15577
15578         * mm-view.el (mm-fill-flowed): New variable.
15579         (mm-inline-text): Use it.
15580
15581 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15582
15583         * spam.el (spam-spamassassin-register-ham-routine)
15584         (spam-spamassassin-register-spam-routine): Fix function names.
15585
15586 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus.el (gnus-tmp-grouplens): Remove.
15589         (gnus-summary-line-format): Remove grouplens.
15590
15591         * gnus-group.el (gnus-group-line-format): Ditto.
15592
15593         * gnus-spec.el (gnus-format-specs): Ditto.
15594         (gnus-update-format-specifications): Flush the group format spec
15595         cache if there's the grouplens stuff.
15596         (gnus-parse-simple-format): Replace %l with the empty string.
15597
15598 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15599
15600         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15601         omission.
15602
15603 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15606         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15607
15608 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15609
15610         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15611         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15612         New macros and functions.
15613         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15614         Handle > NLINK_MAX messages.
15615         * nnmaildir.el (nnmaildir-request-set-mark): Use
15616         nnmaildir--emlink-p and nnmaildir--eexist-p.
15617
15618 2004-01-25  Alex Schroeder  <alex@gnu.org>
15619
15620         * spam-stat.el (spam-stat-process-directory-age): New option.
15621         (spam-stat-process-directory): Use it.
15622
15623 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15624
15625         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15626         (spam-stat-save): Accept prefix argument.
15627
15628 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15629
15630         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15631         links" error.
15632
15633 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15636         the rest of the and/or forms.
15637
15638 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15639
15640         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15641         compatibility with old .newsrc.eld files.
15642
15643         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15644
15645         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15646
15647         * gnus-start.el (gnus-1): do.
15648
15649         * gnus-group.el (gnus-group-line-format-alist): do.
15650
15651         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15652
15653         * gnus-gl.el: Remove.
15654
15655 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15656
15657         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15658         marks consisting of a single range {for example, (3 . 5)} rather
15659         than a list of a single range { ((3 . 5)) }.
15660
15661 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15662
15663         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15664         with-current-buffer.
15665         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15666         avoid consing a string.
15667
15668         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15669         Remove obsolete entries for big5 and gb2312.
15670
15671 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15672
15673         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15674         uncompressed list.
15675
15676 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15677
15678         * spam-stat.el (spam-stat-strip-xref): New function.
15679         (spam-stat-process-directory): Use it.
15680
15681         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15682         here -- it's done in message-fetch-field.
15683
15684 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15685
15686         * gnus-agent.el (gnus-agent-queue-mail)
15687         (gnus-agent-prompt-send-queue): New variables.
15688         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15689         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15690         "nndraft:queue" along to gnus-draft-send.  Use
15691         gnus-agent-prompt-send-queue.
15692         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15693         is "nndraft:queue".  Suggested by Gaute Strokkenes
15694         <gs234@srcf.ucam.org>
15695
15696         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15697         (agent-enable-undownloaded-faces): Added.
15698         (gnus-agent-cat-groups): Use eval-and-compile, not
15699         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15700         method of gnus-agent-cat-groups even when the buffer has been
15701         evaled.
15702         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15703         delete gnus-agent-save-active-1.
15704         (gnus-agent-save-groups): Deleted.  Identical to
15705         gnus-agent-save-active.
15706         (gnus-agent-write-active): No longer adjust agent's copy of active
15707         file as agent's adjustments are now stored in their own
15708         file.  Removed optional parameter.
15709         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15710         servers.  Add use of min/max range limits from server's local
15711         file.
15712         (gnus-agent-save-alist): Removed unused optional argument.
15713         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15714         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15715         (gnus-agent-set-local): A per-server file that keeps min/max range
15716         limits for articles known to the agent.  Provides a fast mechanism
15717         for altering many active ranges.
15718         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15719         active file (local makes it unnecessary).
15720         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15721
15722         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15723         (agent-enable-undownloaded-faces): Added.
15724
15725         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15726         disable it when sending to "nndraft:queue".
15727         (gnus-group-send-queue): Add safety check to avoid sending queue
15728         when unplugged.
15729
15730         * gnus-group.el (gnus-group-catchup): Use new
15731         gnus-sequence-of-unread-articles, not
15732         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15733         numbers of articles.  Use gnus-range-map to avoid having to
15734         uncompress the unread list.
15735         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15736         Fixed invalid ange-ftp reference.
15737
15738         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15739         (gnus-sorted-range-intersection): Intersection of two ranges
15740         without requiring that they first be uncompressed.
15741
15742         * gnus-start.el (gnus-activate-group): Unless blocked by the
15743         caller, possibly expand the active range to include both cached
15744         and agentized articles.
15745         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15746         multiple version-dependent converters.
15747         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15748         gnus-agent-save-active.
15749         (gnus-save-newsrc-file): Save dirty agent range limits.
15750
15751         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15752         gnus-agent-possibly-alter-active.
15753         (gnus-adjust-marked-articles): Faster handling of simple lists.
15754
15755 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15756
15757         * spam-stat.el (spam-stat-test-directory): New optional argument
15758         displays a list of files detected.  Suggested by Andrew Cohen
15759         <cohen@andy.bu.edu>.
15760         (spam-stat-buffer-words-with-scores): Don't narrow and change
15761         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15762
15763 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15764
15765         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15766         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15767         (spam-spamassassin-arguments)
15768         (spam-spamassassin-spam-flag-header)
15769         (spam-spamassassin-positive-spam-flag-header)
15770         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15771         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15772         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15773         (spam-list-of-processors, spam-list-of-checks)
15774         (spam-list-of-statistical-checks, spam-registration-functions)
15775         (spam-check-spamassassin-headers, spam-check-spamassassin)
15776         (spam-spamassassin-score)
15777         (spam-spamassassin-register-with-sa-learn)
15778         (spam-spamassassin-register-spam-routine)
15779         (spam-spamassassin-register-ham-routine)
15780         (spam-assassin-register-spam-routine)
15781         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15782         (spam-bogofilter-score): Fix to show article before scoring.
15783
15784 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15785
15786         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15787         default scoring function.
15788         (spam-generic-score): Call spam-spamassassin-score if
15789         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15790         spam-bogofilter-score otherwise.
15791
15792         * gnus.el (spam-process, spam-autodetect-methods): Add
15793         spamassassin and spamassassin-headers.
15794
15795 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15796
15797         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15798         Suppress unnecessary messages.
15799
15800 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15801
15802         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15803         make-hash-table.
15804
15805 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * canlock.el (base64-encode-string): Don't autoload it.
15808
15809 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * run-at-time.el: Remove useless (require 'itimer),
15812         eval-and-compile and (featurep 'xemacs).
15813
15814 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15815
15816         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15817         GROUP is a virtual group.
15818
15819 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15820
15821         * gnus.el: Autoload `message-y-or-n-p'.
15822
15823 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15824
15825         * pgg-parse.el: Remove unnecessary (require 'custom).
15826
15827         * pgg-def.el: do.
15828
15829         * nnmail.el: do.
15830
15831         * gnus-undo.el: do.
15832
15833         * gnus-picon.el: do.
15834
15835         * gnus-util.el: do.
15836
15837 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15838
15839         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15840
15841 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15844         handle, as well as a list.
15845
15846         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15847         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15848         (mm-w3m-cid-retrieve): Simplify.
15849
15850 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15851
15852         * message.el (message-kill-to-signature): Allow prefix arg to
15853         specify number of lines to keep before signature.
15854
15855 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15856
15857         * message.el (message-kill-to-signature): Change docstring.
15858
15859 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * canlock.el: Always require sha1-el.
15862         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15863
15864         * message.el: Autoload sha1 only when compiling.
15865
15866         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15867         eudc-expand-inline for XEmacs.
15868
15869 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * message.el (message-canlock-generate): Require sha1-el.
15872
15873 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15874
15875         * message.el (message-expand-name): Silence the byte compiler.
15876
15877         * lpath.el: Add detect-coding-system.
15878
15879         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15880         cus-edit.
15881
15882 2004-01-13  Simon Josefsson  <jas@extundo.com>
15883
15884         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15885         Invoke gnus-score-mode.  Reported by
15886         bojohan+news@dd.chalmers.se (Johan Bockgård).
15887
15888         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15889         Jim Blandy <jimb@redhat.com> (tiny change).
15890
15891 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15892
15893         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15894
15895 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15896
15897         * spam.el (spam-get-article-as-string): Update to use
15898         gnus-request-article-this-buffer, much simpler.
15899         (spam-get-article-as-buffer): Remove.
15900
15901 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15902
15903         * message.el (message-expand-name): Use EUDC if the user uses that.
15904
15905 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15906
15907         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15908         character for the encoding to avoid consing a string.
15909
15910         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15911         unnecessarily.
15912
15913         * mm-util.el (mm-replace-chars-in-string): Remove.
15914
15915         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15916         of mm-replace-chars-in-string.
15917
15918 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15919
15920         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15921
15922         * mm-util.el (mm-subst-char-in-string): Support inplace.
15923
15924         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15925         a new string in every iteration.  Use shy groups.
15926
15927 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15928
15929         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15930         * gnus-soup.el (gnus-soup-group-brew):
15931         * gnus-msg.el (gnus-put-message):
15932         * gnus-move.el (gnus-group-move-group-to-server):
15933         * gnus-kill.el (gnus-batch-score):
15934         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15935         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15936         (gnus-group-update-group, gnus-group-read-group)
15937         (gnus-group-make-group, gnus-group-make-help-group)
15938         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15939         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15940         (gnus-group-sort-by-unread, gnus-group-catchup)
15941         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15942         (gnus-group-yank-group, gnus-group-set-info)
15943         (gnus-group-list-groups):
15944         * gnus.el (gnus-generate-new-group-name):
15945         * gnus-delay.el (gnus-delay-send-queue):
15946         * nnvirtual.el (nnvirtual-catchup-group):
15947         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15948         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15949         (gnus-group-prepare-topics, gnus-topic-check-topology):
15950         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15951         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15952         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15953         (gnus-group-make-articles-read):
15954         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15955         (gnus-group-change-level, gnus-kill-newsgroup)
15956         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15957         (gnus-get-unread-articles, gnus-make-articles-unread)
15958         (gnus-make-ascending-articles-unread): Use accessor
15959         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15960         to get group information for improved readability.
15961
15962
15963 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15964
15965         * gnus-art.el (article-decode-mime-words, article-babel)
15966         (gnus-article-highlight-signature, gnus-article-add-buttons)
15967         (gnus-signature-toggle): Use gnus-with-article-buffer.
15968
15969         * gnus-art.el (gnus-article-highlight-headers)
15970         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15971
15972         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15973         (gnus-article-set-globals, gnus-request-article-this-buffer)
15974         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15975         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15976         (gnus-mime-display-alternative): Use with-current-buffer.
15977
15978 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15979
15980         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15981         also under 80 char limit, and call gnus-error if needed.
15982         (spam-fetch-article-header): Fix - it was a
15983         buffer-local variable (gnus-newsgroup-data).
15984         (spam-find-spam): Use spam-generate-fake-headers, forget about
15985         spam-insert-fake-headers.
15986         (spam-insert-fake-headers): Remove.
15987
15988 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15989
15990         * deuglify.el (gnus-article-outlook-unwrap-lines)
15991         (gnus-outlook-rearrange-article)
15992         (gnus-outlook-repair-attribution-outlook)
15993         (gnus-outlook-repair-attribution-block)
15994         (gnus-outlook-repair-attribution-other): Remove redundant
15995         save-excursion.
15996
15997 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15998
15999         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16000         (spam-fetch-field-subject-fast)
16001         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16002         (spam-fetch-article-header): Add functions to deal with Gnus
16003         internals for fast retrieval of article header data.
16004         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16005
16006 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16007
16008         * pop3.el (pop3-md5): Remove.
16009         (pop3-apop): Replace pop3-md5 with md5.
16010
16011         * mm-bodies.el: base64 is always built-in.
16012
16013         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16014         with-current-buffer.
16015
16016 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * canlock.el (canlock-insert-header): Remove excessive grouping in
16019         regexp.
16020
16021         * gnus-sum.el (gnus-summary-read-document): Ditto.
16022
16023         * gnus-uu.el (gnus-uu-part-number): Ditto.
16024
16025         * html2text.el (html2text-remove-tags): Ditto.
16026         (html2text-format-tags): Ditto.
16027         (html2text-format-single-elements): Ditto.
16028
16029         * mml.el (mml-parse-1): Ditto.
16030
16031 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16032
16033         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16034
16035         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16036
16037         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16038
16039         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16040
16041 2003-11-15  Simon Josefsson  <jas@extundo.com>
16042
16043         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16044         (pgg-gpg-lookup-key): Use regexp match instead of
16045         split-string (split-string is different between emacs 21.2 and
16046         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16047
16048 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16049
16050         * gnus-art.el (gnus-mime-view-all-parts)
16051         (gnus-article-part-wrapper, gnus-article-view-part): Use
16052         with-current-buffer.
16053
16054 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16055
16056         * spam.el (spam-disable-spam-split-during-ham-respool)
16057         (spam-spamoracle-database, spam-cache-lookups)
16058         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16059         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16060         (spam-group-ham-marks, spam-group-spam-marks)
16061         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16062         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16063         also add spam-use-blackholes to the statistical checks.
16064         (spam-fetch-field-fast): Add interface to fetching fields, may
16065         become a macro.
16066         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16067         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16068         (spam-insert-fake-headers): Fake an article when needed.
16069         (spam-find-spam): Fake article when possible.
16070         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16071         (spam-check-bogofilter-headers): Use message-fetch-field instead
16072         of nnmail-fetch-field.
16073
16074 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16075
16076         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16077
16078 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16079
16080         * spam.el (spam-split): Do not require spam-use-CHECK to be
16081         enabled if that check is passed to spam-split explicitly; also
16082         fix so 'spam doesn't get converted to spam-split-group when
16083         spam-split-symbolic-return is t.
16084         (spam-find-spam): Find registrations of the article and use those
16085         instead of re-running spam-split to find the spam/ham
16086         classification of the article.
16087         (spam-log-processing-to-registry, spam-log-registered-p)
16088         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16089         Use gnus-error instead of gnus-message.
16090         (spam-log-registration-type): Add function to determine the
16091         classification of a message based on registry entries; will
16092         return nil if both 'spam and 'ham are found.
16093         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16094         a reasonably fast local cache without the loading errors.
16095         (spam-cache-lookups): Set to t by default.
16096         (spam-find-spam): Don't try to guess spam-cache-lookups.
16097         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16098         spam-caches entry.
16099         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16100         caching of whitelist/blacklist entries.
16101         (spam-check-whitelist, spam-check-blacklist): Invoke
16102         spam-from-listed-p with a type, not a cache variable.
16103         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16104
16105 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16106
16107         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16108
16109         * nnmail.el (nnmail-split-fancy): do.
16110
16111         * mml.el (mml-parse): do.
16112
16113         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16114         (gnus-score-adaptive): do.
16115
16116 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16119         (gnus-mime-button-map): Don't set keymap parent.
16120         (gnus-button-ctan-directory-regexp): Use shy grouping.
16121         (gnus-prev-page-map): Don't set keymap parent.
16122         (gnus-prev-page-map): Remove duplicated one.
16123         (gnus-next-page-map): Don't set keymap parent.
16124         (gnus-mime-security-button-map): Ditto.
16125
16126         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16127         version number.
16128
16129         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16130
16131 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * canlock.el (canlock-sha1-function): Remove.
16134         (canlock-sha1-function-for-verify): Remove.
16135         (canlock-openssl-program): Remove.
16136         (canlock-openssl-args): Remove.
16137         (canlock-ignore-errors): Remove.
16138         (canlock-sha1-with-openssl): Remove.
16139         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16140         (canlock-verify): Don't use canlock-ignore-errors.
16141
16142         * sha1-el.el (sha1-string-external): Make it can return a string
16143         in binary form.
16144         (sha1-region-external): Ditto.
16145         (sha1-string-internal): Ditto.
16146         (sha1-region-internal): Ditto.
16147         (sha1-region): Ditto.
16148         (sha1-string): Ditto.
16149         (sha1): Ditto.
16150
16151 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16152
16153         * spam.el (spam-report-articles-gmane): New command.
16154
16155 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16158
16159         * run-at-time.el (run-at-time-saved): Remove.
16160         (run-at-time): Doc fix.
16161
16162 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16163
16164         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16165         (gnus-summary-limit-map): Add it.
16166         (gnus-summary-make-menu-bar): do.
16167
16168 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16169
16170         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16171         Make attempt at some caching support (done for BBDB only now).
16172         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16173         addresses to be checked.
16174         (spam-clear-cache-BBDB): Add function, to be invoked by
16175         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16176         (spam-check-BBDB): Check and use the caches, if
16177         spam-cache-lookups is on, remove superfluous (provide).
16178
16179 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16180
16181         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16182
16183 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16184
16185         * run-at-time.el (run-at-time-saved): Move to after the definition
16186         of `run-at-time'.
16187
16188         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16189
16190 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16193         mm-w3m-local-map-property.
16194
16195         * mm-view.el (mm-w3m-mode-map): Remove.
16196         (mm-w3m-local-map-property): Remove.
16197         (mm-inline-text-html-render-with-w3m): Don't use
16198         mm-w3m-local-map-property.
16199
16200 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16201
16202         * run-at-time.el: New file.
16203
16204         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16205         under Emacs.
16206
16207         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16208         of gnus-set-text-properties.
16209
16210         * gnus-uu.el (gnus-uu-save-article): Ditto.
16211
16212         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16213
16214         * gnus-cite.el (gnus-cite-parse): Ditto.
16215
16216         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16217         of gnus-.
16218
16219         * gnus-xmas.el (run-at-time): Require run-at-time.
16220
16221         * gnus.el: Changed calls to nnheader-run-at-time and
16222         password-run-at-time throughout to use run-at-time directly.
16223
16224         * password.el: Removed definition of run-at-time.
16225
16226         * nnheaderxm.el: Remove definition of run-at-time.
16227
16228 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16229
16230         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16231         in prompt.
16232
16233 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16234
16235         * messagexmas.el (message-xmas-redefine): Alias
16236         `message-make-caesar-translation-table' to
16237         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16238         version.
16239
16240         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16241         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16242         `gnus-xmas-set-text-properties'.
16243         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16244         `gnus-xmas-completing-read'.
16245         (gnus-xmas-completing-read): Removed.
16246         (gnus-xmas-open-network-stream): Removed.
16247
16248         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16249         XEmacs version.
16250
16251         * dns.el (dns-make-network-process): Use `open-network-stream'
16252         instead of `gnus-xmas-open-network-stream'.
16253
16254         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16255
16256         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16257
16258 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16259
16260         * gnus-art.el (gnus-mime-display-alternative)
16261         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16262         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16263         Don't use gnus-local-map-property.
16264
16265         * gnus-util.el (gnus-local-map-property): Remove.
16266
16267         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16268         gnus-completing-read-maybe-default with completing-read.
16269
16270         * gnus-util.el (gnus-completing-read): do.
16271         (gnus-completing-read-maybe-default): Remove.
16272
16273 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16274
16275         * password.el: Only autoload `run-at-time' if not XEmacs.
16276         Only autoload the itimer functions if XEmacs.
16277
16278 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16281         XEmacsen.
16282
16283         * dgnushack.el: Autoload executable-find for XEmacs.
16284
16285 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16286
16287         * gnus-art.el (gnus-read-string): Remove.
16288         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16289         read-string.
16290
16291 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16292
16293         * netrc.el: Autoload password-read.
16294         (netrc): Add configuration group.
16295         (netrc-encoding-method, netrc-openssl-path): Add
16296         variables for encoding and decoding of files with symmetric
16297         ciphers.
16298         (netrc-encode): Add assistant function to encode a file with
16299         netrc-encoding-method.
16300         (netrc-parse): Add interactive parameter, added optional
16301         decoding if netrc-encoding-method is non-nil but otherwise
16302         behavior is standard.
16303         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16304         Do s/encode/encrypt/ everywhere.
16305
16306         * spam.el: Remove executable-find autoload.
16307
16308 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16309
16310         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16311
16312         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16313
16314 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16315
16316         * gnus-art.el (gnus-treat-ansi-sequences)
16317         (article-treat-ansi-sequences): New variable and function.
16318         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16319
16320         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16321         Use it.
16322
16323 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16324
16325         * mm-util.el (mm-quote-arg): Remove.
16326
16327         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16328         shell-quote-argument.
16329
16330         * gnus-uu.el (gnus-uu-command): do.
16331
16332         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16333
16334         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16335         with make-char.
16336
16337         * mm-util.el (mm-make-char): Remove.
16338
16339         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16340         add-minor-mode.
16341
16342         * gnus-undo.el (gnus-undo-mode): do.
16343
16344         * gnus-topic.el (gnus-topic-mode): do.
16345
16346         * gnus-sum.el (gnus-dead-summary-mode): do.
16347
16348         * gnus-start.el (gnus-slave-mode): do.
16349
16350         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16351
16352         * gnus-ml.el (gnus-mailing-list-mode): do.
16353
16354         * gnus-gl.el (gnus-grouplens-mode): do.
16355
16356         * gnus-draft.el (gnus-draft-mode): do.
16357
16358         * gnus-dired.el (gnus-dired-mode): do.
16359
16360         * gnus-ems.el (gnus-add-minor-mode): Remove.
16361
16362         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16363         Replace gnus-char-width with char-width.
16364
16365         * gnus-ems.el (gnus-char-width): Remove.
16366
16367         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16368         Replace gnus-char-width with char-width.
16369
16370         * gnus-ems.el (gnus-char-width): Remove.
16371
16372         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16373         definition.
16374         Remove Emacs 20 hash table compatibility code.
16375
16376         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16377         20 compatibility code.
16378
16379         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16380
16381         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16382
16383         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16384         with point-at-{eol,bol}.
16385
16386         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16387
16388         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16389
16390         * flow-fill.el (fill-flowed-point-at-bol)
16391         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16392
16393         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16394         Replace with point-at-{eol,bol} throughout all files.
16395
16396 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * ntlm.el (ntlm-string-as-unibyte): New macro.
16399         (ntlm-build-auth-response): Use it.
16400
16401         Remove Emacs 20 stuff:
16402         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16403         (butlast, mapc, remove): Remove the compiler macros.
16404         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16405         of delq and copy-sequence.
16406         * gnus-art.el (popup-menu): Remove the compiler macro.
16407         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16408         Emacs 20.
16409
16410 2004-01-05  Simon Josefsson  <jas@extundo.com>
16411
16412         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16413         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16414         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16415         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16416         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16417         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16418         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16419         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16420         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16421         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16422         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16423         string-xor into ntlm-string-xor.  Suggested by
16424         Jesper Harder <harder@myrealbox.com>.
16425
16426         * ntlm.el: Don't include poem.
16427
16428         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16429         Jesper Harder <harder@myrealbox.com>.
16430
16431         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16432
16433         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16434         probably breaks emacs with DL patch, but do we care? Is anyone
16435         still using the DL stuff?)
16436
16437         * sieve-manage.el: Use the password package.
16438         (sieve-manage-read-passwd): Remove.
16439         (sieve-manage-interactive-login): Use password.  Re-add
16440         condition-case around loop.
16441
16442         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16443         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16444         the password package.
16445
16446 2003-02-19  Simon Josefsson  <jas@extundo.com>
16447
16448         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16449         token.
16450
16451 2002-08-07  Simon Josefsson  <jas@extundo.com>
16452
16453         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16454         (sieve-manage-authenticators):
16455         (sieve-manage-authenticator-alist): Add some SASL mechs.
16456         (sieve-sasl-auth): New function.
16457         (sieve-manage-cram-md5-auth):
16458         (sieve-manage-plain-auth): Rewrite using SASL library.
16459         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16460         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16461         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16462         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16463
16464 2004-01-05  Simon Josefsson  <jas@extundo.com>
16465
16466         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16467         New files.
16468
16469 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16470
16471         * gnus-group.el (gnus-no-groups-message): Update.
16472
16473         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16474
16475 2003-11-09  Simon Josefsson  <jas@extundo.com>
16476
16477         * imap.el: Support for ID IMAP extension (RFC 2971).
16478         (imap-local-variables): Add imap-id.
16479         (imap-id): New variable.
16480         (imap-id): New function.
16481         (imap-parse-response): Parse untagged ID response.
16482         * nnimap.el (nnimap-id): New variable.
16483         (nnimap-open-connection): Use it.
16484
16485 2003-12-28  Simon Josefsson  <jas@extundo.com>
16486
16487         * gnus-score.el (gnus-score-edit-all-score): New.
16488         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16489
16490 2004-01-04  Simon Josefsson  <jas@extundo.com>
16491
16492         * password.el: Add.
16493
16494 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16495
16496         * dns.el (dns-query-types): Fix typo.
16497         (dns-query-types): New function.
16498         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16499         PTR and SOA replies, see RFC 1035.
16500
16501 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16502
16503         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16504
16505         * Moved to Changelog.2.
16506
16507 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16508
16509         * gnus.el (gnus-version-number): Bump version.
16510
16511 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16512
16513         * gnus.el: No Gnus v0.1 is released.
16514
16515 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16516
16517         * gnus.el: No Gnus v0.0 is released.
16518
16519 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16520
16521         * gnus.el (gnus-version-number): Bump.
16522         (gnus-version): No.
16523
16524 See ChangeLog.2 for earlier changes.
16525
16526     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16527       Free Software Foundation, Inc.
16528
16529   This file is part of GNU Emacs.
16530
16531   GNU Emacs is free software: you can redistribute it and/or modify
16532   it under the terms of the GNU General Public License as published by
16533   the Free Software Foundation, either version 3 of the License, or
16534   (at your option) any later version.
16535
16536   GNU Emacs is distributed in the hope that it will be useful,
16537   but WITHOUT ANY WARRANTY; without even the implied warranty of
16538   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16539   GNU General Public License for more details.
16540
16541   You should have received a copy of the GNU General Public License
16542   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16543
16544 ;; Local Variables:
16545 ;; coding: utf-8
16546 ;; fill-column: 79
16547 ;; add-log-time-zone-rule: t
16548 ;; End: