Speed up date-to-time.
[gnus] / lisp / ChangeLog
1 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2
3         * time-date.el (date-to-time): Try using parse-time-string first before
4         using the slower timezone-make-date-arpa-standard.
5
6 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9         immediate, then expire all articles.
10         (nnimap-update-info): Fix off-by-one errors.
11         (nnimap-flags-to-marks): Would return no marks lists for group with no
12         flags.  Instead return the other data.
13
14 2010-09-22  Julien Danjou  <julien@danjou.info>
15
16         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
17         Only return an icon.
18         (gnus-group-insert-group-line): Compute icon to return.
19
20         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
21         variable.
22         (gnus-html-image-fetched): Only cache if
23         gnus-html-image-automatic-caching is set.
24         (gnus-html-image-fetched): Check for errors.
25
26 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
29         once per method on `g'.  This ensures that backends like nnfolder don't
30         open all their folders.
31
32         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
33         (nnimap-request-list): Nix out group in the correct buffer.
34         (nnimap-parse-flags): Implement by using `read' instead of
35         hand-parsing.
36         (nnimap-flags-to-marks): Pass on permanent-flags.
37         (nnimap-make-process-buffer): Record the server name.
38         (nnimap-parse-flags): Fix typo.
39         (nnimap-request-scan): Run split on the server in general, not just a
40         single group.
41
42         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
43         parameter, and propagate this downwards.
44
45         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
46         since EXAMINE changes it on the server.
47
48         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
49         this command might take a while.
50
51 2010-09-22  Julien Danjou  <julien@danjou.info>
52
53         * gnus-html.el (gnus-html-rescale-image): Use window-inside-pixel-edges
54         rather than window-pixel-edges.
55         (gnus-html-put-image): Stop using markers. They are harmful if you have
56         2 images side-by-side, they can't be properly update on text deletion.
57         Using text-property is safer here.
58         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
59         data.
60
61 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * nnimap.el (nnimap-expunge-inbox): Removed.
64         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
65         (nnimap-expunge): Flip default to t.
66
67         * gnus.el (gnus-method-to-server): Don't push things to the cache
68         unless it's unique.
69         (gnus-server-to-method): Ditto.
70
71 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
72
73         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
74
75 2010-09-22  Julien Danjou  <julien@danjou.info>
76
77         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
78         get the start of data.
79         (gnus-html-encode-url): Add this function to encode special chars in
80         URL.
81         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
82         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
83
84         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
85         default.
86         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
87
88         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
89         images alt-text.
90         (gnus-html-put-image): Put alt-text as help-echo.
91
92 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
95         * mm-util.el (mm-decompress-buffer)
96         * nnir.el (nnir-run-find-grep)
97         * pop3.el (pop3-list): Use 3rd arg of split-string.
98
99         * time-date.el (format-seconds): Comment fix.
100
101         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
102         and byte-optimize-form-code-walker.
103         (dgnushack-make-auto-load): Don't advise make-autoload.
104
105         * lpath.el: Remove Emacs 21 stuff.
106
107 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
110         outside the active range.  Suggested by Dan Christensen.
111
112         * gnus-start.el (gnus-get-unread-articles): Get the extended method
113         slightly later to avoid double-getting it.
114
115         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
116         previous patch.
117
118         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
119
120 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
121
122         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
123
124 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * gnus-int.el (gnus-open-server): Give a better error message in the
127         "go offline" case.
128
129         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
130         marks for nnimap, which is seldom the right thing to do.
131
132         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
133         (gnus-same-method-different-name): New function.
134
135         * nnimap.el (parse-time): Require.
136
137         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
138         method in the presence of many similar methods.
139
140         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
141
142         * nnimap.el (nnimap-find-expired-articles): Don't refer to
143         nnml-inhibit-expiry.
144
145         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
146         find out whether methods are equal.
147
148         * nnimap.el (nnimap-find-expired-articles): New function.
149         (nnimap-process-expiry-targets): New function.
150         (nnimap-request-move-article): Request the article before looking at
151         what the Message-ID is.  Fix found by Andrew Cohen.
152         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
153
154         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
155         for oldness in addition to being a predicate.
156
157         * nnimap.el (nnimap-request-group): When we have zero articles, return
158         the right data to Gnus.
159         (nnimap-request-expire-articles): Only delete articles immediately if
160         the target is 'delete.
161
162         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
163         method, this would bug out.
164
165         * gnus-group.el (gnus-group-expunge-group): Renamed from
166         gnus-group-nnimap-expunge, and implemented as a normal interface
167         function.
168
169         * gnus-int.el (gnus-request-expunge-group): New function.
170
171         * nnimap.el (nnimap-request-create-group): Implement.
172         (nnimap-request-expunge-group): New function.
173
174 2010-09-21  Julien Danjou  <julien@danjou.info>
175
176         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
177         (gnus-html-cache-expired): Add new function.
178         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
179         wethever we should display image for fetch it.
180         Compute alt-text earlier to pass it to the fetching function too.
181         (gnus-html-schedule-image-fetching): Change function argument to only
182         get one image at a time, not a list.
183         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
184         cache.
185         (gnus-html-get-image-data): New function to retrieve image data from
186         cache.
187         (gnus-html-put-image): Change buffer argument to use image data rather
188         than file, and place image above region rather than inserting a new
189         one. Do not take alt-text as argument, since it's useless now: we place
190         the image above alt-text.
191         (gnus-html-prune-cache): Remove.
192         (gnus-html-show-images): Start to fetch image when we find one, do not
193         push into a temporary list.
194         (gnus-html-prefetch-images): Only fetch image if they have expired.
195         (gnus-html-browse-image): Fix, use 'gnus-image-url.
196         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
197
198 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
201
202 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
205         spec inser "*" if the group isn't active instead of 0.
206
207         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
208         opening the server.
209         (nnimap-request-delete-group): Implement group deletion.
210         (nnimap-transform-headers): Return the size of the entire message in
211         the Bytes header, not just the size of the first part.
212         (nnimap-request-move-article): When moving an article from nnimap,
213         request the article first so the accepting form has an article to
214         accept.  Reported by Dan Christensen.
215         (nnimap-command): Make sure that the error message doesn't error out.
216
217 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
218
219         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
220         we haven't requested anything.
221
222 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223
224         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
225         "".  Fix found by Andrew Cohen.
226
227         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
228         instead of -encode-string.
229
230 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
233
234         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
235         by mm-subst-char-in-string.
236
237 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
240         waiting for the connection string.
241
242         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
243         arriving.
244
245         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
246         bogus characters.  This allows selecting certain Gmail groups.
247
248         * nnimap.el (nnimap-find-wanted-parts-1): New function.
249         (nnimap-fetch-partial-articles): New variable.
250         (nnimap-open-connection): When looking for credentials, also use the
251         nnimap-server-port.
252         (nnimap-request-article): Return the group/article number, so that Gnus
253         `^' works as expected.
254         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
255         them.
256
257         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
258         comments.
259         (gnus-methods-sloppily-equal): New function.
260         (gnus): When using the development version of Gnus, load the gnus-load
261         file.
262
263         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
264         `gnus-open-server' on each method before trying to scan them etc.  This
265         ensures that all the backend parameters are set correctly.
266
267         * nnimap.el (nnimap-authenticator): New variable.
268         (nnimap-open-connection): Allow anonymous login.
269         (nnimap-transform-headers): The chars header is called Chars not
270         Bytes.
271         (nnimap-wait-for-response): Don't infloop if the IMAP connection
272         drops.
273
274         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
275         patch, found by Knut Anders Hatlen.
276
277 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
278
279         * gnus-agent.el (gnus-agent-batch-confirmation)
280         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
281         to gnus-message.
282         * gnus-art.el (gnus-article-describe-briefly): Likewise.
283         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
284         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
285         * gnus-int.el (gnus-open-server): Likewise.
286         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
287         (gnus-score-check-syntax): Likewise.
288         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
289         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
290         Likewise.
291         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
292
293 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
296         calling conventions so that prefetch doesn't bug out.
297
298 2010-09-19  Julien Danjou  <julien@danjou.info>
299
300         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
301         rather than `subst-char-in-region' in order to be able to replace ASCII
302         char by UTF-8 ones.
303
304         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
305         than curl.
306         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
307         the right URL and ALT text on images.
308         (gnus-html-wash-tags): Fix tag case.
309         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
310         (gnus-article-html): Add -o display_ins_del=2 option.
311         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
312
313 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
316         the extra mail headers, which sometimes seem to happen for unknown
317         reasons.
318
319         * mail-parse.el (mail-header-encode-parameter): Define as
320         rfc2045-encode-string instead of as rfc2231-encode-string, since some
321         (or most, perhaps?) mail readers don't understand the latter, but do
322         understand the former.
323
324         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
325         to nil, so that no methods are automatically agentized.  I think this
326         is probably what most users want.
327
328         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
329         from url-retrieve, for instance about invalid URLs.
330
331         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
332         groups that have no articles.
333         (nnimap-request-article): Check that we really got an article when we
334         requested one.
335
336         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
337         doesn't exist.
338
339         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
340         nntp buffer so the agent can save it.
341         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
342         that CRLF doesn't get translated to \n.
343         (nnimap-open-connection): Don't make 'shell commands only send \n.
344
345 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
346
347         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
348         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
349         Update var name.
350         (nnml-generate-nov-file): Use dolist.
351         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
352         Use with-current-buffer.
353
354 2010-09-18  Julien Danjou  <julien@danjou.info>
355
356         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
357         parallel.
358
359 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * nnimap.el (nnimap-update-info): When doing partial marks update, get
362         the range update right.
363         (nnimap-request-group): Don't make `M-g' bug out on group with no
364         marks.
365         (nnoo): Required, so that other packages can require nnimap.
366         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
367         command we're looking for.  This helps when the server sends more
368         responses after we've gotten everything we expected.
369         (nnimap): Add a `newlinep' field to keep track of end-of-line
370         conventions.
371         Don't send CRLF to things that don't want it.
372         (nnimap-request-accept-article): Ditto.
373
374 2010-09-18  Julien Danjou  <julien@danjou.info>
375
376         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
377         than curl to retrieve images.
378
379 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * nnimap.el (nnimap-update-info): Extend the info so that we can set
382         the marks.
383         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
384         (nnimap-wait-for-connection): New function.
385         (nnimap-open-connection): If we have PREAUTH, don't query for login
386         credentials.
387         (nnimap-update-info): Fix off-by-one error when concatenating ranges
388         when doing a partial update.
389
390 2010-09-18  Julien Danjou  <julien@danjou.info>
391
392         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
393         tags.
394
395 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * nnimap.el (nnimap-credentials): New function.
398         (nnimap-open-connection): Use the new function to look for credentials
399         also on the numeric equivalents of "imap" and "imaps".
400
401         * gnus-start.el (gnus-activate-group): Send the info to
402         gnus-request-group.
403
404         * nnimap.el (nnimap-request-group): Have the "check" version of the
405         function parse flags and update the info, so that a `M-g' get a total
406         resync of all flags from the group.
407
408         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
409         to allow backends to alter the info on group selection.  Also alter all
410         the backend -request-group functions to take the parameter.
411
412         * nnimap.el (nnimap-store-info): New function.
413         (nnimap-update-info): Store the info for later usage.
414         (nnimap-request-group): Use the stored info for the dont-check case, so
415         that we don't retrieve all marks when we enter a group.
416
417         * nnimap.el: Use deffoo instead of defun for interface functions.
418
419         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
420         update the group info.  This makes the nndraft groups, for instance, go
421         back to their old behaviour.
422
423         * gnus-sum.el (gnus-select-newsgroup): Indent.
424
425         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
426         in.
427         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
428         nothing.
429
430         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
431         from methods that are denied.
432
433         * gnus-int.el (gnus-method-denied-p): New function.
434
435         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
436         store the password instead of netrc.
437         (nnimap-open-connection): Don't error out when we can't make a
438         connections.
439
440         * auth-source.el (auth-source-create): In the password prompt, say what
441         we're querying for.  Also prompt for user name if that hasn't been
442         given.
443
444         * nnimap.el (nnimap-with-process-buffer): Removed.
445
446 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
449         method when we're reading from the agent.
450
451         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
452
453         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
454         that's probably most useful for users.
455
456         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
457         "failed" all the time.
458
459         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
460         ...)) with (with-current-buffer ... ).
461
462         * nntp.el (nntp-open-server): Return whether the open was successful or
463         not.
464
465         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
466         select an unread unseen article first.
467
468         * nnimap.el (nnimap-open-connection): If the user doesn't have a
469         /etc/services, supply some sensible port defaults.
470
471         * dgnushack.el: Define netrc-credentials.
472
473 2010-09-17  Julien Danjou  <julien@danjou.info>
474
475         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
476
477 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
478
479         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
480         doesn't have any parameters.
481
482 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
485         only upcased checks.
486
487         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
488
489         * nnimap.el (nnimap-open-shell-stream): New function.
490         (nnimap-open-connection): Use it.
491         (nnimap-transform-headers): Get the number of lines in each message.
492         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
493         number of lines.
494         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
495         problem.
496
497         * utf7.el (utf7-encode): Autoload.
498
499         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
500         to allow the mail splitting to not return a default group.  This is
501         useful for nnimap, which will leave unmatched mail in the inbox.
502
503         * nnimap.el: Rewritten.
504
505         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
506         nnimap usage.
507
508         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
509         if the move is internal, so that nnimap can do fast internal moves.
510
511         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
512         data.
513         (gnus-read-active-for-groups): Support finishing the early retrieval of
514         data.
515
516         * gnus-range.el (gnus-range-nconcat): New function.
517
518         * gnus-int.el (gnus-finish-retrieve-group-infos)
519         (gnus-retrieve-group-data-early): New functions.
520
521 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
522
523         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
524         (nnrss-retrieve-groups):
525         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
526         (pop3-quit): Use with-current-buffer.
527
528 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
531         instead of nnheader-accept-process-output.
532
533         * dgnushack.el (dgnushack-compile): Add comment.
534
535         * lpath.el: No need to fbind propertize for XEmacs 21.4.
536
537         * gnus-html.el (gnus-html-schedule-image-fetching)
538         (gnus-html-prefetch-images): Replace process-kill-without-query by
539         gnus-set-process-query-on-exit-flag.
540
541 2010-09-16  Romain Francoise  <romain@orebokech.com>
542
543         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
544
545 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * gnus-registry.el (gnus-registry-install-shortcuts): The second
548         parameter to unintern is mandatory-ish in Emacs 24.
549
550         * gnus-html.el (gnus-html-schedule-image-fetching)
551         (gnus-html-prefetch-images): Check for curl before using it.
552
553         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
554         depend on curl, which isn't essential.
555
556         * imap.el: Revert back to version
557         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
558         seem problematic.
559
560 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
561
562         * gnus-registry.el (gnus-registry-install-shortcuts):
563         Explicitly pass `obarray' to `unintern' to avoid a warning.
564
565 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
568         change.
569
570         * nnrss.el (nnrss-request-list): Removed this function and related
571         functions, including the moreover stuff.
572
573 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * nnrss.el (nnrss-retrieve-groups): New function.
576
577 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
578
579         * .dir-locals.el: Add no-byte-compile cookie.
580
581 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         * time-date.el (format-seconds): Comment fix.
584
585         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
586         for back end that doesn't support request-scan.
587
588 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
591         then do request scans from the backends.
592
593         * netrc.el (netrc-credentials): New conveniency function.
594
595         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
596         avoid running a hook per line, since this takes a lot of time,
597         profiling shows.
598         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
599         directly if gnus-visual-p is true.
600
601 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
604         groups; replace mapcar with dolist which is a bit faster; pass groups
605         info to gnus-read-active-file-1.
606         (gnus-read-active-file-1): Scan only specified groups if the new
607         optional arg `infos' is given.
608
609 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
612
613         * pop3.el (pop3-movemail): Removed.
614         (pop3-streaming-movemail): Renamed to pop3-movemail.
615
616         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
617         don't restrict end-tag searches to the end of the line.
618
619 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
622         articles of every unchecked group to t, which means unknown since the
623         server has never been opened.
624
625 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * gnus-html.el (gnus-html-show-alt-text): New command.
628         (gnus-html-browse-image): Ditto.
629         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
630         to browse the image directly.
631         (gnus-html-wash-tags): Search for images first, so that <a><img> works
632         better.
633
634         * gnus-async.el (gnus-async-article-callback): Call
635         `gnus-html-prefetch-images' unconditionally.
636
637         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
638         before feeding URLs to curl.
639
640 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
643         internal images as deletable by `W D D'.
644
645         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
646         (gnus-async-article-callback): Fix typo.
647
648 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
651         current line to work around bugs in the output from w3m.
652
653         * gnus-async.el (gnus-async-article-callback): Always prefetch images
654         for groups that want that.
655
656         * nntp.el (nntp-wait-for-string): Supply a timeout for
657         accept-process-output to ensure progress.
658
659         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
660         level to get unread articles from, then use that for foreign groups,
661         too.
662
663         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
664         confuses the rest of the function.
665
666         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
667         for the methods that support -retrieve-groups, too.
668
669         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
670
671 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
674         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
675
676         * pop3.el: Require cl when compiling.
677         (pop3-number-of-responses): Search for "+OK", not "+OK ".
678
679 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680
681         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
682         that aren't going to be activated.
683         (gnus-get-unread-articles): Fix up the last commit.
684
685         * gnus-html.el (gnus-article-html): Allow calling without specifying
686         the handle.  In that case, dissect the buffer first.
687
688         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
689
690         * nnimap.el (nnimap-open-connection): Revert the change that would look
691         into authinfo for imaps instead of imap.
692
693         * gnus-start.el (gnus-activate-group): Take an optional parameter to
694         say that you don't want to call gnus-request-group with don-check, but
695         do check the reponse.  This is for virtual groups only.
696         (gnus-get-unread-articles): Count the archive groups as secondary, so
697         that they're activated the same way as before.
698
699         * imap.el (imap-message-map): Removed optional buffer parameter, since
700         no callers use it.
701         (imap-message-get): Ditto.
702         (imap-message-put): Ditto.
703         (imap-mailbox-map): Ditto.
704         (imap-mailbox-put): Ditto.
705         (imap-mailbox-get): Ditto.
706         (imap-mailbox-get): Revert last change for this function.
707
708         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
709         case-insensitively.
710         (nnimap-debug): Removed.
711
712         * imap.el (imap-fetch-safe): Removed function, and altered all callers
713         to use `imap-fetch' instead.  According to the comments, this should be
714         safe, since all other IMAP clients use the 1:* syntax.
715         (imap-enable-exchange-bug-workaround): Removed.
716         (imap-debug): Removed -- doesn't seem very useful.
717
718         * mail-source.el (mail-source-fetch): Don't message if we're fetching
719         mail from a file, and the file doesn't exist.
720
721         * imap.el (imap-log): New convenience function used throughout instead
722         of repeating the same code all over the place.
723
724         * pop3.el (pop3-streaming-movemail): Return t for success.
725
726         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
727         .authinfo if we're using ssl connection.
728
729         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
730         already have if we're in a main Gnus `g' run.
731
732         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
733
734 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
737
738         * nnmh.el (nnmh-request-list-1): Bind `file'.
739
740         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
741         alias to set-process-query-on-exit-flag or process-kill-without-query.
742         (pop3-open-server): Use it.
743
744 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * mail-source.el (mail-source-delete-crash-box): Always move the crash
747         box to the Incoming file.  Fixes mistake in previous checkin.
748
749         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
750         request loop (for debugging purposes) removed.
751
752         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
753         culprit is more visible.
754         (nnml-save-incremental-nov, nnml-open-incremental-nov)
755         (nnml-add-incremental-nov): New functions to do "incremental" nov
756         updates, where we just append to the end of the existing nov files
757         without reading/writing them in full.
758
759         * mail-source.el (mail-source-delete-crash-box): Really only check the
760         incoming files once in a while.
761
762         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
763
764         * mail-source.el (mail-source-delete-crash-box): Only check the
765         incoming files for deletion once per day to save a lot of file
766         accesses.
767
768         * pop3.el (pop3-logon): Fix up unbound variable typo.
769
770         * mail-source.el (pop3-streaming-movemail): Autoload.
771
772         * pop3.el (pop3-streaming-movemail): Respect
773         pop3-leave-mail-on-server.
774
775         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
776         retrieval.
777
778         * pop3.el (pop3-process-filter): Removed unused function.
779         (pop3-streaming-movemail, pop3-send-streaming-command)
780         (pop3-wait-for-messages, pop3-write-to-file)
781         (pop3-number-of-responses): New functions for streaming pop3
782         retrieval.
783
784         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
785         come from no known methods.
786         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
787         list.
788
789         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
790         message sizes.
791         (pop3-movemail): Use erase-buffer instead of looping and deleting
792         regions, which seems rather odd.
793
794         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
795         file once per `g' run.
796
797         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
798         directories.  This makes the draft queue directory work.
799
800         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
801         data from the backends, so that we only request the list of groups from
802         each method once.  This should speed things up considerably.
803
804         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
805         detect that it's not implemented.
806
807         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
808         we actually do recurse down into the tree, but don't stat all leaf
809         nodes.
810
811         * gnus-html.el (gnus-html-show-images): If there are no images to show,
812         then say so instead of bugging out.
813
814         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
815         files exist before trying to read them.
816
817         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
818         around <pre_int>.
819
820         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
821
822         * nnmh.el (nnmh-request-list-1): Optimize for speed.
823
824 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * mm-util.el (mm-image-load-path): Just return the image directories,
827         not all directories in the path in addition to the image directories.
828         (mm-image-load-path): Maintain a cache of the image directories so that
829         the `g' command in Gnus doesn't have to stat dozens of directories each
830         time.
831
832         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
833         (gnus-html-wash-tags): Add a new `i' command to insert images.
834         (gnus-html-insert-image): New command and keystroke.
835         (gnus-html-redisplay-with-images): New command and keystroke.
836         (gnus-html-show-images): Renamed command.
837         (gnus-html-wash-tags): Remove more white space before <pre_int> image
838         spacers.
839         (gnus-html-wash-tags): Decode entities at the end, so that entities
840         inside the tags don't mess up the rest of the "parsing".
841
842         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
843         so that nnimap methods aren't agentized by default.  There's apparently
844         many problems related to agent/imap behaviour.
845
846         * gnus-art.el (gnus-article-copy-string): New command and key binding.
847
848         * gnus-html.el: Doc fix.
849
850 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
853         specifier-spec-list for Emacs 21.
854
855         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
856         glyph-width and glyph-height instead of display-graphic-p and
857         image-size; make avoidance of displaying small images work for XEmacs.
858
859         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
860         for XEmacs.
861
862         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
863         of symbol that holds plist data.
864         (gnus-process-plist): Remove plist of process after getting it.
865
866 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * message.el (message-generate-hashcash): Change default to
869         'opportunistic if hashcash is installed.
870
871         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
872         (gnus-html-put-image): Only call image-size once, since it's somewhat
873         time-consuming on remote X servers.
874
875 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
878         type on data, not a file name.
879
880         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
881         window-pixel-edges for Emacs 21.
882
883         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
884         decoded contents.
885         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
886
887 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
890         group line format, since it isn't very interesting.
891
892         * gnus-agent.el (gnus-agent-short-article),
893         (gnus-agent-long-article): Increase values for these two variables,
894         since most people are likely to have more network connection and
895         storage than before.
896
897         * gnus.el (gnus-refer-article-method): Change default to 'current.
898         When referring an article, the common behaviour is to refer it from the
899         current select method, not the native select method.  The chances of
900         the native select method having the message in question is rather slim
901         these days.
902
903         * gnus-sum.el (gnus-auto-select-subject): Change default to
904         `unseen-or-unread'.  I think it's likely that most people want to
905         select an unseen article over a previously seen, but unread one.
906
907         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
908         means that in the article buffer none of the minor mode elements will
909         be shown, usually, and this is not desirable in most cases.
910
911         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
912         that commands like `d' (and the like) go to the next line in the
913         buffer, instead of the next unread article.  I think this is the
914         behaviour that is most natural for most users.
915         (gnus-single-article-buffer): Change default to nil, so that people can
916         have as many article buffers open as they have summary buffer.  I think
917         this is the most natural way for the groups to behave.
918
919         * message.el (message-generate-new-buffers): Change default to
920         `unsent', so that all new message buffers start their names with the
921         string "*unsent", and it's easier to find the buffers if you move from
922         them.
923
924 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
927         small.  They're probably tracking images.
928         (gnus-html-wash-tags): Remove all <pre_int> place holders.
929         (gnus-html-rescale-image): Yet another try at getting the image sizing
930         right.
931
932         * nntp.el (nntp-request-set-mark): Refuse to do marks if
933         nntp-marks-file-name is nil.
934
935 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
936
937         * gnus-html.el (gnus-html-wash-tags)
938         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
939         Better logging.
940
941 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
944
945         * gnus-html.el (gnus-html-wash-tags): Check the value of
946         gnus-blocked-images in the summary buffer.
947
948 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
949
950         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
951
952 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
955         like "a", it seems like.
956         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
957         since it needs to be picked from the correct buffer.
958
959         * nnwfm.el: Removed.
960
961         * nnlistserv.el: Removed.
962
963 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
964
965         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
966         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
967
968 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * nnkiboze.el: Removed.
971
972         * nndb.el: Removed.
973
974         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
975         alt text.
976         (gnus-html-rescale-image): Try to get the rescaling logic right for
977         images that are just wide and not tall.
978
979         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
980         overshadow variable bindings.
981
982 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
983
984         * gnus-html.el (gnus-html-wash-tags)
985         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
986         extra logging.
987
988 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
991         (gnus-max-image-proportion): New variable.
992         (gnus-html-rescale-image): New function.
993         (gnus-html-put-image): Rescale images.
994
995 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
996
997         Fix up some byte-compiler warnings.
998         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
999         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1000         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1001         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1002         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1003         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1004         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1005
1006 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus-html.el (gnus-article-html): Decode contents by charset.
1009
1010 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1013         (gnus-html-frame-width, gnus-blocked-images)
1014         * message.el (message-prune-recipient-rules): Add custom version.
1015         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1016
1017         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1018         functions.
1019
1020         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1021         gnus-process-get.
1022
1023 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1024
1025         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1026         instead of lsub directly.
1027
1028 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * nnwarchive.el: Removed.
1031
1032         * gnus-soup.el: Removed.
1033
1034         * nnsoup.el: Removed.
1035
1036         * nnultimate.el: Removed.
1037
1038         * gnus-html.el (gnus-blocked-images): New variable.
1039
1040         * message.el (message-prune-recipients): New function.
1041         (message-prune-recipient-rules): New variable.
1042
1043         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1044         guess whether a long line is natural text or not.
1045
1046         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1047         gnus-process-plist and friends for compatibility.
1048
1049 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1050
1051         * gnus-html.el: Require packages that define macros used in this file.
1052         (gnus-article-mouse-face): Declare to silence byte-compiler.
1053         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1054         process-get.
1055         (gnus-html-put-image): Use plist-get to avoid getf.
1056         (gnus-html-prefetch-images): Use with-current-buffer.
1057
1058 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * gnus-ems.el: Provide compatibility functions for
1061         gnus-set-process-plist.
1062
1063         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1064         header-line-format for XEmacs 21.4.
1065
1066         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1067         * gnus.el (gnus-valid-select-methods)
1068         * message.el (message-send-mail-partially-limit)
1069         * mm-decode.el (mm-text-html-renderer)
1070         * mml.el (mml-insert-mime-headers-always)
1071         * smiley.el (smiley-regexp-alist): Bump custom version.
1072
1073 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-html.el: require mm-url.
1076         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1077         with the url to `url'.
1078         (gnus-html-wash-tags): Support cid: URLs/images.
1079
1080 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1083         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1084         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1085
1086         * gnus-move.el: Removed file, since it doesn't really work.
1087
1088         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1089         UTF-8.  This seems to fix problems with some German web feeds.
1090
1091         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1092         at the top so that the proper colours are applied.
1093
1094         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1095         don't have dots in their names.
1096
1097         * gnus-art.el (gnus-article-view-part): Doc fix.
1098
1099         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1100         XEmacs-compatible.
1101         (gnus-html-put-image): Don't do images on non-graphic displays.
1102
1103         * nnslashdot.el: Removed this unused backend.
1104
1105         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1106         actions.
1107         (gnus-undo-register-1): Revert last change.
1108
1109         * gnus-group.el (gnus-group-completing-read): Protect against not
1110         having completion-styles bound.
1111
1112         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1113         make broken recipients happier.
1114
1115         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1116
1117         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1118         point parameter.
1119
1120         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1121
1122         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1123         completion-styles for group selection.
1124
1125 2009-02-04  Andreas Schwab  <schwab@suse.de>
1126
1127         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1128         headers and regexp-quote the match if necessary.
1129
1130 2009-03-24  Miles Bader  <miles@gnu.org>
1131
1132         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1133         the blinking smiley.
1134
1135 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1136
1137         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1138         blink smiley.
1139
1140 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1143         where the dribbel file lives exists.
1144
1145         * message.el (message-send-mail-partially-limit): Change the default to
1146         nil, since most people don't want this.
1147
1148         * mm-url.el (mm-url-decode-entities): Also decode entities like
1149         &#x3212.
1150
1151 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1152
1153         * gnus-sum.el (gnus-summary-idna-message):
1154         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1155         Hyperlink urls in docstrings with URL `...'.
1156
1157 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1158
1159         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1160         functions.
1161
1162 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1165         say what the mouseover text should be.
1166
1167         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1168         version of the mm-w3m-safe-url-regexp variable to only download images
1169         in the groups where we want that to happen.
1170
1171         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1172
1173         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1174         easier debugging.
1175         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1176         big pictures in the article buffer.
1177
1178         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1179         gnus-article-html.
1180         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1181         w3m.
1182
1183         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1184
1185 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1188         which doesn't exist.
1189
1190         * message.el (message-inhibit-ecomplete): New variable to allow some
1191         function to inhibit ecomplete address storage.
1192         (message-resend): Disable ecomplete message storage when resending
1193         messages.
1194
1195         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1196
1197 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1200         Save excursion while copying, moving, and deleting articles in order to
1201         prevent the cursor from jumping to unforeseen place.
1202
1203 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * lpath.el: No need to bind bookmark-current-buffer,
1206         bookmark-yank-point and bookmark-make-record-function.
1207
1208 2010-08-17  Glenn Morris  <rgm@gnu.org>
1209
1210         * gnus-sync.el: Require gnus components whose functions are used.
1211
1212         * gnus-art.el (bookmark-make-record-function):
1213         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1214         Declare for compiler.
1215
1216         * mm-url.el (mml-compute-boundary): Autoload.
1217
1218 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1221
1222 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1223
1224         Typo fix "hoo4a" -> "hook".
1225
1226         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1227
1228 2010-08-14  Glenn Morris  <rgm@gnu.org>
1229
1230         * gnus-sync.el (gnus-sync): Fix defgroup version.
1231
1232 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1233
1234         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1235
1236         * gnus-sync.el: Fix docs.
1237         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1238         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1239
1240 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1241
1242         Optimizations for gnus-sync.el.
1243
1244         * gnus-sync.el: Add docs about gnus-sync-backend
1245         possibilities.
1246         (gnus-sync-save): Remove unnecessary message.
1247         (gnus-sync-read): Optimize and show what groups were skipped.
1248
1249 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1250
1251         Minor bug fixes for gnus-sync.el.
1252
1253         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1254         read the sync on get-new-news.
1255
1256         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1257         quiet.
1258
1259         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1260
1261 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1262
1263         Make saving and restoring of hidden threads work with overlays.
1264         Patch applied by Ted Zlatanov.
1265
1266         * gnus-sum.el (gnus-hidden-threads-configuration)
1267         (gnus-restore-hidden-threads-configuration): Update to deal with text
1268         properties, rather than searching for a magic character.
1269
1270 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1271
1272         New gnus-sync.el library for synchronization of marks.
1273
1274         * gnus-sync.el: New library for synchronization of marks.
1275
1276         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1277         renamed from `gnus-registry-grep-in-list'.
1278
1279         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1280
1281         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1282
1283 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1286         determining charset of text fails.
1287
1288 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * nnmail.el (nnmail-get-new-mail-1): Revert.
1291
1292         * nnml.el (nnml-active-number): Make sure names of newly created groups
1293         in nnml-group-alist are encoded.
1294
1295 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1298         containing non-ASCII characters in active file for nnml back end.
1299
1300 2010-07-24  David Engster  <dengste@eml.cc>
1301
1302         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1303         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1304
1305 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1306
1307         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1308         tag (Bug#6654).
1309
1310 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1313         the article buffer, not the summary buffer.
1314
1315 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1318         Emacs 23 as well.
1319
1320 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1323         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1324
1325 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1326
1327         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1328         Patch applied by Karl Fogel.
1329
1330         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1331         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1332
1333 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1334
1335         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1336         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1337         C-w still not working correctly from Article buffers; Thierry's
1338         patch to fix that will be applied after this.
1339
1340         * gnus-art.el (bookmark-make-record-function): New local variable.
1341
1342         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1343         article buffer.
1344         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1345
1346 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1347
1348         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1349         on changes in bookmark.el.
1350
1351 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1354         `no-log' instead of message not to log prompt string.
1355
1356 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1357
1358         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1359         the *other* type of HTML form submission.
1360
1361 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1362
1363         * auth-source.el (auth-source-pick): If choice does not contain a
1364         questioned keyword, set the check to t.
1365
1366 2010-06-12  Romain Francoise  <romain@orebokech.com>
1367
1368         * gnus-util.el (gnus-date-get-time): Move up before first use.
1369
1370 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1373         (gnus-article-edit-part): Bind it to make last part that is substituted
1374         or deleted visible.
1375         (gnus-mime-display-single): Buttonize part of which id equals to
1376         gnus-mime-buttonized-part-id.
1377
1378 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1379
1380         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1381         (gnus-dd-mmm): Use gnus-date-get-time.
1382         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1383         simplify logic.
1384         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1385         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1386
1387 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1388
1389         * auth-source.el (top): Autoload `secrets-list-collections',
1390         `secrets-create-item', `secrets-delete-item'.
1391         (auth-sources): Fix tag string.
1392         (auth-get-source, auth-source-retrieve, auth-source-create)
1393         (auth-source-delete): New defuns.
1394         (auth-source-pick): Rewrite in order to avoid 2 passes.
1395         (auth-source-forget-user-or-password): New parameter USERNAME.
1396         (auth-source-user-or-password): New parameters CREATE-MISSING and
1397         DELETE-EXISTING.  Retrieve password interactively, if needed.
1398
1399 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1400
1401         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1402         deleting unused directories when gnus-expert-user is t.
1403
1404 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1405
1406         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1407         for each temp file when gnus-article-browse-delete-temp is ask.
1408
1409 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1410
1411         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1412         Lisp calls to delete-backward-char by calls to delete-char.
1413
1414 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1415
1416         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1417
1418 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1419
1420         * password-cache.el (password-cache-remove): Fix docstring.
1421
1422 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1425         article unless decoding article to be saved.
1426
1427 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1428
1429         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1430         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1431         generated within the mm-with-unibyte-current-buffer macro.
1432
1433 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1436         to nil when we're in a mml-preview buffer and no group is selected.
1437
1438 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1439
1440         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1441         when catching the `C-g'.  Reported by "Leo".
1442
1443 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * message.el (message-forward-make-body-plain)
1446         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1447         multibyte-string-p.
1448
1449         * lpath.el: Revert.
1450
1451 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * message.el (message-forward-make-body-mml): Assume original message
1454         is multibyte string; error on unibyte.
1455         (message-forward-make-body-plain): Ditto; don't add excessive newline
1456         in body end.
1457
1458         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1459
1460 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1461
1462         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1463         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1464
1465 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * mm-extern.el (mm-extern-url): Don't use
1468         mm-with-unibyte-current-buffer.
1469         (mm-extern-cache-contents): Use with-current-buffer instead of
1470         save-excursion + set-buffer.
1471
1472 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * mm-util.el (mm-emacs-mule): Remove.
1475
1476 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1477
1478         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1479         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1480         change.
1481
1482 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1485         bind the default value of enable-multibyte-characters to nil.
1486
1487 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * message.el (message-forward-make-body-plain)
1490         (message-forward-make-body-mml):
1491         Don't use mm-with-unibyte-current-buffer.
1492
1493 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1494
1495         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1496
1497 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1498
1499         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1500         (Bug#5592).
1501
1502 2010-05-07  Julien Danjou  <julien@danjou.info>
1503
1504         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1505         it to mm-pipe-part.
1506
1507         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1508         it is given.
1509
1510 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * binhex.el (binhex-decode-region-internal)
1513         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1514         (dns-query)
1515         * nnweb.el (nnweb-gmane-search)
1516         * pgg-parse.el (pgg-parse-armor)
1517         * pgg.el (pgg-verify-region)
1518         * sha1.el (sha1-string-external)
1519         * uudecode.el (uudecode-decode-region-internal)
1520         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1521         XEmacs.
1522
1523         * gnus-art.el (gnus-article-browse-html-parts)
1524         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1525         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1526         make-temp-file.
1527
1528         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1529         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1530         compiling.
1531
1532         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1533         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1534         XEmacs when compiling.
1535
1536         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1537         gnus-pick-mode-off-hook for XEmacs when compiling.
1538         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1539         gnus-binary-mode-off-hook for XEmacs when compiling.
1540
1541         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1542         nil if char-charset is not available.
1543
1544         * imap.el (imap-disable-multibyte)
1545         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1546         macros.
1547
1548         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1549         instead of encode-coding-string.
1550
1551         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1552         'xemacs) instead of mm-emacs-mule to switch function definitions.
1553         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1554
1555         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1556         bind temporary-file-directory for XEmacs;
1557         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1558         timer-set-function for XEmacs 21.4 and SXEmacs;
1559         bind timer-list for XEmacs 21.4 and SXEmacs;
1560         fbind char-charset and find-charset-region for non-Mule XEmacs;
1561         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1562         encode-coding-region and encode-coding-string for XEmacs having no
1563         file-coding feature.
1564
1565 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1566
1567         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1568
1569 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1572         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1573
1574 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1575
1576         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1577         alias `jka-compr-delete-temp-file' no longer exists.
1578
1579 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1580
1581         Use define-minor-mode in Gnus where applicable.
1582         * mml.el (mml-mode): Use define-minor-mode.
1583         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1584         (gnus-undo-mode): Use define-minor-mode.
1585         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1586         (gnus-dead-summary-mode): Use define-minor-mode.
1587         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1588         Initialize in declaration.
1589         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1590         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1591         (gnus-mailing-list-mode): Use define-minor-mode.
1592         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1593         (gnus-draft-mode): Use define-minor-mode.
1594         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1595         (gnus-dired-mode): Use define-minor-mode.
1596
1597 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1598
1599         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1600         handles on recursive mml-to-mime translation and check them for
1601         boundary delimiter collisions.  Reported by Greg Troxel.
1602
1603 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1606
1607 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1608
1609         * mm-util.el (mm-find-buffer-file-coding-system):
1610         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1611
1612 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1613
1614         * message.el (message-generate-headers): Record insertion of optional
1615         headers as well.  Otherwise the check to prevent repeated insertion of
1616         optional headers is a no-op.
1617
1618 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1619
1620         * smime.el: Don't mention CVS.
1621
1622         * nnrss.el (nnrss-fetch): Don't mention CVS.
1623
1624         * nnir.el: Don't mention CVS.
1625
1626 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1627
1628         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1629
1630 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * lpath.el: Fbind bookmark-default-handler,
1633         bookmark-get-bookmark-record, bookmark-make-record-default,
1634         bookmark-prop-get for Emacs <23 and XEmacs.
1635
1636 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1637
1638         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1639         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1640         Use with-current-buffer to silence the byte-compiler.
1641         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1642         bother to require `gnus'.
1643         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1644
1645 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1646
1647         * gnus-sum.el (gnus-summary-bookmark-make-record)
1648         (gnus-summary-bookmark-jump): New functions.
1649         (gnus-summary-mode): Setup bookmark support.
1650
1651 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1652
1653         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1654         if set.
1655
1656 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1659         gnus-article-browse-html-save-cid-image; make it work recursively for
1660         forwarded messages as well.
1661         (gnus-article-browse-html-parts): Work when prefix arg is given.
1662         (gnus-article-browse-html-article): Doc fix.
1663
1664 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1665
1666         * message.el (message-default-mail-headers):
1667         (message-default-headers): Carry the value mail-default-headers over
1668         into message-default-mail-headers, rather than message-default-headers.
1669
1670 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1671
1672         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1673         charset.
1674
1675         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1676         charset into the <meta> tag when the article is encoded to utf-8.
1677
1678 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1681         directories as well.
1682         (gnus-article-browse-html-parts): Work for images that do not specify
1683         file names; delete temp directory when quitting; insert header at the
1684         right place; use file: scheme for image files.
1685
1686 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1687
1688         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1689         (gnus-article-browse-html-parts): Use it to make temporary cid image
1690         files in addition to html file so that browser may display them.
1691
1692 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1695
1696 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1697
1698         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1699
1700 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1701
1702         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1703         about Secret Service API sources.  Improve Customize options.
1704         (auth-source-pick): Change to accept any number of search parameters.
1705         Implement fallbacks iteratively, not recursively.  Add scoring on the
1706         second pass and sort by score.  Call Secret Service API when needed.
1707         (auth-source-user-or-password): Use it.  Call Secret Service API
1708         directly when needed to get the user name and the password.
1709
1710 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1711
1712         * message.el (message-interactive): Doc fix.
1713         (message-qmail-inject-args): Reflow.
1714         (message-kill-to-signature): Fix typo in docstring.
1715
1716         * smiley.el (smiley-buffer): Fix typo in docstring.
1717
1718 2010-03-24  Glenn Morris  <rgm@gnu.org>
1719
1720         * mail-source.el (gnus-message): Declare.
1721         (mail-source-delete-old-incoming): Require gnus-util.
1722
1723 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1726
1727         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1728
1729         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1730         password-cache's default if it is not bound.
1731         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1732         password-cache-expiry's default if it is not bound.
1733
1734         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1735         available in Emacs 21.
1736
1737         * lpath.el: Suppress compiler warnings for:
1738         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1739         XEmacs;
1740         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1741         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1742         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1743
1744 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1745
1746         * auth-source.el (auth-sources): Fix up definition so extra parameters
1747         are always inline.
1748
1749 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1750
1751         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1752         wasn't updated after mismatch.  Clear cached mailbox info correctly
1753         when uidvalidity changes.
1754         (nnimap-group-prefixed-name): New function to avoid some code
1755         duplication.
1756         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1757         (nnimap-request-group): Use it.
1758         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1759         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1760         with many imap folders.  This is done by caching the group status from
1761         the imap server persistently in a group parameter `imap-status'.  (This
1762         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1763         but not persistently, so every Gnus startup was still very slow.)
1764
1765 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1766
1767         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1768         delete the extra newline.  Otherwise editing of :string and :number
1769         types don't work.
1770
1771 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1772
1773         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1774         secrets.el dependency.
1775         (auth-sources): Add optional user name.  Add secrets.el configuration
1776         choice (unused right now).
1777
1778 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1779
1780         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1781         `gnus-registry-install-shortcuts' fill in the functions.
1782
1783         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1784         warnings.
1785         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1786         (gnus-registry-install-shortcuts): Populate and use it in a
1787         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1788
1789 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1790
1791         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1792         In-place substitutions for the group name encoding/decoding.
1793         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1794         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1795         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1796         (nnimap-update-unseen, nnimap-request-list)
1797         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1798         (nnimap-request-set-mark, nnimap-split-to-groups)
1799         (nnimap-split-articles, nnimap-request-newgroups)
1800         (nnimap-request-create-group, nnimap-request-accept-article)
1801         (nnimap-request-delete-group, nnimap-request-rename-group)
1802         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1803         `encoded-mbx' for consistency.
1804         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1805         variable `imap-current-mailbox'.
1806
1807         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1808         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1809
1810 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1811
1812         * pop3.el (pop3-display-message-size-flag): Display message size byte
1813         counts during POP3 download.
1814         (pop3-movemail): Use it.
1815         (pop3-list): Implement listing of available messages.
1816
1817 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1818
1819         * nnir.el (nnir-get-article-nov-override-function): New function to
1820         override the normal NOV retrieval.
1821         (nnir-retrieve-headers): Use it.
1822
1823 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1824
1825         * auth-source.el (netrc-machine-user-or-password): Autoload.
1826
1827 2010-03-19  Glenn Morris  <rgm@gnu.org>
1828
1829         Stop message.el from loading about 40 libraries it doesn't always need.
1830         The general approach is to autoload rather than require, and to
1831         require in the specific functions rather than the file.  (Bug#5642)
1832
1833         * gmm-utils.el: Don't require wid-edit.
1834         (widget-create-child-value, widget-convert, widget-default-get):
1835         Autoload.
1836
1837         * gnus-util.el: Don't require time-date, netrc.
1838         (message-fetch-field, gnus-group-name-decode): Declare rather than
1839         autoloading.
1840         (gnus-fetch-field): Require message.
1841         (gnus-decode-newsgroups): Require gnus-group.
1842
1843         * ietf-drums.el: Don't require time-date.
1844
1845         * message.el: Don't require hashcash, canlock, ecomplete.
1846         Do require mail-utils.  Require nnheader only when compiling.
1847         (smtpmail-default-smtp-server): Remove declaration.
1848         (message-send-mail-function): Check smtpmail-default-smtp-server
1849         is bound rather than requiring smtpmail.
1850         (message-auto-save-directory, message-insert-signature): Use
1851         expand-file-name rather than nnheader-concat.
1852         (nnheader-insert-file-contents): Autoload.
1853         (hashcash-wait-async): Declare.
1854         (message-send-mail): Only call gnus-setup-posting-charset if
1855         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1856         (message-send-mail-with-sendmail): Require sendmail.
1857         (canlock-password, canlock-password-for-verify): Declare.
1858         (message-canlock-password): Require canlock.
1859         (nnheader-get-report): Autoload.
1860         (gnus-setup-posting-charset): Declare.
1861         (message-send-news): Require gnus-msg.
1862         (message-make-references, message-make-in-reply-to): Use mail-header-id
1863         rather than the alias mail-header-message-id.
1864         (ecomplete-add-item, ecomplete-save): Declare.
1865         (message-put-addresses-in-ecomplete): Require ecomplete.
1866         (ecomplete-display-matches): Autoload.
1867
1868         * mm-decode.el: Don't require mailcap, gnus-util.
1869         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1870         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1871         Autoload.
1872         (mailcap-mime-extensions): Declare.
1873
1874         * mm-encode.el: Don't require mailcap.
1875         (mailcap-extension-to-mime): Autoload.
1876
1877         * mml-sec.el: Don't require password-cache.
1878
1879         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1880         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1881         (mml-minibuffer-read-type): Require mailcap.
1882         (mml-preview): Require gnus-msg.
1883
1884         * mml1991.el: Require password-cache.
1885         (password-cache-expiry): Remove declaration.
1886
1887         * mml2015.el: Require password-cache.
1888         (password-cache-expiry): Remove declaration.
1889
1890         * nneething.el (mailcap): Require mailcap.
1891
1892         * nnheader.el (declare-function): Add compatibility stub.
1893         (message-remove-header): Declare rather than autoload.
1894         (nnheader-replace-header): Require message.
1895
1896         * nnimap.el (declare-function): Add compatibility stub.
1897         (netrc-parse, netrc-machine-user-or-password): Declare.
1898         (nnimap-open-connection): Require netrc.
1899
1900         * nntp.el (declare-function): Add compatibility stub.
1901         (netrc-parse, netrc-machine, netrc-get): Declare.
1902         (nntp-send-authinfo): Require netrc.
1903
1904         * rfc2047.el: Don't require qp.
1905         (quoted-printable-encode-region, quoted-printable-decode-string):
1906         Autoload.
1907
1908         * sieve-mode.el: Don't require easymenu.
1909         (easy-menu-add-item): Autoload it.
1910
1911         * spam-stat.el (time-to-number-of-days): Autoload it.
1912
1913 2010-03-19  Glenn Morris  <rgm@gnu.org>
1914
1915         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1916
1917 2010-03-18  Glenn Morris  <rgm@gnu.org>
1918
1919         * hashcash.el (declare-function): Remove duplicate definition.
1920
1921 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1922
1923         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1924         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1925         value if any backslash escapes).
1926
1927 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1930         if it is available.  (bug#5647)
1931
1932         * lpath.el: Suppress compiler warning for coding-system-from-name for
1933         Emacs 21 and XEmacs.
1934
1935 2010-03-14  Juri Linkov  <juri@jurta.org>
1936
1937         * hmac-def.el:
1938         * hmac-md5.el:
1939         * netrc.el: Fix keywords.
1940
1941 2010-02-26  Glenn Morris  <rgm@gnu.org>
1942
1943         * message.el (message-send-mail-function): Change the default, so that
1944         it inherits from a customized send-mail-function.  (Bug#5643)
1945
1946 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1947
1948         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1949         shell-command-to-string signals an error (bug#5299).
1950
1951 2010-02-24  Glenn Morris  <rgm@gnu.org>
1952
1953         * message.el (message-smtpmail-send-it)
1954         (message-send-mail-with-mailclient): Doc fixes.
1955
1956 2010-02-16  Glenn Morris  <rgm@gnu.org>
1957
1958         * message.el (message-default-mail-headers): Change the default value
1959         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1960
1961 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1964         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1965
1966 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1967
1968         * time-date.el (date-to-time): Doc fix (Bug#5408).
1969
1970 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1971
1972         * message.el (message-mail): Just pass yank-action on to message-setup.
1973         (message-setup): Handle (FUN . ARGS) form of yank-action.
1974         (message-with-reply-buffer, message-widen-reply)
1975         (message-yank-original): Handle non-buffer values of
1976         message-reply-buffer (Bug#4080).
1977         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1978
1979 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1980
1981         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1982         Fix typo in docstring.
1983
1984 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1985
1986         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1987         response.
1988
1989 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1992
1993         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1994
1995         * message.el (message-check-news-header-syntax): Protect against a
1996         string that `rfc822-addresses' returns when parsing fails.
1997
1998 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2001         (gnus-previous-char-property-change): New functions.
2002
2003         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2004
2005 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2006
2007         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2008         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2009
2010 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2011
2012         * message.el (message-exchange-point-and-mark): Rework last change to
2013         avoid using optional arg of exchange-point-and-mark, for backward
2014         compatibility.
2015
2016 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2017
2018         * message.el (message-exchange-point-and-mark): Call
2019         exchange-point-and-mark with an argument rather than setting
2020         mark-active by hand (Bug#5175).
2021
2022 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * nntp.el (nntp-service-to-port): Work for service expressed with
2025         numeric string; replace [:digit:] with [0-9] for XEmacs.
2026
2027 2009-12-17  Glenn Morris  <rgm@gnu.org>
2028
2029         * gnus-group.el (gnus-bug-group-download-format-alist):
2030         Change emacs entry to debbugs.gnu.org.  Bump :version.
2031
2032 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2033
2034         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2035
2036 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2037
2038         * message.el (message-info): Explain why we use `Info-goto-node'.
2039
2040 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2043
2044 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2045
2046         * message.el (message-completion-in-region): New compatibility function.
2047         (message-expand-group): Use it.
2048
2049 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2052         with no unread article should be listed if the 2nd arg `predicate' is
2053         given.
2054
2055 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2058
2059 2009-11-29  Juri Linkov  <juri@jurta.org>
2060
2061         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2062         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2063         on `gnus-recenter'. (Bug#4698, Bug#4981)
2064
2065 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2066
2067         * sha1.el (sha1-string-external): default-directory "/" in case
2068         otherwise non-existent.  process-connection-type pipe for touch of
2069         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2070
2071 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2072
2073         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2074         it's comms related and sgml-mode.el has "comm" on that basis too.
2075
2076 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2079         containing tspecial characters if they have been already quoted.
2080
2081 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2082
2083         * dns-mode.el (auto-mode-alist): Purecopy string.
2084
2085 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2086
2087         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2088
2089 2009-10-24  Glenn Morris  <rgm@gnu.org>
2090
2091         * gnus-art.el (help-xref-stack-item): Define for compiler.
2092
2093 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2094
2095         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2096
2097 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2100
2101 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2104         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2105
2106 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2109         (gnus-overlays-in): New alias to overlays-in.
2110
2111         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2112         gnus-overlay-get, and gnus-delete-overlay.
2113         (gnus-summary-show-thread): Make it work as well for systems in which
2114         next-single-char-property-change is not available.
2115         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2116
2117         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2118         (gnus-overlay-get): New alias to extent-property.
2119         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2120
2121         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2122         SXEmacs.
2123
2124         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2125         SXEmacs.
2126
2127 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2128
2129         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2130
2131 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2132
2133         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2134         and XEmacs that don't have `remove-overlays'.
2135
2136 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2137
2138         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2139         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2140         selective display.  Use overlays instead.
2141
2142 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2143
2144         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2145
2146 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2147
2148         * spam-stat.el (spam-stat-load): Fix typo in message.
2149
2150 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2151
2152         * dig.el (dig-invoke): Fix typo in docstring.
2153         (query-dig): Reflow docstring.
2154
2155 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2156
2157         * gnus-art.el (gnus-article-encrypt-body):
2158         * message.el (message-check-recipients):
2159         * mm-util.el (mm-codepage-setup):
2160         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2161         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2162
2163 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2164
2165         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2166         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2167         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2168         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2169         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2170
2171 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2172
2173         * dig.el: Add "Keywords: comm", as per net-utils.el.
2174
2175 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2176
2177         * dig.el (dig-mode): Use define-derived-mode.
2178
2179 2009-09-19  Glenn Morris  <rgm@gnu.org>
2180
2181         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2182
2183 2009-09-18  Glenn Morris  <rgm@gnu.org>
2184
2185         * gnus-diary.el (gnus-diary-check-message):
2186         * message.el (message-insert-formatted-citation-line):
2187         * nnbabyl.el (top-level):
2188         * nndiary.el (nndiary-schedule):
2189         Fix typos in condition-case handlers.
2190
2191 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2194         configuration that provides the sole article window in a frame;
2195         position point correctly after deleting a part.
2196
2197 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2198
2199         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2200         (spam-resolve-registrations-routine): Use it to unregister articles
2201         that change status.
2202
2203 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2206         with XEmacs.
2207         (parse-time-string-chars): Use it.
2208
2209 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2210
2211         * imap.el (imap-interactive-login): Better messages.
2212         (imap-open): Fix bug with renamed buffer on reconnect.
2213         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2214         for easier debugging and cleaner code.  On successful (guessed based on
2215         server capabilities) secondary authentication, set imap-state
2216         correctly.
2217         (imap-last-authenticator): Define imap-last-authenticator as a variable
2218         to avoid warnings.
2219
2220 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * nnrss.el (nnrss-request-article): Remove binding of
2223         default-enable-multibyte-characters that has gotten needless by
2224         the 2007-07-13 change in rfc2047-encode-message-header.
2225
2226         * mml.el (mml-insert-multipart): Error on the message header.
2227         (mml-insert-part): Error on the message header; position point at
2228         the end of a MIME tag.
2229
2230 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * time-date.el (autoload): Expand define-obsolete-function-alias into
2233         defalias and make-obsolete for old Emacsen that Gnus supports.
2234         (with-no-warnings): Define it for old Emacsen.
2235         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2236         is available.
2237         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2238         float-time is available; suppress compile warning for time-to-seconds.
2239
2240         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2241         (gnus-float-time): Alias to float-time if it exists.
2242
2243         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2244         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2245         float-time is available; suppress compile warning for time-to-seconds.
2246
2247         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2248         XEmacs.
2249
2250 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2251
2252         * imap.el (imap-message-map): Docstring fix.
2253
2254 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2257         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2258         Add the optional argument `encoding' that overrides the default.
2259
2260         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2261         mm-encode-buffer.
2262
2263 2009-09-04  Glenn Morris  <rgm@gnu.org>
2264
2265         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2266         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2267         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2268         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2269         * mm-util.el (mm-with-unibyte-current-buffer)
2270         (mm-find-buffer-file-coding-system):
2271         * yenc.el (yenc-decode-region): Use default-value rather than
2272         default-enable-multibyte-characters.
2273
2274 2009-09-03  Glenn Morris  <rgm@gnu.org>
2275
2276         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2277         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2278         than default-enable-multibyte-characters.
2279
2280 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2281
2282         * gnus-art.el (gnus-article-read-summary-keys):
2283         Fix gnus-buffer-configuration's value temporarily used.
2284
2285 2009-09-02  Glenn Morris  <rgm@gnu.org>
2286
2287         * gnus-util.el (gnus-float-time): New function.
2288         * gnus-delay.el (gnus-delay-article):
2289         * gnus-sum.el (gnus-thread-latest-date):
2290         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2291         * nnspool.el (nnspool-request-newgroups):
2292         Use gnus-float-time rather than time-to-seconds.
2293         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2294
2295         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2296         (gnus-header-subject-face, gnus-header-newsgroups-face)
2297         (gnus-header-name-face, gnus-header-content-face):
2298         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2299         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2300         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2301         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2302         (gnus-cite-face-11):
2303         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2304         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2305         (gnus-server-closed-face, gnus-server-denied-face)
2306         (gnus-server-offline-face):
2307         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2308         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2309         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2310         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2311         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2312         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2313         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2314         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2315         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2316         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2317         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2318         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2319         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2320         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2321         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2322         (gnus-summary-high-undownloaded-face)
2323         (gnus-summary-low-undownloaded-face)
2324         (gnus-summary-normal-undownloaded-face)
2325         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2326         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2327         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2328         (gnus-splash-face):
2329         * message.el (message-header-to-face, message-header-cc-face)
2330         (message-header-subject-face, message-header-newsgroups-face)
2331         (message-header-other-face, message-header-name-face)
2332         (message-header-xheader-face, message-separator-face)
2333         (message-cited-text-face, message-mml-face):
2334         * sieve-mode.el (sieve-control-commands-face)
2335         (sieve-action-commands-face, sieve-test-commands-face)
2336         (sieve-tagged-arguments-face):
2337         * spam.el (spam-face):
2338         Mark face aliases with "-face" in the name as obsolete.
2339
2340 2009-09-01  Glenn Morris  <rgm@gnu.org>
2341
2342         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2343         than goto-line.
2344
2345 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2348         Don't move point if the command is invoked inside the message header.
2349
2350 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2351
2352         * imap.el (imap-send-command): Simplify.
2353         (imap-wait-for-tag): point-max -> buffer-size.
2354
2355 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2356
2357         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2358         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2359         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2360         * nnir.el (nnir-swish-e-index-file):
2361         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2362         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2363         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2364         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2365         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2366         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2367
2368 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2371         Don't save excursion.
2372
2373 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2374
2375         * nnheader.el (nnheader-find-file-noselect):
2376         * mm-util.el (mm-insert-file-contents):
2377         Use (default-value 'major-mode) instead of default-major-mode.
2378
2379 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2380
2381         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2382
2383 2009-08-26  Glenn Morris  <rgm@gnu.org>
2384
2385         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2386         than placing in files.el.
2387
2388 2009-08-25  Glenn Morris  <rgm@gnu.org>
2389
2390         * nnir.el (top-level): Don't require cl at run-time.
2391         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2392         Replace cl-function substitute with gnus-replace-in-string.
2393         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2394         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2395         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2396         simplified expansions.
2397
2398 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2399
2400         * dig.el (dig): Add autoload cookie.
2401
2402 2009-08-22  Glenn Morris  <rgm@gnu.org>
2403
2404         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2405         goto-line.
2406
2407 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2408
2409         * parse-time.el (parse-time-string-chars): Save match data.
2410
2411 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2412
2413         * parse-time.el (parse-time-string-chars): Compute using character
2414         classes, to handle non-ascii characters (Bug#3190).
2415
2416 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2419
2420         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2421         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2422         (gnus-mm-display-part, gnus-mime-display-single)
2423         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2424         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2425
2426         * gnus-sum.el
2427         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2428         (gnus-summary-move-article): Add expirable mark to articles copied or
2429         moved to group that has auto-expire turned on if the option is non-nil.
2430
2431 2009-07-24  Glenn Morris  <rgm@gnu.org>
2432
2433         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2434         Fix typo.  (Bug#3903)
2435
2436 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2439         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2440         that should not be used for draft articles.
2441         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2442         that has no concern in minor mode keys.
2443         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2444         Abolish.
2445
2446 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2449         article without making inquiry to a user for unknown encoding.
2450
2451         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2452         (nnmaildir--scan): Assume i-node and device number that file-attributes
2453         returns might be cons-cell.
2454
2455         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2456
2457         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2458
2459 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2460
2461         * auth-source.el: Remove docs now in auth.texi.  Don't use
2462         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2463         `auth-source-hide-passwords' and use them.
2464
2465 2009-07-15  Glenn Morris  <rgm@gnu.org>
2466
2467         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2468
2469 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2472         excessive whitespace from the default values of title and description.
2473
2474 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2477         mail-fetch-field to fetch Content-Description header in order to
2478         exclude newlines.
2479
2480 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2481
2482         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2483         format used by GnuPG 2.0.11.
2484
2485 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2488         to deleted part.
2489
2490 2009-05-30  David Engster  <dengste@eml.cc>
2491
2492         * nnmairix.el: Remove old documentation in the commentary block.
2493         (nnmairix-request-group): Do not update active file for nnml back ends.
2494         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2495         end so that overview files are ignored.
2496         (nnmairix-update-groups): Make updating the groups more robust by using
2497         marks.
2498         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2499         with dollar characters in message-id.
2500
2501 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2502
2503         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2504         2008-12-25 in dns.el.
2505
2506 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2507
2508         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2509         could happen if the text is only composed of spaces and/or tabs.
2510
2511 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2512
2513         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2514         when sending a queued message to avoid extra mml tags.
2515
2516 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2519
2520 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2523         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2524         rmail-toggle-header for XEmacs;
2525         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2526
2527 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-dired.el: Remove autoload for gnus-setup-message.
2530         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2531         displaying Gnus logo; always use compose-mail.
2532
2533 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2536
2537 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2540         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2541         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2542         available.
2543         (gnus-nocem-epg-verify): New function.
2544
2545 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2546
2547         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2548
2549 2009-02-15  Glenn Morris  <rgm@gnu.org>
2550
2551         * gnus-util.el (rmail-insert-rmail-file-header)
2552         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2553         autoloads.
2554         (rmail-default-rmail-file): Remove unnecessary declaration.
2555         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2556
2557 2009-02-14  Glenn Morris  <rgm@gnu.org>
2558
2559         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2560         variable (only used in gnus-util, which declares it anyway).
2561         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2562         which was only needed by gnus-art (changed to not use it any more).
2563         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2564         only used in gnus-util, which autoloads it itself.
2565         (rmail-update-summary): Fix autoload.
2566
2567         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2568         rather than rmail-output-to-rmail-file.
2569
2570 2009-02-07  Glenn Morris  <rgm@gnu.org>
2571
2572         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2573         autoload of function that no longer exists.
2574         (rmail-toggle-header): Declare.
2575         (message-forward-rmail-make-body): Handle mbox Rmail.
2576
2577 2009-01-31  Glenn Morris  <rgm@gnu.org>
2578
2579         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2580         2009-01-09 change.
2581
2582 2009-01-31  Dave Love  <fx@gnu.org>
2583
2584         * imap.el (imap-fetch-safe): Bind debug-on-error.
2585         (imap-debug): Add imap-fetch-safe.
2586
2587 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2588
2589         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2590         (auth-source-forget-all-cached): New convenience function.
2591         (auth-source-user-or-password): Accept list of modes or a single mode.
2592
2593         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2594         auth-source modes.
2595
2596         * netrc.el (netrc-machine-user-or-password): Use list of
2597         auth-source modes.
2598
2599         * nnimap.el (nnimap-open-connection): Use list of
2600         auth-source modes.
2601
2602         * nntp.el (nntp-send-authinfo): Use list of
2603         auth-source modes.
2604
2605 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2606
2607         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2608         now.
2609
2610 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2613         coding system in XEmacs; add a workaround for XEmacs.
2614
2615         * lpath.el: Fbind coding-system-aliasee.
2616
2617 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2620         of current-language-environment.
2621
2622 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2623
2624         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2625         available at runtime.
2626
2627 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2630
2631 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2632
2633         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2634         the greatest positive fixnum value doesn't work under an XEmacs with
2635         bignum support; use the most-positive-fixnum constant instead,
2636         available since Emacs 21.1 with cl and XEmacs 21.1.
2637
2638 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2641         XEmacs gets not to work.
2642
2643 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * mm-util.el (mm-coding-system-priorities): Allow the value like
2646         "Japanese (UTF-8)" of current-language-environment.
2647
2648 2009-01-09  Glenn Morris  <rgm@gnu.org>
2649
2650         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2651         with last-command-event.
2652
2653 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2654
2655         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2656         in the doc string.
2657
2658         * message.el (message-fix-before-sending): Amend comment.
2659
2660 2009-01-08  Dave Love  <fx@gnu.org>
2661
2662         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2663
2664 2009-01-07  David Engster  <dengste@eml.cc>
2665
2666         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2667         simplified server definitions by converting it via
2668         gnus-server-to-method.
2669
2670 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2673         parameter's operands.
2674
2675 2009-01-06  David Engster  <dengste@eml.cc>
2676
2677         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2678         primary select method (for gnus-group-mark-article-as-read).
2679
2680 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2681
2682         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2683         `(gnus)Face', not `(gnus)X-Face'.
2684
2685 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * mm-util.el (mm-ucs-to-char): New function.
2688
2689         * mm-url.el (mm-url-decode-entities): Use it.
2690
2691         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2692         unicode-to-char.
2693
2694 2009-01-05  Dave Love  <fx@gnu.org>
2695
2696         * time-date.el: Require cl for `declare'.
2697
2698 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2699
2700         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2701         Dave Love.
2702
2703 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2704
2705         * message.el (message-fix-before-sending): Add `eight-bit' to
2706         illegible-text check.
2707
2708 2009-01-03  Michael Olson  <mwolson@gnu.org>
2709
2710         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2711         `headers' is nil.  This can occur if the IMAP server does not have
2712         permissions to read messages from a folder, but can write new messages
2713         to the folder.
2714         (nnimap-request-article-part): Do not insert `data' if it is nil.
2715
2716         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2717         characters which will confuse `read', so skip past them.
2718
2719 2009-01-01  Dave Love  <fx@gnu.org>
2720
2721         * imap.el (imap-string-to-integer): Fix typo.
2722         (imap-fetch-safe): New function.
2723         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2724
2725         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2726
2727         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2728         (imap-parse-greeting): Fix doc strings.
2729         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2730         (imap-parse-flag-list): Make messages unique.
2731         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2732
2733         * nnimap.el: Fix author email.
2734         (nnimap-split-rule): Add FIXME comment.
2735         (nnimap-debug): Fix doc string.
2736
2737 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2738
2739         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2740
2741 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2742
2743         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2744         nslookup if resolv.conf isn't available.
2745         (dns-query): Rename from query-dns.
2746         (dns-query-cached): Rename from query-dns-cached.
2747
2748 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2751         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2752         to check if those variables exist (first appeared in Emacs 18.50).
2753
2754 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * mm-util.el (mm-line-number-at-pos): New function.
2757
2758         * spam-report.el (spam-report-process-queue): Use it.
2759
2760 2008-12-24  David Engster  <dengste@eml.cc>
2761
2762         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2763         parameters that haven't existed as variables as buffer-local variables.
2764
2765 2008-12-23  Dave Love  <fx@gnu.org>
2766
2767         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2768         cadar.
2769
2770         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2771         imap-starttls-p.
2772         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2773
2774 2008-12-22  Dave Love  <fx@gnu.org>
2775
2776         * imap.el: Fix author email.  Doc fixes.
2777         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2778         reply.
2779
2780 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2781
2782         * spam-report.el (spam-report-gmane-max-requests): New constant.
2783         (spam-report-gmane-wait): New variable.
2784         (spam-report-gmane-ham, spam-report-gmane-spam)
2785         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2786         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2787         the server.
2788
2789         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2790         Add explanations.
2791
2792         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2793         nnheader-accept-process-output and nnheader-read-timeout if available.
2794         (pop3-movemail): Use it.
2795
2796         * message.el (message-check-news-body-syntax): Fix signature check if
2797         there's an attachment.
2798
2799 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * mm-util.el: Add comments to the mm- emulating functions.
2802
2803 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2804
2805         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2806         by Stephen Berman <stephen.berman@gmx.net>.
2807
2808 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * mm-util.el (mm-substring-no-properties): New function.
2811         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2812         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2813         (mm-string-to-multibyte): Doc fix.
2814
2815         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2816
2817 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2818
2819         * mml.el (mml-attach-file): Strip text properties from file name.
2820         (Bug#1574)
2821
2822 2008-12-16  Glenn Morris  <rgm@gnu.org>
2823
2824         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2825
2826 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2829         knows since the charset specified might be a bogus alias that
2830         mm-charset-synonym-alist provides.
2831
2832 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2833
2834         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2835         "ISO_8859-1".
2836
2837         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2838
2839 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * mm-util.el (mm-charset-eval-alist):
2842         Define it before mm-charset-to-coding-system.
2843         (mm-charset-to-coding-system): Add optional argument `silent';
2844         define it before mm-charset-override-alist.
2845         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2846         default value if it can be used in Emacs currently running;
2847         silence mm-charset-to-coding-system.
2848
2849 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2852         `allow-override' which says whether to use `mm-charset-override-alist'.
2853         (rfc2047-decode-encoded-words): Use it.
2854
2855         * mm-util.el (mm-charset-override-alist): Fix custom type;
2856         add `(gb2312 . gbk)' to choices.
2857
2858 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2861         fast.
2862
2863         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2864
2865         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2866
2867 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2868
2869         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2870         on links.
2871
2872         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2873
2874 2008-12-03  Lute Kamstra  <lute@gnu.org>
2875
2876         * sha1.el: Remove leading * from docstrings of defcustoms,
2877         deffaces, defconsts and defuns.
2878
2879 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2882         users' addresses that don't have domain parts.
2883         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2884         rather than message-narrow-to-head since there will be the message
2885         header separator.
2886
2887 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2888
2889         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2890         since the result is inserted in a unibyte buffer anyway.
2891         (nnimap-demule-use-string-to-multibyte): Remove.
2892         (nnimap-demule): Alias it to mm-string-to-multibyte.
2893
2894 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2895
2896         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2897         variable for debugging bug#464 and bug#1174.
2898         (nnimap-demule): Use it.
2899
2900 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2901
2902         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2903         score calculation correctly.
2904
2905 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2906
2907         * message.el (message-send-mail): Just set the buffer to unibyte
2908         rather than use mm-with-unibyte-current-buffer which does a lot more.
2909         (message-send-mail-partially): Don't bother with
2910         mm-with-unibyte-current-buffer since it's already been made unibyte by
2911         message-send-mail.
2912
2913 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2916
2917 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2918
2919         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2920
2921 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2924         require itself and to remove `with-no-warnings'.
2925
2926 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2927
2928         * starttls.el (starttls-any-program-available): Get the name of the
2929         available TLS layer program.
2930         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2931         well as the host name in the "opening" message.
2932
2933         * auth-source.el (auth-source-cache, auth-source-do-cache)
2934         (auth-source-user-or-password): Cache passwords and logins by default,
2935         allow override with `auth-source-do-cache'.
2936         (auth-source-forget-user-or-password): Allow users to remove cache
2937         entries if needed.
2938
2939 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2940
2941         * md4.el (md4-buffer): Fix typo in docstring.
2942         (md4, md4-64): Doc fixes.
2943         (md4-pack-int32): Reflow docstring.
2944
2945 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2946
2947         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2948         condition-case to only the forward-sexp call.
2949
2950 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2951
2952         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2953         quotes contained.  Make it more robust regardless by an extra
2954         condition-case wrapper.
2955
2956 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2959
2960 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * nnml.el (nnml-request-expire-articles): Check if the function set to
2963         `nnmail-expiry-target' returns the symbol `delete'.
2964
2965         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2966
2967         * nnmail.el (nnmail-expiry-target): Fix custom type.
2968
2969 2008-10-02  Glenn Morris  <rgm@gnu.org>
2970
2971         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2972         Silence compiler warning.
2973
2974 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2975
2976         * tls.el (open-tls-stream): Show the actual command being
2977         executed, instead of the format string.
2978
2979 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * lpath.el: Fbind codepage-setup for Emacs 23.
2982
2983 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2984
2985         * mml.el (mml-menu): Don't assume mml2015 is bound.
2986
2987 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2990         exists.
2991
2992 2008-09-27  Glenn Morris  <rgm@gnu.org>
2993
2994         * gnus-util.el (mail-header-remove-comments): Autoload it.
2995
2996 2008-09-27  Andreas Schwab  <schwab@suse.de>
2997
2998         * gnus-util.el (gnus-split-references): Strip comments.
2999         (gnus-parent-id): Likewise.
3000
3001 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3002
3003         * message.el (message-confirm-send): Fix version.
3004
3005 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * message.el (message-idna-to-ascii-rhs-1): Use
3008         mail-extract-address-components rather than mail-header-parse-addresses
3009         that is an alias by default to ietf-drums-parse-addresses that does not
3010         support non-ASCII names in headers' contents.
3011
3012 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3013
3014         * message.el (message-confirm-send): Fixed variable documentation to
3015         avoid the "y/n" wording.
3016
3017 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3018
3019         * message.el (message-set-auto-save-file-name): Save to a different
3020         filename so multiple messages (especially drafts) can be recovered.
3021
3022 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3023
3024         * message.el (message-confirm-send): Add appropriate version.
3025
3026 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3027
3028         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3029         defvar.
3030
3031 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3032
3033         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3034         (mm-pkcs7-enveloped-magic): Ditto.
3035
3036 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3037
3038         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3039         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3040
3041 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3042
3043         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3044         default, it's better.
3045
3046 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3047
3048         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3049         summary line gnus-number property and ignore them (with a warning
3050         message).
3051
3052 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3055         macro caddr in the interactive form since it won't be expanded.
3056
3057 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3060         `charset'; fix name of function called recursively.
3061         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3062
3063 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3066         (gnus-mime-set-charset-parameters): New function.
3067         (gnus-mime-view-part-as-charset): Use it to correctly display part
3068         specifying wrong charset.
3069
3070 2008-09-08  David Engster  <dengste@eml.cc>
3071
3072         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3073         in completing-read for back end server.
3074
3075 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3076
3077         * message.el (message-confirm-send): New variable to confirm sending a
3078         message.
3079         (message-send): Use it.
3080
3081 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3082
3083         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3084
3085 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3088
3089 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3090
3091         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3092         prevent tracking too many groups.
3093         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3094         Use it.
3095
3096 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3097
3098         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3099         moving point to the bottom of the window in order to avoid recentering.
3100
3101 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3104
3105         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3106         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3107         (gnus-article-beginning-of-window): Fix calculation.
3108
3109 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * gnus-msg.el (gnus-summary-supersede-article)
3112         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3113         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3114         message header.
3115
3116 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3117
3118         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3119         pending output coming after the status change.
3120
3121 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3122
3123         * message.el:
3124         * gnus-start.el:
3125         * gnus-registry.el: Remove VMS support.
3126
3127 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3130         macro.
3131         (rfc2104-hash): Use it.
3132
3133 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3134
3135         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3136         (gnus-summary-sort-by-most-recent-date): New commands.
3137         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3138         and menu entries.
3139
3140 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3143         don't redisplay article for raw contents; remove plural articles stuff.
3144
3145         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3146         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3147         on gnus-summary-save-article; display results properly.
3148
3149 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * lpath.el: No need to fbind ns-focus-frame.
3152
3153 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3156
3157 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3160         gnus-save-all-headers.
3161
3162 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3163
3164         * gnus-util.el (ns-focus-frame): Remove declaration.
3165         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3166         like x.
3167
3168 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3169
3170         * rfc2104.el (rfc2104-zero): Delete defconst.
3171         (rfc2104-hex-alist): Likewise.
3172         (rfc2104-hex-to-int): Delete func.
3173         (rfc2104-hexstring-to-bitstring): Likewise.
3174         (rfc2104-nybbles): New defconst.
3175         (rfc2104-hash): Rewrite for speed.
3176
3177 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * tls.el (open-tls-stream): Make it work with the 2nd argument
3180         BUFFER that is a string but does not exist as a buffer object, as
3181         mentioned in the doc-string.
3182
3183 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3186         SXEmacs.
3187
3188 2008-07-16  Glenn Morris  <rgm@gnu.org>
3189
3190         * gnus-util.el (ns-focus-frame): Declare for compiler.
3191
3192 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3195         set as a group parameter.
3196         (gnus-summary-save-in-pipe): Work when it is called independently.
3197         (gnus-summary-pipe-to-muttprint): Don't modify
3198         gnus-summary-pipe-output-default-command.
3199
3200 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3201
3202         * message.el (message-send-mail-with-sendmail):
3203         Display the error message.
3204
3205 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * gnus-art.el (gnus-default-article-saver):
3208         Add gnus-summary-save-in-pipe to choices.
3209         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3210         gnus-summary-pipe-output-default-command as the default command.
3211         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3212         instead of gnus-last-shell-command.
3213
3214         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3215         New user option.
3216         (gnus-summary-muttprint-program): Mention the value will be changed.
3217         (gnus-summary-save-article): Force showing of all headers.
3218         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3219
3220 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3221
3222         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3223
3224 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3225
3226         * nnimap.el (nnimap-id):
3227         * sieve-manage.el (sieve-manage-open): Doc fixes.
3228
3229 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3230
3231         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3232         if available.
3233
3234 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3235
3236         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3237
3238         * nnkiboze.el (nnkiboze-generate-group):
3239         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3240
3241         * nnmairix.el: Require CL.
3242
3243 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * dgnushack.el: Autoload get-display-table and put-display-table for
3246         XEmacs 21.5.
3247
3248         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3249         21.4 and SXEmacs.
3250
3251 2008-06-15  David Engster  <dengste@eml.cc>
3252
3253         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3254
3255 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3256
3257         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3258         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3259         runtime choice under XEmacs.
3260
3261         * gnus-sum.el (gnus-summary-set-display-table):
3262         Use `gnus-put-display-table', `gnus-get-display-table',
3263         `gnus-set-display-table' for the display table, instead of `aset'.
3264
3265         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3266         Use `gnus-put-display-table', `gnus-get-display-table',
3267         `gnus-set-display-table' for the display table.
3268
3269 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3270
3271         * nnmairix.el: Add autoloads.
3272
3273 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3274
3275         * nnmairix.el (nnmairix-delete-recreate-group)
3276         (nnmairix-update-and-clear-marks): Fix error messages.
3277
3278 2008-06-14  David Engster  <dengste@eml.cc>
3279
3280         * nnmairix.el: Upgrade to version 0.6.
3281         (nnmairix-group-toggle-propmarks-this-group)
3282         (nnmairix-group-toggle-readmarks-this-group)
3283         (nnmairix-group-delete-recreate-this-group)
3284         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3285         (nnmairix-remove-tick-mark-original-article): New commands.
3286         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3287         (nnmairix-propagate-marks-to-nnmairix-groups)
3288         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3289         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3290         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3291         functions needed for marks propagation and manipulation of read marks.
3292         (nnmairix-update-groups): New function.
3293         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3294         (nnmairix-determine-original-group-from-registry)
3295         (nnmairix-determine-original-group-from-path)
3296         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3297         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3298         New helper functions.
3299         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3300         keystrokes for new commands.
3301         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3302         (nnmairix-request-group): Check allow-fast group parameter.
3303         (nnmairix-request-create-group): Set allow-fast group parameter if
3304         nnmairix-allowfast-default is set.
3305         (nnmairix-close-group): Propagate marks upon closing if needed.
3306         (nnmairix-group-toggle-threads-this-group): Use new.
3307         nnmairix-group-toggle-parameter helper function.
3308         (nnmairix-search): Better check for empty search result.
3309         (nnmairix-goto-original-article): Use new helper functions for
3310         determining original article.
3311         (nnmairix-show-original-article): Make sure message-id is in brackets.
3312         (nnmairix-call-mairix-binary): Change variable name.
3313         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3314         helper function.
3315         (nnmairix-widget-toggle-activate): Fix doc string.
3316
3317 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * nnir.el: Require edmacro when compiling with XEmacs.
3320         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3321         available in Emacs 21.
3322
3323 2008-06-11  Glenn Morris  <rgm@gnu.org>
3324
3325         * gnus-util.el (x-focus-frame):
3326         * gnus.el (image-size):
3327         * mm-decode.el (image-size): Declare.
3328
3329         * gnus-picon.el (declare-function): Add compat definition.
3330         (image-size): Declare.
3331
3332         * gnus-group.el (tool-bar-map):
3333         * gnus-sum.el (tool-bar-map): Define for compiler.
3334
3335         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3336
3337         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3338
3339         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3340         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3341         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3342         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3343         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3344         * sieve-manage.el, spam-report.el, spam.el:
3345         Remove unnecessary eval-and-compile of autoloads.
3346
3347 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3348
3349         * auth-source.el: Precise Tramp doc.
3350
3351 2008-06-07  Glenn Morris  <rgm@gnu.org>
3352
3353         * nnmairix.el: Remove unnecessary eval-when-compile.
3354
3355 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * lpath.el: Fbind propertize for XEmacs 21.4.
3358
3359 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3360
3361         * nnir.el: Move here from ../contrib.
3362
3363 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3364
3365         * gnus-util.el (gnus-read-shell-command): New function.
3366         * mm-decode.el (mm-pipe-part):
3367         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3368
3369 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3372
3373 2008-06-03  Glenn Morris  <rgm@gnu.org>
3374
3375         * pop3.el (nnheader-accept-process-output): Autoload it.
3376
3377 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3380         are not 2-digit hexadecimal characters that follow `%'s.
3381
3382 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3383
3384         * message.el (message-bogus-recipient-p): Fix type in doc string.
3385         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3386         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3387         Improve custom options.
3388         (message-bogus-recipient-p): Adjust accordingly.
3389
3390 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3391
3392         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3393         long-form month and day names.
3394
3395 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * dgnushack.el: Autoload debug, eudc-expand-inline and
3398         pgg-snarf-keys-region for XEmacs.
3399
3400         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3401
3402         * nnmairix.el: Require edmacro when compiling with XEmacs.
3403
3404 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3405
3406         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3407         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3408
3409 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3410
3411         * auth-source.el: Add more docs.
3412
3413         * netrc.el (netrc-machine): Always match if the port is not given.
3414
3415 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416
3417         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3418         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3419         retrieval faster in some cases, but might make CPU usage larger.  If
3420         this has any bad side effects, we might revert this change.
3421
3422         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3423         seems to make mail retrieval much, much faster.
3424         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3425         unconditionally.
3426
3427         * gnus-draft.el (gnus-group-send-queue): Bind
3428         message-send-mail-partially-limit to nil to avoid being prompted.
3429
3430 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3431
3432         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3433
3434         * message.el (message-bogus-address-regexp): Fix and improve custom
3435         type.
3436         (message-setup-hook): Add message-check-recipients as custom option.
3437
3438 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3439
3440         * message.el (message-cite-function): Remove bogus autoload which crept
3441         in during merge from v5-10.
3442
3443 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3444
3445         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3446
3447         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3448
3449         * auth-source.el: Preliminary Tramp docs.
3450         (auth-sources): Change the default auth-sources to use
3451         EPA .gpg files.
3452
3453 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3454
3455         * nntp.el: Autoload `auth-source-user-or-password'.
3456         (nntp-send-authinfo): Use it.
3457
3458         * nnimap.el: Autoload `auth-source-user-or-password'.
3459         (nnimap-open-connection): Use it.
3460
3461         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3462         for the gnus-message function.
3463         (auth-source-user-or-password): Use it.
3464
3465 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3466
3467         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3468         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3469         (rfc2104-hash): Use it.
3470
3471 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3472
3473         * gnus-art.el (gnus-article-toggle-truncate-lines):
3474         Don't use `iff' in docstring.
3475
3476 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3477
3478         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3479
3480         * gnus-util.el (gnus-extract-address-component-name)
3481         (gnus-extract-address-component-email): Convenience functions around
3482         `gnus-extract-address-components'.
3483
3484         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3485         Use `gnus-extract-address-component-email' to fix bug of comparing full
3486         sender name to `user-mail-address'.
3487
3488 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3489
3490         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3491         catch/throw to optimize.
3492         (gnus-registry-find-keywords): Just use member to find a keyword.
3493
3494 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3495
3496         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3497         is current before calling gnus-server-prepare.
3498         (gnus-server-setup-buffer, gnus-server-update-server)
3499         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3500
3501 2008-05-04  Juri Linkov  <juri@jurta.org>
3502
3503         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3504         (mailcap-file-default-commands): Use mailcap-replace-in-string
3505         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3506         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3507
3508 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3509
3510         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3511
3512 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3513
3514         * gnus.el: Bump version to 0.11.
3515
3516 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3517
3518         * gnus.el: No Gnus v0.10 is released.
3519
3520 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3523         hooks.
3524         (gnus-update-read-articles): Speed up non-marks-using users.
3525         (gnus-use-marks): Define gnus-use-marks.
3526         (gnus-propagate-marks): Rename variable to something more sensible.
3527
3528 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3529
3530         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3531         (gmm-image-load-path-for-library): Fix typos in docstrings.
3532         (gmm-message): Reflow docstring.
3533
3534 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3535
3536         * mail-source.el (mail-source-set-1, mail-source-bind):
3537         Move auth-source code out of the macro to clean it up and fix bugs.
3538
3539 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3540
3541         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3542         by sender if it's equal to user-mail-address, it's likely to be
3543         useless.
3544
3545         * mail-source.el (mail-source-bind): Don't use user or password if they
3546         are not bound.  Unintern them if they are nil.  Don't use server unless
3547         it's bound, and default it to empty string otherwise.
3548
3549 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3550
3551         * mail-source.el: Load auth-source.el.
3552         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3553         get user name or password, if auth-sources is set up.
3554
3555         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3556         strategy of splitting with parent.
3557         (gnus-registry-split-fancy-with-parent)
3558         (gnus-registry-post-process-groups): Use it and fix prior
3559         bug (returning a list as the split result).
3560
3561         * auth-source.el (auth-sources): Remove server parameter.
3562         (auth-source-pick, auth-source-user-or-password)
3563         (auth-source-user-or-password-imap)
3564         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3565         (auth-source-user-or-password-sftp)
3566         (auth-source-user-or-password-smtp): Remove server parameter.
3567
3568 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3569
3570         * smime.el (smime-sign-region, smime-encrypt-region)
3571         (smime-decrypt-region):
3572         Remove redundant calls to `generate-new-buffer-name'.
3573
3574 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3575
3576         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3577         Don't use QP for message/rfc822.
3578         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3579
3580 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3581
3582         * sieve-manage.el (sieve-string-bytes): Remove.
3583         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3584         correct byte-length only if the process's coding-system is the same as
3585         the one used internally by Emacs to represent strings.
3586
3587 2008-04-22  Juri Linkov  <juri@jurta.org>
3588
3589         * mailcap.el (mailcap-file-default-commands): New function.
3590
3591 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3592
3593         * message.el (message-signature-separator, message-cite-function):
3594         Change custom version.
3595
3596 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3597
3598         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3599         commands.
3600         (tls-checktrust): Ditto.
3601
3602 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3603
3604         * mm-decode.el (mm-display-external): Make temp file read-only.
3605
3606 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3607
3608         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3609         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3610         `C-c C-f d'.
3611
3612 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3613
3614         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3615
3616 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3617
3618         * gnus.el: Bump version to 0.9.
3619
3620 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3621
3622         * gnus.el: No Gnus v0.8 is released.
3623
3624 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3625
3626         * mail-source.el (mail-source-value):
3627         Prefer fboundp to functionp so it works with macros as well.
3628
3629 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3630
3631         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3632         Fix last change in case the element is not even a symbol.
3633
3634 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3635
3636         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3637         Prefer fboundp to functionp so it works with macros as well.
3638
3639 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3640
3641         * auth-source.el: Added docs.
3642         (auth-sources): Modify format to support server.
3643         (auth-source-pick, auth-source-user-or-password)
3644         (auth-source-user-or-password-imap)
3645         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3646         (auth-source-user-or-password-sftp)
3647         (auth-source-user-or-password-smtp): Add server parameter.
3648
3649 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3650
3651         * gnus-registry.el: Initialize the registry when gnus-registry-install
3652         is t.
3653
3654 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3655
3656         * compface.el (uncompface): Make buffer unibyte.
3657
3658 2008-04-05  Glenn Morris  <rgm@gnu.org>
3659
3660         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3661
3662 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3663
3664         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3665         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3666
3667         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3668         multibyteness after rather than before erasing it.
3669
3670         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3671         mm-with-multibyte.
3672         (gnus-request-article-this-buffer): Make sure the proper decoding is
3673         used if gnus-original-article-buffer happens to be unibyte.
3674
3675         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3676         default-enable-multibyte-characters.
3677
3678         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3679         default-enable-multibyte-characters.
3680
3681         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3682
3683         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3684
3685 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3686
3687         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3688         (imap-message-copyuid-1): Use it.
3689         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3690         J. Williams in
3691         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3692
3693         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3694         imap-enable-exchange-bug-workaround.
3695         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3696
3697 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3698
3699         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3700         a 100 byte status-checks into a 2-3MB transfer for each group.
3701         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3702         to enable bug workaround or not.
3703         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3704
3705 2008-03-31  Glenn Morris  <rgm@gnu.org>
3706
3707         * message.el (mml2015-use): Declare for compiler.
3708         (message-info): Require mml2015 when appropriate.
3709
3710 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3713         whitespace.
3714
3715 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3716
3717         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3718         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3719         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3720         (nntp-service-to-port): New function.
3721         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3722         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3723         (nntp-open-netcat-stream): New function.
3724         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3725
3726 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3727
3728         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3729
3730 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3731
3732         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3733
3734 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3735
3736         * dns.el (dns-write): Use set-buffer-multibyte.
3737
3738 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3739
3740         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3741
3742 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3743
3744         * message.el (message-signature-separator): Change default.
3745         Improve custom type.
3746         (message-cite-function): Change default to
3747         message-cite-original-without-signature.
3748
3749         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3750         toggle.
3751
3752         * message.el (message-check-news-body-syntax): Fix signature check.
3753         (message-setup-1): Mark buffer as unmodified _after_ running
3754         message-setup-hook and handling message-alternative-emails.
3755         (message-shorten-references): Be more strict when building list of
3756         valid references to comply with GNKSA.
3757
3758         * gnus-group.el (gnus-read-ephemeral-bug-group)
3759         (gnus-read-ephemeral-debian-bug-group)
3760         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3761
3762         * message.el (message-info): Don't use booleanp which isn't supported
3763         in Emacs 21 and XEmacs.
3764
3765 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3766
3767         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3768         gnus-group-gmane-group-download-format.
3769         (gnus-group-read-ephemeral-gmane-group): Rename from
3770         gnus-group-read-ephemeral-gmane-group.
3771         (gnus-read-ephemeral-gmane-group-url): Rename from
3772         gnus-group-read-ephemeral-gmane-group-url.
3773         (gnus-bug-group-download-format-alist): New variable.
3774         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3775         (gnus-read-ephemeral-emacs-bug-group): New commands.
3776
3777 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3780         (gnus-visible-headers): Improve custom type.
3781
3782 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3783
3784         * mml.el (mml-menu): Add workarounds for XEmacs.
3785
3786         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3787         X-Boundary header.
3788
3789         * message.el (message-simplify-recipients): Fix previous commit.
3790
3791 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3792
3793         * mm-util.el (mm-set-buffer-multibyte): New function.
3794         * mm-decode.el (mm-copy-to-buffer): Use it.
3795
3796 2008-03-19  Glenn Morris  <rgm@gnu.org>
3797
3798         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3799         Accidentally removed in the sync process with Emacs.
3800
3801 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3802
3803         * message.el (message-alter-recipients-discard-bogus-full-name):
3804         New function.
3805         (message-alter-recipients-function): New variable.
3806         (message-get-reply-headers): Use it.
3807         (message-replace-header): New helper function.
3808         (message-recipients-without-full-name): New variable.
3809         (message-simplify-recipients): New command.
3810
3811         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3812
3813         * message.el (message-info): Handle EasyPG manual.
3814
3815         * mml.el (mml-menu): Add entry for EasyPG.
3816
3817 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3818
3819         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3820         parameter.
3821
3822         * message.el (message-disassociate-draft): Specify drafts group name
3823         fully.
3824
3825 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3826
3827         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3828         unnecessary duplicates from the match list.
3829
3830 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3833
3834         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3835
3836         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3837         args of `how-many' of which the XEmacs version doesn't take; declare
3838         Info-index-next as function.
3839
3840 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3841
3842         * gnus-score.el (gnus-score-headers): Fix handling of
3843         gnus-inhibit-slow-scoring.
3844
3845         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3846         string.
3847         (gnus-button-url-regexp): Improve handling of parenthesis.
3848         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3849         (gnus-button-handle-info-keystrokes): Handle index entries.
3850
3851 2008-03-15  Glenn Morris  <rgm@gnu.org>
3852
3853         * parse-time.el (parse-time-string): Simplify.
3854
3855 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3858         Incoming* files.
3859
3860 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3861
3862         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3863         (auth-source-pick): Use it.
3864
3865 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3866
3867         * binhex.el (binhex-decode-region-internal):
3868         * uudecode.el (uudecode-decode-region-internal):
3869         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3870         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3871         setting default-enable-multibyte-characters.
3872
3873 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3874
3875         * auth-source.el (auth-source-protocols)
3876         (auth-source-protocols-customize, auth-source-choices): Added and
3877         modified variable customizations and defaults.
3878         (auth-source-pick, auth-source-user-or-password)
3879         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3880         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3881         (auth-source-user-or-password-sftp)
3882         (auth-source-user-or-password-smtp): Use new variables and provide an
3883         interface to netrc.el.
3884
3885 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3888         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3889         Make sure the nntp port to specify is a string.
3890
3891 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3892
3893         * nntp.el: Use with-current-buffer.
3894         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3895         dubious mm-with-unibyte-current-buffer.
3896         (nntp-with-open-group-function): New function extracted from
3897         nntp-with-open-group macro.
3898         (nntp-with-open-group): Use the function, so it's easier to debug.
3899         Add indentation and debugging info.
3900         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3901         the use of the netcat alternatives.
3902
3903         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3904         Avoid mm-string-as-multibyte as well.
3905
3906         * nnweb.el (nnweb-insert-html):
3907         Remove use of nnheader-string-as-multibyte.
3908
3909         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3910         (nnheader-string-as-multibyte): Remove.
3911
3912         * mm-view.el: Use inhibit-read-only.
3913         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3914         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3915         or unibyte-string.
3916
3917         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3918         (mm-uu-yenc-extract): Use with-current-buffer.
3919
3920         * gnus-soup.el (gnus-soup-send-packet): Don't use
3921         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3922
3923         * nnmh.el: Use with-current-buffer.
3924         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3925         mm-string-as-multibyte on the output of mm-encode-coding-string.
3926
3927         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3928         (nnimap-request-move-article): Use with-current-buffer.
3929
3930         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3931         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3932         conversion uses string-make-unibyte rather than string-as-unibyte.
3933
3934         * gnus-msg.el: Use with-current-buffer.
3935
3936         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3937
3938 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3939
3940         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3941         string for caching if it is 'PIN.
3942
3943 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * lpath.el: Consider the case without Emacs/W3.
3946
3947 2008-03-08  Glenn Morris  <rgm@gnu.org>
3948
3949         * time-date.el (date-to-time, time-subtract, time-add)
3950         (safe-date-to-time): Doc fixes.
3951
3952 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3953
3954         * mail-source.el (mail-source-delete-old-incoming-confirm):
3955         Change default to nil.
3956         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3957
3958 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * lpath.el: Rearrange.
3961
3962         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3963         (gnus-article-goto-prev-page): Work for articles having ^L's.
3964
3965         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3966
3967         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3968
3969 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3970
3971         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3972         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3973         (gnus-bookmark-jump): Adjust some variable names.
3974
3975 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3976
3977         * auth-source.el: New package.
3978         (auth-source-choices): Add customization entry point variable.
3979
3980         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3981         bug.
3982
3983 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3984
3985         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3986         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3987         (gnus-registry-install-shortcuts): Rename from
3988         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3989         the `gnus-registry-mark-map' keymap dynamically from
3990         `gnus-registry-marks'.  The generated functions update the summary line
3991         when a registry mark is added or deleted, and will call
3992         `gnus-registry-install-p' (see the comments in the code).
3993         (gnus-registry-user-format-function-M): Use concat intelligently.
3994
3995         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3996         the registry mark functions.
3997
3998 2008-03-05  Glenn Morris  <rgm@gnu.org>
3999
4000         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4001         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4002         gnus-art.
4003         (top-level): No need to load own source when compiling.
4004
4005 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4006
4007         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4008         Suggested by <chris.anderton@zetnet.co.uk>.
4009
4010 2008-03-04  Glenn Morris  <rgm@gnu.org>
4011
4012         * gnus-sum.el (top-level): No need to require gnus when compiling,
4013         since unconditionally required near start of file.
4014         (gnus-summary-display-while-building): Move definition before use.
4015
4016 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4019         formatting function.
4020
4021 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4022
4023         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4024         with plists.
4025         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4026         Use new format.
4027
4028 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4031         `where-is-internal' that returns a range of key sequences.
4032
4033 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4034
4035         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4036
4037         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4038         (gnus-summary-jump-to-group): Consider windows on other displayed
4039         frames as well.  Similar changes might be needed elsewhere, but that's
4040         the one I've bumped into during my use.
4041
4042         * nndoc.el (nndoc-oe-dbx-type-p):
4043         * gnus-msg.el (gnus-debug):
4044         * gnus-group.el (gnus-update-group-mark-positions):
4045         Use mm-string-to-multibyte.
4046
4047 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4048
4049         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4050         doesn't handle NotDashEscaped.
4051
4052         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4053         (mml-dnd-attach-options): Fix typo in custom choice.
4054
4055         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4056         nndoc-article-type to mbox.
4057         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4058
4059         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4060         to nil, instead of html2text.
4061
4062         * imap.el (imap-debug): Add `imap-ping-server'.
4063
4064         * gnus-bookmark.el: Add FIXMEs.
4065
4066         * message.el (message-form-letter-separator)
4067         (message-send-form-letter-delay): New variables.
4068         (message-send-form-letter): Use them.  New command to send form
4069         letters.  Requested by Uwe Siart.
4070         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4071
4072 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4073
4074         * Update copyright years.
4075
4076 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4077
4078         Sync from EMACS_22_BASE.
4079
4080         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4081
4082 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4083
4084         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4085         empty author.
4086
4087 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * gnus-registry.el (gnus-registry-marks): Add variable for
4090         customization of marks and their appearance.
4091         (gnus-registry-read-mark): Use it.
4092         (gnus-registry-do-marks): Add utility function to loop through
4093         `gnus-registry-marks'.
4094         (gnus-registry-install-shortcuts-and-menus): Add function to install
4095         shortcuts and menus.
4096         (gnus-registry-initialize): Use it.
4097         (gnus-registry-default-mark): Clarify documentation.
4098
4099 2008-02-29  Glenn Morris  <rgm@gnu.org>
4100
4101         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4102         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4103         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4104         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4105         Change defcustom :version from 23.0 to 23.1.
4106
4107 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4108
4109         * gnus-registry.el (gnus-registry-follow-group-p)
4110         (gnus-registry-post-process-groups): Add functions to aid registry
4111         splitting and improve logging.  Clarify behavior in function
4112         documentation.
4113         (gnus-registry-split-fancy-with-parent): Use them.
4114
4115 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4116
4117         * gnus-art.el: Use with-current-buffer.
4118
4119 2008-02-27  David Engster  <dengste@eml.cc>
4120
4121         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4122         Express real group name in the response.
4123
4124 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4127         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4128         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4129         autoload gnus-registry-fetch-group when compiling.
4130         (nnmairix-request-group-with-article-number-correction): Remove
4131         unreferenced argument passed to nnmairix-call-backend.
4132
4133 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4134
4135         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4136         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4137         Wilde.
4138
4139 2008-02-27  Glenn Morris  <rgm@gnu.org>
4140
4141         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4142         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4143         variables to defconsts.  Convert comments to doc-strings.
4144         (nnmairix-last-server, nnmairix-current-server): Convert from free
4145         variables to defvars.  Convert comments to doc-strings.
4146         (gnus-registry-fetch-group): Autoload.
4147         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4148         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4149         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4150         caddr.
4151         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4152         nnmairix-request-group-with-article-number-correction call.
4153         (nnmairix-fast, nnmairix-group): New, less general names, for free
4154         variables passed from nnmairix-request-group to
4155         nnmairix-request-group-with-article-number-correction.  Declare.
4156         (nnmairix-request-group-with-article-number-correction):
4157         Use nnmairix-fast, nnmairix-group rather than fast, group.
4158
4159 2008-02-26  David Engster  <dengste@eml.cc>
4160
4161         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4162         version 0.5.
4163
4164 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4165
4166         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4167         instead of making an extra function call.  Don't add the current group
4168         to articles only when they have the group.  Use
4169         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4170         Reported by David <de_bb@arcor.de>.
4171
4172 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4175         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4176
4177 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4178
4179         * mail-source.el (mail-source-delete-incoming): Change default.
4180         Supplement doc string.
4181
4182         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4183
4184 2008-02-14  Glenn Morris  <rgm@gnu.org>
4185
4186         * time-date.el (format-seconds): New function.
4187
4188 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4189
4190         * nnmail.el (nnmail-message-id-cache-file): Derive from
4191         `gnus-home-directory'.
4192
4193 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4194
4195         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4196         Document negative prefix.
4197
4198         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4199
4200 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * message.el (message-unsent-separator): Add the Exim bounce
4203         separator.
4204
4205 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4206
4207         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4208         list.
4209         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4210         recipient/signer list.
4211
4212 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * Makefile.in (datarootdir): Define.
4215         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4216         name that might contain whitespace.
4217
4218 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4219
4220         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4221         fbound (Emacs 23 unicode), signal an error.
4222
4223 2008-02-08  Glenn Morris  <rgm@gnu.org>
4224
4225         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4226
4227 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4228
4229         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4230         ports to the calls to `netrc-machine-user-or-password' in addition to
4231         "imap" and "imaps".
4232
4233 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4234
4235         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4236
4237         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4238
4239 2008-02-01  Kenichi Handa  <handa@m17n.org>
4240
4241         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4242         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4243         (rfc2104-hash): Convert the result of concat to unibyte string.
4244
4245 2008-02-01  Dave Love  <fx@gnu.org>
4246
4247         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4248         coding-system-for-read.
4249         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4250
4251 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4252
4253         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4254         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4255         <hanche@math.ntnu.no>.
4256
4257 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4260
4261         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4262
4263 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4264
4265         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4266         * message.el (message-beginning-of-line): Use featurep instead of bound
4267         tests in order to resolve conditionals at compile time.
4268
4269 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4270
4271         * mail-source.el (mail-sources): Add `group' choice.
4272
4273         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4274         parameter `in-group' to control into which group the articles go.
4275         Add treatment of `group' mail-source.
4276
4277 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4280
4281         * mm-decode.el (mm-dissect-buffer): Decode description.
4282
4283         * mml.el (mml-to-mime): Encode message header first.
4284
4285 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4288         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4289
4290         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4291         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4292
4293 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4294
4295         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4296
4297 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4300         prefix keys.
4301         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4302         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4303         gnus-xmas.el.
4304
4305         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4306         (gnus-xmas-article-describe-bindings): New function.
4307         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4308         gnus-xmas-article-describe-bindings.
4309
4310         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4311
4312 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4313
4314         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4315         Add new variables for article mark management.
4316         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4317         list of extra data entries which, when present, will indicate that the
4318         article ID should not be trimmed from the registry.
4319         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4320         functions.
4321         (gnus-registry-read-mark): New function to read a mark name from the
4322         user.
4323         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4324         (gnus-registry-set-article-mark-internal): New functions to add and
4325         remove marks.
4326         (gnus-registry-get-article-marks): New function to show the marks for
4327         an article, or retrieve them for further use.
4328
4329 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4332         keys when no argument is given.
4333
4334 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4335
4336         * imap.el (imap-ping-server): New variable.
4337         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4338         (imap-ping-server): Minor doc string fixes.
4339
4340 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4341
4342         * imap.el (imap-ping-server): New function.
4343         (imap-opened): Call imap-ping-server.
4344
4345 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4346
4347         * gnus-sum.el (gnus-article-sort-by-random)
4348         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4349         jidanni@jidanni.org.
4350
4351 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus-art.el (gnus-article-describe-bindings): New function.
4354         (gnus-article-read-summary-keys): Use it.
4355         (gnus-article-mode-map): Bind `C-h b' to it.
4356
4357 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4360         XEmacs.
4361         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4362         against non-character events.
4363
4364         * lpath.el: Fbind map-keymap for Emacs 21.
4365
4366 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4367
4368         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4369         command.
4370         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4371         instead of END.  Change name of the temp file.
4372         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4373         customizable.
4374
4375 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4378         bind `S W' to gnus-article-wide-reply-with-original; set default
4379         binding to gnus-article-read-summary-send-keys.
4380         (gnus-article-read-summary-keys): Fix the order of keys; display
4381         continuation keys correctly in the echo area; describe bindings
4382         correctly when keys end with `C-h'.
4383         (gnus-article-read-summary-send-keys): New function.
4384         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4385         for gnus-article-read-summary-send-keys; display continuation keys
4386         correctly in the echo area.
4387         (gnus-article-reply-with-original): Ignore prefix argument.
4388         (gnus-article-wide-reply-with-original): New function.
4389
4390         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4391         Emacs 21.
4392
4393 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4394
4395         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4396         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4397
4398 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4399
4400         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4401         (gnus-group-read-ephemeral-gmane-group): New command.
4402
4403 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4404
4405         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4406
4407 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4408
4409         * message.el (message-send-mail-function): Increase custom version.
4410
4411         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4412         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4413
4414 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4415
4416         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4417         for the cases where imap-authenticate is called with a nil buffer
4418         parameter.
4419
4420 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4423         html parts correctly; support forwarded messages.
4424         (gnus-article-browse-html-article): Remove work buffers.
4425
4426         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4427         compiling.
4428         (netrc-bound-and-true-p): New macro.
4429         (netrc-parse): Use it instead of bound-and-true-p that is not available
4430         in XEmacs 21.4.
4431
4432 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * gnus-registry.el (gnus-registry-mark-article)
4435         (gnus-registry-article-marks): Add functionality to mark articles
4436         through the Gnus registry.
4437
4438         * encrypt.el: Clarify documentation for the new pgg method.
4439         (encrypt-file-alist): Add PGG option.
4440         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4441         functionality.  Abstract password key and messaging to external
4442         functions.
4443         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4444         (encrypt-message-method-and-cipher): Add new convenience external
4445         functions.
4446         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4447         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4448
4449         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4450         (netrc-parse): Use encrypt-file-alist to determine if
4451         encrypt-find-model or encrypt-insert-file-contents should be used.
4452
4453         * encrypt.el: Clarify documentation.  Load password-cache or
4454         password, whichever one is found first, instead of autoloading.
4455
4456 2007-12-19  Glenn Morris  <rgm@gnu.org>
4457
4458         * mml.el (message-options-set, message-narrow-to-head)
4459         (message-in-body-p, message-mail-p, message-encode-message-body):
4460         Autoload.
4461         (message-remove-header, message-narrow-to-headers-or-head)
4462         (message-subscribed-p, message-make-mail-followup-to)
4463         (message-position-on-field, message-news-p)
4464         (message-options-set-recipient, message-generate-headers)
4465         (message-sort-headers): Declare as functions.
4466
4467 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4468
4469         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4470         convention in doc string.
4471
4472 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4475         title to html parts.
4476         (gnus-article-browse-html-article): Pass message header to it.
4477
4478         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4479
4480 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4481
4482         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4483         or password compatible with XEmacs.
4484
4485 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4486
4487         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4488         format document.
4489         (gnus-mime-delete-part): Don't write description line if empty.
4490         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4491
4492 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
4493
4494         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4495         (gnus-summary-mark-read-and-unread-as-read)
4496         (gnus-summary-mark-current-read-and-unread-as-read)
4497         (gnus-summary-mark-unread-as-ticked): Doc fix.
4498         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4499
4500 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4501
4502         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4503         Christoph Conrad <christoph.conrad@gmx.de>.
4504
4505 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4506
4507         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4508         yes-or-no-p.
4509
4510 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * mm-decode.el (mm-add-meta-html-tag): New function.
4513         (mm-save-part-to-file, mm-pipe-part): Use it.
4514
4515         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4516         gnus-y-or-n-p instead of y-or-n-p.
4517         (gnus-article-browse-html-parts): Work with message/external-body; use
4518         mm-add-meta-html-tag.
4519
4520 2007-12-11  Glenn Morris  <rgm@gnu.org>
4521
4522         * gnus-cache.el: Require gnus-sum not just when compiling.
4523
4524         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4525
4526         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4527         definitions before use.
4528
4529         * mm-decode.el: Require gnus-util.
4530         (mm-remove-part): Only call delete-annotation on XEmacs.
4531
4532         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4533
4534         * nnmail.el: Require gnus-int.
4535
4536         * spam.el: Move `require's before `eval-when-compile's.
4537
4538         * gnus-ems.el (gnus-alive-p):
4539         * gnus-fun.el (message-goto-eoh):
4540         * gnus-util.el (gnus-group-name-decode):
4541         * mail-source.el (gnus-compress-sequence):
4542         * message.el (Info-goto-node, format-spec):
4543         * mm-bodies.el (message-options-get):
4544         * mm-decode.el (mm-view-pkcs7):
4545         * mm-util.el (gmm-write-region):
4546         * mml-smime.el (mml-compute-boundary)
4547         (gnus-completing-read-with-default):
4548         * mml.el (widget-button-press, gnus-make-hashtable):
4549         * mml1991.el (mm-decode-content-transfer-encoding)
4550         (mm-encode-content-transfer-encoding)
4551         (message-options-get, message-options-set):
4552         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4553         * nnfolder.el (gnus-request-group):
4554         * nnheader.el (ietf-drums-unfold-fws):
4555         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4556         * smime.el (gnus-run-mode-hooks):
4557         * spam-stat.el (gnus-message): Autoload.
4558
4559         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4560         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4561         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4562         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4563         Add declare-function compatibility definition.
4564
4565         * gnus-cache.el (nnvirtual-find-group-art):
4566         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4567         (gnus-add-image, gnus-add-wash-type):
4568         * gnus-group.el (nnkiboze-score-file):
4569         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4570         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4571         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4572         (message-tokenize-header, gnus-get-buffer-create)
4573         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4574         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4575         * gnus.el (gnus-group-decoded-name):
4576         * mail-source.el (imap-capability):
4577         * mm-bodies.el (message-options-set):
4578         * mm-decode.el (gnus-configure-windows):
4579         * mm-extern.el (message-goto-body):
4580         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4581         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4582         (epg-sub-key-validity, message-options-set):
4583         * mml.el (widget-event-point, gnus-configure-windows):
4584         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4585         * mml2015.el (epg-check-configuration, epg-configuration)
4586         (message-options-set):
4587         * nndb.el (nndb-request-article):
4588         * nnfolder.el (gnus-request-create-group):
4589         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4590         * nnmaildir.el (gnus-group-mark-article-read):
4591         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4592         * rfc1843.el (message-fetch-field):
4593         * spam.el (gnus-extract-address-components):
4594         Declare as functions.
4595
4596 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4599
4600         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4601
4602         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4603         bind show-trailing-whitespace for XEmacs.
4604
4605 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4608         new no-op macro for backward compatibility.
4609
4610         * imap.el (imap-string-to-integer): New function.
4611
4612 2007-12-09  Glenn Morris  <rgm@gnu.org>
4613
4614         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4615
4616         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4617         * message.el, mm-view.el, sieve-manage.el, smime.el:
4618         Add declare-function compatibility definition.
4619
4620         * gnus-art.el (w3-region, w3m-region, Info-menu):
4621         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4622         * gnus-sum.el (gnus-get-predicate):
4623         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4624         * message.el (mail-abbrev-in-expansion-header-p):
4625         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4626         (w3m-detect-meta-charset, w3m-region):
4627         * sieve-manage.el (password-read, password-cache-add)
4628         (password-cache-remove):
4629         * smime.el (password-read-and-add): Declare as functions.
4630
4631 2007-12-08  David Kastrup  <dak@gnu.org>
4632
4633         * gnus-sum.el (gnus-summary-simplify-subject-query):
4634         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4635         `message'.
4636
4637 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4640         it to bind idna-program, installation-directory, defined-colors, and
4641         face-attribute for XEmacs of the version that compiles defcustom forms.
4642
4643 2007-12-07  Glenn Morris  <rgm@gnu.org>
4644
4645         * gnus-art.el (article-make-date-line): Revert previous change.
4646
4647 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4648
4649         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4650
4651 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4652
4653         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4654         Call gnus-add-to-range ranges only once with a prepared article-list.
4655
4656 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4657
4658         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4659         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4660         group names with backslashes.  Reported by Tassilo Horn
4661         <tassilo@member.fsf.org>.
4662
4663 2007-12-06  Deepak Goel  <deego3@gmail.com>
4664
4665         * gnus-art.el (article-make-date-line):
4666         * gnus-start.el (gnus-load):
4667         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4668
4669 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-art.el (gnus-use-idna)
4672         * gnus-start.el (gnus-site-init-file)
4673         * message.el (message-use-idna)
4674         * mm-uu.el (mm-uu-hide-markers)
4675         * smiley.el (smiley-style): Revert changes that suppress warnings.
4676
4677 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4680         specify charset to html source.  Reported by Christoph Conrad
4681         <christoph.conrad@gmx.de>.
4682
4683 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4686         idna-program in order to suppress byte compile warning issued by XEmacs
4687         that came to byte compile the default value section of defcustom forms
4688         recently.
4689
4690         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4691         value of installation-directory.
4692
4693         * message.el (message-use-idna): Don't directly refer to the value of
4694         idna-program.
4695
4696         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4697
4698         * smiley.el (smiley-style): Don't directly call face-attribute.
4699
4700 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4701
4702         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4703
4704         * gnus-dired.el: Reduce Gnus dependencies.
4705         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4706         require.  Use autoloads instead.
4707         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4708         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4709         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4710         (gnus-dired-mode): Adjust doc string.
4711         (gnus-dired-mail-mode): New variable.
4712         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4713         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4714         (gnus-dired-mail-buffers): New function.  Return mail or message
4715         composition buffers.
4716         (gnus-dired-attach): Use it.
4717         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4718         NO-DECODE.
4719         (gnus-dired-print): Use `gnus-print-buffer' depending on
4720         `gnus-dired-mail-mode'.
4721
4722 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * rfc2047.el (rfc2047-encoded-word-regexp)
4725         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4726         explaining what regexp patterns are for.
4727
4728 2007-12-04  Glenn Morris  <rgm@gnu.org>
4729
4730         * password.el: Move to password-cache.el.
4731
4732         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4733         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4734         * mml-smime.el (password-read, password-cache-add)
4735         (password-cache-remove):
4736         No need to autoload, since mml-sec requires password.
4737
4738         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4739         * message.el (gnus-extract-address-components):
4740         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4741
4742         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4743         password.
4744
4745 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * mailcap.el: Reduce dependencies.
4748         (mail-header-parse-content-type): Autoload.
4749         (mailcap-delete-duplicates): New alias.
4750         (mailcap-mime-info): Add optional argument NO-DECODE.
4751         (mailcap-mime-types): Use mailcap-delete-duplicates.
4752
4753         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4754
4755 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4756
4757         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4758         (imap-parse-status): Upcase status-att for servers that sends them
4759         lower-case (e.g., MS Exchange 2007).
4760
4761 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4764         function.
4765
4766         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4767         (gnus-uu-yenc-article): New function.
4768
4769         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4770
4771         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4772         buffer.
4773
4774 2007-12-02  Glenn Morris  <rgm@gnu.org>
4775
4776         * binhex.el (binhex): New custom group.
4777         (binhex-decoder-program, binhex-decoder-switches)
4778         (binhex-use-external): Move to the binhex custom group.
4779
4780         * uudecode.el (uudecode): New custom group.
4781         (uudecode-decoder-program, uudecode-decoder-switches)
4782         (uudecode-use-external): Move to the uudecode custom group.
4783
4784         * netrc.el (top-level): Don't load `encrypt' features.
4785         (netrc-parse): Don't use encrypt.
4786         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4787
4788         * encrypt.el: Remove file.
4789
4790 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4791
4792         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4793         matches on patches.
4794
4795         * gnus-art.el (gnus-article-browse-html-article): Mention
4796         `mm-text-html-renderer' in the doc string.
4797
4798         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4799         string.  Add comments.
4800
4801         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4802         if rhs is ASCII.
4803
4804 2007-12-01  Glenn Morris  <rgm@gnu.org>
4805
4806         * mail-source.el (top-level): Require format-spec before
4807         eval-when-compile.
4808
4809 2007-11-30  Glenn Morris  <rgm@gnu.org>
4810
4811         * encrypt.el: Require password, rather than autoloading password-read.
4812
4813 2007-11-29  Glenn Morris  <rgm@gnu.org>
4814
4815         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4816         (sasl-make-client, sasl-next-step, sasl-step-data)
4817         (sasl-step-set-data): Declare as functions.
4818
4819 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4820
4821         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4822
4823 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4824
4825         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4826         certs should be verified and what is to be done in the event of a
4827         verification failure.
4828
4829         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4830         caller can indicate whether the cache should be disregarded for this
4831         call.  This way the result of the call is reproducible at all times and
4832         can be considered a canonical server name for the supplied method.
4833         (gnus-agent-method-p): Canonicalize server names by pushing their
4834         method through `gnus-method-to-server' using the no-cache argument.
4835
4836         * gnus-srvr.el (gnus-server-insert-server-line): Call
4837         `gnus-method-to-server' with `no-cache' argument.
4838
4839         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4840         gnus-agent-possibly-synchronize-flags as this should be called when the
4841         server is actually being opened.
4842         (gnus-agent-possibly-synchronize-flags)
4843         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4844         flags file of an agentized server to the latter function.
4845
4846         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4847         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4848         after a connection has been established successfully.
4849
4850 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * gnus-art.el (article-display-face): Force to display face if called
4853         interactively; check if gnus-article-x-face-too-ugly matches author.
4854         (article-display-x-face): Display face even if From header is missing
4855         as article-display-face does.
4856
4857 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4858
4859         * hashcash.el (message-narrow-to-headers-or-head)
4860         (message-fetch-field, message-goto-eoh)
4861         (message-narrow-to-headers): Declare as functions.
4862
4863 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * mail-source.el (mail-sources): Default to fetch from file for
4866         compatibility with default of nnmail-spool-file.
4867
4868 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4871         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4872         to look for encoded word that should be encoded again.
4873         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4874         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4875         encoding pattern.
4876         (rfc2047-decode-region): Switch strict regexp and loose one according
4877         to rfc2047-allow-irregular-q-encoded-words.
4878
4879 2007-11-25  Romain Francoise  <romain@orebokech.com>
4880
4881         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4882
4883 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4884
4885         * tls.el (tls-program): Provide more custom choices from
4886         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4887         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4888
4889 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4892         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4893
4894         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4895         `nnmail-spool-file'.
4896
4897         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4898         `nnmail-spool-file'.
4899
4900         * gnus-move.el (gnus-change-server): Ditto.
4901
4902         * gnus-kill.el (gnus-batch-score): Ditto.
4903
4904         * gnus-cache.el (gnus-jog-cache): Ditto.
4905
4906         * gnus-msg.el (gnus-summary-reply):
4907         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4908
4909 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4910
4911         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4912         version.  Minor improvement to doc strings.
4913         (tls-program): Add comment.
4914
4915 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4916
4917         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4918         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4919         mismatch between the hostname provided in the certificate and the name
4920         of the host connnecting to.
4921         (open-tls-stream): Use them.  Check certificates against trusted root
4922         certificates.
4923
4924 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4925
4926         * gnus-cache.el (gnus-cache-generate-nov-databases):
4927         Use nnml-generate-nov-databases-directory instead of
4928         nnml-generate-nov-databases-1.
4929
4930 2007-11-24  Glenn Morris  <rgm@gnu.org>
4931
4932         * message.el (message-tool-bar-retro): Update for rename
4933         mail_send.xpm->mail-send.xpm.
4934
4935 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4938         `smime-ldap-search' for Emacs 22 and up.
4939
4940 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4941
4942         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4943
4944         * message.el (message-send-mail-function): Fix error convention.
4945         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4946         (message-widen-reply, message-send-mail, message-talkative-question)
4947         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4948         (message-clone-locals, message-send-news): Use with-current-buffer.
4949         (message-insert-or-toggle-importance): Remove unused var `valid'.
4950         (message-make-references): Remove unused var `new-references'.
4951         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4952
4953 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4954
4955         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4956         (spam-split-symbolic-return-positive): Reflow docstring.
4957         (spam-backends, spam-summary-exit-behavior)
4958         (spam-mark-ham-unread-before-move-from-spam-group)
4959         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4960         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4961         (spam-clear-cache, spam-backend-check, spam-install-backend)
4962         (spam-install-statistical-backend, spam-list-of-processors)
4963         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4964         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4965         (spam-check-crm114, spam-initialize, spam-unload-hook):
4966         Fix typos in docstrings.
4967
4968 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4971         been checked if they have never been read and those group levels are
4972         higher than the one that a user specified.
4973
4974 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4977         foreign groups unless a group level is specified by a user.
4978         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4979
4980 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4981
4982         * message.el (message-send-mail-function): Require sendmail.
4983
4984 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4985
4986         * message.el (message-send-mail-function): Check for smtpmail too.
4987
4988         * utf7.el (utf7-encode, utf7-decode): Use coding system
4989         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4990
4991         * message.el (message-send-mail-function): New function.
4992         (message-send-mail-function): Set default using
4993         message-send-mail-function.  Adjust doc string.
4994         (message-send-mail-with-mailclient): New function.
4995
4996 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4997
4998         * smime.el (from):
4999         * rfc2047.el (message-posting-charset):
5000         * qp.el (mm-use-ultra-safe-encoding):
5001         * pop3.el (parse-time-months):
5002         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5003         * nnml.el (files):
5004         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5005         (jka-compr-compression-info-list, ange-ftp-path-format)
5006         (efs-path-regexp):
5007         * nndiary.el (files):
5008         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5009         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5010         (epg-digest-algorithm-alist, inhibit-redisplay)
5011         (password-cache-expiry):
5012         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5013         (pgg-output-buffer, password-cache-expiry):
5014         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5015         (efs-path-regexp):
5016         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5017         (inhibit-redisplay):
5018         * mm-uu.el (file-name, start-point, end-point, entry)
5019         (gnus-newsgroup-name, gnus-newsgroup-charset):
5020         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5021         (latin-unity-ucs-list):
5022         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5023         (mm-uu-binhex-decode-function):
5024         * message.el (gnus-message-group-art, gnus-list-identifiers)
5025         (rmail-enable-mime-composing, gnus-local-organization)
5026         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5027         (gnus-read-active-file, facemenu-add-face-function)
5028         (facemenu-remove-face-function, gnus-article-decoded-p)
5029         (tool-bar-mode):
5030         * mail-source.el (display-time-mail-function):
5031         * gnus-util.el (nnmail-pathname-coding-system)
5032         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5033         (gnus-original-article-buffer, gnus-user-agent)
5034         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5035         (xemacs-codename, sxemacs-codename, emacs-program-version):
5036         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5037         * gnus-start.el (gnus-agent-covered-methods)
5038         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5039         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5040         (gnus-newsgroup-headers, gnus-group-list-mode)
5041         (gnus-group-mark-positions, gnus-newsgroup-data)
5042         (gnus-newsgroup-unreads, nnoo-state-alist)
5043         (gnus-current-select-method, mail-sources)
5044         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5045         (nnmail-spool-file, gnus-cache-active-hashtb):
5046         * gnus-mh.el (mh-lib-progs):
5047         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5048         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5049         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5050         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5051         (gnus-group-buffer):
5052         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5053         (font-lock-set-defaults):
5054         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5055         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5056         (gnus-summary-post-menu, total-parts, type, condition, length):
5057         * gnus-agent.el (gnus-agent-read-agentview):
5058         * flow-fill.el (show-trailing-whitespace):
5059         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5060         eval-and-compile wrappers for byte compiler pacifiers.
5061
5062         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5063         (mm-display-inline-fontify): Check for featurep 'xemacs not
5064         extent-list.
5065
5066         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5067         itimer-list.
5068         (mm-create-image-xemacs): Only do something for XEmacs.
5069         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5070
5071         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5072
5073         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5074         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5075
5076 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5077
5078         * nnimap.el (nnimap-split-download-body):
5079         * gnus-demon.el (gnus-demon):
5080         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5081
5082 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5085         macros.
5086         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5087         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5088         copy data from unibyte buffer to multibyte current buffer.
5089         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5090         to copy data from unibyte current buffer to multibyte buffer.
5091         (nntp-make-process-buffer): Make process buffer unibyte.
5092
5093         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5094
5095 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5096
5097         * pop3.el (pop3-open-server): Accept and process data more robustly at
5098         connexion start to avoid spurious "POP SSL connexion failed" errors.
5099
5100 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5103         read group names.
5104
5105 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5106
5107         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5108
5109 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5112         (nnmail-save-active): Use a unibyte buffer when saving active file,
5113         which may contain non-ASCII group names.
5114
5115         * nnml.el (nnml-request-group): Decode group names in messages.
5116
5117 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * message.el (message-citation-line-function)
5120         (message-insert-formatted-citation-line): Fix spelling of
5121         `message-insert-formated-citation-line'.
5122
5123 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5124
5125         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5126
5127 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5130         nnmail-pathname-coding-system.
5131
5132         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5133         that a user enters; decode group names in messages.
5134
5135         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5136
5137 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5138
5139         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5140
5141         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5142
5143         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5144         risky local variable.
5145
5146         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5147
5148 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * encrypt.el: Improve documentation to fix function name typo.
5151         Reported by Daiki Ueno <ueno@unixuser.org>.
5152
5153 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5156         even if the point is not in the last page of an article.
5157         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5158         back to the previous page.
5159
5160 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5161
5162         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5163
5164 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5167
5168 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5169
5170         * message.el (message-check-news-body-syntax): Avoid
5171         mm-string-as-multibyte.
5172         (message-hide-headers): Don't assume (point-min)==1.
5173
5174 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5175
5176         * message.el (message-remove-blank-cited-lines): Fix if remove is
5177         given.
5178         (message-bogus-address-regexp): New variable.
5179         (message-bogus-recipient-p): New function.
5180         (message-check-recipients): New command.
5181         (message-syntax-checks): Add `bogus-recipient'.
5182         (message-fix-before-sending): Add `bogus-recipient'.
5183
5184         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5185         (gnus-treat-body-boundary): Don't test window-system.
5186
5187 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5188
5189         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5190
5191 2007-10-28  Miles Bader  <miles@gnu.org>
5192
5193         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5194         at compile-time too.
5195
5196 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * gnus-msg.el (gnus-message-setup-hook): Add
5199         `message-remove-blank-cited-lines' to options.
5200
5201 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * message.el (message-remove-blank-cited-lines): New function.
5204         Suggested by Karl Plästerer.
5205
5206 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5209         mapc.
5210
5211         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5212         (top-level): Use mapc to set functions to be traced for debugging.
5213
5214         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5215         called for effect with while loop.
5216
5217         * message.el (message-talkative-question): Replace mapcar called for
5218         effect with mapc.
5219
5220         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5221         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5222         called for effect with dolist.
5223
5224         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5225
5226         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5227         gnus-extra-headers and nnmail-extra-headers.
5228
5229         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5230         called for effect with dolist.
5231         (top-level): Use mapc to set functions to be traced for debugging.
5232
5233         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5234         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5235         dolist.
5236
5237         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5238         Replace mapcar called for effect with mapc.
5239         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5240         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5241         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5242         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5243
5244         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5245         remove-if that's a cl function.
5246
5247         * webmail.el (webmail-debug): Replace mapcar called for effect with
5248         dolist.
5249
5250         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5251         with mapc.
5252
5253 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5256         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5257         with while loop.
5258
5259         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5260         functions from article-* functions.
5261         (gnus-multi-decode-header): Replace mapcar called for effect with
5262         dolist.
5263
5264         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5265         (gnus-bookmark-show-details): Replace mapcar called for effect with
5266         while loop.
5267
5268         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5269         called for effect with while loop.
5270
5271         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5272         with dolist.
5273
5274         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5275         mapcar called for effect with dolist.
5276
5277         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5278
5279         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5280         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5281         Replace mapcar called for effect with dolist.
5282         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5283         mapc.
5284
5285         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5286         Replace mapcar called for effect with dolist.
5287         (gnus-topic-list): Replace mapcar called for effect with mapc.
5288
5289         * gnus.el: Use mapc instead of mapcar to add autoloads.
5290
5291 2007-10-23  Richard Stallman  <rms@gnu.org>
5292
5293         * gnus-group.el (gnus-group-highlight): Mark as risky.
5294
5295 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * gnus.el (gnus-server-to-method): Return method found first in
5298         gnus-newsrc-alist.
5299
5300         * gnus-art.el (gnus-article-highlight-signature)
5301         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5302         button overlay without the front stickiness.
5303
5304 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5305
5306         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5307         overview buffer needed a catch to receive its throw.
5308         (gnus-agent-flush-cache): Declared as interactive to make this function
5309         easier to use.
5310
5311 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5314         `next-line'.
5315
5316 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5319         exclude address matching message-dont-reply-to-names.
5320
5321 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-util.el (gnus-string<): New function.
5324
5325         * gnus-sum.el (gnus-article-sort-by-author)
5326         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5327
5328 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5331         the frame-focus tag is set in gnus-buffer-configuration.
5332
5333 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5336         the front stickiness.
5337
5338 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5341         url pattern; remove duplicate one.
5342         (gnus-article-extend-url-button): New function.
5343         (gnus-article-add-buttons): Use it.
5344         (gnus-button-push): Use concatenated url that it makes.
5345
5346 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5347
5348         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5349
5350 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5351
5352         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5353         Don't hardcode point-min==1.
5354
5355 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5358         Fix comment about "iso8859-1".
5359
5360 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5361
5362         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5363         ones returned from the verify-function.
5364
5365         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5366         mml2015-extract-cleartext-signature if extraction failed.
5367
5368 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5369
5370         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5371         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5372         failed.
5373
5374 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5375
5376         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5377
5378 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5381         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5382         recommends to use EasyPG instead of PGG.
5383
5384         * pgg.el: Revert to revision 6.23.2.16.
5385
5386         * pgg-def.el: Revert to revision 6.6.2.14.
5387
5388         * pgg-gpg.el: Revert to revision 6.23.2.34.
5389
5390 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5393         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5394         thread for both the null and zero (kill/expire thread) universal prefix
5395         cases.
5396         (gnus-summary-expire-thread): Add new function to expire a thread,
5397         using gnus-summary-kill-thread.
5398         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5399         shortcuts for gnus-summary-expire-thread.
5400         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5401         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5402
5403 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5404
5405         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5406         extras value, so an extras entry can be deleted.
5407         (gnus-registry-delete-extra-entry): Use it.
5408         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5409         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5410         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5411         storage through the gnus-registry, and provide an appropriate API for
5412         it.
5413
5414 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5417         Suggested by Leo <sdl.web@gmail.com>.
5418
5419         * gnus.el: Do.
5420
5421 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5424         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5425
5426         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5427
5428         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5429         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5430
5431 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5434         newline.
5435         (nnmbox-request-accept-article): Don't change article in source buffer;
5436         narrow to header to use message-fetch-field rather than
5437         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5438         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5439         as delimiters; make sure article ends with newline.
5440         (nnmbox-delete-mail): Correct last position of article to be deleted;
5441         ignore X-Gnus-Newsgroup header in article body.
5442         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5443         positions; make sure article ends with newline.
5444
5445         * message.el (message-display-abbrev): Don't infloop when a user
5446         inserts SPC in the beginning of header.
5447
5448         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5449         coding-system-for-read and coding-system-for-write for XEmacs having no
5450         file-coding feature.
5451
5452         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5453
5454 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5455
5456         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5457         list of groups not followed by default.  Fix type to be regexp.
5458         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5459
5460 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5461
5462         * hmac-def.el (define-hmac-function): Switch from old-style to
5463         new-style backquotes.
5464
5465         * md4.el (md4-make-step): Likewise.
5466
5467 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5470         raw-text coding system when saving .newsrc file, which may contain
5471         non-ASCII group names.
5472
5473 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * gnus-cus.el (gnus-score-extra): New widget.
5476         (gnus-score-extra-convert): New function.
5477         (gnus-score-customize): Use it for Extra.
5478
5479 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5480
5481         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5482         (mml2015-mailcrypt-clear-verify): Use it.
5483         (mml2015-gpg-clear-verify): Use it.
5484         (mml2015-pgg-clear-verify): Use it.
5485         (mml2015-epg-clear-verify): Replace the current part with the output
5486         from GnuPG; don't extract the plaintext by itself.
5487
5488         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5489         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5490         mml2015-clear-verify-function; don't touch the armor headers or
5491         dash-escaped text here.
5492
5493 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5496         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5497         parts, or application/octet-stream as a last resort.
5498         (gnus-mime-view-part-as-type): Don't toggle display.
5499         (gnus-mime-view-part-as-charset): Don't turn off display before
5500         querying charset.
5501
5502         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5503         stuff to undisplayer function in Emacs.
5504         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5505
5506         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5507         text/calendar parts.
5508
5509 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5512         decoding text/calendar parts.
5513
5514         * message.el (message-forward-make-body-mime): Always mark body as
5515         having no illegible text; remove signed-or-encrypted argument.
5516         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5517
5518         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5519         (mml-generate-mime-1): Don't encode body if it is specified to be in
5520         raw form; don't make buffer be unibyte when inserting multibyte string.
5521
5522 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5523
5524         * sha1.el: Fix up comment style.
5525         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5526         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5527
5528         * hex-util.el: Fix up comment style.
5529         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5530
5531         * gnus-salt.el: Use with-current-buffer.
5532         (gnus-pick-setup-message): Fix long-standing typo.
5533
5534 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * imap.el (imap-logout-timeout): New variable.
5537         (imap-logout, imap-logout-wait): New functions.
5538         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5539
5540         * nnimap.el (nnimap-logout-timeout): New server variable.
5541         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5542         nnimap-logout-timeout.
5543
5544         * gnus-art.el (gnus-article-summary-command-nosave)
5545         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5546
5547 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * gnus.el (gnus-maximum-newsgroup): New variable.
5550
5551         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5552         according to gnus-maximum-newsgroup.
5553
5554         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5555         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5556         Limit the range of articles according to gnus-maximum-newsgroup.
5557
5558 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5559
5560         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5561         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5562         Don't perform gnus-configure-windows here; reuse existing sticky
5563         article buffer.
5564
5565         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5566         it doesn't exist in gnus-article-mode.
5567
5568 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5571         (gnus-agent-decoded-group-name): New function.
5572         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5573         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5574
5575 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5576
5577         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5578         Add binding for gnus-sticky-article.
5579         (gnus-summary-exit): Don't kill sticky article buffers.
5580
5581         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5582         article buffer.
5583         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5584         (gnus-kill-sticky-article-buffers): New commands.
5585
5586 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * nntp.el (nntp-xref-number-is-evil): New server variable.
5589         (nntp-find-group-and-number): If it is non-nil, don't trust article
5590         numbers in the Xref header.
5591
5592 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * gnus-agent.el (gnus-agent-read-group): New function.
5595         (gnus-agent-flush-group, gnus-agent-expire-group)
5596         (gnus-agent-regenerate-group): Use it.
5597         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5598         nnmail-pathname-coding-system.
5599
5600 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5603
5604         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5605         that are unread as unread, and also as selected so that information of
5606         marks having been changed by a user may be updated when exiting group.
5607
5608 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5611         calculated ignoring signature parts to gnus-treat-article.
5612
5613 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5616         a point here in order to keep the window start.
5617         (gnus-insert-mime-security-button): Make a button overlay without the
5618         front stickiness.
5619         (gnus-mime-display-security): Goto the end of a button.
5620
5621         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5622
5623 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5626         group-name-at-point.
5627         (gnus-group-completing-read): New function that offers decoded
5628         non-ASCII group names for completion.
5629         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5630         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5631         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5632         (gnus-group-fetch-control): Use it.
5633         (gnus-fetch-group): Use group-name-at-point for the initial value
5634         rather than the default value; use gnus-alive-p.
5635
5636         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5637         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5638         (gnus-summary-post-news): Use gnus-group-completing-read.
5639
5640         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5641         (gnus-read-move-group-name): Decode group name for completion.
5642
5643 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5646         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5647         Yamaoka slightly modified the code).
5648
5649 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5652         (nnmail-split-incoming): Bind it.
5653
5654         * nnml.el (nnml-group-name-charset): New function.
5655         (nnml-decoded-group-name): Use it; don't decode group name if
5656         nnmail-group-names-not-encoded-p is non-nil.
5657         (nnml-encoded-group-name): New function.
5658         (nnml-group-pathname): Inline nnml-decoded-group-name.
5659         (nnml-request-expire-articles): Decode group name in message.
5660         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5661         nnmail-pathname-coding-system.
5662         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5663         not decoded ones according to nnmail-group-names-not-encoded-p.
5664         (nnml-generate-active-info): Use nnml-encoded-group-name.
5665
5666 2007-08-08  Glenn Morris  <rgm@gnu.org>
5667
5668         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5669         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5670         doc-strings and comments.
5671
5672 2007-07-25  Glenn Morris  <rgm@gnu.org>
5673
5674         * Relicense all FSF files to GPLv3 or later.
5675
5676 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * gnus-sum.el (gnus-summary-move-article): Make
5679         gnus-summary-respool-article work.
5680
5681 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5682
5683         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5684         string.
5685
5686 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5687
5688         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5689         that should be ignored when comparing distant RSS articles with local
5690         ones.
5691         (nnrss-make-hash-index): New function.  Create a hash index according
5692         to the ignored fields.
5693         (nnrss-check-group): Use it.
5694
5695 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5698
5699         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5700
5701         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5702         the new optional argument ENCODED is non-nil.
5703         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5704         coding system for encoding group name.
5705         (gnus-group-make-rss-group): Pass un-encoded group name to
5706         gnus-group-make-group.
5707         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5708         encoded.
5709
5710         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5711         Encode group name to which articles are moved or copied.
5712         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5713         coding system for encoding Newsgroup, Followup-To and Xref headers.
5714
5715         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5716         marks; use nnheader-file-coding-system to write a file.
5717         (nnagent-retrieve-headers): Bind file-name-coding-system to
5718         nnmail-pathname-coding-system.
5719
5720         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5721
5722         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5723         (nnml-request-article, nnml-request-create-group)
5724         (nnml-request-rename-group, nnml-find-id)
5725         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5726         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5727         (nnml-save-marks): Use nnml-group-pathname instead of
5728         nnmail-group-pathname.
5729
5730         (nnml-request-create-group, nnml-request-expire-articles)
5731         (nnml-request-move-article, nnml-request-delete-group)
5732         (nnml-deletable-article-p, nnml-possibly-create-directory)
5733         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5734         (nnml-open-marks): Bind file-name-coding-system to
5735         nnmail-pathname-coding-system.
5736
5737         (nnml-request-article): Pass server argument to nnml-find-group-number.
5738         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5739         server argument to nnml-possibly-create-directory.
5740         (nnml-request-accept-article): Pass server argument to
5741         nnml-active-number and nnml-save-mail.
5742         (nnml-find-group-number): Pass server argument to nnml-find-id.
5743         (nnml-request-update-info): Pass server argument to
5744         nnml-marks-changed-p.
5745
5746         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5747         (nnml-save-mail, nnml-active-number): Add server argument.
5748
5749         (nnml-request-delete-group): Warn if group is missing.
5750         (nnml-get-nov-buffer): Decode group name.
5751         (nnml-generate-active-info): Encode group name.
5752         (nnml-open-marks): Decode group name in messages.
5753
5754 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5757         if it is not specified.
5758         (gnus-article-pipe-part, gnus-article-save-part)
5759         (gnus-article-interactively-view-part, gnus-article-copy-part)
5760         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5761         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5762         (gnus-article-replace-part, gnus-article-delete-part)
5763         (gnus-article-view-part-as-type): Pass raw prefix argument to
5764         gnus-article-part-wrapper.
5765
5766 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * gnus-agent.el (gnus-agent-save-active): Bind
5769         nnheader-file-coding-system to gnus-agent-file-coding-system.
5770
5771         * gnus-cache.el (gnus-cache-save-buffers)
5772         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5773         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5774         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5775         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5776         (gnus-cache-generate-active, gnus-cache-rename-group)
5777         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5778         (gnus-cache-update-overview-total-fetched-for): Bind
5779         file-name-coding-system to nnmail-pathname-coding-system.
5780         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5781         variables.
5782         (gnus-cache-decoded-group-name): New function.
5783         (gnus-cache-file-name): Use it.
5784         (gnus-cache-generate-active): Use non-decoded group name for active.
5785
5786         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5787         right place.
5788         (gnus-write-active-file): Don't break non-ASCII group names.
5789
5790         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5791         nnmail-pathname-coding-system.
5792
5793         * lpath.el: Bind default-file-name-coding-system,
5794         file-name-coding-system and language-info-alist for XEmacs.
5795
5796         * gnus-uu.el (gnus-uu-decode-save): Typo.
5797
5798 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5801
5802 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5805         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5806         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5807         (gnus-agent-flush-group, gnus-agent-flush-cache)
5808         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5809         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5810         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5811         (gnus-agent-regenerate-group)
5812         (gnus-agent-update-files-total-fetched-for)
5813         (gnus-agent-update-view-total-fetched-for): Bind
5814         file-name-coding-system to nnmail-pathname-coding-system.
5815         (gnus-agent-group-pathname): Don't encode file names by
5816         nnmail-pathname-coding-system.
5817         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5818         coding-system-for-write instead of buffer-file-coding-system to
5819         gnus-agent-file-coding-system.
5820
5821         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5822         Decode group name.
5823
5824         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5825
5826         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5827         (gnus-read-newsrc-el-file): Make group names unibyte.
5828
5829         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5830         nnmail-pathname-coding-system.
5831
5832         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5833         (nnrss-request-delete-group): Bind file-name-coding-system to
5834         nnmail-pathname-coding-system.
5835         (nnrss-read-server-data, nnrss-read-group-data): Bind
5836         file-name-coding-system correctly.
5837         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5838
5839         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5840         (nntp-server-to-method-cache): New variable.
5841         (nntp-group-pathname): New function that decodes non-ASCII group names.
5842         (nntp-possibly-create-directory, nntp-marks-changed-p)
5843         (nntp-save-marks, nntp-open-marks): Use it.
5844         (nntp-possibly-create-directory, nntp-open-marks):
5845         Bind file-name-coding-system to nnmail-pathname-coding-system.
5846         (nntp-open-marks): Decode group names when bootstrapping marks.
5847
5848         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5849         Newsgroups and Folowup-To headers.
5850
5851 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5854         (gnus-server-closed-face, gnus-server-denied-face)
5855         (gnus-server-offline-face): Remove variable.
5856         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5857
5858         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5859         of modifying message-stack directly for XEmacs.
5860
5861         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5862         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5863         if the coding-system argument is nil for XEmacs.
5864
5865         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5866         mm-charset-override-alist.
5867
5868         * rfc2047.el: Don't require base64; require rfc2045 for the function
5869         rfc2045-encode-string.
5870         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5871         to quote the parameter value.
5872
5873 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5876         form in gnus-group-name-charset-method-alist.
5877
5878         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5879         overrides the default layout edit-form.
5880
5881         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5882
5883         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5884
5885 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5888         as unfetched articles.
5889
5890 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5893
5894 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5897         original back end that keeps marks in the local system.
5898
5899 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5902         arg of pop-to-buffer for XEmacs.
5903         (gnus-article-read-summary-keys): Ditto; don't restore window
5904         configuration if summary command ends up with neither article buffer
5905         nor summary buffer; describe bindings if summary keys end with C-h.
5906
5907 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * message.el (message-fix-before-sending): Skip raw message part to be
5910         forwarded while checking illegible text.
5911         (message-forward-make-body-mime, message-forward-make-body): Mark
5912         signed or encrypted raw message as having no illegible text.
5913
5914 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5917         (gnus-message-with-timestamp-1): New macro.
5918         (gnus-message-with-timestamp): New function.
5919         (gnus-message): Use them.
5920
5921         * nnheader.el (nnheader-message): Use them.
5922
5923 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5926         .newsrc.eld file.
5927
5928 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-agent.el (gnus-agent-fetch-headers)
5931         (gnus-agent-retrieve-headers): Bind
5932         gnus-decode-encoded-address-function to identity.
5933
5934         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5935         available also when the server returns simply a dot.
5936
5937         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5938
5939 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5942
5943 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * gnus-ems.el (gnus-x-splash): Make it work.
5946
5947         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5948         from being used.
5949
5950         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5951
5952 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5955         4th and the 5th arguments.
5956
5957         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5958         the front stickiness.
5959         (gnus-article-summary-command-nosave): Correct the order of the
5960         arguments passed to pop-to-buffer.
5961         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5962         summary command ends up with the article buffer.
5963
5964         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5965         the same faces.
5966
5967 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5968
5969         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5970
5971 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5972
5973         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5974         * gnus-sum.el (gnus-summary-highlight):
5975         * pgg.el (pgg-sign-region, pgg-sign):
5976         * mail-source.el (mail-source-delete-old-incoming-confirm):
5977         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5978
5979 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-art.el (gnus-mime-view-part-externally)
5982         (gnus-mime-view-part-internally): Fix predicate function passed to
5983         completing-read.
5984
5985         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5986
5987         * gnus.el (gnus-update-message-archive-method): Add :version.
5988
5989 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus.el (gnus-update-message-archive-method): New variable.
5992
5993         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5994         according to gnus-message-archive-method if
5995         gnus-update-message-archive-method is non-nil.
5996
5997 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6000         by Loic Dachary <loic@dachary.org>.
6001         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6002
6003 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * message.el (message-pop-to-buffer): Add switch-function argument.
6006         (message-mail): Pass switch-function argument to it.
6007
6008 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6011         Improve doc string.
6012
6013 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6016         (gnus-header-content)
6017         * gnus-cite.el (gnus-cite-10)
6018         * gnus-srvr.el (gnus-server-closed)
6019         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6020         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6021         (gnus-group-mail-3-empty, gnus-group-mail-low)
6022         (gnus-group-mail-low-empty, gnus-splash)
6023         * message.el (message-header-to, message-header-cc)
6024         (message-header-subject, message-header-other, message-header-name)
6025         (message-header-xheader, message-separator, message-cited-text)
6026         (message-mml): Lighten colors of faces used for dark background.
6027
6028 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6029
6030         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6031         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6032
6033 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * message.el (message-narrow-to-headers-or-head):
6036         Ignore mail-header-separator in the body.
6037
6038 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6041         same as window size.
6042
6043 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6044
6045         * message.el (message-font-lock-keywords): Use message-header-xheader
6046         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6047         ahead of the anything pattern, to get it recognised.
6048
6049 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6052         spam.el loads uses it in the compiled defadvice form.
6053
6054 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6055
6056         * gnus-sum.el (gnus-articles-to-read)
6057         (gnus-summary-insert-old-articles): Don't truncate group name for
6058         `read-string'.
6059
6060         * gnus-util.el (gnus-limit-string): Delete this function.
6061
6062         * gnus-sum.el (gnus-simplify-subject-fully): Use
6063         `truncate-string-to-width' instead.
6064
6065 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6066
6067         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6068         if, on summary exit, the next group has to be selected.
6069         (gnus-summary-exit): Use it.
6070
6071 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6072
6073         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6074         non-break space.
6075
6076 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6079         Check if group is not a directory.
6080         (nnfolder-request-expire-articles): Don't delete articles if the target
6081         group is not available.
6082
6083         * nnml.el (nnml-request-create-group): Properly check if group is not a
6084         file.
6085         (nnml-request-expire-articles): Don't delete articles if the target
6086         group is not available.
6087
6088         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6089         Don't quote characters that are within parentheses.
6090
6091 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6094         (gnus-handle-ephemeral-exit): Select article according to it.
6095
6096 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6097
6098         * message.el (message-insert-formated-citation-line): Remove newline.
6099         (message-citation-line-format): Add final \n here so that the user can
6100         avoid a blank line.
6101
6102 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6103
6104         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6105         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6106         Update lanl/arXiv support.
6107
6108 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6109
6110         * gnus.el: Bump version number.
6111
6112 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * gnus.el (gnus-version-number): Bump version.
6115
6116 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6117
6118         * gnus.el: No Gnus v0.6 is released.
6119
6120 2007-04-27  Didier Verna  <didier@xemacs.org>
6121
6122         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6123         * gmm-utils.el (gmm-regexp-concat): here.
6124         * message.el: Don't require 'gnus-util.
6125         (message-dont-reply-to-names): Handle name change above.
6126         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6127
6128 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6131         since the initial value varies according to the system.
6132
6133 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6136
6137 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6138
6139         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6140
6141 2007-04-24  Didier Verna  <didier@xemacs.org>
6142
6143         Improve the type of gnus-ignored-from-addresses.
6144         * gnus-util.el (gnus-orify-regexp): New function.
6145         * message.el (gnus-util): Require it.
6146         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6147         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6148         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6149
6150 2007-04-24  Didier Verna  <didier@xemacs.org>
6151
6152         * gnus-sum.el:
6153         * gnus-utils.el: Fix some trailing whitespaces.
6154
6155 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6158         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6159         article's Message-ID; refer parent article in summary buffer.
6160
6161         * message.el (message-bounce): Call mime-to-mml.
6162
6163         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6164         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6165         optimize and/or forms properly.
6166
6167 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6168
6169         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6170         URL.
6171
6172 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6175
6176 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6179         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6180         displayed of multipart/alternative part if it is invoked from summary
6181         buffer.
6182
6183         * mm-view.el (mm-inline-text-html-render-with-w3m)
6184         (mm-inline-text-html-render-with-w3m-standalone)
6185         (mm-inline-render-with-function): Use mail-parse-charset by default.
6186
6187 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6188
6189         * parse-time.el (parse-time-string-chars): Check if CHAR
6190         is less than the length of parse-time-syntax.
6191
6192 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6195         from gnus-newsgroup-processable.
6196
6197 2007-04-16  Didier Verna  <didier@xemacs.org>
6198
6199         * gnus-msg.el (gnus-configure-posting-styles): Handle
6200         message-signature-directory properly with :file syntax.  Reported by
6201         "Leo".
6202
6203 2007-04-11  Didier Verna  <didier@xemacs.org>
6204
6205         New user option: message-signature-directory.
6206         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6207         * message.el (message-insert-signature): Ditto.
6208         * message.el (message-signature-file): Doc update.
6209         * message.el (message-signature-directory): New.
6210
6211 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-msg.el (gnus-inews-yank-articles): Use
6214         message-exchange-point-and-mark instead of exchange-point-and-mark.
6215
6216 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * message.el (message-yank-original): Make sure cited text ends with
6219         newline; don't exchange point and mark.
6220
6221 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6222
6223         * tls.el (open-tls-stream): Properly handle case where there
6224         is no associated buffer.
6225
6226 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6227
6228         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6229         message-yank-original, make sure (< mark TEXT point).
6230
6231 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * message.el (message-fill-column): New variable.
6234         (message-mode): Use it.  Add comment on a possible new hook.
6235
6236         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6237         (nnmail-get-new-mail): Reformat.
6238
6239         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6240
6241         * gmm-utils.el: Fix Commentary.
6242         (gmm-tool-bar-from-list): Fix typo in doc string.
6243
6244 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6245
6246         * message.el (message-yank-original): Don't switch point and mark
6247         unnecessarily to put point and mark as documented.
6248
6249 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6250
6251         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6252         from the message heads.
6253
6254 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6255
6256         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6257         article buffer does not have a window.  This may not be the best
6258         solution but is certainly better than setting the start of the null,
6259         that is the current, window.
6260
6261 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6262
6263         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6264         (gnus-draft-setup): Run it.
6265
6266         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6267         gnus-score-fast-scoring.  Allow regexp.
6268         (gnus-score-headers): Use it.
6269
6270         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6271         XEmacs.
6272
6273         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6274         string.
6275         (gnus-button-alist): Also catch `<f1> k ...'.
6276         (gnus-treat-display-x-face): Fix doc string.
6277
6278 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6279
6280         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6281         evaluation of gnus-extended-version to ensure correct generation of the
6282         User-Agent header when message-generate-headers-first is used.
6283
6284 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6285
6286         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6287         hashcash-path is nil.  Don't call callback with incorrect number of
6288         parameters if val is 0.
6289
6290 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6291
6292         * message.el (message-required-news-headers):
6293         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6294
6295 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6296
6297         * tls.el (open-tls-stream): In handshake-waiting loop,
6298         don't wait more if there is output available to process.
6299
6300 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6301
6302         * tls.el (tls-program): Doc fix.
6303
6304 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * message.el (message-generate-new-buffers): Change the meaning of the
6307         nil value; add `standard' to the choices; treat t as `unique'; improve
6308         doc string.
6309         (gnus-select-frame-set-input-focus): Autoload.
6310         (message-buffer-name): Search for the existing message buffer if
6311         message-generate-new-buffers is nil or `standard'; treat the value t of
6312         message-generate-new-buffers as `unique'.
6313         (message-pop-to-buffer): Raise the frame already displaying the message
6314         buffer; clear the echo area after querying.
6315         (message-setup): Pass the `continue' argument to compose-mail.
6316         (message-mail): Prefer `switch-function' if it is given; search for the
6317         existing message buffer if the `continue' argument is non-nil; pass
6318         continue and switch-function arguments to compose-mail by way of
6319         message-setup.
6320         (message-mail-other-window): Adjust argument of message-setup.
6321         (message-mail-other-frame): Ditto.
6322
6323 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6326         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6327         to turn font-lock on when turning gnus-message-citation-mode on.
6328
6329 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6330
6331         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6332         (mml-smime-function-alist): New variable; add epg as the backend.
6333         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6334         mml-smime- functions instead.
6335         * mm-view.el: Require smime.
6336
6337 2007-03-05  Didier Verna  <didier@xemacs.org>
6338
6339         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6340         instead of just inheritance for posting styles.
6341         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6342
6343 2007-02-24  Chris Moore  <dooglus@gmail.com>
6344
6345         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6346         * pgg-pgp.el (pgg-pgp-encrypt-region):
6347         * pgg-gpg.el (pgg-gpg-encrypt-region):
6348         Check pgg-encrypt-for-me if no other recipients.
6349
6350 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6351
6352         * tls.el (tls-certtool-program): Fix custom type.
6353
6354 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6357         and point-at-eol instead of line-(beginning|end)-position.
6358
6359         * assistant.el (assistant-parse-buffer): Ditto.
6360
6361         * netrc.el (netrc-parse-services): Ditto.
6362
6363 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6364
6365         * mml2015.el (mml2015-epg-find-usable-key): New function.
6366         (mml2015-epg-sign): Use it.
6367         (mml2015-epg-encrypt): Use it.
6368
6369 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * message.el (message-make-in-reply-to): Quote name containing
6372         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6373         if there are special characters.  Reported by NAKAJI Hiroyuki
6374         <nakaji@jp.freebsd.org>.
6375
6376 2007-02-27  Didier Verna  <didier@xemacs.org>
6377
6378         Include the group parameters as well as the topic ones in the
6379         inheritance filter process.
6380         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6381         argument GROUP-PARAMS-LIST.
6382         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6383
6384 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * nntp.el (nntp-never-echoes-commands)
6387         (nntp-open-connection-functions-never-echo-commands): New variables.
6388         (nntp-send-command): Use them.
6389
6390 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6391
6392         * mml2015.el (mml2015-epg-verify): Simplified.
6393
6394 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * mml.el (mml-content-disposition-alist): New user option.
6397         (mml-content-disposition): New function.
6398         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6399         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6400
6401 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6402
6403         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6404         verification.
6405
6406 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6407
6408         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6409         articles posted in the last 24 hours.
6410
6411 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6412
6413         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6414
6415 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6416
6417         * nntp.el (nntp-send-command): Don't wait for echoes when
6418         nntp-open-ssl-stream is used.
6419
6420 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6423         (gnus-message-add-citation-keywords)
6424         (gnus-message-remove-citation-keywords): Remove.
6425         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6426         directly, make the variables in font-lock-defaults buffer-local, add
6427         gnus-message-citation-keywords to them and then update the value of
6428         font-lock-keywords.
6429
6430 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * message.el (message-cite-original-1): Don't call
6433         gnus-article-highlight-citation.
6434
6435         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6436         citations; fix line count.
6437
6438 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6441         (gnus-message-add-citation-keywords)
6442         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6443         versions of font-lock-add-keywords and font-lock-remove-keywords to
6444         work with XEmacs correctly.
6445
6446 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * gnus-cite.el (gnus-cite-face-list): Set the values of
6449         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6450         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6451         (gnus-message-cite-prefix-regexp): New variable.
6452         (gnus-message-search-citation-line): Use it; protect against long
6453         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6454         the 0th match data for Emacs.
6455         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6456         (gnus-message-add-citation-keywords): Append keywords rather than
6457         prepending; emulate font-lock-add-keywords if it is not available.
6458         (gnus-message-remove-citation-keywords): Emulate
6459         font-lock-remove-keywords if it is not available.
6460
6461         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6462
6463         * message.el (message-cite-prefix-regexp): Set the value of
6464         gnus-message-cite-prefix-regexp.
6465
6466 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6467
6468         * nnweb.el (nnweb-google-parse-1): Update parser.
6469
6470 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6471
6472         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6473
6474 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6475
6476         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6477         regexp.
6478
6479 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6482         string-to-multibyte.
6483         (uudecode-decode-region-internal): Use it.
6484
6485         * lpath.el: Fbind string-as-multibyte for XEmacs.
6486
6487 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6488
6489         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6490         custom choice.
6491
6492         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6493
6494 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6495
6496         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6497
6498         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6499         `write-region' to respect `mm-inhibit-file-name-handlers'.
6500
6501 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6502
6503         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6504         Use gnus-home-directory instead of "~/" or "$HOME".
6505
6506 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6507
6508         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6509         to mention filename.
6510         Add comments at beginning regarding usage.
6511         (encrypt-write-file-contents): Change interactive so a string is
6512         acceptable.  If the file has no associated model, show an error instead
6513         of a nonsense prompt.
6514
6515 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6516
6517         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6518         Thanks to Yoshihiko Yamada for kind notification of this typo.
6519
6520 2007-01-12  Kenichi Handa  <handa@m17n.org>
6521
6522         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6523         multibyte buffer.
6524
6525 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         * gnus-score.el (gnus-score-fast-scoring): New variable.
6528         (gnus-score-headers): Use it.
6529
6530         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6531
6532         * message.el (message-cite-original-1): Call
6533         gnus-article-highlight-citation if requested.
6534         (message-make-from): Allow name and address as optional arguments.
6535
6536         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6537
6538         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6539         bugs to doc string.
6540         (gnus-button-alist): Add mid\\|message-id.
6541         (gnus-button-fetch-group): Extend for use in
6542         `browse-url-browser-function'.
6543         (gnus-button-url-regexp): Try to catch paired parentheses like in
6544         Wikipedia URLs.
6545
6546         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6547         Suggested by Simon Krahnke <overlord@gmx.li>.
6548
6549 2007-01-13  Romain Francoise  <romain@orebokech.com>
6550
6551         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6552         Update copyright.
6553
6554 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6555
6556         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6557
6558 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6559
6560         * gnus-registry.el (gnus-registry-unfollowed-groups)
6561         (gnus-registry-split-fancy-with-parent): Fix documentation.
6562
6563 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6564
6565         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6566         from nnweb groups.
6567
6568 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6569
6570         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6571         Xref urls.  Erase buffer before requesting head.
6572
6573 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6574
6575         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6576         customizable.
6577
6578 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6579
6580         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6581         no signing key is found.
6582         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6583         no encrypting and/or signing key is found.
6584
6585 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6586
6587         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6588
6589 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6590
6591         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6592         headers read from disk with the ones newly found in the current search.
6593         This should no longer cause problems, because the article numbers in
6594         Gmane's `nov.php' output are ignored since the previous change.
6595
6596 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6597
6598         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6599
6600 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6603         replace-regexp-in-string; bind url-version; fbind display-images-p and
6604         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6605         find-face and set-itimer-function for Emacs; bind itimer-list for
6606         Emacs.
6607
6608         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6609
6610 2007-01-01  Romain Francoise  <romain@orebokech.com>
6611
6612         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6613
6614 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6615
6616         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6617         `define-minor-mode' macro definition expanded properly.
6618         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6619         exclude it there.
6620
6621         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6622         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6623         `fboundp' test.
6624         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6625         This is OK to autoload in (S)XEmacs now.
6626
6627 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628
6629         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6630         keystroke.
6631         (gnus-summary-limit-to-singletons): Fix typo.
6632
6633         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6634         else fails.
6635
6636 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6637
6638         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6639         docstring.
6640
6641         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6642         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6643         (gnus-summary-insert-dormant-articles): Fix typo in message.
6644
6645 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6646
6647         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6648         nil for XEmacs.
6649         (gnus-message-citation-mode): Don't autoload in XEmacs.
6650
6651         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6652
6653 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6654
6655         * nnimap.el (nnimap-expunge-search-string): Mention
6656         nnimap-search-uids-not-since-is-evil in docstring.
6657
6658 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * spam.el: Revert to make-obsolete-variable because
6661         define-obsolete-variable-alias is not supported in Emacs 21.
6662
6663         * spam.el (spam-ifile-path, spam-ifile-database-path)
6664         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6665         make-obsolete-variable.
6666         (spam-bsfilter-path, spam-bsfilter-program)
6667         (spam-spamassassin-path, spam-spamassassin-program)
6668         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6669         use "path" inappropriately.
6670         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6671         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6672         variable names.
6673
6674 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6675
6676         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6677         summary buffer.
6678
6679         * password.el (password-cache-remove): Use clear-string to burn
6680         password, if available.
6681
6682 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6685
6686         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6687
6688         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6689         (gnus-message-highlight-citation): Move defcustom here from
6690         gnus-cite.el.
6691         (gnus-message-citation-mode): Autoload.
6692
6693         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6694         checks to make it compile with XEmacs.
6695         (gnus-message-citation-mode): New minor mode.
6696         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6697         (gnus-message-highlight-citation): New variables.
6698         (gnus-message-search-citation-line)
6699         (gnus-message-add-citation-keywords)
6700         (gnus-message-remove-citation-keywords)
6701         (turn-on-gnus-message-citation-mode)
6702         (turn-off-gnus-message-citation-mode): New functions.
6703
6704 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6705
6706         * gnus-cite.el: Enable highlighting of different citation levels in
6707         message-mode.
6708
6709 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6710
6711         * message.el (message-make-fqdn): Fix comment.
6712         (message-bogus-system-names): Add ".local".
6713
6714         * spam.el (spam-ifile-path, spam-ifile-program)
6715         (spam-ifile-database-path, spam-ifile-database)
6716         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6717         Don't use "path" inappropriately.
6718         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6719         strings.
6720         (spam-check-ifile, spam-ifile-register-with-ifile)
6721         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6722         new variable names.
6723
6724         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6725         (gnus-treat-display-smileys): Simplify using
6726         gnus-image-type-available-p.
6727
6728         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6729         available.
6730
6731         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6732         `display-images-p' if available.
6733
6734 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6737         one after turning on the buffer's multibyteness instead of decoding
6738         them directly in the unibyte buffer that causes unexpected conversion
6739         in Emacs 23 (unicode).
6740
6741 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6742
6743         * message.el (message-generate-hashcash): Fix custom type.
6744
6745 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6748
6749 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6752         disconnect icons.  Add help text.
6753
6754 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6755
6756         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6757         negated to be consistent with the others we handle.
6758
6759 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6760
6761         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6762         version of gnus-summary-buffer to something, so that we can use two
6763         article buffers at the same time.
6764
6765 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6768         trigger all the extra headers.
6769         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6770         sorting.
6771
6772 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6773
6774         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6775         solid groups.
6776
6777 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6778
6779         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6780
6781 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * legacy-gnus-agent.el: Add Copyright notice.
6784
6785 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6786
6787         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6788
6789 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6790
6791         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6792
6793         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6794         to make it work reliably in CVS Emacs.
6795         (gnus-summary-limit-strange-charsets-predicate)
6796         (gnus-summary-limit-to-predicate): New functions.
6797
6798 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6799
6800         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6801         specifying array size.
6802         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6803         array if it is too small.
6804         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6805         (gnus-sort-threads-loop): New function.
6806
6807 2006-12-06  Chris Moore  <dooglus@gmail.com>
6808
6809         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6810         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6811
6812 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6813
6814         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6815         options.
6816
6817 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6818
6819         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6820         DOS-ing the recipient.
6821
6822         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6823         the headers when creating the mapping to avoid mismappings.
6824         (nnweb-gmane-create-mapping): Always nix out old mapping.
6825
6826 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6829         and mm-verify-option to never.
6830
6831 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * message.el (message-signed-or-encrypted-p): New function.
6834         (message-forward-make-body): Use it.
6835
6836         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6837         Replace encode-coding-string with mm-encode-coding-string.
6838
6839 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * nneething.el (nneething-decode-file-name): Replace
6842         decode-coding-string with mm-decode-coding-string.
6843
6844         * gnus-int.el (gnus-open-server): Say failed server's name.
6845
6846 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6847
6848         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6849         strings to a single string.  Quote `errors-file-name'.
6850         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6851         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6852         Adjust calls.  Use `shell-quote-argument'.
6853
6854 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6855
6856         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6857         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6858
6859         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6860         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6861         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6862         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6863         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6864         (gnus-subscribe-newsgroup, gnus-1):
6865         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6866         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6867         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6868         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6869
6870 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6871
6872         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6873         keystroke.
6874         (gnus-summary-limit-to-bodies): Implement headersp.
6875
6876 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877
6878         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6879
6880 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6883
6884 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * message.el (message-generate-hashcash): Expand range of values to
6887         include `opportunistic'.
6888         (message-send-mail): Use it.
6889
6890 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6891
6892         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6893         and comment it.
6894
6895         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6896
6897 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * gnus-util.el (gnus-extract-address-components): Improve comment.
6900
6901 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-util.el (gnus-extract-address-components): Work with address in
6904         which the name portion contains @.
6905
6906         * lpath.el: Fbind custom-autoload.
6907
6908 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * gnus.el (gnus-start): Move custom group up.
6911         (gnus-select-method): Don't autoload, but make it available for
6912         `customize-variable'.
6913         (gnus-getenv-nntpserver): Don't autoload.
6914
6915 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6916
6917         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6918
6919 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * message.el (message-sendmail-extra-arguments): New variable.
6922         (message-send-mail-with-sendmail): Use it.
6923
6924 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6927         mm-with-unibyte-current-buffer to make string unibyte.
6928
6929         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6930         mm-string-as-multibyte.
6931
6932 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6933
6934         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6935         Reported by Werner Koch <wk@gnupg.org>.
6936
6937 2006-11-14  Daiki Ueno  <ueno@p360>
6938
6939         * mml2015.el: Autoload epa-select-keys when compiling.
6940
6941 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6942
6943         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6944         message-options.
6945         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6946
6947 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6948
6949         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6950         EasyPG (< 0.0.6).
6951         (mml2015-always-trust): New user option.
6952         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6953         prompt.
6954
6955 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * nntp.el (nntp-authinfo-force): New variable.
6958         (nntp-send-authinfo): Use it.
6959
6960 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6961
6962         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6963         decode encoded words.  Improve prompt.  Add comment about forwarding.
6964         (message-replacement-char): Move up.
6965
6966 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6967
6968         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6969         instead of gnus-intersection because arguments of gnus-sorted-nunion
6970         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6971
6972 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6975         (message-simplify-subject-functions): Enable
6976         message-strip-subject-encoded-words by default.
6977
6978 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * message.el (message-strip-subject-encoded-words): New function.
6981         (message-simplify-subject-functions): New variable.
6982         (message-simplify-subject): Use it.  Fix typo in doc string.
6983         Support message-strip-subject-encoded-words.
6984
6985 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6986
6987         * gnus-diary.el (gnus-diary-delay-format-function):
6988         * nndiary.el (nndiary-reminders):
6989         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6990
6991 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * gnus-art.el (article-hide-boring-headers): Fetch date from
6994         gnus-original-article-buffer to avoid problems with localized date
6995         strings.
6996
6997 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7000
7001 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7004         New variables.
7005         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7006         (mm-charset-synonym-alist): Move some entries to
7007         mm-codepage-iso-8859-list.
7008         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7009         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7010
7011 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7014
7015 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7018         with Emacs 21 and XEmacs.
7019
7020 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * spam.el (spam-parse-address): New function for better parsing,
7023         catching errors, etc.
7024         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7025
7026 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * mm-view.el: Add interactive arg to html2text autoload.
7029
7030 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7033
7034 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7035
7036         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7037         variables.
7038         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7039         (mm-charset-synonym-alist): Move some entries to
7040         mm-codepage-iso-8859-list.
7041
7042         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7043
7044 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7045
7046         * message.el (message-citation-line-format)
7047         (message-insert-formated-citation-line): Fix implementation of %E, %N
7048         and %n according to the doc string.
7049
7050 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7051
7052         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7053         car-safe to avoid bad parses.
7054
7055 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7058         names.
7059
7060         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7061
7062 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7065         header.
7066
7067         * message.el (message-draft-headers): Add Date.
7068         (message-headers-to-generate): Fix typo in docstring.
7069
7070         * nndraft.el (nndraft-required-headers): New variable.
7071         (nndraft-generate-headers): Use it.
7072
7073         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7074
7075 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7076
7077         * gnus-registry.el (gnus-registry-wash-for-keywords)
7078         (gnus-registry-find-keywords): New functions to allow easy searching of
7079         articles that are in the registry.
7080
7081 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7082
7083         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7084         ietf-drums-parse-address instead of gnus-extract-address-components.
7085         Reported by Damien Elmes <damien@repose.cx>.
7086
7087 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * gnus.el (gnus-mime): Remove unused custom group.
7090
7091 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7092
7093         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7094         "blank line" when searching for end of armor headers.
7095
7096 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gmm-utils.el (gmm-write-region): Fix variable name.
7099
7100 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * gmm-utils.el (gmm-write-region): New function based on compatibility
7103         code from `mm-make-temp-file'.
7104
7105         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7106
7107         * nnmaildir.el (nnmaildir--update-nov)
7108         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7109         Use `gmm-write-region'.
7110
7111 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7112
7113         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7114         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7115
7116         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7117
7118         * message.el (message-replacement-char): New variable.
7119         (message-fix-before-sending): Use it.
7120         (message-simplify-subject): New function to remove duplicate code.
7121         (message-reply, message-followup): Use it.
7122
7123         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7124         gnus-summary-limit-to-articles.
7125
7126 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-util.el (gnus-with-local-quit): New macro.
7129
7130         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7131
7132 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7133
7134         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7135         ignore non-string data.
7136
7137 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7138
7139         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7140         non-string data (needs to be done in the registry too).
7141
7142 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7145         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7146         (gnus-registry-split-fancy-with-parent)
7147         (gnus-registry-fetch-simplified-message-subject-fast)
7148         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7149         Remove text properties on ingress into the registry and when it's saved.
7150         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7151         registry from entries with no groups.
7152
7153 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7156         function to remove string properties.
7157
7158 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * gmm-utils.el (gmm): Adjust custom version.
7161
7162         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7163         custom version.
7164
7165         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7166
7167 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * gnus-art.el (gnus-insert-prev-page-button)
7170         (gnus-insert-next-page-button): Simplify.  Reformat.
7171
7172 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7173
7174         * gnus-art.el (gnus-insert-prev-page-button)
7175         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7176
7177 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7178
7179         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7180
7181 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7182
7183         * gnus-art.el (gnus-insert-mime-button)
7184         (gnus-insert-mime-security-button):
7185         Apply gnus-article-button-face to MIME and security buttons.
7186
7187 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7190         readable.
7191
7192 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7195
7196 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7197
7198         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7199         `browse-url-of-file' instead of `browse-url'.
7200
7201 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7202
7203         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7204         regexp.  Articles containing quotation were cut prematurely.
7205
7206 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * message.el (message-cite-original-1): Use nobody by default for the
7209         value of From header.
7210         (message-reply): Ditto.
7211
7212 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7213
7214         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7215         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7216         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7217
7218 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7221         mails in the doc string.  Add some URLs in comment.
7222         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7223
7224 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7227         backslashes handling and the way to find boundaries of quoted strings.
7228
7229 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7230
7231         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7232         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7233         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7234         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7235
7236 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7237
7238         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7239         doc string.
7240         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7241
7242 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * lpath.el: Fbind epg-check-configuration.
7245
7246 2006-09-06  Simon Josefsson  <jas@extundo.com>
7247
7248         * mml2015.el (mml2015-use): Doc fix, mention epg.
7249
7250 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7251
7252         * mml2015.el (mml2015-use): Default to epg, if available.
7253
7254 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7255
7256         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7257         message-sender.
7258         (mml1991-epg-encrypt): Ditto.
7259         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7260         message-sender.
7261         (mml2015-epg-encrypt): Ditto.
7262
7263 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7264
7265         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7266         several common directories.
7267
7268 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7269
7270         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7271         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7272
7273 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-art.el (article-decode-encoded-words): Make it fast.
7276
7277 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7280
7281         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7282         in quoted string into `\'.
7283
7284 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7287         Use standard-syntax-table.
7288
7289 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * gnus-art.el (gnus-decode-address-function): New variable.
7292         (article-decode-encoded-words): Use it to decode headers which are
7293         assumed to contain addresses.
7294         (gnus-mime-delete-part): Remove useless `or'.
7295
7296         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7297         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7298         (gnus-nov-parse-line): Use it to decode From header.
7299         (gnus-get-newsgroup-headers): Ditto.
7300         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7301
7302         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7303         (mail-decode-encoded-address-string): New alias.
7304
7305         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7306         New function.
7307         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7308         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7309         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7310         (rfc2047-decode-string): Ditto.
7311         (rfc2047-decode-address-region): New function.
7312         (rfc2047-decode-address-string): New function.
7313
7314 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * message.el (message-caesar-buffer-body): Allow rotating headers.
7317
7318         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7319
7320         * message.el (message-insert-formated-citation-line): Fix %f.
7321         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7322
7323 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7326         (gnus-bookmark-mouse-available-p): New macro.
7327         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7328         (gnus-bookmark-bmenu-show-infos): Use it.
7329         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7330         (gnus-bookmark-bmenu-hide-infos): Ditto.
7331         (gnus-bookmark-remove-properties): New function.
7332         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7333         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7334         (gnus-bookmark-write-file): Bind coding-system-for-write.
7335         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7336         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7337         group before selecting it.
7338         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7339         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7340         quit-window if it is not available; use gnus-mouse-2 and bind it to
7341         gnus-bookmark-bmenu-select-by-mouse.
7342         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7343         (gnus-bookmark-bmenu-select-by-mouse): New function.
7344
7345 2006-08-13  Romain Francoise  <romain@orebokech.com>
7346
7347         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7348         space.
7349
7350 2006-08-10  Romain Francoise  <romain@orebokech.com>
7351
7352         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7353         (dns-mode-soa-auto-increment-serial): New user option.
7354         (dns-mode-soa-maybe-increment-serial): New function.
7355         (dns-mode): Add the latter to `write-contents-functions'.
7356
7357 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * compface.el (uncompface): Use binary rather than raw-text-unix.
7360
7361 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * compface.el (uncompface): Make sure the eol conversion doesn't take
7364         place when communicating with the external programs.  Reported by
7365         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7366
7367 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7370
7371 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7372
7373         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7374         Make it more robust by parsing author and date independently.
7375
7376 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7379
7380 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7381
7382         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7383         first matching secret key.
7384         (mml2015-epg-encrypt): Ditto.
7385
7386         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7387         first matching secret key.
7388         (mml1991-epg-encrypt): Ditto.
7389
7390         * mml2015.el (mml2015-encrypt-to-self): New user option.
7391         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7392         mml2015-epg-encrypt-to-self is set.
7393
7394         * mml1991.el (mml1991-encrypt-to-self): New variable.
7395         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7396         mml1991-epg-encrypt-to-self is set.
7397
7398         * mml2015.el (mml2015-signers): New user option.
7399         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7400         (mml2015-epg-encrypt): Allow to select signing keys.
7401
7402         * mml1991.el (mml1991-signers): New variable.
7403         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7404         (mml1991-epg-encrypt): Allow to select signing keys.
7405
7406 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * nnheader.el (nnheader-insert-head): Make it work even if the file
7409         uses CRLF for the line-break code.
7410
7411 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7412
7413         * mml2015.el: Require mml-sec instead of password.
7414         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7415         (mml2015-cache-passphrase): Inherit the default value from
7416         mml-secure-cache-passphrase.
7417         (mml2015-passphrase-cache-expiry): Inherit the default value from
7418         mml-secure-passphrase-cache-expiry.
7419
7420         * mml1991.el: Require mml-sec instead of password.
7421         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7422         (mml1991-cache-passphrase): Inherit the default value from
7423         mml-secure-cache-passphrase.
7424         (mml1991-passphrase-cache-expiry): Inherit the default value from
7425         mml-secure-passphrase-cache-expiry.
7426
7427         * mml-sec.el: Require password.
7428         (mml-secure-verbose): New user option.
7429         (mml-secure-cache-passphrase): New user option.
7430         (mml-secure-passphrase-cache-expiry): New user option.
7431
7432 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7433
7434         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7435         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7436         andreas@altroot.de (Andreas Vögele).
7437
7438         FIXME: Use `tiny change'?
7439
7440 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7441
7442         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7443         workaround for the url package included with Emacs.
7444
7445         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7446
7447 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7450         correctly.  This fixes a bug caused by the 2006-05-12 change.
7451
7452 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7453
7454         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7455         some information about the error when saying that the `bogus' mail
7456         group will be used.
7457
7458 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7459
7460         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7461         string.
7462
7463 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7464
7465         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7466
7467 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7468
7469         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7470
7471 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7472
7473         * mml1991.el (mml1991-function-alist): Add epg.
7474         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7475         (mml1991-epg-encrypt): New functions.
7476
7477 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7478
7479         * mml2015.el (mml2015-verbose): New variable.
7480         (mml2015-cache-passphrase): Ditto.
7481         (mml2015-passphrase-cache-expiry): Ditto.
7482         (mml2015-function-alist): Add epg.
7483         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7484         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7485         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7486         functions.
7487
7488 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7489
7490         * message.el (message-cite-original-1): Preserve region when removing
7491         quoted text due to X-No-Archive in order to avoid bogus attribution
7492         when citing multiple messages.
7493
7494 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7495
7496         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7497         Kenneth Jacker <khj@be.cs.appstate.edu>.
7498
7499 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * gnus-diary.el (gnus-user-format-function-d)
7502         (gnus-user-format-function-D): Autoload.
7503
7504         * imap.el (Commentary): Fix typo.
7505
7506         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7507         2006-04-22 contribution.
7508
7509 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7510
7511         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7512         It didn't really fix the bogosity I'm seeing with solid web groups.
7513
7514 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7515
7516         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7517         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7518         created using server names.  If we use the feature without declaring
7519         it, Gnus does not properly manage server and group state.
7520
7521         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7522         bound.
7523
7524 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7525
7526         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7527         looking up the method using GROUP's prefix before inventing a new one.
7528         It is used on killed/unknown groups in various places where returning
7529         an all-new method isn't expected by the caller.
7530
7531         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7532         and match semantics of gnus-group-real-prefix.
7533
7534 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * nnmail.el (nnmail-broken-references-mailers): New variable.
7537         (nnmail-ignore-broken-references): New function generalizing
7538         nnmail-fix-eudora-headers.
7539         (nnmail-fix-eudora-headers): Now obsolete.
7540
7541         * gnus-art.el (gnus-button-handle-custom): Support
7542         `customize-apropos*'.
7543
7544 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7545
7546         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7547
7548         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7549         articles.
7550
7551 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * message.el (message-cite-reply-above): New variable.
7554         (message-yank-original): Use it.
7555
7556 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7559
7560 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7563         as read.
7564
7565         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7566
7567 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7570         (gnus-bookmark-default-file): Use gnus-directory.
7571         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7572         Remove "*" in doc string.
7573         (gnus-bookmark-write-file): Simplify.
7574         (gnus-bookmark-maybe-sort-alist): Use `when'.
7575         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7576         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7577         FIXME about Emacs 21 and XEmacs compatibility.
7578         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7579         compatibility.
7580         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7581         compatibility.
7582         (gnus-bookmark-menu-heading): Fix version.
7583
7584 2006-06-19  Bastien Guerry  <bzg@altern.org>
7585
7586         * gnus-bookmark.el: New file.
7587
7588 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * message.el (message-syntax-checks): Doc fix.
7591
7592 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7593
7594         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7595         unsubscribed groups as if they were killed ones.  It causes duplicate
7596         entries in gnus-newsrc-alist.
7597
7598 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * message.el (message-syntax-checks): Doc fix.
7601         (message-send-mail): Add check for continuation headers.
7602         (message-check-news-header-syntax): Fix regexp used to check for
7603         continuation headers.
7604
7605 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7608
7609 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7612
7613 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7616         default-truncate-lines.
7617
7618 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7621         to fill the utf-8 entry.
7622
7623         * lpath.el: Fbind unicode-precedence-list.
7624
7625 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7626
7627         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7628
7629 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7630
7631         * gnus-agent.el (directory-files-and-attributes): Move all the way
7632         forward (the third and final move).
7633         (gnus-agent-read-agentview): Trap reconstruction errors due to
7634         nonexistant directory.  Handle by returning nil.
7635
7636 2006-05-30  Didier Verna  <didier@xemacs.org>
7637
7638         * message.el (message-dont-reply-to-names): Update the custom type.
7639         * message.el (message-dont-reply-to-names): New defsubst: potentially
7640         convert a list of regexps into a single one.
7641         * message.el (message-get-reply-headers): Use it.
7642         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7643
7644 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-agent.el (directory-files-and-attributes): Move forward.
7647
7648 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7649
7650         * gnus-ml.el (gnus-mailing-list-subscribe)
7651         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7652         (gnus-mailing-list-message): Fix doc strings.
7653
7654 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7655
7656         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7657         of doing it manually.
7658
7659 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7662         comment.
7663
7664 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7665
7666         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7667         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7668         (gnus-agent-read-local): All symbols allocated in my-obarray.
7669         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7670         (gnus-agent-regenerate-group): Check numeric names to see if they are
7671         messages or groups.
7672         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7673         better way of do this...)
7674
7675         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7676         'dummy.group' (there should be a better way of do this...)
7677
7678 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7681         (gnus-saved-headers): Ditto.
7682         (gnus-default-article-saver): Mention functions may have properties.
7683         (gnus-article-save): Override gnus-save-all-headers and
7684         gnus-saved-headers by :headers property which saver function may have.
7685         (gnus-summary-save-in-file): Add :headers property.
7686         (gnus-summary-write-to-file): Ditto.
7687
7688         * gnus-sum.el (gnus-summary-save-article): Bind
7689         gnus-prompt-before-saving to t when saving many articles in a file;
7690         always show all headers.
7691
7692         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7693
7694 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7697         marks.
7698
7699         * message.el (message-indent-citation): Add optional arguments to allow
7700         using it outside of message buffers.
7701
7702         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7703         (gnus-article-treat-unfold-headers): Use it.
7704         (gnus-article-truncate-lines): New variable.
7705         (gnus-article-mode): Use it.
7706         (gnus-article-toggle-truncate-lines): New function.
7707
7708         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7709         gnus-article-toggle-truncate-lines.
7710
7711         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7712         coding system in XEmacs, use binary.
7713
7714 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7717         after-load-alist.
7718
7719         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7720         this function should save decoded articles.
7721         (gnus-summary-write-to-file): Use property to specify this function
7722         should save decoded articles and specify gnus-summary-save-in-file
7723         should be used to save articles other than the first one when saving
7724         many articles.
7725         (gnus-summary-save-body-in-file): Use property to specify this
7726         function should save decoded articles.
7727         (gnus-summary-write-body-to-file): Use property to specify this
7728         function should save decoded articles and specify
7729         gnus-summary-save-body-in-file should be used to save articles other
7730         than the first one when saving many articles.
7731
7732         * gnus-sum.el (gnus-summary-save-article): Simplify.
7733
7734 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus-art.el (gnus-default-article-saver): Add
7737         gnus-summary-write-body-to-file.
7738         (gnus-article-save-coding-system): Don't use coding system object
7739         in XEmacs.
7740         (gnus-read-save-file-name): Add optional `dir-var' argument which
7741         specifies directory in which files are saved; work even if optional
7742         `variable' argument is not specified.
7743         (gnus-summary-write-to-file): Read file name.
7744         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7745         (gnus-summary-write-body-to-file): New function.
7746
7747         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7748         (gnus-summary-local-variables): Add it.
7749         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7750         (gnus-summary-save-article): Remove optional `decode' argument;
7751         determine whether to decode articles by the value of
7752         gnus-default-article-saver; when saving many files using
7753         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7754         it first and use gnus-summary-save-in-file or
7755         gnus-summary-save-body-in-file thereafter unless
7756         gnus-prompt-before-saving is always; move point to article which
7757         will be saved.
7758         (gnus-summary-save-article-file): Revert.
7759         (gnus-summary-write-article-file): Revert.
7760         (gnus-summary-save-article-body-file): Revert.
7761         (gnus-summary-write-article-body-file): New function.
7762
7763 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * gnus-art.el (gnus-default-article-saver): Doc fix.
7766         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7767         from gnus-summary-save-article-coding-system, and default to a
7768         certain coding system.
7769         (gnus-output-to-file): Add coding cookie and encode text according
7770         to gnus-article-save-coding-system; don't use mm-append-to-file.
7771
7772         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7773         gnus-art.el and rename to gnus-article-save-coding-system.
7774         (gnus-summary-save-article): Require gnus-art; don't show all
7775         headers if it decodes articles; don't add coding cookie here;
7776         don't bind mm-text-coding-system-for-write.
7777         (gnus-summary-save-article-file): Save decoded articles.
7778         (gnus-summary-write-article-file): When saving many files, use
7779         gnus-summary-write-to-file first and gnus-summary-save-in-file
7780         thereafter unless gnus-prompt-before-saving is always.
7781         (gnus-summary-save-article-body-file): Save decoded articles.
7782
7783         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7784
7785 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * nnrss.el (nnrss-check-group): Bind hash-index.
7788
7789 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7790
7791         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7792         its hash index.  Store this hash in `nnrss-group-data'.
7793         (nnrss-read-group-data): Update accordingly.
7794
7795 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7798         entry.
7799
7800         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7801         gnus-article-browse-html-article.
7802
7803 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7804
7805         * gnus-sum.el (gnus-summary-mime-map): Add
7806         gnus-article-browse-html-article.
7807
7808         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7809
7810 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7813         suitable coding systems in customize.
7814
7815 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * mail-source.el (mail-sources): Fix custom type.
7818
7819 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7822         (gnus-summary-expire-articles-now): Shorten prompt.
7823
7824         * gmm-utils.el (wid-edit): Require.
7825         (defun-gmm): Renamed from `gmm-defun-compat'.
7826         (gmm-image-search-load-path): Use it.
7827         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7828
7829 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7832         variable.
7833         (gnus-summary-save-article): Add optional `decode' argument.  If
7834         it is set and gnus-summary-save-article-coding-system is non-nil,
7835         save decoded article.
7836         (gnus-summary-write-article-file): Save decoded article if
7837         gnus-summary-save-article-coding-system is non-nil.
7838
7839         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7840         type.
7841
7842 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7845
7846 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7849         first to test gnus-single-article-buffer which may be buffer-local.
7850
7851         * gnus-sum.el (gnus-summary-setup-buffer): Make
7852         gnus-single-article-buffer buffer-local and nil in ephemeral
7853         group; make gnus-article-buffer, gnus-article-current, and
7854         gnus-original-article-buffer always buffer-local.
7855         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7856         group.
7857         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7858
7859 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * nnml.el (nnml-request-compact-group): Compressed files might not
7862         have .gz extension.
7863
7864 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7865
7866         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7867         (mm-copy-to-buffer): Use with-current-buffer.
7868         (mm-display-part): Simplify.
7869         (mm-inlinable-p): Add optional arg `type'.
7870
7871 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7872
7873         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7874         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7875         Try harder to show the attachment internally or externally using
7876         gnus-mime-view-part-as-type.
7877
7878 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * message.el (message-from-style, message-signature-separator)
7881         (message-user-organization-file, message-send-mail-function)
7882         (message-citation-line-function, message-yank-prefix)
7883         (message-indent-citation-function, message-signature)
7884         (message-signature-file, message-signature-insert-empty-line):
7885         Remove autoloads.
7886
7887         * gnus-art.el (gnus-buttonized-mime-types): Remove
7888         "multipart/signed".  Revert 2006-04-26 change.
7889
7890 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * gnus.el (gnus-version-number): Bump version.
7893
7894 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7895
7896         * gnus.el: No Gnus v0.5 is released.
7897
7898 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7899
7900         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7901         fetching articles by message-id.
7902
7903 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904
7905         * message.el (hashcash): Require hashcash as normal.
7906
7907         * ecomplete.el (ecomplete-highlight-match-line): Use
7908         point-at-eol.
7909         (ecomplete-highlight-match-line): Use `highlight', because that
7910         face exists in both Emacs and XEmacs.
7911
7912         * message.el (message-display-abbrev): Use point-at-bol.
7913
7914         * mail-source.el: Don't require timer/timer-funcs.
7915
7916         * gnus-async.el: Ditto.
7917
7918         * password.el: Ditto.
7919
7920         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7921
7922         * mm-url.el: Ditto.
7923
7924         * gnus-xmas.el: Don't require timer-funcs.
7925
7926         * mm-util.el: Require timer/timer-funcs.
7927
7928 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7929
7930         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7931         Close.
7932
7933 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7936         unibyte after clear-decrypt function runs.
7937
7938         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7939         returns as a unibyte string.
7940
7941 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * lpath.el: Revert.
7944
7945         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7946         (pgg-gpg-process-sentinel): Revert.
7947
7948         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7949         (pgg-pgp-lookup-key): Revert.
7950
7951         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7952         (pgg-pgp5-lookup-key): Revert.
7953
7954         * pgg.el (pgg-fetch-key): Revert.
7955
7956 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * lpath.el: Fbind string-as-multibyte for XEmacs.
7959
7960         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7961         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7962         (mml1991-pgg-encrypt): Ditto.
7963
7964         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7965         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7966         a multibyte buffer.
7967
7968         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7969         (pgg-pgp-lookup-key): Ditto.
7970
7971         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7972         (pgg-pgp5-lookup-key): Ditto.
7973
7974         * pgg.el (pgg-fetch-key): Ditto.
7975
7976 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * message.el (message-user-organization-file): Check several
7979         locations of the organization file.
7980
7981         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7982         Add gnus-article-view-part-as-type.
7983
7984         * gnus-art.el (gnus-article-view-part-as-type): New function.
7985
7986         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7987         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7988
7989         * mml.el: Simplify autoload.
7990         (mml-mode): defvar dnd-protocol-alist instead of using
7991         symbol-value.
7992         (mml-default-directory): New variable.
7993         (mml-minibuffer-read-file): Use it.
7994         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7995
7996         * message.el (message-citation-line-format): New variable.
7997         (message-insert-formated-citation-line): New function.
7998         (message-citation-line-function): Add
7999         `message-insert-formated-citation-line' to custom type.
8000
8001         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8002         to doc string.
8003
8004         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8005         depending on mm-verify-option.
8006
8007 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8010         binding pgg-* variables; reimplement the section which prevents
8011         MIME header from being signed.
8012         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8013         pgg-text-mode; remove a blank line at the top of body.
8014
8015         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8016         lines at the top of body; use gnus-newsgroup-charset if there's no
8017         Charset header.
8018
8019 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * message.el (message-self-insert-commands): Doc fix.
8022
8023         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8024         (mm-uu-pgp-encrypted-test): Ditto.
8025         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8026         between header and body; return application/pgp-encrypted handle
8027         if decryption failed; decode decrypted body by charset.
8028
8029         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8030         element match to application/pgp-*.
8031
8032 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8033
8034         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8035         HTML.
8036
8037 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8038
8039         * mail-source.el (mail-source-call-script): Message the error
8040         string.
8041
8042 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043
8044         * gnus-util.el (gnus-byte-compile): Use it.
8045
8046 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8047
8048         * gnus-util.el (kill-empty-logs): New function.
8049
8050 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8051
8052         * message.el (message-mail-alias-type): Doc fix.
8053         (message-mail-alias-type-p): New function.
8054         (message-send): Use it.
8055         (message-mode): Ditto.
8056         (message-strip-forbidden-properties): Ditto.
8057
8058         * ecomplete.el (ecomplete-database-file-coding-system): New
8059         variable.
8060         (ecomplete-save): Use it.
8061         (ecomplete-setup): Use it.
8062
8063 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * message.el (message-self-insert-commands): New variable.
8066         (message-strip-forbidden-properties): Use it.
8067
8068 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8069
8070         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8071         that doesn't make XEmacs choke.
8072
8073 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * gnus-util.el (gnus-replace-in-string):
8076         Prefer replace-regexp-in-string over of replace-in-string.
8077
8078 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * gnus-util.el (gnus-select-frame-set-input-focus):
8081         Use select-frame-set-input-focus if it is available in XEmacs; use
8082         definition defined in Emacs 22 for old Emacsen.
8083
8084         * dgnushack.el: Autoload unmorse-region for XEmacs.
8085
8086         * lpath.el: Bind cursor-in-non-selected-windows and
8087         select-frame-set-input-focus for XEmacs.
8088
8089 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8092
8093 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8094
8095         * gnus-registry.el (gnus-registry-cache-save): Remove text
8096         properties when saving via the temp buffer.
8097
8098 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * message.el (message-generate-hashcash): Honor custom type.
8101
8102 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8103
8104         * message.el (message-generate-hashcash): Default to non-nil when
8105         hashcash is found.
8106
8107         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8108         (gnus-refer-thread-limit): Increase default to 500.
8109
8110         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8111
8112         * flow-fill.el (fill-flowed): Allow delete-space.
8113
8114 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8117         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8118         Remove autoloads.
8119
8120 2006-04-18  Simon Josefsson  <jas@extundo.com>
8121
8122         * message.el (message-generate-hashcash): Default to.
8123
8124 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8127         concatenating segments rather than before concatenating them.
8128
8129 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8132
8133 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8136
8137         * message.el (message-forward-make-body-plain): Allow
8138         message-forward-ignored-headers to be a list.
8139         (message-remove-ignored-headers): Factor out into function.
8140         (message-forward-make-body-mml): Use it.
8141
8142         * imap.el (imap-quote-specials): New function.
8143         (imap-login-auth): Quote specials.
8144
8145         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8146         (rfc2231-parse-string): Allow concatanation of parameters that
8147         aren't contiguous.  The test case is
8148           (mail-header-parse-content-type "message/external-body;
8149             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8150             access-type=LOCAL-FILE;
8151             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8152
8153 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8154
8155         * nntp.el (nntp-accept-process-output): Return the value of
8156         `nnheader-accept-process-output'.
8157
8158 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8159
8160         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8161         (gnus-button-alist): Recognize more diff formats.
8162         (gnus-button-patch): Strip directory.
8163
8164 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8165
8166         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8167         Emacs 22 when setting focus.
8168
8169 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus-art.el (gnus-article-treat-types): Do treatment of
8172         text/x-verbatim parts.
8173         (gnus-button-patch): New command.
8174
8175         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8176         addresses that contain invalid characters.
8177
8178 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179
8180         * message.el (message-put-addresses-in-ecomplete): Use
8181         gnus-replace-in-string.
8182         (message-is-yours-p): Use the more correct
8183         mail-header-parse-address instead of
8184         mail-extract-address-components.
8185         (message-put-addresses-in-ecomplete): Fix typo.
8186
8187         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8188         keystroke.
8189
8190         * gnus-art.el (gnus-treatment-function-alist): Change order of
8191         newsgroups/generic header folding to avoid double-folding.
8192
8193         * message.el (message-hidden-headers): Add X-Draft-From.
8194
8195         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8196         command.
8197         (gnus-summary-repeat-search-article-backward): New command.
8198
8199         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8200         groups in the parent topic.
8201
8202 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8203
8204         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8205         (spam-extra-header-to-number): Return the CRM114 number as a
8206         number instead of a string.
8207
8208 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8209
8210         * gnus-art.el (gnus-face-properties-alist): Moved here from
8211         gnus-fun.
8212
8213         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8214
8215 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8216
8217         * message.el (message-strip-forbidden-properties): Only display on
8218         self-insert-command.
8219
8220         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8221         reindent.
8222         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8223
8224 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8225
8226         * smiley.el (smiley-style): Fix typo.
8227
8228 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * hashcash.el (hashcash-insert-payment-async-2): Use
8231         message-goto-eoh instead of doing it manually.
8232         (mail-add-payment): Use message-narrow-to-header instead of trying
8233         to do the same itself.
8234
8235         * message.el (message-hidden-headers): Add Face.
8236
8237         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8238         reparenting code.
8239         (gnus-summary-reparent-children): Refactored out code.
8240         (gnus-summary-thread-map): New keystroke.
8241         (gnus-summary-reparent-children): Make into command.
8242
8243         * smiley.el (smiley-style): Default to `medium' if using a large
8244         font.
8245
8246         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8247         does it itself.
8248
8249         * message.el (message-point-in-header-p): Simplify definition.
8250
8251 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8252
8253         * nnagent.el (nnagent-request-set-mark): Silence log file
8254         writing.
8255         (nnagent-request-set-mark): Use write-region instead of
8256         append-to-file.
8257
8258         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8259         strange select method.
8260
8261         * ecomplete.el (ecomplete-display-matches): Get highlightling
8262         right.
8263         (ecomplete-display-matches): Use literals.
8264         (ecomplete-display-matches): Disable message logging.
8265
8266         * message.el (message-display-abbrev): Small optimization.
8267
8268         * ecomplete.el (ecomplete-display-matches): Allow automatic
8269         display.
8270
8271         * message.el (message-strip-forbidden-properties): Display
8272         abbrevs.
8273         (message-display-abbrev): Get automatic display right.
8274
8275         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8276         keystrokes.
8277
8278 2006-04-13  Romain Francoise  <romain@orebokech.com>
8279
8280         TODO: Backport to v5-10!
8281
8282         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8283         Moved here (and renamed) from gnus-registry.el.
8284
8285         * gnus-registry.el: Require gnus-util.
8286         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8287
8288 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * gnus-group.el (gnus-group-catchup-current): Change
8291         if-then-else-if-then-else into cond.
8292         (gnus-group-catchup): Indent.
8293         (group-name-at-point): New function.
8294         (gnus-fetch-group): Provide default from thing at point.
8295
8296 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297
8298         * message.el (message-display-abbrev): Fix regexp.
8299
8300         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8301         choosing.
8302         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8303         dead variables.
8304
8305         * message.el (message-newline-and-indent): Remove debugging.
8306         (message-display-abbrev): Use new implementation.
8307
8308 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-art.el (gnus-article-mode): Set
8311         cursor-in-non-selected-windows to nil.
8312
8313         * smiley.el: Revert previous change.
8314         (smiley-data-directory): defvar it before using it in the
8315         defcustom of `smiley-style'.
8316
8317 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8318
8319         * message.el (message-newline-and-indent): New function.
8320
8321         * ecomplete.el: Implement more bits.
8322
8323         * message.el (message-put-addresses-in-ecomplete): Clean up the
8324         string.
8325
8326         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8327
8328         * gnus-sum.el (gnus-summary-save-parts): Bind
8329         gnus-summary-save-parts-counter and use it to make unique file
8330         names.
8331
8332         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8333
8334         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8335         parameter to say whether to actually parse the individual
8336         addresses.
8337
8338         * message.el (message-put-addresses-in-ecomplete): New function.
8339         (ecomplete): Require.
8340         (message-mail-alias-type): Add ecomplete as an option.
8341
8342 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8343
8344         * flow-fill.el (fill-flowed): Remove trailing space from blank
8345         quoted lines.
8346
8347 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348
8349         * smiley.el (smiley-style): Move definition later to avoid a
8350         compilation warning.
8351
8352 2006-04-12  Kenichi Handa  <handa@m17n.org>
8353
8354         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8355         buffer and then decode the buffer text if necessary.
8356         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8357         first, and after mm-encode-body, change the buffer to unibyte.
8358         Use mm-disable-multibyte instead of set-buffer-multibyte.
8359
8360 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8363         Content-Type header instead of Content-Disposition header.
8364         (gnus-mime-inline-part): Ditto.
8365         (gnus-mime-view-part-as-charset): Ignore charset that the part
8366         specifies.
8367
8368         * mm-decode.el (mm-display-part): Work with external parts and
8369         usual parts similarly.
8370
8371         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8372         instead of gnus-display-mime.
8373
8374         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8375         instead of with-temp-buffer.
8376
8377         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8378         tag to summarized topics part in order to encode non-ASCII text.
8379
8380 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * smiley.el (smiley-style): New variable.
8383         (smiley-directory): New function.
8384         (smiley-data-directory): Derive from `smiley-style' using
8385         `smiley-directory'.
8386         (smiley-regexp-alist): Add new entries.
8387
8388         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8389         (gnus-article-browse-delete-temp): Add :version.
8390
8391 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8392
8393         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8394         the sieve region.
8395
8396 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8397
8398         * gnus.el (gnus-version-number): Bump version.
8399
8400 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * gnus.el: No Gnus v0.4 is released.
8403
8404 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8407         layout.
8408
8409         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8410         unknown charset.
8411
8412         * message.el (message-header-synonyms): Add Original-To to the
8413         default.
8414
8415         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8416         optional parameter.
8417
8418 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * gnus-fun.el (gnus): Require it for gnus-directory.
8421
8422 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8425
8426 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8427
8428         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8429
8430 2006-04-05  Simon Josefsson  <jas@extundo.com>
8431
8432         * password.el (password-reset): New function.
8433
8434 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8435
8436         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8437         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8438
8439 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8440
8441         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8442         Some whitespace was matched into the url, which broke browsing hits
8443         > 100 when mm-url-use-external was nil.
8444
8445 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8446
8447         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8448         gnus-extra-headers for 'Newsgroups.
8449
8450         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8451         bound.
8452
8453 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8454
8455         * pgg-gpg.el: Clean up process buffers every time gpg processes
8456         complete.
8457
8458 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8461         doc string.
8462
8463 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8464
8465         * pgg-gpg.el (pgg-gpg-process-filter)
8466         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8467
8468         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8469         lines, temporary fix.
8470
8471 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8474
8475 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8476
8477         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8478         default-enable-multibyte-characters.  This reverts the change from
8479         revision 6.17 which is no longer necessary because the passphrase
8480         is sent separately now.  GnuPG messages are unreadable under
8481         multibyte locales with default-enable-multibyte-characters set to
8482         nil.
8483
8484 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * message.el (message-tool-bar-gnome): Move "spell".
8487
8488 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8491         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8492         instead.
8493
8494 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8495
8496         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8497         newsgroups handling for NNTP overviews which don't include
8498         Newsgroups.
8499
8500 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8501
8502         * message.el (message-resend): Bind message-generate-hashcash to nil.
8503
8504 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8505
8506         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8507         when searching for already-paid recipients.
8508
8509 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8510
8511         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8512         passphrases when it is not needed.
8513         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8514         passphrase stuff from gpg, should only be necessary when you use
8515         gpg with a smartcard.
8516
8517 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * mml.el (mml-insert-mime): Ignore cached contents of
8520         message/external-body part.
8521
8522         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8523         (mm-insert-part): Ditto.
8524
8525 2006-03-23  Simon Josefsson  <jas@extundo.com>
8526
8527         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8528         Reiner.
8529         (pgg-gpg-use-agent-p): Use it again.
8530
8531 2006-03-23  Simon Josefsson  <jas@extundo.com>
8532
8533         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8534         older emacsen.
8535         (pgg-gpg-use-agent-p): Don't use it.
8536
8537 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8540         if we can.
8541
8542 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8543
8544         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8545         (pgg-gpg-update-agent): New function.
8546         (pgg-gpg-use-agent-p): New function.
8547         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8548         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8549         (pgg-gpg-sign-region): Use it.
8550
8551 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8554         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8555
8556 2006-03-21  Simon Josefsson  <jas@extundo.com>
8557
8558         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8559         <wilde@sha-bang.de>.
8560         (pgg-gpg-use-agent): New variable.
8561         (pgg-gpg-process-region): Use it.
8562         (pgg-gpg-encrypt-region): Likewise.
8563         (pgg-gpg-encrypt-symmetric-region): Likewise.
8564         (pgg-gpg-decrypt-region): Likewise.
8565         (pgg-gpg-sign-region): Likewise.
8566         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8567
8568 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8569
8570         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8571
8572         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8573         Add comment on version.
8574
8575 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * smiley.el: Add missing test smiley.
8578
8579 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * mm-decode.el (mm-with-part): New macro.
8582         (mm-get-part): Use it; work with message/external-body as well.
8583         (mm-save-part): Treat name and filename equally.
8584
8585         * mm-extern.el (mm-extern-cache-contents): New function.
8586         (mm-inline-external-body): Use it; force the part to be displayed;
8587         move undisplayer added to the cached handle to the parent.
8588
8589         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8590         (gnus-mime-view-part-as-type): Work with message/external-body.
8591
8592         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8593
8594 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8597         images in image-load-path.  [Sync with image.el, revision 1.60, in
8598         Emacs.]
8599
8600 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8603         path rather than symbol.  Always return list of directories.
8604         Guarantee that image directory comes first.  [Sync with image.el,
8605         revision 1.59, in Emacs.]
8606
8607         * message.el (message-make-tool-bar): Adjust to new API of
8608         `gmm-image-load-path-for-library'.
8609
8610         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8611
8612         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8613
8614 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8615
8616         * gnus-art.el (gnus-article-only-boring-p):
8617         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8618         intangible text.
8619         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8620
8621 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8622
8623         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8624         `defun' instead of `gmm-defun-compat'.
8625
8626 2006-03-14  Simon Josefsson  <jas@extundo.com>
8627
8628         * message.el (message-unique-id): Don't use message-number-base36
8629         if (user-uid) is a float.
8630         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8631
8632 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8635
8636         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8637         empty line between a part and a message part.
8638
8639 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8640
8641         * smiley.el: Add more test smileys.
8642         (smiley-data-directory, smiley-regexp-alist)
8643         (gnus-smiley-file-types): Fix doc strings.
8644         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8645         adding new elements.
8646         (smiley-mouse-map): Unused code.  Make it a comment.
8647
8648 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8651         scan latest NoCeM messages instead of old ones.
8652         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8653         delimiters that are recently used.
8654         (gnus-nocem-load-cache): Add autoload cookie.
8655
8656         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8657
8658         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8659         level which is larger than gnus-use-nocem is specified.
8660
8661         * gnus-group.el (gnus-group-get-new-news): Ditto.
8662
8663 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * gnus-util.el (gnus-tool-bar-update): New function.
8666
8667         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8668         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8669
8670         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8671
8672         * gnus-group.el (gnus-group-redraw-when-idle)
8673         (gnus-group-redraw-check): Remove.
8674         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8675
8676 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8679         if optional last element is specified in splits (FIELD VALUE...).
8680
8681 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8684         to gmm-image-load-path-for-library.  Call with no-error argument.
8685         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8686
8687         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8688
8689         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8690
8691         * gmm-utils.el (gmm-image-load-path): Remove alias.
8692
8693 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * gmm-utils.el (gmm-image-load-path): Add alias.
8696
8697         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8698         nnml-generate-nov-databases-1.
8699         (nnml-generate-nov-databases): Use it.
8700         (nnml-generate-nov-databases-directory): Document no-active
8701         argument.
8702
8703         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8704         directory if path is t.  Add no-error.
8705
8706         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8707         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8708
8709         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8710         resetting gnus-article-browse-html-temp-list.
8711
8712         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8713         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8714         Add example to docstring.  Rename local variables.  Move error
8715         checks to default case in cond and simplify.
8716
8717 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8720         handle is multipart when calling it recursively.
8721         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8722
8723 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8724
8725         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8726         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8727
8728 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8731         is loaded.
8732
8733         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8734         loaded.
8735
8736 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8739         to "Emacs 23 (unicode)" in doc string.
8740
8741         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8742         "Emacs 23 (unicode)" in comment.
8743
8744 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8747
8748         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8749         characters 160 through 255 in Emacs 23.
8750
8751 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8754         gnus-article-browse-html-temp.
8755         (gnus-article-browse-delete-temp): Make it customizable.  Add
8756         `file'.  Adjust doc string.
8757         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8758         query for each file.  Adjust doc string.
8759         (gnus-article-browse-html-parts): Add
8760         `gnus-article-browse-delete-temp-files' to
8761         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8762
8763 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8764
8765         * gnus-art.el (gnus-article-browse-html-temp)
8766         (gnus-article-browse-delete-temp): New variables.
8767         (gnus-article-browse-delete-temp-files): New function.
8768         (gnus-article-browse-html-parts): Use it.
8769
8770 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8773
8774         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8775         string.
8776
8777         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8778         gnus-summary-insert-new-articles when unplugged.  Remove
8779         gnus-summary-search-article-forward.
8780
8781         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8782         display-visual-class instead of display-color-cells.
8783
8784 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * dgnushack.el: Autoload customize-group for XEmacs.
8787
8788         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8789         message/* containing non-ASCII text properly.
8790
8791 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * message.el: Require gmm-utils, remove autoloads.
8794         (message-tool-bar): Set default based on
8795         gmm-tool-bar-style.
8796         (message-tool-bar-gnome): Add gmm-customize-mode.
8797
8798         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8799         gmm-tool-bar-style.
8800         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8801
8802         * gnus-group.el (gnus-group-tool-bar): Set default based on
8803         gmm-tool-bar-style.
8804         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8805
8806         * gmm-utils.el (gmm-image-directory): Rename variable from
8807         gmm-image-load-path.
8808         (gmm-image-load-path): Use gmm-image-directory.
8809         (gmm-customize-mode): New function.
8810         (gmm-tool-bar-style): New variable.
8811
8812         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8813         gnus-group-redraw-line-number.
8814         (gnus-group-redraw-check): Simplify.
8815         (gnus-group-tool-bar-update): Remove redraw check.
8816         (gnus-group-make-tool-bar): Add redraw check.
8817
8818 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8819
8820         * gnus-art.el (gnus-button): Add missing parentheses.
8821
8822 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * lpath.el: Fbind line-number-at-pos.
8825
8826 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8829
8830 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * gnus-art.el (gnus-button): New face.
8833         (gnus-article-button-face): Use it.
8834
8835         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8836         gnus-summary-next-page.  Re-order.
8837
8838         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8839         next-node are now included.
8840         (gnus-group-redraw-line-number): New internal variable.
8841         (gnus-group-redraw-check): Helper function for updating the tool
8842         bar.
8843         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8844
8845         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8846
8847         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8848         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8849         Use it to match format of Spamassassin 3.0 and later.  Reported by
8850         IRIE Tetsuya <irie@t.email.ne.jp>.
8851         (spam-check-bogofilter)
8852         (spam-bogofilter-register-with-bogofilter): Fix args of
8853         `gnus-error' calls.
8854
8855 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8858         unnecessary interaction when sending queued mails.  Reported by
8859         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8860
8861 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8864         first or last are nil.
8865
8866 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8867
8868         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8869
8870 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8873
8874 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8875
8876         * dns.el (query-dns): Protect more against buggy tcp output.
8877
8878 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8881         nov.php.
8882
8883 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8884
8885         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8886         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8887         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8888         output on the server side.
8889         (nnweb-google-create-mapping): Update regexps and add some
8890         progress indication.
8891
8892 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8895         gnus-agent-toggle-plugged.  Re-order icons.
8896         (gnus-group-tool-bar-gnome): Add
8897         gnus-group-{prev,next}-unread-group.
8898         (gnus-group-tool-bar-gnome): Re-order icons.
8899
8900         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8901         gnus-summary-insert-new-articles.
8902
8903         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8904         comments.
8905
8906         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8907         also available in Emacs 21.3.
8908
8909         * message.el (message-fix-before-sending): Change "Emacs 22" to
8910         "Emacs 23 (unicode)" in comment.
8911
8912         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8913         "Emacs 23 (unicode)" in comment.
8914
8915         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8916         comment.
8917         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8918
8919         * mm-view.el (mm-fill-flowed): Add :version.
8920
8921 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8924         and load-path.
8925
8926 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8927
8928         * message.el: Autoload gmm-image-load-path.
8929         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8930         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8931         consitency.
8932
8933         * gmm-utils.el (gmm-image-load-path): Also search in
8934         "../etc/images".  Don't set gmm-image-load-path if we don't find
8935         the image.
8936
8937 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gmm-utils.el (gmm-image-load-path): Don't make
8940         `gmm-image-load-path' include subdirectories which the second arg
8941         `image' might specify.
8942
8943         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8944         subdirectory to icon file names.
8945
8946         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8947
8948 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8951         gmm-image-load-path calls.
8952
8953         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8954
8955         * message.el (message-make-tool-bar): Ditto.
8956
8957         * mml.el (mml-preview): Added comment concerning tool bar icons.
8958
8959         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8960         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8961
8962         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8963         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8964
8965         * message.el (message-tool-bar-gnome): Use new icon names.
8966         (message-make-tool-bar): Use `gmm-image-load-path'.
8967
8968         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8969         functions from MH-E.
8970         (gmm-image-load-path): New variable from MH-E.
8971         (gmm-image-load-path): New function from MH-E.  Added arguments
8972         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8973         *-image-load-path-called-flag.
8974
8975 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8976
8977         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8978
8979 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8980
8981         * nnimap.el (nnimap-request-move-article): Change folder back to
8982         source group before deleting.
8983
8984 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8985
8986         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8987
8988         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8989         mm-url.
8990
8991         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8992
8993 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8996         coding system which mm-charset-to-coding-system returns for a
8997         given charset is valid.
8998
8999 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9000
9001         * html2text.el (html2text-remove-tag-list):
9002         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9003
9004 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9005
9006         * gnus-cus.el: Revert 2005-10-17 change.
9007
9008 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-art.el (article-strip-banner): Call
9011         article-really-strip-banner only when the regexp match is made.
9012
9013 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus-art.el (article-strip-banner): Use
9016         gnus-extract-address-components instead of
9017         mail-header-parse-addresses to make it work with non-ASCII text;
9018         remove mail-encode-encoded-word-string.
9019
9020         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9021         values which are surrounded with \"...\"; make it never cause a
9022         Lisp error; give up parsing of parameters if it failed in
9023         extracting type.
9024
9025 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9026
9027         * smime.el (smime-cert-by-ldap-1): Fix bug where
9028         `smime-ldap-search' returns results without userCertificates.
9029
9030 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9033
9034 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * spam.el (spam-check-spamassassin-headers): Adapt format for
9037         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9038         <ari@mbf.ocn.ne.jp>.
9039         (spam-list-of-processors): Add spam-use-gmane.
9040
9041 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9044         make-temp-file; make it work with XEmacs as well.
9045
9046         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9047         mm-make-temp-file.
9048
9049         * mm-decode.el (mm-display-external): Use the 3rd arg of
9050         mm-make-temp-file.
9051         (mm-create-image-xemacs): Ditto.
9052
9053 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9056         with message-narrow-to-headers.
9057         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9058         (gnus-draft-check-draft-articles): New function.
9059         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9060
9061 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9062
9063         * gnus-art.el (gnus-article-browse-html-parts):
9064         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9065         Don't use suffix argument for mm-make-temp-file for Emacs 21
9066         compatibility.  Remove useless `format'.
9067
9068 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9069
9070         * nnweb.el (nnweb-google-wash-article): Update regexps.
9071         (nnweb-group-alist): Use defvoo instead of defvar.
9072
9073 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9076         re-loading nn* modules.
9077
9078 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9081         for `tool-bar-mode' and don't check it's default-value.
9082
9083         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9084
9085         * message.el (message-make-tool-bar): Ditto.
9086
9087         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9088         `substring'.  Shorten tmp-file name.
9089
9090         * gnus.el: Remove bogus comment.
9091
9092 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9093
9094         * gnus-art.el (gnus-article-browse-html-parts): New function.
9095         (gnus-article-browse-html-article): New function for viewing html
9096         articles with a browser.
9097
9098 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9099
9100         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9101         in elisp.
9102         (pgg-gpg-encrypt-symmetric-region): Ditto.
9103         (pgg-gpg-sign-region): Ditto.
9104
9105         * pgg-def.el (pgg-text-mode): New variable.
9106
9107         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9108         (mml2015-pgg-encrypt): Ditto.
9109
9110         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9111         (mml1991-pgg-encrypt): Ditto.
9112
9113 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9116         message-make-date instead of current-time-string.
9117
9118         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9119         to gnus-decoded which mm-uu might set.
9120
9121 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9124         don't decode quoted parameters; remove misimported Emacs code.
9125         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9126         (rfc2231-decode-encoded-string): Don't use split-string which
9127         behaves differently according to Emacs version; use
9128         mm-decode-coding-region to convert charset to coding-system.
9129         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9130         (rfc2231-encode-string): Remove misimported Emacs code.
9131
9132 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9135         when calling mail-header-parse-content-type.
9136         (article-de-quoted-unreadable): Ditto.
9137         (article-de-base64-unreadable): Ditto.
9138         (article-wash-html): Ditto.
9139
9140         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9141         calling mail-header-parse-content-type and
9142         mail-header-parse-content-disposition.
9143         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9144         mail-header-parse-content-type.
9145
9146         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9147         insert charset and format parameters; encode description after
9148         inserting it to buffer.
9149         (mml-insert-parameter): Fold lines properly even if a parameter is
9150         segmented into two or more lines; change the max column to 76.
9151
9152         * rfc1843.el (rfc1843-decode-article-body): Don't use
9153         ignore-errors when calling mail-header-parse-content-type.
9154
9155         * rfc2231.el (rfc2231-parse-string): Return at least type if
9156         possible; don't cause an error even if it fails in parsing of
9157         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9158         (rfc2231-encode-string): Don't break lines at the beginning, leave
9159         it to mml-insert-parameter.
9160
9161         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9162         calling mail-header-parse-content-type.
9163
9164 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * spam-report.el (spam-report-gmane-use-article-number):
9167         Improve doc string.
9168         (spam-report-gmane-internal): Check if a suitable header was found
9169         in the article.
9170
9171 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9174         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9175
9176 2006-02-05  Romain Francoise  <romain@orebokech.com>
9177
9178         Update copyright notices of all files in the gnus directory.
9179
9180 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9181
9182         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9183
9184 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9187         segmented lines of parameter value to cope with Thunderbird 1.5
9188         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9189         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9190         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9191
9192 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9193
9194         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9195         parts.
9196
9197 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9198
9199         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9200         there's only one active file for all servers.
9201         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9202         solid groups.  Gnus might have used a FAST request to select the group.
9203         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9204         and nnweb-search redundantly in the active file.
9205         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9206         (nnweb-request-create-group): Don't use ARGS.
9207         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9208         initialisations.  Let nnoo do the work.
9209
9210 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9213         Say the part has been decoded.
9214
9215         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9216
9217 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9218
9219         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9220         mailcap-viewer-test-cache when there's no 'test clause, since that
9221         will invert the meaning of a "nil" test previously determined by
9222         mailcap-mailcap-entry-passes-test.
9223
9224 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9227         compiling.
9228
9229         * gnus-sum.el: Ditto.
9230
9231         * message.el: Don't bind tool-bar-map when compiling.
9232
9233 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9236
9237 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9238
9239         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9240         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9241         current Google Groups.
9242
9243 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9246         and tool-bar-mode.
9247
9248         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9249         and tool-bar-mode.
9250
9251         * message.el (message-tool-bar-update): Simplify.
9252         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9253
9254         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9255         gnus-summary-buffer.
9256         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9257         gnus-summary-reply.
9258
9259         * gmm-utils.el (gmm): Add :version.
9260
9261 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * Makefile.in (clean): New rule.
9264         (distclean): Use it.
9265
9266 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9267
9268         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9269         autoload.
9270
9271 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * gmm-utils.el (gmm-verbose): Add :group.
9274
9275 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * message.el: Change some comments WRT tool-bars.
9278
9279         * gnus-sum.el (gnus-summary-tool-bar)
9280         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9281         (gnus-summary-tool-bar-zap-list): New variables.
9282         (gnus-summary-make-tool-bar): Complete rewrite using
9283         `gmm-tool-bar-from-list'.
9284
9285         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9286         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9287         variables.
9288         (gnus-group-make-tool-bar): Complete rewrite using
9289         `gmm-tool-bar-from-list'.
9290         (gnus-group-tool-bar-update): New function.
9291
9292         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9293
9294 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9297         is dissected into a single part of which the type is the same as
9298         the given one; decode charset.
9299
9300 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9301
9302         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9303         into alists as symbol not string, since that's what
9304         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9305         look for.
9306
9307 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9310         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9311
9312         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9313
9314 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9317         (gnus-xmas-mime-security-button-menu): New function.
9318
9319         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9320         (gnus-mime-security-button-menu): New definition.
9321         (gnus-mime-security-button-map): Use them.
9322         (gnus-mime-security-button-menu): New function.
9323         (gnus-insert-mime-security-button): Addition to help echo.
9324         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9325         (gnus-mime-security-pipe-part): New functions.
9326
9327         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9328         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9329
9330         * mm-decode.el (mm-handle-set-disposition): Remove.
9331         (mm-handle-set-description): Remove.
9332
9333 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9336         (mm-w3m-standalone-supports-m17n-p): New function.
9337         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9338         w3m usage.
9339
9340         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9341         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9342
9343 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * message.el (message-tool-bar-zap-list): Use
9346         gmm-tool-bar-zap-list as custom type.
9347         (message-tool-bar-update): New function.
9348         (message-tool-bar, message-tool-bar-gnome)
9349         (message-tool-bar-retro): Add message-tool-bar-update.
9350         (message-tool-bar-gnome): Add flyspell-buffer.
9351
9352         * gnus-util.el (gnus-error): Describe `args'.
9353
9354         * gmm-utils.el (gmm-error): Describe `args'.
9355         (gmm-tool-bar-zap-list): New widget.
9356         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9357
9358 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9361         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9362         the number of recursive calls.
9363
9364         * mm-decode.el (mm-handle-set-disposition): New macro.
9365         (mm-handle-set-description): New macro.
9366
9367 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9370         encoding.
9371
9372 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * message.el (message-tool-bar-zap-list, message-tool-bar)
9375         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9376         (message-tool-bar-local-item-from-menu): Remove.
9377         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9378         (message-make-tool-bar): New function.
9379         (message-mode): Use `message-make-tool-bar'.
9380
9381         * gmm-utils.el: New file.
9382         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9383         (gmm-lazy): New widget copied from `nnmail.el'.
9384         (gmm-tool-bar-from-list): New function for creating customizable
9385         tool bars.
9386         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9387         output.
9388         (gmm): Add :prefix to defgroup.
9389
9390 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9391
9392         * gmm-utils.el (gmm-widget-p): New function.
9393
9394 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * mml.el (mml-attach-file): Describe `description' in doc string.
9397         (mml-menu): Add Emacs MIME manual and PGG manual.
9398
9399 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9400
9401         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9402
9403 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9404
9405         * nntp.el (nntp-end-of-line): Doc fix.
9406
9407 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9408
9409         * imap.el (imap-open): Handle case where buffer is a buffer
9410         object.
9411
9412 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9413
9414         * gnus-delay.el (gnus-delay): Don't autoload.
9415         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9416         to be re-loaded when customizing the `gnus-delay' group.
9417
9418 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9419
9420         * message.el (message-insert-citation-line): Use newlines.
9421
9422 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9423
9424         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9425         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9426         these routines, so the passphrase can be managed externally and
9427         passed in to the system.
9428         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9429         pgg-add-passphrase-to-cache function.
9430
9431         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9432         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9433         these routines, so the passphrase can be managed externally and
9434         passed in to the system.
9435         (pgg-pgp5-sign-region): Use new name of
9436         pgg-add-passphrase-to-cache function.
9437
9438 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9439
9440         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9441         part of the decoded armor to find the key-identifier.
9442         (pgg-gpg-lookup-key-owner): New function to return the
9443         human-readable identifier of a key owner.
9444         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9445         itself.
9446         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9447         the key value) if we have a key and can match it against a secret
9448         key.  Also, added a note pointing out fact that the prompt only
9449         indicates the first matching key.
9450
9451         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9452         pgg-decrypt-region.
9453         (pgg-add-passphrase-to-cache): Rename from
9454         `pgg-add-passphrase-cache' to reduce confusion (all callers
9455         changed).
9456         (pgg-remove-passphrase-from-cache): Rename from
9457         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9458         changed).
9459         (pgg-read-passphrase, pgg-add-passphrase-cache)
9460         (pgg-remove-passphrase-cache): Add informative docstrings.
9461         (pgg-decrypt): Convey provided passphrase in subordinate call to
9462         pgg-decrypt-region.
9463
9464 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9465
9466         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9467         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9468         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9469         'passphrase' argument, so the passphrase can be managed externally
9470         and then passed in to the system.
9471
9472         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9473         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9474         so the passphrase cache can be used reliably with identifiers
9475         besides a pgp packet's key id.
9476
9477         * pgg-gpg.el (pgg-gpg-encrypt-region)
9478         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9479         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9480         these routines, so the passphrase can be managed externally and
9481         passed in to the system.
9482
9483         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9484         'notruncate' argument, so the passphrase cache can be used
9485         reliably with identifiers besides a pgp packet's key id.
9486
9487 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9488
9489         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9490         symmetric encryption.
9491         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9492         encrypted session key.
9493         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9494         message ask for the passphrase in a proper way.
9495
9496         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9497         New user commands for symmetric encryption.
9498
9499 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9502
9503         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9504
9505 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9506
9507         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9508
9509 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * mm-decode.el (mm-inlined-types): Add application/pgp.
9512         (mm-automatic-display): Ditto.
9513
9514         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9515         part as text.
9516
9517 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * nnrss.el: Update copyright.
9520         (nnrss-opml-import): Query whether to subscribe to each entry.
9521
9522         * gnus-art.el:
9523         * gnus-sum.el:
9524         * gnus-xmas.el:
9525         * messagexmas.el:
9526         * mm-uu.el:
9527         * mm-view.el: Update copyright.
9528
9529 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * message.el (message-info): New function.
9532         (message-mode-menu): Add it.
9533         Update copyright.
9534
9535         * ChangeLog: Fix and update copyright.
9536
9537 2006-01-13  Romain Francoise  <romain@orebokech.com>
9538
9539         * message.el (message-forward-subject-name-subject): Prefer the
9540         address to 'nowhere' if the sender has no name.
9541         Fix typo.  Update copyright year.
9542
9543 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * gnus-art.el (article-wash-html): Use
9546         gnus-summary-show-article-charset-alist if a numeric arg is given.
9547         (gnus-article-wash-html-with-w3m-standalone): New function.
9548
9549         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9550         mm-inline-text-html-render-with-w3m-standalone.
9551         (mm-text-html-washer-alist): Map w3m-standalone to
9552         gnus-article-wash-html-with-w3m-standalone.
9553         (mm-inline-text-html-render-with-w3m-standalone): New function.
9554
9555 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9556
9557         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9558         Improve LaTeX.
9559
9560 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9563         (nnrss-request-article): Render text/plain parts as HTML.
9564
9565         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9566         the buffer.
9567
9568 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9569
9570         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9571         custom definition of `gnus-posting-styles'.
9572
9573         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9574         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9575
9576 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9579         Use nntp for bug archive.
9580
9581 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9584         parts.
9585         (nnrss-normalize-date): New function converts ISO 8601 date into
9586         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9587         (nnrss-check-group): Use it.
9588
9589 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9592
9593         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9594         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9595         (nnrss-insert-w3): Ditto.
9596
9597 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9600         the articles to be forwarded including the case where neither a
9601         number of articles nor a region is specified.
9602
9603 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * nnrss.el (nnrss-request-article): Fix last change; fill
9606         text/plain parts.
9607
9608 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9611         in text/plain part.
9612         (nnrss-check-group): Don't add excessive newline to dc:subject.
9613
9614 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9615
9616         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9617         article.
9618
9619 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9622         (nnml-use-compressed-files, nnml-save-mail): Support other
9623         comression programs such as bzip2.
9624
9625 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * dns.el (query-dns): Make sure we check the buffer size before
9628         removing tcp headers.
9629
9630 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9633         remove MIME buttons associated with multipart/alternative parts.
9634         (gnus-mime-display-alternative): Tag buttons using `article-type'
9635         text property.
9636
9637         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9638         associated with multipart/alternative parts.
9639
9640         * gnus-art.el (gnus-signature-separator): Fix custom type.
9641
9642         * mm-decode.el (mm-inlined-types): Fix custom type.
9643         (mm-keep-viewer-alive-types): Ditto.
9644         (mm-automatic-display): Ditto.
9645         (mm-attachment-override-types): Ditto.
9646         (mm-inline-override-types): Ditto.
9647         (mm-automatic-external-display): Ditto.
9648
9649 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * spam-report.el (spam-report-user-mail-address)
9652         (spam-report-user-agent): New variables.
9653         (spam-report-url-ping-plain): Use spam-report-user-agent.
9654
9655 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9656
9657         * gnus-art.el (gnus-button-handle-custom): Do not just use
9658         `customize-apropos' for any "M-x customize-*" button but the
9659         function called for.  Accept both the function name and its
9660         argument in order to achieve this.
9661         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9662         function name to `gnus-button-handle-custom' in case of "M-x
9663         customize-*" buttons.
9664
9665 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9668         multipart/alternative and add xref to mm-discouraged-alternatives
9669         in doc string.
9670
9671         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9672         gnus-buttonized-mime-types in doc string.
9673
9674 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9677         Suggest image/.* in the doc string.
9678
9679 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9682         message-marks (Debian bug #342521).
9683
9684 2005-12-12  Simon Josefsson  <jas@extundo.com>
9685
9686         * password.el (password-read-from-cache): Add.
9687         (password-read): Use it.
9688
9689 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9692         us-ascii as a MIME charset.
9693
9694         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9695         against the case where the 2nd arg TYPE is nil.
9696
9697 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * pop3.el (pop3-stream-type): Fix custom version.
9700
9701         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9702
9703 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9704
9705         * mm-decode.el (mm-display-external): Add missing cdr.
9706
9707 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9710         RFC1524) if it is in mailcap or add a suffix according to
9711         mailcap-mime-extensions when generating a temp filename; postpone
9712         deleting a temp file for 2 seconds for some wrappers, shell
9713         scripts, and so on, which might exit right after having started a
9714         viewer command as a background job.
9715
9716 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * nntp.el (nntp-marks-directory): Fix custom group.
9719
9720         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9721         steps when < 10.
9722
9723         * gnus-start.el (gnus-no-server-1): Mention
9724         `gnus-level-default-subscribed' in doc string.
9725
9726 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9727
9728         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9729         parens.
9730
9731 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus-xmas.el (gnus-use-toolbar): Revert.
9734         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9735         gnus-use-toolbar is default.
9736
9737         * messagexmas.el (message-use-toolbar): Revert.
9738         (message-setup-toolbar): Use global default-toolbar if
9739         message-use-toolbar is default.
9740
9741 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9744         according to default-toolbar-visible-p.
9745
9746         * messagexmas.el (message-use-toolbar): Ditto.
9747
9748 2005-11-26  Dave Love  <fx@gnu.org>
9749
9750         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9751         (tls-program, tls-success): Provide openssl alternative.
9752
9753         * starttls.el: Doc fixes.
9754         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9755         SERVICE to PORT.
9756
9757         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9758         port null or service name.
9759         (starttls-negotiate): Autoload.
9760
9761 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * message.el (message-kill-to-signature): Fix interactive spec.
9764
9765 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * pop3.el (pop3-open-server): Recognize a string as a service name.
9768
9769 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9770
9771         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9772
9773 2005-11-23  Dave Love  <fx@gnu.org>
9774
9775         Add pop3s, pop3/starttls.
9776
9777         * pop3.el (pop3-authentication-scheme): Clarify doc.
9778         (open-tls-stream, starttls-open-stream): Autoload.
9779         (pop3-stream-type): New.
9780         (pop3-open-server): Use it.
9781
9782         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9783         for POP.
9784         (mail-source-keyword-map): Add :stream for POP.
9785         (mail-source-fetch-pop): Use pop3-stream-type.
9786
9787 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9790         of current-time-string.
9791
9792 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9793
9794         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9795         date header.
9796
9797 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9798
9799         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9800         it can seriously impact performance as it bypasses the agent's
9801         local caches.
9802
9803 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9804
9805         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9806         must be explicitly online rather than "not explicitly offline" for
9807         its flags to be synchronized.
9808
9809         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9810         that gnus-uu-unmark-thread will function correctly.
9811
9812         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9813         1024K is instead displayed as 1M.
9814
9815 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9816
9817         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9818
9819 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9820
9821         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9822
9823 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9824
9825         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9826         error message to display actual error condition.
9827         (gnus-agent-save-local): Avoid saving symbols that are bound to
9828         nil as they simply result in a warning message in
9829         gnus-agent-read-local.
9830
9831 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9834         rather than make-variable-buffer-local for file-precious-flag.
9835
9836 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9837
9838         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9839         for duplicates which are removed.  The invalid sort check then
9840         triggers a rescan after the sort as sorting may have moved
9841         duplicate entries such that they can be cheaply detected.
9842
9843 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9846
9847 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9848
9849         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9850         internal variable to a custom variable.  Changed default value
9851         from compressed(2) to uncompressed(1).
9852         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9853         support for uncompressed agentview files.  Taken together, reading
9854         the agentview file should now be 6-7 times faster.
9855
9856 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9857
9858         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9859         as a buffer-local variable.  This avoids creating truncated
9860         dribble files as a result of a hang up, eg.
9861
9862 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9863
9864         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9865         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9866         XEmacs.
9867
9868 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * gnus-start.el (gnus-start-draft-setup): Enforce
9871         `gnus-draft-mode' for nndraft:drafts at startup.
9872
9873         * gnus.el (gnus-splash): Change custom group.
9874         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9875         allow-list argument.
9876
9877         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9878         string.
9879
9880 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * gnus-art.el (gnus-default-article-saver): Add user-defined
9883         `function' to custom type.
9884
9885 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9886
9887         * imap.el (imap-open): Handle case where buffer is a buffer
9888         object.
9889
9890 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9893         long lines.
9894         (gnus-cache-delete-group): Wrap doc strings.
9895
9896         * gnus-agent.el (gnus-agent-rename-group)
9897         (gnus-agent-delete-group): Wrap doc strings.
9898
9899 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * messagexmas.el (message-use-toolbar): Change the valid values
9902         into default, top, bottom, left, and right.
9903         (message-toolbar-thickness): New variable.
9904         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9905         well.
9906         (message-setup-toolbar): Make it work.
9907
9908         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9909         (gnus-use-toolbar): Change the valid values into default, top,
9910         bottom, left, and right.
9911         (gnus-toolbar-thickness): New variable.
9912         (gnus-xmas-setup-toolbar): New function.
9913         (gnus-xmas-setup-group-toolbar): Use it.
9914         (gnus-xmas-setup-summary-toolbar): Use it.
9915
9916 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * gnus-start.el (gnus-1): Add "native" to
9919         gnus-predefined-server-alist.
9920
9921         * gnus.el (gnus-method-to-server): Don't add "native" to the
9922         lists here, because that leads to problems when
9923         gnus-select-method is bound.
9924
9925 2005-11-09  Simon Josefsson  <jas@extundo.com>
9926
9927         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9928         use (not sort-by-date) instead.
9929
9930 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9931
9932         * gnus-delay.el (gnus-delay-group): Don't autoload.
9933         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9934         to be re-loaded when customizing the `gnus-delay' group.
9935
9936 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9937
9938         * message.el: Revert last changes.
9939         (message-insert-citation-line): Use newlines.
9940
9941 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9942
9943         * message.el (message-courtesy-message)
9944         (message-mark-insert-begin, message-mark-insert-end)
9945         (message-elide-ellipsis, message-cancel-message)
9946         (message-add-header, message-change-subject)
9947         (message-cross-post-followup-to-header)
9948         (message-cross-post-insert-note, message-reduce-to-to-cc)
9949         (message-widen-reply, message-delete-not-region)
9950         (message-kill-to-signature, message-insert-signature)
9951         (message-insert-importance-high, message-insert-importance-low)
9952         (message-insert-or-toggle-importance)
9953         (message-insert-disposition-notification-to)
9954         (message-indent-citation, message-yank-original)
9955         (message-cite-original-without-signature, message-cite-original)
9956         (message-insert-citation-line, message-position-on-field)
9957         (message-fix-before-sending, message-send-mail-partially)
9958         (message-send-mail, message-send-mail-with-sendmail)
9959         (message-send-mail-with-qmail, message-send-news)
9960         (message-check-news-header-syntax, message-generate-headers)
9961         (message-insert-courtesy-copy, message-fill-address)
9962         (message-fill-header, message-shorten-references)
9963         (message-setup-1, message-cancel-news)
9964         (message-forward-make-body-plain, message-forward-make-body-mime)
9965         (message-forward-make-body-mml, message-encode-message-body)
9966         (message-forward-make-body-digest-plain)
9967         (message-forward-make-body-digest-mime)
9968         (message-use-alternative-email-as-from): Insert `hard-newline'
9969         instead of ordinary newlines.
9970
9971 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * message.el (message-generate-headers): Downcase the argument
9974         given to message-check-element.
9975
9976 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9977
9978         * nntp.el (nntp-authinfo-rejected): New error condition.
9979         (nntp-wait-for): Use new error condition to signal authentication
9980         error.
9981         (nntp-retrieve-data): Rethrow new error condition to break out of
9982         recursive call to nntp-send-authinfo.
9983
9984 2005-11-08  Romain Francoise  <romain@orebokech.com>
9985
9986         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9987         (gnus-summary-exit-map): Bind to `Z p'.
9988         (gnus-summary-make-menu-bar): Add menu item.
9989
9990 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9993         (gnus-treat-*): Add `first' in all doc strings.
9994
9995         * gnus-group.el (gnus-group-compact-group): Fix typo.
9996
9997 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * gnus.el (gnus-parameters-case-fold-search): New variable.
10000         (gnus-parameters-get-parameter): Use it.
10001
10002         * gnus-score.el (gnus-home-score-file): Doc fix.
10003
10004 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10005
10006         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10007
10008 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * mm-util.el (mm-special-display-p): New function.
10011
10012         * mml.el (mml-preview): Use it; doc fix.
10013
10014 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10015
10016         * imap.el (imap-open): Handle case where buffer is a buffer object.
10017
10018 2005-10-29  Romain Francoise  <romain@orebokech.com>
10019
10020         * message.el (message-fix-before-sending): Fix comment.
10021
10022 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10023
10024         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10025
10026 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10027
10028         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10029         Used in gnus-score.el.
10030
10031 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10032
10033         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10034
10035 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10038         whitespace removed in revision 7.8.  Use concatenated string to
10039         protect trailing whitespace.
10040
10041 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10042
10043         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10044         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10045         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10046         Courier IMAP ("some version from 2004").  Mostly based on similar
10047         code in the same function.
10048
10049 2005-10-26  Didier Verna  <didier@xemacs.org>
10050
10051         * gnus-group.el (gnus-group-compact-group): Invalidate original
10052         article buffer.
10053         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10054         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10055         NOV database and in article itself.
10056         Invalidate article backlog.
10057
10058 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10061
10062 2005-10-26  Simon Josefsson  <jas@extundo.com>
10063
10064         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10065         part of 2004-07-25 change.
10066
10067 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * message.el (message-display-completion-list): New function.
10070         (message-expand-group): Use it; make sure the Completions buffer
10071         is modifiable.
10072 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10073
10074         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10075         user-mail-name is an empty string.
10076
10077 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10080         depending on gnus-score-decay-constant.
10081
10082         * encrypt.el (encrypt-insert-file-contents)
10083         (encrypt-write-file-contents): Don't use `gnus-message'.
10084
10085         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10086         arguments.
10087         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10088         arguments to mm-uu-verbatim-marks-extract.
10089         (mm-uu-hide-markers): New variable.
10090         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10091
10092         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10093         (gnus-convert-image-to-face-command): Use "convert" by default to
10094         allow other input image formats.
10095         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10096         accordingly.
10097
10098 2005-10-23  Simon Josefsson  <jas@extundo.com>
10099
10100         * imap.el (imap-gssapi-program): Align command line parameters
10101         with latest GNU SASL.
10102         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10103
10104 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10105
10106         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10107         HTML.
10108         (nnslashdot-request-article): Ditto.
10109
10110         * lpath.el (featurep): Add nobreak-char-display.
10111
10112 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10113
10114         * mail-source.el (mail-source-fetch-pop): Require pop3.
10115         (mail-source-check-pop): Ditto.
10116
10117 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10120         errors.
10121
10122 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10125         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10126
10127         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10128
10129         * mm-bodies.el (mm-decode-string): Call
10130         `mm-charset-to-coding-system' with allow-override argument.
10131
10132 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10135         (rfc2047-charset-to-coding-system): New function.
10136         (rfc2047-decode-encoded-words): New function.
10137         (rfc2047-decode-region): Use them.
10138         (rfc2047-decode-cte): Remove.
10139         (rfc2047-parse-and-decode): Remove.
10140         (rfc2047-decode): Remove.
10141
10142 2005-10-15  Kenichi Handa  <handa@m17n.org>
10143
10144         * rfc2047.el (rfc2047-decode-cte): New function.
10145         (rfc2047-decode-region): Change the way to decode successive
10146         encoded-words: decode B- or Q-encoding in each encoded-word,
10147         concatenate them, and decode it as charset.
10148
10149 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * lpath.el: Fbind codepage-setup for XEmacs.
10152
10153 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10154
10155         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10156         widget-move-and-invoke.
10157         (gnus-custom-mode): Use gnus-custom-map.
10158
10159 2005-10-15  Bill Wohler  <wohler@newt.com>
10160
10161         * message.el (message-tool-bar-map): Renamed image file from
10162         mail_send to mail/send.
10163
10164 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10165
10166         * message.el (message-expand-group): Pass the common
10167         prefix substring of completion to `display-completion-list'.
10168
10169 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10170
10171         * mml-sec.el (mml-secure-method): New internal variable.
10172         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10173         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10174         functions using mml-secure-method.
10175
10176         * mml.el (mml-mode-map): Add key bindings for those functions.
10177         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10178         Harder <harder@myrealbox.com>.
10179         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10180         end of message if point is the headers of the message.
10181
10182         * message.el (message-in-body-p): New function.
10183
10184         * assistant.el: Autoload gnus-util and netrc.
10185
10186         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10187         Use `mm-charset-override-alist' only when decoding.
10188
10189         * mm-bodies.el (mm-decode-body): Call
10190         `mm-charset-to-coding-system' with allow-override argument.
10191
10192         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10193         `filename' from Content-Disposition if Content-Type doesn't
10194         provide `name'.
10195         (gnus-mime-view-part-as-type): Set default instead of
10196         initial-input.
10197
10198 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10199
10200         * format-spec.el (format-spec): Propagate text properties of % spec.
10201
10202 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * gnus-art.el (gnus-treat-predicate): Add `first'.
10205
10206 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10209         (mm-charset-override-alist): New variable.
10210         (mm-charset-to-coding-system): Use it.
10211         (mm-codepage-setup): New helper function.
10212         (mm-charset-eval-alist): New variable.
10213         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10214         about unknown charsets.
10215
10216         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10217
10218 2005-10-04  David Hansen  <david.hansen@gmx.net>
10219
10220         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10221         (nnrss-check-group): Ditto.
10222
10223 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10224
10225         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10226         Rename x-gnus-verbatim to x-verbatim.
10227         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10228
10229         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10230         x-verbatim.
10231
10232         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10233
10234         * gnus-util.el (gnus-remove-duplicates): Remove.
10235
10236         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10237         instead of gnus-remove-duplicates.
10238
10239         * message.el (message-remove-duplicates): Remove.
10240         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10241         message-remove-duplicates.
10242
10243         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10244         available, else use implementation from `delete-dups'.
10245
10246         * message.el (message-insert-expires): New function.
10247         (message-mode-map): Add key binding.
10248         (message-mode-field-menu): Add menu entry.
10249         (message-mode): Document it.
10250         (message-make-expires-date): Use `message-make-date'.
10251
10252 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10253
10254         * message.el (message-make-expires-date): New function.
10255
10256 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * Makefile.in (list-installed-shadows): New entry.
10259         (install): Use it.
10260         (remove-installed-shadows): New entry.
10261
10262         * dgnushack.el (dgnushack-default-load-path): New variable.
10263         (dgnushack-find-lisp-shadows): New function.
10264         (dgnushack-remove-lisp-shadows): New function.
10265
10266 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * Makefile.in (install-el-elc): New entry.
10269         (install): Use it so that .el files are necessarily installed.
10270
10271 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10274
10275 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10276
10277         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10278         function rather than the diff-mode.el package.
10279         (mm-display-external): Use with-current-buffer.
10280         (mm-viewer-completion-map, mm-viewer-completion-map):
10281         Move initialization inside declaration.
10282
10283 2005-09-29  Simon Josefsson  <jas@extundo.com>
10284
10285         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10286         autoload mail-check-payment.
10287         (spam-check-hashcash): Define unconditionally, since hashcash.el
10288         is part of Gnus now.  Ignore errors from payment checking.
10289
10290 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10291
10292         * message.el (message-bold-region, message-unbold-region): Rename
10293         from `bold-region' and `unbold-region'.
10294
10295         * message.el: Remove useless autoloads.
10296
10297 2005-09-28  Simon Josefsson  <jas@extundo.com>
10298
10299         * message.el (message-use-idna): Default to t.
10300         (message-use-idna): Test whether encoding works too.  Doc fix.
10301
10302 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * nntp.el (nntp-warn-about-losing-connection): Remove.
10305
10306 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10309         customizable.  Change default value.
10310         (mm-uu-diff-groups-regexp): Change default value.
10311         (mm-uu-type-alist): Add doc string.
10312         (mm-uu-configure): Add doc string.  Make it interactive.
10313         (mm-uu-tex-groups-regexp): New variable.
10314         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10315         (mm-uu-type-alist): Add LaTeX documents.
10316         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10317         of "text/verbatim".
10318         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10319
10320         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10321         instead of "text/verbatim".
10322
10323         * message.el (message-mark-inserted-region)
10324         (message-mark-insert-file): Use slrn style marks when called with
10325         prefix argument.
10326
10327 2005-09-27  Simon Josefsson  <jas@extundo.com>
10328
10329         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10330
10331 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10332
10333         * message.el (message-remove-duplicates): New function.
10334         Implementation borrowed from `gnus-remove-duplicates'.
10335         (message-idna-to-ascii-rhs): Also encode idna addresses in
10336         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10337         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10338         only ask about the same idna domain once per header and also tell
10339         in what header to replace the idna domain.
10340
10341         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10342         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10343         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10344         a header is decoded and not just the last one.
10345
10346 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10349         has been decoded.
10350
10351         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10352         (mm-insert-part): Don't modify text if it has been decoded.
10353
10354         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10355         decoded.
10356
10357         * mm-view.el (mm-inline-text): Don't strip text props unless
10358         decoding enriched or richtext parts.
10359
10360 2005-09-25  Romain Francoise  <romain@orebokech.com>
10361
10362         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10363         * gnus-start.el (gnus-subscribe-interactively):
10364         * gnus-uu.el (gnus-uu-grab-articles):
10365         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10366         space.
10367
10368 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10369
10370         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10371         * mm-view.el (mm-view-pkcs7-decrypt):
10372         * gnus-sum.el (gnus-summary-limit-to-extra)
10373         (gnus-summary-respool-article, gnus-read-move-group-name):
10374         * gnus-score.el (gnus-summary-increase-score):
10375         * gnus-util.el (gnus-completing-read-with-default):
10376         * gnus-art.el (gnus-read-save-file-name)
10377         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10378         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10379         * message.el (message-check-news-header-syntax):
10380         Follow convention for reading with the minibuffer.
10381
10382 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * spam-report.el (spam-report-url-ping-plain):
10385         Use gnus-extended-version as User-Agent.
10386
10387         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10388         default value is nil.
10389
10390         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10391         (mm-uu-verbatim-marks-extract): New function.
10392         (mm-uu-extract): New face.
10393         (mm-uu-copy-to-buffer): Use it.
10394
10395         * spam-report.el (spam-report-gmane-ham): Renamed from
10396         `spam-report-gmane-unspam'.
10397         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10398         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10399
10400         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10401         Autoload.
10402         (spam-report-gmane-unregister-routine): Renamed
10403         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10404
10405 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10406
10407         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10408         (spam-report-gmane-unregister-routine): Add support for gmane
10409         unregistration.
10410
10411         * spam-report.el (spam-report-gmane-unspam)
10412         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10413         (spam-report-gmane): Change to take a single article and do unspam
10414         registration.
10415
10416 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * mm-url.el (mm-url-decode-entities): Fix regexp.
10419
10420 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10421
10422         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10423         default to nil, to be able to use Gnus at all.  If the default
10424         switches to something else, then the function should be fixed not
10425         be exceedingly slow.
10426
10427 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10428
10429         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10430         fail hard.
10431
10432         * spam-report.el: Add better Keywords line.
10433
10434         * spam.el: Add Maintainer and better Keywords line.
10435
10436 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * gnus-art.el (gnus-article-replace-part)
10439         (gnus-mime-replace-part): New functions.
10440         (gnus-mime-action-alist, gnus-mime-button-commands)
10441         (gnus-mime-save-part-and-strip): Added file argument.
10442         (gnus-article-part-wrapper): Added interactive argument.
10443
10444         * gnus-sum.el (gnus-summary-mime-map): Add
10445         `gnus-article-replace-part'.
10446
10447 2005-09-19  Didier Verna  <didier@xemacs.org>
10448
10449         The nnml compaction feature:
10450         * nnml.el (nnml-request-compact-group): New function.
10451         * nnml.el (nnml-request-compact): New function.
10452         * gnus-int.el (gnus-request-compact-group): New function.
10453         * gnus-int.el (gnus-request-compact): New function.
10454         * gnus-group.el (gnus-group-compact-group): New function.
10455         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10456         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10457         * gnus-srvr.el (gnus-server-compact-server): New function.
10458         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10459         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10460
10461 2005-09-18  Deepak Goel  <deego@gnufans.org>
10462
10463         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10464         format spec.
10465
10466 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10469
10470 2005-09-15  Romain Francoise  <romain@orebokech.com>
10471
10472         * message.el (message-fill-paragraph): Clarify docstring.
10473
10474 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * gnus-art.el (gnus-mime-display-part): Protect against broken
10477         MIME messages.
10478
10479 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10482         before parsing header.
10483
10484 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10485
10486         * html2text.el (html2text-replace-list): Add new entities.
10487
10488 2005-09-11  Romain Francoise  <romain@orebokech.com>
10489
10490         * message.el (message-alternative-emails): Improve docstring.
10491         (message-setup-1): Call `message-use-alternative-email-as-from'
10492         after `message-setup-hook' to give it precedence over posting
10493         styles, etc.
10494         (message-use-alternative-email-as-from): Add docstring.  Remove
10495         the original From header if present.
10496
10497         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10498         (nnml-save-mail): Use it.
10499
10500         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10501         articles.  Add new argument `silent'.
10502         (gnus-uu-mark-all): Report the total number of marked articles.
10503
10504 2005-09-10  Romain Francoise  <romain@orebokech.com>
10505
10506         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10507         (gnus-uu-mark-series): Likewise.
10508
10509 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * spam-report.el (spam-report-gmane): Fix generation of spam
10512         report URL.
10513
10514 2005-09-10  Simon Josefsson  <jas@extundo.com>
10515
10516         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10517         t, based on discussion on the ding list with Robert Epprecht
10518         <epprecht@solnet.ch>.
10519
10520 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10521
10522         * spam-report.el (spam-report-gmane): Make it work without
10523         X-Report-Spam header.  Gmane now only provides Archived-At.
10524         This is only used if `spam-report-gmane-use-article-number' is nil.
10525         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10526
10527         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10528         make `gnus-summary-sort-by-recipient' work with threading.
10529
10530         * nnweb.el (nnweb-google-wash-article): Print a message if article
10531         is not available.
10532
10533 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10534
10535         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10536         change.  Decode text/* parts content before displaying.
10537
10538 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10539
10540         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10541
10542 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10545
10546         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10547         url-package-name, url-package-version,
10548         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10549         w3m-display-inline-images, and w3m-minor-mode-map.
10550
10551 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * message.el (message-tab-body-function): Fix mismatched custom type.
10554
10555         * gnus.el (gnus-group-change-level-function): Ditto.
10556
10557         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10558
10559         * gnus-art.el (gnus-signature-limit)
10560         (gnus-article-mime-part-function): Ditto.
10561
10562 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * mml.el (mml-mode): Silence the byte compiler.
10565
10566         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10567         using `(sit-for 0)' before moving the point to the specified part;
10568         skip unbuttonized parts.
10569         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10570         return to the summary window if gnus-auto-select-part is non-nil.
10571
10572 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10573
10574         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10575         variables.
10576         (mml-dnd-attach-file, mml-mode): Use them.
10577
10578         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10579         Make fetching article by MID work again for Google Groups.  Added
10580         FIXME concerning gnus-group-make-web-group.
10581
10582         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10583         Don't depend on Gnus by using mail-extract-address-components if
10584         gnus-extract-address-components is not bound.
10585
10586 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10587
10588         * gnus-art.el (gnus-mime-display-security): Don't display the
10589         signature, but only the signed part.
10590
10591 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10594
10595         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10596         list, not listp.
10597
10598 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10599
10600         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10601         when encoding.
10602
10603         * mm-bodies.el (mm-decode-content-transfer-encoding):
10604         De-canonicalize CRLF for all text content types, not just
10605         text/plain.
10606
10607 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10610         valid article; point arrow and cursor at the MIME button.
10611
10612 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10615         Suggested by Dan Christensen <jdc@uwo.ca>.
10616
10617         * mm-decode.el (mm-save-part): Enable change of prompt.
10618
10619 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10620
10621         * gnus-msg.el (gnus-inews-add-send-actions): Made
10622         `message-post-method' lambda parameter ARG `&optional'.
10623
10624 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * gnus-sum.el (gnus-summary-mime-map): Added
10627         gnus-article-save-part-and-strip, gnus-article-delete-part and
10628         gnus-article-jump-to-part.
10629
10630         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10631         (gnus-article-edit-part): Use it.
10632         (gnus-article-part-wrapper): Added no-handle argument.
10633         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10634         functions.
10635
10636 2005-08-29  Romain Francoise  <romain@orebokech.com>
10637
10638         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10639         docstring.
10640         (gnus-face-from-file): Likewise.
10641
10642 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10643
10644         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10645         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10646         non-nil.
10647         (gnus-auto-select-part): New variable.
10648         (gnus-article-jump-to-part): New function.
10649         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10650         (gnus-mime-delete-part): Allow selecting specified part after
10651         deleting or stripping parts.
10652         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10653         part if argument is bogus.
10654
10655 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10656
10657         * gnus-art.el (w3m-minor-mode-map):
10658         * gnus-spec.el (gnus-newsrc-file-version):
10659         * gnus-util.el (nnmail-active-file-coding-system)
10660         (gnus-original-article-buffer, gnus-user-agent):
10661         * gnus.el (gnus-ham-process-destinations)
10662         (gnus-parameter-ham-marks-alist)
10663         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10664         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10665         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10666         * mm-decode.el (gnus-current-window-configuration):
10667         * mm-extern.el (gnus-article-mime-handles):
10668         * mm-url.el (url-current-object, url-package-name)
10669         (url-package-version):
10670         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10671         (smime-keys, w3m-cid-retrieve-function-alist)
10672         (w3m-current-buffer, w3m-display-inline-images)
10673         (w3m-minor-mode-map):
10674         * mml-smime.el (gnus-extract-address-components):
10675         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10676         (gnus-newsrc-hashtb, message-default-charset)
10677         (message-deletable-headers, message-options)
10678         (message-posting-charset, message-required-mail-headers)
10679         (message-required-news-headers):
10680         * mml1991.el (mc-pgp-always-sign):
10681         * mml2015.el (mc-pgp-always-sign):
10682         * nnheader.el (nnmail-extra-headers):
10683         * rfc1843.el (gnus-decode-encoded-word-function)
10684         (gnus-decode-header-function, gnus-newsgroup-name):
10685         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10686
10687 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10688
10689         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10690         the end of the date treatments.
10691
10692 2005-08-15  Simon Josefsson  <jas@extundo.com>
10693
10694         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10695         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10696         Capello and Romain Francoise.
10697         (pgg-fetch-key-function): Removed, not used?
10698         (pgg-insert-url-with-w3): Require url, to get
10699         url-insert-file-contents regardless of where it is defined.
10700
10701 2005-08-13  Romain Francoise  <romain@orebokech.com>
10702
10703         * message.el (message-cite-original-1): New function.
10704         (message-cite-original): Use it.
10705         (message-cite-original-without-signature): Ditto.
10706
10707 2005-08-08  Romain Francoise  <romain@orebokech.com>
10708
10709         * message.el (message-yank-empty-prefix): New variable.
10710         (message-indent-citation): Use it.
10711         (message-cite-original-without-signature): Respect X-No-Archive.
10712
10713 2005-08-08  Simon Josefsson  <jas@extundo.com>
10714
10715         * pgg.el: Autoload url-insert-file-contents instead of loading
10716         w3/url.
10717         (pgg-insert-url-with-w3): Don't load url here.
10718
10719 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10720
10721         * message.el (message-kill-to-signature): Don't insert newline at
10722         bol.
10723         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10724
10725 2005-08-06  Romain Francoise  <romain@orebokech.com>
10726
10727         * message.el (message-user-fqdn): Fix typo in docstring.
10728
10729 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10730
10731         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10732
10733         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10734
10735 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * mm-bodies.el (mm-encode-body): Use coding system rather than
10738         charset to encode text.
10739
10740         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10741         number of charsets if utf-8 is available (XEmacs).
10742
10743 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10746         taken from `gnus-button-mid-or-mail-regexp'.
10747         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10748         (gnus-button-alist): Improve regexp for domain part of the MIDs
10749         for news:localpart@domain buttons.
10750         (gnus-button-ctan-directory-regexp): Update.
10751
10752 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * sieve-manage.el (sieve-manage-interactive-login): Use
10755         make-local-variable rather than make-variable-buffer-local.
10756         (sieve-manage-open): Ditto.
10757         (sieve-manage-authenticate): Ditto.
10758
10759         * mml.el (mml-generate-mime-1): Make the content type default to
10760         text/plain if the filename is not specified.
10761
10762 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10765         instead of insert-buffer.
10766
10767         * message.el (message-yank-original): Ditto; set the mark at the
10768         end of the yanked message.
10769
10770 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10773         lines to scroll rather than to stop it.
10774
10775         * mml.el (mml-generate-default-type): Add doc string.
10776         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10777         default to application/octet-stream when determining the content
10778         type if it is not specified for the part or the mml contents; add
10779         a comment about mml-generate-default-type.
10780
10781 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10784         make it default to application/octet-stream when determining the
10785         content type if it is not specified for the external contents.
10786
10787 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10790         segmented parameter but also other parameters might be there.
10791
10792 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * mm-decode.el (mm-display-external): Delete temp file, directory
10795         and buffer immediately if the external process is exited.
10796
10797 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10800         fewer lines than that of scroll-margin.
10801         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10802
10803 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-art.el (gnus-article-next-page): Revert.
10806         (gnus-article-beginning-of-window): New macro.
10807         (gnus-article-next-page-1): Use it.
10808         (gnus-article-prev-page): Ditto.
10809         (gnus-article-edit-part): Use insert-buffer-substring instead of
10810         insert-buffer.
10811         (gnus-article-edit-exit): Ditto.
10812
10813         * gnus-util.el (gnus-beginning-of-window): Remove.
10814         (gnus-end-of-window): Remove.
10815
10816         * lpath.el: Don't bind header-line-format and scroll-margin.
10817
10818 2005-07-25  Simon Josefsson  <jas@extundo.com>
10819
10820         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10821         to have the url package without w3.  Reported by Daiki Ueno
10822         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10823
10824 2005-07-20  Didier Verna  <didier@xemacs.org>
10825
10826         * gnus-diary.el: Remove the description comment (nndiary is now
10827         properly documented in the Gnus manual).
10828         Fix the spelling of "Back End".
10829         * nndiary.el: Ditto.
10830         Fix the copyright notice.
10831
10832 2005-07-18  Romain Francoise  <romain@orebokech.com>
10833
10834         * gnus-sum.el (gnus-summary-to-prefix)
10835         (gnus-summary-newsgroup-prefix): New variables.
10836         (gnus-summary-from-or-to-or-newsgroups): Use them.
10837
10838 2005-07-17  Romain Francoise  <romain@orebokech.com>
10839
10840         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10841         space as it's generally not especially interesting to the user.
10842
10843 2005-07-16  Romain Francoise  <romain@orebokech.com>
10844
10845         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10846         nil to avoid prompting and file modification if one of the
10847         messages at the top of the nnfolder file contains a copyright
10848         notice.
10849         Update copyright notice.
10850
10851         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10852         instead of `current-time-string' as the latter creates a time
10853         string that is not RFC 2822 compliant (it lacks the zone).
10854         Update copyright notice.
10855
10856 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10857
10858         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10859         for text/rtf.  Display default in prompt.  Pass default for M-n.
10860
10861         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10862
10863 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864
10865         * gnus-msg.el (gnus-button-mailto): Remove
10866         save-selected-window-window hackery because it relies on
10867         save-selected-window internals.
10868
10869 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10872         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10873         (gnus-article-prev-page): Ditto.
10874
10875         * gnus-util.el (gnus-beginning-of-window): New function.
10876         (gnus-end-of-window): New function.
10877
10878         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10879
10880 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10881
10882         * gnus-score.el (gnus-score-edit-all-score): Set
10883         gnus-score-edit-exit-function to gnus-score-edit-done and call
10884         gnus-message.
10885
10886 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887
10888         * gnus-msg.el (gnus-button-mailto): Remove
10889         save-selected-window-window hackery because it relies on
10890         save-selected-window internals.
10891
10892 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10895         add-minor-mode.
10896         (gnus-binary-mode): Ditto.
10897
10898         * gnus-topic.el (gnus-topic-mode): Ditto.
10899
10900 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10901
10902         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10903         (gnus-article-prev-page): Take scroll-margin into consideration.
10904
10905 2005-07-04  Lute Kamstra  <lute@gnu.org>
10906
10907         Update FSF's address in GPL notices.
10908
10909 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10910
10911         * gnus.el (gnus-exit):
10912         * gnus-group.el (gnus-group-icons):
10913         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10914
10915         * gnus-nocem.el (gnus-nocem):
10916         * message.el (message-various, message-buffers, message-sending)
10917         (message-interface, message-forwarding, message-insertion)
10918         (message-headers, message-news, message-mail):
10919         * pgg-gpg.el (pgg-gpg):
10920         * pgg-parse.el (pgg-parse):
10921         * pgg-pgp.el (pgg-pgp):
10922         * pgg-pgp5.el (pgg-pgp5):
10923         * pop3.el (pop3): Finish `defgroup' description with period.
10924
10925 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * gnus-art.el (article-display-face): Improve the efficiency.
10928         (article-display-x-face): Ditto; remove grey x-face stuff.
10929
10930 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-art.el (article-display-face): Correct the position in
10933         which Faces are inserted.
10934
10935 2005-06-29  Didier Verna  <didier@xemacs.org>
10936
10937         * gnus-art.el (article-display-face): Display faces in correct
10938         order.
10939
10940 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10943         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10944         (gnus-nocem-check-article): Fetch the Type header.
10945         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10946         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10947         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10948         make sure gnus-nocem-hashtb is initialized.
10949         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10950         (gnus-nocem-unwanted-article-p): Ditto.
10951
10952         * pgg.el (pgg-verify): Return the verification result.
10953
10954 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10957         is ascii.
10958
10959 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10960
10961         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10962         `show-nonbreak-escape'.
10963
10964 2005-06-23  Lute Kamstra  <lute@gnu.org>
10965
10966         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10967
10968         * dig.el (dig-mode):
10969         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10970
10971 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10972
10973         * nnimap.el (nnimap-split-download-body): Fix spellings.
10974
10975 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10976
10977         * gnus-art.el (gnus-article-encrypt-body):
10978         * gnus-cus.el (gnus-score-customize):
10979         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10980         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10981
10982 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10983
10984         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10985         header by looking for magic "MII" at the beginnig.
10986
10987 2005-06-16  Miles Bader  <miles@gnu.org>
10988
10989         * gnus-xmas.el (gnus-xmas-group-startup-message):
10990         Use renamed gnus-splash face.
10991
10992         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10993         (assistant-field-face): New backward-compatibility alias for renamed
10994         face.
10995         (assistant-render-text): Use renamed assistant-field face.
10996
10997         * spam.el (spam): Remove "-face" suffix from face name.
10998         (spam-face): New backward-compatibility alias for renamed face.
10999         (spam-face, spam-initialize): Use renamed spam face.
11000
11001         * message.el (message-header-to, message-header-cc)
11002         (message-header-subject, message-header-newsgroups)
11003         (message-header-other, message-header-name)
11004         (message-header-xheader, message-separator, message-cited-text)
11005         (message-mml): Remove "-face" suffix from face names.
11006         (message-header-to-face, message-header-cc-face)
11007         (message-header-subject-face, message-header-newsgroups-face)
11008         (message-header-other-face, message-header-name-face)
11009         (message-header-xheader-face, message-separator-face)
11010         (message-cited-text-face, message-mml-face):
11011         New backward-compatibility aliases for renamed faces.
11012         (message-font-lock-keywords): Use renamed message faces.
11013
11014         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11015         (sieve-test-commands, sieve-tagged-arguments):
11016         Remove "-face" suffix from face names.
11017         (sieve-control-commands-face, sieve-action-commands-face)
11018         (sieve-test-commands-face, sieve-tagged-arguments-face):
11019         New backward-compatibility aliases for renamed faces.
11020         (sieve-control-commands-face, sieve-action-commands-face)
11021         (sieve-test-commands-face, sieve-tagged-arguments-face):
11022         Use renamed sieve faces.
11023
11024         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11025         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11026         (gnus-group-news-3-empty, gnus-group-news-4)
11027         (gnus-group-news-4-empty, gnus-group-news-5)
11028         (gnus-group-news-5-empty, gnus-group-news-6)
11029         (gnus-group-news-6-empty, gnus-group-news-low)
11030         (gnus-group-news-low-empty, gnus-group-mail-1)
11031         (gnus-group-mail-1-empty, gnus-group-mail-2)
11032         (gnus-group-mail-2-empty, gnus-group-mail-3)
11033         (gnus-group-mail-3-empty, gnus-group-mail-low)
11034         (gnus-group-mail-low-empty, gnus-summary-selected)
11035         (gnus-summary-cancelled, gnus-summary-high-ticked)
11036         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11037         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11038         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11039         (gnus-summary-low-undownloaded)
11040         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11041         (gnus-summary-low-unread, gnus-summary-normal-unread)
11042         (gnus-summary-high-read, gnus-summary-low-read)
11043         (gnus-summary-normal-read, gnus-splash):
11044         Remove "-face" suffix from face names.
11045         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11046         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11047         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11048         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11049         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11050         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11051         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11052         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11053         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11054         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11055         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11056         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11057         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11058         (gnus-summary-normal-ticked-face)
11059         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11060         (gnus-summary-normal-ancient-face)
11061         (gnus-summary-high-undownloaded-face)
11062         (gnus-summary-low-undownloaded-face)
11063         (gnus-summary-normal-undownloaded-face)
11064         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11065         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11066         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11067         (gnus-splash-face):
11068         New backward-compatibility aliases for renamed faces.
11069         (gnus-group-startup-message): Use renamed gnus faces.
11070
11071         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11072         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11073         (gnus-server-agent): Remove "-face" suffix from face names.
11074         (gnus-server-agent-face, gnus-server-opened-face)
11075         (gnus-server-closed-face, gnus-server-denied-face)
11076         (gnus-server-offline-face):
11077         New backward-compatibility aliases for renamed faces.
11078         (gnus-server-agent-face, gnus-server-opened-face)
11079         (gnus-server-closed-face, gnus-server-denied-face)
11080         (gnus-server-offline-face): Use renamed gnus faces.
11081
11082         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11083         Remove "-face" suffix from face names.
11084         (gnus-picon-xbm-face, gnus-picon-face):
11085         New backward-compatibility aliases for renamed faces.
11086
11087         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11088         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11089         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11090         (gnus-cite-11): Remove "-face" suffix from face names.
11091         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11092         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11093         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11094         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11095         New backward-compatibility aliases for renamed faces.
11096         (gnus-cite-attribution-face, gnus-cite-face-list)
11097         (gnus-article-boring-faces): Use renamed gnus faces.
11098
11099         * gnus-art.el (gnus-signature, gnus-header-from)
11100         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11101         (gnus-header-content): Remove "-face" suffix from face names.
11102         (gnus-signature-face, gnus-header-from-face)
11103         (gnus-header-subject-face, gnus-header-newsgroups-face)
11104         (gnus-header-name-face, gnus-header-content-face):
11105         New backward-compatibility aliases for renamed faces.
11106         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11107
11108         * gnus-sum.el (gnus-summary-selected-face)
11109         (gnus-summary-highlight): Use renamed gnus faces.
11110         * gnus-group.el (gnus-group-highlight): Likewise.
11111
11112 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11113
11114         * gnus-sieve.el (gnus-sieve-article-add-rule):
11115         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11116         * spam-stat.el (spam-stat-buffer-change-to-spam)
11117         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11118
11119         * message.el (message-is-yours-p):
11120         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11121
11122 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * mm-view.el (mm-inline-text): Withdraw the last change.
11125
11126 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11129         executing enriched-decode.
11130
11131 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11134         charset of tar files.
11135
11136 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11137
11138         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11139
11140 2005-06-04  Lute Kamstra  <lute@gnu.org>
11141
11142         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11143         information is never recorded.
11144
11145 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11146
11147         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11148
11149 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * pop3.el (pop3-apop): Run md5 in the binary mode.
11152
11153         * starttls.el (starttls-set-process-query-on-exit-flag):
11154         Use eval-and-compile.
11155
11156 2005-05-31  Simon Josefsson  <jas@extundo.com>
11157
11158         * smime.el (smime-replace-in-string): Define.
11159         (smime-cert-by-ldap-1): Use it.
11160
11161 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * gnus-art.el (article-display-x-face): Replace
11164         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11165
11166         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11167         set-process-query-on-exit-flag or process-kill-without-query.
11168
11169         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11170         loop instead of replace-regexp.
11171
11172         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11173         instead of process-kill-without-query if it is available.
11174
11175         * lpath.el: Fbind ldap-search-entries.
11176
11177         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11178         instead of find-file-hooks if it is available.
11179
11180         * mml1991.el: Bind pgg-default-user-id when compiling.
11181
11182         * mml2015.el: Bind pgg-default-user-id when compiling.
11183
11184         * nndraft.el (nndraft-request-associate-buffer):
11185         Use write-contents-functions instead of write-contents-hooks if it is
11186         available.
11187
11188         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11189         instead of find-file-hooks if it is available.
11190
11191         * nntp.el (nntp-open-connection): Replace
11192         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11193         (nntp-open-ssl-stream): Ditto.
11194         (nntp-open-tls-stream): Ditto.
11195
11196         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11197         set-process-query-on-exit-flag or process-kill-without-query.
11198         (starttls-open-stream-gnutls): Use it instead of
11199         process-kill-without-query.
11200         (starttls-open-stream): Ditto.
11201
11202 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11203
11204         * smime.el (smime-cert-by-ldap-1): Don't use
11205         replace-regexp-in-string.
11206
11207 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11208
11209         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11210
11211         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11212         in PEM format.  Adjust to the XEmacs compability.
11213
11214 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11217         by `string-to-number'.
11218         * gnus-agent.el (gnus-agent-regenerate-group)
11219         (gnus-agent-fetch-articles): Ditto.
11220         * gnus-art.el (gnus-button-fetch-group): Ditto.
11221         * gnus-cache.el (gnus-cache-generate-active)
11222         (gnus-cache-articles-in-group): Ditto.
11223         * gnus-group.el (gnus-group-set-current-level)
11224         (gnus-group-insert-group-line): Ditto.
11225         * gnus-score.el (gnus-score-set-expunge-below)
11226         (gnus-score-set-mark-below, gnus-summary-score-effect)
11227         (gnus-summary-score-entry): Ditto.
11228         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11229         (gnus-soup-pack): Ditto.
11230         * gnus-spec.el (gnus-xmas-format): Ditto.
11231         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11232         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11233         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11234         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11235         * nndb.el (nndb-get-remote-expire-response): Ditto.
11236         * nndiary.el (nndiary-parse-schedule-value)
11237         (nndiary-string-to-number, nndiary-request-replace-article)
11238         (nndiary-request-article): Ditto.
11239         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11240         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11241         * nneething.el (nneething-make-head): Ditto.
11242         * nnfolder.el (nnfolder-request-article)
11243         (nnfolder-retrieve-headers): Ditto.
11244         * nnheader.el (nnheader-file-to-number): Ditto.
11245         * nnkiboze.el (nnkiboze-request-article): Ditto.
11246         * nnmail.el (nnmail-process-unix-mail-format)
11247         (nnmail-process-babyl-mail-format): Ditto.
11248         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11249         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11250         (nnmh-request-create-group, nnmh-request-list-1)
11251         (nnmh-request-group, nnmh-request-article): Ditto.
11252         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11253         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11254         * nnsoup.el (nnsoup-make-active): Ditto.
11255         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11256         * nntp.el (nntp-find-group-and-number)
11257         (nntp-retrieve-headers-with-xover): Ditto.
11258         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11259         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11260         (pgg-format-key-identifier): Ditto.
11261         * pop3.el (pop3-last, pop3-stat): Ditto.
11262         * qp.el (quoted-printable-decode-region): Ditto.
11263
11264         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11265         of concat.
11266
11267 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11270
11271         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11272
11273         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11274
11275         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11276
11277         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11278
11279         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11280
11281         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11282         (gnus-carpal-mode): Ditto.
11283
11284         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11285         (gnus-browse-mode): Ditto.
11286
11287         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11288
11289         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11290
11291 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11292
11293         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11294
11295 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus-util.el (gnus-run-mode-hooks): New function.
11298
11299         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11300
11301         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11302         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11303
11304 2005-05-27  Lute Kamstra  <lute@gnu.org>
11305
11306         * dns-mode.el (dns-mode): Specify customization group.
11307
11308 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11309
11310         * gnus-agent.el (gnus-agent-make-mode-line-string):
11311         Use mode-line-highlight as mouse-face.
11312
11313 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * canlock.el (canlock): Change the parent group to news.
11316
11317         * deuglify.el (gnus-outlook-deuglify): Add :group.
11318
11319         * dig.el (dig): Add :group.
11320
11321         * dns-mode.el (dns-mode): Add :group.
11322
11323         * encrypt.el (encrypt): Add :group.
11324
11325         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11326         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11327         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11328         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11329         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11330
11331         * gnus-diary.el (gnus-diary): Add :group.
11332
11333         * gnus.el (gnus-group-news-1-face): Add :group.
11334         (gnus-group-news-1-empty-face): Ditto.
11335         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11336         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11337         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11338         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11339         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11340         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11341         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11342         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11343         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11344         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11345         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11346         (gnus-summary-high-ticked-face): Ditto.
11347         (gnus-summary-low-ticked-face): Ditto.
11348         (gnus-summary-normal-ticked-face): Ditto.
11349         (gnus-summary-high-ancient-face): Ditto.
11350         (gnus-summary-low-ancient-face): Ditto.
11351         (gnus-summary-normal-ancient-face): Ditto.
11352         (gnus-summary-high-undownloaded-face): Ditto.
11353         (gnus-summary-low-undownloaded-face): Ditto.
11354         (gnus-summary-normal-undownloaded-face): Ditto.
11355         (gnus-summary-high-unread-face): Ditto.
11356         (gnus-summary-low-unread-face): Ditto.
11357         (gnus-summary-normal-unread-face): Ditto.
11358         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11359         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11360
11361         * hashcash.el (hashcash): New custom group.
11362         (hashcash-default-payment): Add :group.
11363         (hashcash-payment-alist): Ditto.
11364         (hashcash-default-accept-payment): Ditto.
11365         (hashcash-accept-resources): Ditto.
11366         (hashcash-path): Ditto.
11367         (hashcash-extra-generate-parameters): Ditto.
11368         (hashcash-double-spend-database): Ditto.
11369         (hashcash-in-news): Ditto.
11370
11371         * message.el (message-minibuffer-local-map): Add :group.
11372
11373         * netrc.el (netrc): Add :group.
11374
11375         * sieve-manage.el (sieve-manage-log): Add :group.
11376         (sieve-manage-default-user): Diito.
11377         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11378         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11379         (sieve-manage-authenticators): Ditto.
11380         (sieve-manage-authenticator-alist): Ditto.
11381         (sieve-manage-default-port): Ditto.
11382
11383         * sieve-mode.el (sieve-control-commands-face): Add :group.
11384         (sieve-action-commands-face): Ditto.
11385         (sieve-test-commands-face): Ditto.
11386         (sieve-tagged-arguments-face): Ditto.
11387
11388         * smime.el (smime): Add :group.
11389
11390         * spam-report.el (spam-report): Add :group.
11391
11392         * spam.el (spam, spam-face): Add :group.
11393
11394 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11395
11396         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11397         return \n.\n.\n at the end of articles.  Protect against that.
11398         (nntp-with-open-group): Allow debugging.
11399
11400         * nnheader.el (mail-header-set-extra): Make into a function
11401         because I just could't understand how to quote the list properly.
11402
11403         * dns.el (query-dns-cached): New function.
11404
11405 2005-05-26  Lute Kamstra  <lute@gnu.org>
11406
11407         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11408
11409 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11412
11413         * gnus-art.el: Don't autoload mail-extract-address-components.
11414
11415         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11416         eval-and-compile to evaluate it.
11417
11418         * hashcash.el: Don't autoload executable-find.
11419
11420         * nndb.el: Don't declare the nndb back end two or more times; don't
11421         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11422
11423         * nntp.el: Autoload format-spec instead of format; use
11424         eval-and-compile to evaluate autoload forms.
11425
11426 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11427
11428         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11429
11430 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11431
11432         * gnus.el (gnus-version-number): Bump version.
11433
11434 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11435
11436         * gnus.el: No Gnus v0.3 is released.
11437
11438 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439
11440         * lpath.el (featurep): Bind show-nonbreak-escape.
11441
11442 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * gnus-art.el (gnus-article-edit-part): Disable undo.
11445
11446 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11449         gnus-article-date-lapsed-new-header is t if date timer is active;
11450         skip headers in which the original date value is empty.
11451         (gnus-article-save-original-date): Redefine it as a macro.
11452         (gnus-display-mime): Use it.
11453
11454 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * gnus-art.el (article-date-ut): Support converting date in
11457         forwarded parts as well.
11458         (gnus-article-save-original-date): New function.
11459         (gnus-display-mime): Use it.
11460
11461 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11462
11463         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11464         enclosure element of <item>.
11465
11466 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11467
11468         * message.el (message-kill-buffer-query): Renamed from
11469         `message-kill-buffer-query-if-modified'.  Added :version.
11470
11471 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11474         window layout.
11475
11476 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * mml.el: Autoload dnd when compiling.
11479
11480 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11483         x-dnd-*.
11484
11485 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * qp.el (quoted-printable-encode-region): Save excursion.
11488
11489 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11490
11491         * message.el (message-kill-buffer-query-if-modified): Add new variable
11492         so the user can kill a modified message buffer quickly.
11493         (message-kill-buffer): Use it.
11494
11495 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * lpath.el: Fbind display-time-event-handler; don't fbind
11498         string-to-multibyte.
11499
11500         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11501
11502 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11505         contained in text because xml.el decodes entities) with LFs.
11506
11507 2005-04-11  Lute Kamstra  <lute@gnu.org>
11508
11509         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11510         differently.
11511
11512 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11513
11514         * mm-util.el (mm-detect-coding-region): Typo.
11515
11516 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11519
11520 2005-04-06  Deepak Goel  <deego@gnufans.org>
11521
11522         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11523         user-function allow user modifications of the scores.
11524         (spam-stat-score-buffer-user): New function, to allow
11525         user-computed modifications to the score.
11526         (spam-stat-score-buffer-user-functions): List of additional
11527         scoring functions.
11528         (spam-stat-error-holder): Global temporary error holder.
11529         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11530         variable.
11531
11532 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11533
11534         * gnus-registry.el (gnus-registry-clean-empty-function)
11535         (gnus-registry-trim, gnus-registry-fetch-groups)
11536         (gnus-registry-delete-group): Groups that match
11537         `gnus-registry-ignored-groups' are removed from the registry
11538         entries, not just ignored for splitting.  This helps clean up the
11539         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11540         to get all the groups a message ID is in.
11541
11542         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11543         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11544         (spam-stat-score-buffer-user-functions): Add :number custom type.
11545
11546 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11549         argument in XEmacs.
11550
11551         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11552         (nnrss-request-group): Decode group name first.
11553         (nnrss-request-article): Make a text/plain article if mml-to-mime
11554         failed.
11555         (nnrss-get-encoding): Return a compatible encoding according to
11556         nnrss-compatible-encoding-alist.
11557         (nnrss-find-el): Use consp instead of listp.
11558         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11559
11560 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11563         which Emacs 20 doesn't support.
11564         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11565
11566 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11567
11568         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11569         silence the byte compiler inside the defun.
11570
11571         * gnus-demon.el (parse-time-string): Add autoload.
11572
11573         * gnus-delay.el (parse-time-string): Add autoload.
11574
11575         * gnus-art.el (parse-time-string): Add autoload.
11576
11577         * nnultimate.el (parse-time): Require for `parse-time-string'.
11578
11579 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11582
11583         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11584
11585         * smime.el (smime-ldap-host-list): Add :version.
11586
11587 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11590         pass it to `gnus-browse-read-group'.
11591         (gnus-browse-read-group): Add NUMBER argument and pass it to
11592         `gnus-group-read-ephemeral-group'.
11593
11594         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11595         argument and pass it to `gnus-group-read-group'.
11596
11597 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11598
11599         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11600         mm-xemacs-find-mime-charset-1 if we have the mule feature
11601         available at runtime.
11602
11603 2005-03-25  Werner Lemberg  <wl@gnu.org>
11604
11605         * nnmaildir.el: Replace `illegal' with `invalid'.
11606
11607 2005-03-23  Lute Kamstra  <lute@gnu.org>
11608
11609         * time-date.el: Add comment on time value formats.
11610         Don't require parse-time.
11611         (with-decoded-time-value): New macro.
11612         (encode-time-value): New function.
11613         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11614         (days-to-time): Return a valid time value when arg is huge.
11615         (time-since): Use time-subtract.
11616         (time-to-number-of-days): Use time-to-seconds.
11617
11618 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11619
11620         * gnus-start.el (gnus-display-time-event-handler):
11621         Check display-time-timer at runtime rather than only at load time
11622         in case display-time-mode is turned off in the mean time.
11623
11624 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11625
11626         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11627         used.
11628
11629         * nneething.el (nneething-map-file-directory): Derive from
11630         `gnus-directory'.
11631
11632         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11633         the To/Cc button.
11634
11635 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11636
11637         * nnmaildir.el (nnmaildir-request-accept-article):
11638         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11639
11640 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11641
11642         * gnus-async.el: Require timer-funcs at compile time when in
11643         XEmacs for `run-with-idle-timer'.
11644
11645 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11646
11647         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11648         autoloaded function.
11649
11650 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11651
11652         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11653
11654 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11655
11656         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11657
11658 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11661         gnus-expert-user to default.
11662
11663 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11664
11665         * nnimap.el (nnimap-open-server): Ditto.
11666
11667         * imap.el (imap-authenticate): Fix typo.
11668
11669 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11670
11671         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11672         buffer (since IMAP server might return FETCH response out of
11673         order, and the nntp buffer must be sorted).
11674
11675 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11676
11677         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11678         comparison on string.
11679
11680         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11681         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11682         (gnus-agent-summary-fetch-series): Modified to protect against
11683         gnus-agent-summary-fetch-group clearing processable flags.
11684         (gnus-agent-synchronize-group-flags): Update live group buffer as
11685         synchronization may occur due to the user toggle the plugged
11686         status.
11687         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11688         successfully downloaded.
11689         (gnus-agent-expire-group-1): Avoid using markers when the overview
11690         is in ascending order; greatly improves performance.
11691         (gnus-agent-regenerate-group): Use
11692         gnus-agent-synchronize-group-flags to reset read status in both
11693         gnus and server.
11694         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11695
11696 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * message.el: Don't autoload former message-utils variables.
11699         (message-strip-subject-trailing-was): Change doc string.
11700
11701         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11702         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11703         (nnweb-google-search): Add "hl=en" here.
11704         (nnweb-google-parse-1, nnweb-google-create-mapping):
11705         Don't hardcode URL.
11706
11707 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * message.el (message-get-reply-headers, message-followup):
11710         Mention related variables `message-use-followup-to' and
11711         `message-use-mail-followup-to', in the information buffer.
11712
11713         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11714         of broken groups(-beta).google.com.
11715
11716 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11717
11718         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11719         parameter to invoked gnus-request-move-article; remove the
11720         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11721         all at once instead of once per article.
11722         (gnus-summary-remove-process-mark): Accept a list of articles as
11723         well as a single article for processing.
11724
11725         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11726         parameter.
11727
11728         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11729
11730         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11731
11732         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11733         parameter.
11734
11735         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11736         parameter.
11737
11738         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11739         parameter and remove the gnus-sum-hint-move-is-internal variable.
11740
11741         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11742         parameter.
11743
11744         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11745         parameter.
11746
11747         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11748         parameter.
11749
11750         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11751
11752         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11753         parameter.
11754
11755         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11756         parameter.
11757
11758 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11759
11760         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11761         a more conservative way.
11762
11763 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11764
11765         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11766         buffer, so it moves the window's cursor.
11767
11768 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11769
11770         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11771         `mm-dissect-multipart' and receive the from field as an (optional)
11772         argument from `mm-dissect-multipart'.
11773         (mm-dissect-multipart): Receive the from field as an argument and
11774         pass it on when we call `mm-dissect-buffer' on MIME parts.
11775         Fixes verification/decryption of signed/encrypted MIME parts.
11776
11777 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11778
11779         * gnus-sum.el (gnus-summary-move-article): Set
11780         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11781         whatever it calls (right now, only nnimap-request-move article
11782         respects it).
11783
11784         * nnimap.el (nnimap-request-move-article): When
11785         gnus-sum-hint-move-is-internal is set, don't do the extra
11786         nnimap-request-article.
11787
11788 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11791
11792         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11793         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11794
11795         * gnus-sum.el (gnus-summary-caesar-message):
11796         Apply `gnus-treat-article' after rotation.
11797
11798         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11799         doc string.
11800
11801 2005-02-22  Simon Josefsson  <jas@extundo.com>
11802
11803         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11804         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11805         <arne@arnested.dk>.
11806         (encrypt): Add password-cache and password-cache-expiry as group
11807         members.
11808
11809 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11810
11811         * smime.el (smime-ldap-host-list): Doc fix.
11812         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11813         cache) password.
11814         (smime-sign-region): Use it.
11815         (smime-decrypt-region): Use it.
11816         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11817         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11818         fails.
11819         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11820         certificate from DER to PEM format rather than calling openssl.
11821
11822         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11823
11824         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11825         for signing/encryption.
11826
11827         * mml.el (mml-parse-1): Use them.
11828
11829 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11830
11831         * nnrss.el (nnrss-verbose): Removed.
11832         (nnrss-request-group): Use `nnheader-message' instead.
11833
11834 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11835
11836         * nnrss.el (nnrss-verbose): New variable.
11837         (nnrss-request-group): Make it say nnrss is requesting a group.
11838
11839 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11842         Handle news URL with given port correctly.
11843
11844 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11847         containing special characters.
11848
11849         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11850
11851         * mml.el (mime-to-mml): Ditto.
11852
11853         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11854         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11855         (rfc2047-decode-region): Quote decoded words containing special
11856         characters when rfc2047-quote-decoded-words-containing-tspecials
11857         is non-nil.
11858
11859 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11860
11861         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11862
11863         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11864
11865 2005-02-15  Simon Josefsson  <jas@extundo.com>
11866
11867         * nnimap.el (nnimap-debug): Doc fix.
11868
11869         * imap.el (imap-debug): Doc fix.
11870
11871 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11874
11875 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11876
11877         * gnus.el (spam-contents): Improve docs for spam-contents
11878         parameter in its variable incarnation.
11879
11880 2005-02-14  Simon Josefsson  <jas@extundo.com>
11881
11882         * smime-ldap.el: Use require instead of load-library for ldap.
11883         (smime-ldap-search): Indent.
11884         (smime-ldap-search-internal): Shorten line.
11885
11886         * smime.el (smime-cert-by-dns): Add doc-string.
11887         (smime-cert-by-ldap-1): Indent.
11888
11889         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11890         mml-smime-get-dns-ldap.
11891         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11892
11893 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11894
11895         * smime.el: Require smime-ldap.
11896         (smime-ldap-host-list): New variable.
11897         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11898
11899         * mml-smime.el (mml-smime-encrypt-query): New function.
11900         (mml-smime-encrypt-query): Use it.
11901
11902         * smime-ldap.el: New file.
11903
11904 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11907
11908 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11911         argument in doc string.  Make query for type more clear.
11912
11913 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11914
11915         * gnus.el (gnus-group-startup-message): Search for gnus images in
11916         etc/images/gnus.
11917         * mm-util.el (mm-image-load-path): Likewise.
11918         * smiley.el (smiley-data-directory): Search for smilies in
11919         etc/images/smilies.
11920
11921 2005-02-09  Kim F. Storm  <storm@cua.dk>
11922
11923         Change Emacs release version from 21.4 to 22.1 throughout.
11924         Change Emacs development version from 21.3.50 to 22.0.50.
11925
11926 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11929
11930         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11931         non-Mule XEmacs as well.
11932         (mm-decompress-buffer): Signal an error intentionally if it does
11933         not decompress compressed data because auto-compression-mode is
11934         disabled.
11935
11936 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11937
11938         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11939         an ID in the registry even if it has no groups.
11940
11941 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11944         merge it into mm-decompress-buffer.
11945         (gnus-mime-copy-part): Use the MIME part charset, the value which
11946         a user specified or gnus-newsgroup-charset for decoding, like
11947         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11948         save-buffer what was used.  Suggested by Kevin Ryde
11949         <user42@zip.com.au>.
11950         (gnus-mime-inline-part): Allow the name parameter as well as the
11951         filename parameter; force decompressing of compressed data; always
11952         display contents being not decoded as unibyte.
11953
11954         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11955         as well as the filename parameter.
11956
11957         * mm-util.el (mm-decompress-buffer): Merge
11958         gnus-mime-jka-compr-maybe-uncompress.
11959         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11960         of compressed data.
11961
11962 2005-02-08  Simon Josefsson  <jas@extundo.com>
11963
11964         * imap.el (imap-log): Doc fix.
11965
11966 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11969         the coding cookies; decompress compressed parts.
11970
11971         * mml.el (mml-generate-mime-1): Add the charset parameter according
11972         to the value which a user specified manually or the coding cookie.
11973
11974         * mm-util.el (mm-string-to-multibyte): New function.
11975         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11976         (mm-coding-system-to-mime-charset): New function.
11977         (mm-decompress-buffer): New function.
11978         (mm-find-buffer-file-coding-system): New function.
11979
11980         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11981         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11982         parts.
11983
11984 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11985
11986         * mm-view.el (mm-display-inline-fontify): Decode a part according
11987         to the charset parameter.
11988
11989 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11992         prefix arg is neither nil nor a number, as info specifies.
11993
11994 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11997         timestamps.
11998
11999 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12000
12001         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12002         groups error checking and notify user.
12003
12004 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12005
12006         * message.el (message-send-mail-function): Check existence of
12007         sendmail-program first before using default value
12008         `message-send-mail-with-sendmail'.  Otherwise use more generic
12009         `smtpmail-send-it'.
12010
12011 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * nntp.el (nntp-request-update-info): Always return nil.
12014
12015 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12016
12017         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12018
12019 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12020
12021         * message.el (message-beginning-of-line): Change the behavior when
12022         invoked between BOL and : so that it first moves backward.
12023
12024 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12027         article buffer when editing of the article is discarded.
12028         (gnus-article-prepare): Revert.
12029
12030 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gnus-art.el (gnus-article-prepare):
12033         Remove message-strip-forbidden-properties from the local hook.
12034
12035 2005-01-27  Simon Josefsson  <jas@extundo.com>
12036
12037         * password.el (password-cache-add): Only start one timer per key.
12038         Reported by Derek Atkins <warlord@MIT.EDU>.
12039
12040 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12041
12042         * run-at-time.el: Removed.  It is no longer needed as
12043         timer-funcs.el in the xemacs-base package has a working version of
12044         `run-at-time'.
12045
12046         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12047
12048         * password.el: Require timer-funcs instead of run-at-time in
12049         XEmacs.
12050         Remove `password-run-at-time' macro.
12051         (password-cache-add): Use `run-at-time' instead of
12052         `password-run-at-time'.
12053
12054         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12055         Remove `nnheader-cancel-function-timers' alias,
12056         `cancel-function-timers' exists in XEmacs in timer-funcs.
12057
12058         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12059         for `run-with-idle-timer'.
12060
12061         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12062         for `run-at-time'.
12063
12064         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12065         for `with-timeout'.
12066
12067         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12068         the same as for XEmacs 21.4.
12069         No need to ignore `run-with-idle-timer', this function exists in
12070         XEmacs now in timer-funcs.el in the xemacs-base package.
12071         (dgnushack-compile): No need to delete
12072         run-at-time.el from the list of files to compile because it
12073         doesn't exist anymore.
12074
12075 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12078         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12079
12080 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12081
12082         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12083         sensitively.
12084
12085 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12086
12087         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12088
12089 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12092         which will be inserted according to the multibyteness of a buffer
12093         rather than the type of contents.  Suggested by ARISAWA Akihiro
12094         <ari@mbf.ocn.ne.jp>.
12095
12096         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12097         of string which old xml.el may return rather than a string.
12098
12099 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12102
12103 2005-01-16  Simon Josefsson  <jas@extundo.com>
12104
12105         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12106         idn/idna.el isn't available.
12107         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12108         <michael@waxrat.com>.
12109
12110         * hashcash.el: Remove non-FSF copyright header.
12111
12112         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12113         (hashcash-generate-payment): Use it.
12114         (hashcash-generate-payment-async): Use it.
12115
12116 2005-01-15  Simon Josefsson  <jas@extundo.com>
12117
12118         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12119         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12120
12121         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12122         gnus-summary-idna-message.
12123         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12124         (gnus-summary-idna-message): New function.
12125
12126 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12129         gnus-novice-user.
12130
12131 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * nnrss.el (nnrss-request-delete-group): Delete entries in
12134         nnrss-group-alist as well.
12135         (nnrss-save-server-data): Insert newline.
12136
12137 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * gnus.el (gnus-user-agent): Use list of symbols instead of
12140         symbols.  Display full version number for (S)XEmacs.  Optionally
12141         display (S)XEmacs codename.
12142
12143         * gnus-util.el (gnus-emacs-version): Update for new
12144         `gnus-user-agent'.
12145
12146         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12147         Gnus version.
12148
12149 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12150
12151         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12152         which is unreadable in some setups.
12153
12154 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-spec.el (gnus-update-format-specifications): Flush the
12157         group format spec cache if it doesn't support decoded group names.
12158
12159 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12160
12161         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12162         Allow to apply decay on score files matching a regexp.
12163
12164 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12167         compatibility in %g and %c.
12168
12169 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12172         name for only %g and %c.
12173         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12174         of gnus-tmp-group to decoded group name.
12175         (gnus-group-make-rss-group): Exclude `/'s from group names.
12176
12177 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * nnrss.el (nnrss-get-encoding): Fix regexp.
12180
12181 2004-12-27  Simon Josefsson  <jas@extundo.com>
12182
12183         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12184         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12185         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12186
12187 2004-12-17  Kim F. Storm  <storm@cua.dk>
12188
12189         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12190
12191         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12192
12193 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12194
12195         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12196
12197 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * nnrss.el: Require rfc2047 and mml.
12200         (nnrss-file-coding-system): New variable.
12201         (nnrss-format-string): Redefine it as an inline function.
12202         (nnrss-decode-group-name): New function.
12203         (nnrss-string-as-multibyte): Remove.
12204         (nnrss-retrieve-headers): Decode group name; don't use
12205         nnrss-format-string.
12206         (nnrss-request-group): Decode group name.
12207         (nnrss-request-article): Decode group name; allow a Message-ID as
12208         well as an article number; don't use nnrss-format-string; encode a
12209         Message-ID string which may contain non-ASCII characters; use
12210         mml-to-mime to compose a MIME article.
12211         (nnrss-request-expire-articles): Decode group name.
12212         (nnrss-request-delete-group): Decode group name.
12213         (nnrss-fetch): Clarify error message.
12214         (nnrss-read-server-data): Use insert-file-contents instead of load;
12215         bind file-name-coding-system; use multibyte buffer.
12216         (nnrss-save-server-data): Bind coding-system-for-write to the
12217         value of nnrss-file-coding-system; bind file-name-coding-system;
12218         add coding cookie.
12219         (nnrss-read-group-data): Use insert-file-contents instead of load;
12220         bind file-name-coding-system; use multibyte buffer.
12221         (nnrss-save-group-data): Bind coding-system-for-write to the
12222         value of nnrss-file-coding-system; bind file-name-coding-system.
12223         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12224         make it work with non-ASCII text.
12225         (nnrss-find-el): Make it work with old xml.el as well.
12226
12227 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12228
12229         * nnrss.el (nnrss-get-encoding): New function.
12230         (nnrss-fetch): Use unibyte buffer initially; bind
12231         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12232         decode contents according to the encoding attribute.
12233         (nnrss-save-group-data): Add coding cookie.
12234         (nnrss-mime-encode-string): New function.
12235         (nnrss-check-group): Use it to encode subject and author.
12236
12237 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12238
12239         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12240         imaginary variable.
12241
12242 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12245         correctly even if there are wide characters.
12246
12247 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12248
12249         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12250         downcased symbol names; make a new cache instead of reusing
12251         bbdb-hashtable.
12252
12253 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12256         concatenating segments rather than before concatenating them.
12257         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12258
12259         * message.el (message-get-reply-headers): Bind `extra'.
12260
12261 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12262
12263         * message.el (message-extra-wide-headers): New variable.
12264         (message-get-reply-headers): Use it.
12265
12266 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12269         (gnus-agent-group-pathname): Ditto.
12270
12271         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12272
12273         * gnus-group.el (gnus-group-make-group): Decode group name.
12274         (gnus-group-make-rss-group): Register the group data after opening
12275         the nnrss group.
12276
12277 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12278
12279         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12280         by expiry now get marked as read.
12281
12282 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12285
12286 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12287
12288         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12289         unify Latin characters in XEmacs.
12290         (mm-find-mime-charset-region): Use it.
12291
12292 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-util.el (gnus-delete-directory): New function.
12295
12296         * gnus-agent.el (gnus-agent-delete-group): Use it.
12297
12298         * gnus-cache.el (gnus-cache-delete-group): Use it.
12299
12300 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12303         names.
12304
12305 2004-12-16  Simon Josefsson  <jas@extundo.com>
12306
12307         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12308
12309 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12312
12313         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12314         (gnus-group-set-current-level): Decode group name.
12315
12316 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12317
12318         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12319         failed.
12320
12321 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * gnus-group.el (gnus-group-delete-group): Decode group name.
12324         (gnus-group-make-rss-group): Encode group name.
12325         (gnus-group-catchup-current): Decode group name.
12326         (gnus-group-kill-group): Decode group name.
12327
12328 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12329
12330         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12331
12332 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-group.el (gnus-group-make-rss-group):
12335         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12336
12337         * gnus-start.el (gnus-setup-news): Honor user's setting to
12338         gnus-message-archive-method.  Suggested by Lute Kamstra
12339         <lute@gnu.org>.
12340
12341 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12342
12343         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12344         global counterparts of the buffer-local variables.
12345
12346 2004-11-16  Romain Francoise  <romain@orebokech.com>
12347
12348         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12349         counterparts of the buffer-local variables.
12350
12351 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12352
12353         * message.el (message-forbidden-properties): Fixed typo in doc
12354         string.
12355
12356 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * gnus-util.el (gnus-replace-in-string): Added doc string.
12359
12360         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12361         to avoid problems when splitting mails with many recipients.
12362
12363 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12364
12365         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12366         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12367
12368 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12369
12370         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12371         if there is no hashtable in memory or file modification time is
12372         newer than cached timestamp.
12373
12374 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12377         not-matching option.
12378
12379 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12380
12381         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12382         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12383         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12384         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12385         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12386         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12387
12388 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * message.el (message-forward-make-body-mml): Remove headers
12391         according to message-forward-ignored-headers if a message is decoded.
12392
12393 2004-12-02  Romain Francoise  <romain@orebokech.com>
12394
12395         * message.el (message-forward-make-body-plain): Always remove
12396         headers according to message-forward-ignored-headers.
12397
12398 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12399
12400         * spam.el (spam-summary-prepare-exit): Remove the
12401         gnus-summary-limit pop for now, it has problems with ham marks for
12402         me.
12403
12404 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12405
12406         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12407         correctly.
12408
12409 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12410
12411         * format-spec.el (format-spec): Message the char.
12412
12413 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12414
12415         * gnus-art.el (gnus-split-methods): Reformat comments.
12416
12417         * spam.el (spam-summary-prepare-exit): Remove article limits
12418         before exiting the summary buffer.
12419
12420 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12423         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12424
12425         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12426         order to silence the byte compiler.
12427
12428         * spam.el: Fix the way to silence the byte compiler, which
12429         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12430         bbdb-search-simple, spam-BBDB-register-routine,
12431         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12432         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12433         spam-stat-buffer-is-spam, spam-stat-load,
12434         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12435         spam-stat-save and spam-stat-split-fancy.
12436
12437 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12440         which may confuse users.
12441         (canlock-password-for-verify): Ditto.
12442
12443         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12444
12445         * gnus-art.el (gnus-emphasis-alist): Ditto.
12446
12447         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12448
12449         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12450
12451         * gnus-start.el (gnus-save-killed-list): Ditto.
12452
12453         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12454         (gnus-sum-thread-tree-root): Ditto.
12455         (gnus-sum-thread-tree-false-root): Ditto.
12456         (gnus-sum-thread-tree-single-indent): Ditto.
12457
12458         * message.el (message-courtesy-message): Ditto.
12459         (message-archive-note): Ditto.
12460         (message-subscribed-address-file): Ditto.
12461         (message-user-fqdn): Ditto.
12462
12463         * spam-report.el (spam-report-gmane-regex): Ditto.
12464
12465         * spam.el (spam-blackhole-good-server-regex): Ditto.
12466
12467 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * mml.el (mml-preview): Widen the message buffer before copying
12470         the contents to the preview buffer; sort headers before previewing.
12471
12472         * message.el (message-hidden-headers): Fix the way to avoid a bug
12473         in the `repeat' widget in Emacs 21.3 or earlier.
12474
12475 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * message.el (message-hidden-headers): Default to "^References:".
12478         Improve customization type.  Suggested by Reiner Steib
12479         <Reiner.Steib@gmx.de>.
12480
12481 2004-11-25  Romain Francoise  <romain@orebokech.com>
12482
12483         * message.el (message-strip-forbidden-properties): Remove check for
12484         obsolete `message-hidden' text property, hidden headers are not
12485         accessible in the buffer anymore.
12486
12487 2004-11-22  Romain Francoise  <romain@orebokech.com>
12488
12489         * message.el (message-header-format-alist): Add `From' in list
12490         so that it can be sorted.
12491         (message-fix-before-sending): Widen and sort headers before
12492         sending.
12493         (message-hide-headers): Use narrowing to hide headers by moving
12494         them to the top of the buffer and narrowing to the region
12495         underneath.
12496
12497 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12498
12499         * message.el (message-strip-forbidden-properties): Bind
12500         buffer-read-only (etc) to nil.
12501
12502 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12505         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12506
12507 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12508
12509         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12510
12511 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12512
12513         * dns.el (query-dns): Use sit-for to time instead of
12514         accept-process-output, since that doesn't seem to work on udp
12515         sockets.
12516
12517 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12518
12519         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12520
12521 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12522
12523         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12524         doc string.  Improve doc string.
12525
12526 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * nntp.el (nntp-request-update-info): Return nil if
12529         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12530         may not call gnus-activate-group which uselessly issues the GROUP
12531         commands for all nntp groups and wastes time.  Reported by Romain
12532         Francoise <romain@orebokech.com>.
12533
12534         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12535
12536 2004-11-15  Simon Josefsson  <jas@extundo.com>
12537
12538         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12539         headers separately.
12540         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12541         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12542
12543 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12544
12545         * gnus-start.el (gnus-convert-old-newsrc):
12546         Assign legacy-gnus-agent to 5.10.7.
12547
12548 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12549
12550         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12551         start of the lines.
12552
12553 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12554
12555         * hashcash.el (hashcash-default-payment): Change default to 20.
12556         (hashcash-default-accept-payment): Change default to 20.
12557         (hashcash-process-alist): New variable.
12558         (hashcash-generate-payment-async): Add.
12559         (hashcash-already-paid-p): Add.
12560         (hashcash-insert-payment): Don't generate payments twice.
12561         (hashcash-insert-payment-async): Add.
12562         (hashcash-insert-payment-async-2): Add.
12563         (hashcash-cancel-async): Add.
12564         (hashcash-wait-async): Add.
12565         (hashcash-processes-running-p): Add.
12566         (hashcash-wait-or-cancel): Add.
12567         (mail-add-payment): New optional argument.  Conditionally start
12568         asynchronous calculation.
12569         (mail-add-payment-async): Add.
12570
12571         * message.el (message-send-mail): Wait for asynchronous hashcash
12572         results.  Don't clobber existing X-Hashcash headers.
12573         (message-setup-1): Call mail-add-payment-async when
12574         message-generate-hashcash is non-nil.
12575
12576 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12577
12578         * message.el (message-use-alternative-email-as-from): Examine the
12579         From header as well; use message-make-from in order to include a
12580         user's full name.
12581
12582 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12585         default; improve customization type.
12586         (gnus-emphasis-custom-with-format): New macro.
12587         (gnus-emphasis-custom-value-to-external): New function.
12588         (gnus-emphasis-custom-value-to-internal): New function.
12589
12590 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12591
12592         * dns.el (query-dns): Resolve reverse addresses.
12593
12594 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12595
12596         * gnus-group.el (gnus-group-get-new-news): Use it.
12597
12598         * gnus-start.el (gnus-check-reasonable-setup): New function.
12599
12600 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12603         "Args out of range" error.  Reported by Arnaud Giersch
12604         <arnaud.giersch@free.fr>.
12605
12606 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12607
12608         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12609
12610 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12611
12612         * spam.el (spam group): Add :version.
12613
12614         * pgg-def.el (pgg group): Add :version.
12615
12616 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * gnus-art.el (gnus-article-edit-article): Don't associate the
12619         article buffer with a draft file.  This is a temporary measure
12620         against the 2004-08-22 change to gnus-article-edit-mode.
12621
12622 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12625         (html2text-format-tags): Remove unused variable `attr'.
12626
12627 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12630
12631         * tls.el (tls-process-connection-type, tls-success)
12632         (tls-certtool-program): Add :version.
12633
12634         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12635         (starttls-extra-arguments, starttls-process-connection-type)
12636         (starttls-connect, starttls-failure, starttls-success): Add :version.
12637
12638         * spam-stat.el (spam-stat): Add :version.
12639
12640         * sieve.el (sieve): Add :version.
12641
12642         * sha1.el (sha1): Add :version.
12643         (sha1-use-external): Remove redundant version.
12644
12645         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12646         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12647         (nnmail-split-fancy-match-partial-words)
12648         (nnmail-split-lowercase-expanded): Add :version.
12649
12650         * nndiary.el (nndiary): Add :version.
12651
12652         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12653
12654         * mml-sec.el (mml-default-sign-method)
12655         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12656         Add :version.
12657
12658         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12659
12660         * mm-url.el (mm-url-use-external, mm-url-program)
12661         (mm-url-arguments): Add :version.
12662
12663         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12664         (mm-attachment-file-modes, mm-decrypt-option)
12665         (mm-w3m-safe-url-regexp): Add :version.
12666
12667         * message.el (message-cite-prefix-regexp)
12668         (message-sendmail-envelope-from, message-minibuffer-local-map)
12669         (message-user-fqdn, message-completion-alist): Add :version.
12670
12671         * gnus-win.el (gnus-configure-windows-hook)
12672         (gnus-use-frames-on-any-display): Add :version.
12673
12674         * gnus-art.el (gnus-article-address-banner-alist)
12675         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12676         (gnus-treat-from-picon, gnus-treat-mail-picon)
12677         (gnus-treat-x-pgp-sig): Add :version.
12678
12679         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12680         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12681         (gnus-summary-article-delete-hook)
12682         (gnus-summary-display-while-building): Add :version.
12683
12684         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12685         (gnus-get-top-new-news-hook): Add :version.
12686
12687         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12688         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12689
12690         * gnus-registry.el (gnus-registry): Add :version.
12691
12692         * gnus-spec.el (gnus-use-correct-string-widths)
12693         (gnus-make-format-preserve-properties): Add :version.
12694
12695         * gnus.el (gnus-group-charter-alist)
12696         (gnus-group-fetch-control-use-browse-url)
12697         (gnus-install-group-spam-parameters): Add :version.
12698
12699         * gnus-diary.el (gnus-diary): Add :version.
12700
12701         * gnus-delay.el (gnus-delay): Add :version.
12702
12703         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12704         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12705         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12706         Add :version.
12707
12708         * gnus-agent.el (gnus-agent-max-fetch-size)
12709         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12710         (gnus-agent-prompt-send-queue): Add :version.
12711
12712         * deuglify.el (gnus-outlook-deuglify): Add :version.
12713
12714         * html2text.el: Beautify code.  Improve doc strings.  Some
12715         checkdoc cleanup.
12716         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12717
12718 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12719
12720         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12721
12722 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12723
12724         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12725         when package is loaded.
12726
12727         * spam.el (spam-summary-score-preferred-header): Add global preference
12728         for people who want to override the default SpamAssassin over
12729         Bogofilter preference (when both are set).
12730         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12731         (spam-user-format-function-S): Check
12732         spam-summary-score-preferred-header.
12733         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12734         (spam-user-format-function-S): Format the score correctly.
12735
12736 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12739         signature file.  Suggested by Manoj Srivastava
12740         <srivasta@golden-gryphon.com>.
12741
12742         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12743         iso-2022-jp even in the Japanese language environment.
12744         Suggested by Jason Rumney <jasonr@gnu.org>.
12745
12746 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12749         use the same characters as the dummy marks; make it free from
12750         getting affected by the language environment.
12751         (gnus-summary-read-group-1): Update mark positions only when the
12752         format spec is updated.
12753
12754         * gnus-spec.el (gnus-update-format-specifications): Return a list
12755         of updated types.
12756
12757 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12760         of boundp to check if display-warning is available.
12761
12762 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12763
12764         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12765
12766 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * nnspool.el (nnspool-spool-directory): Use news-path if the
12769         news-directory variable is not bound.
12770
12771         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12772         function instead of display-warning if it is not available.
12773
12774 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12777         v5-10: Use `point-at-bol'.
12778
12779 2004-10-26  Simon Josefsson  <jas@extundo.com>
12780
12781         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12782         <chenggao@gmail.com>.
12783
12784 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12785
12786         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12787         instead.
12788
12789 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12790
12791         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12792         to remove a server from the nnimap-server-buffer-alist.
12793         (nnimap-open-connection, nnimap-close-server): Use it.
12794
12795         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12796
12797 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12800         running the major-mode function.
12801
12802 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12805         dummy marks in the right way.
12806
12807 2004-10-18  David Edmondson  <dme@dme.org>
12808
12809         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12810         excessively.
12811
12812 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12813
12814         * gnus-util.el (gnus-split-references): Accept a nil references
12815         string and go on blissfully.
12816
12817         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12818         cases where the references string is non-nil but has no references.
12819
12820         * encrypt.el: Add autoload tags.
12821
12822         * spam.el (spam-resolve-registrations-routine): Remove article
12823         from unregistration list too.  Reported by David Hanak
12824         <dhanak@isis.vanderbilt.edu>
12825
12826 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12827
12828         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12829         nil.  Changed custom type.
12830
12831 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12834
12835         * gnus-sum.el (gnus-summary-move-article): Use it.
12836
12837 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12838
12839         * encrypt.el: Add autoload cookies.
12840
12841         * spam.el (spam-backend-article-list-property)
12842         (spam-backend-get-article-todo-list)
12843         (spam-backend-put-article-todo-list)
12844         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12845         Resolve registrations separately.
12846         (spam-register-routine): Format comments.
12847         (spam-unregister-routine, spam-register-routine): Always call with
12848         specific-articles, no default list.
12849         (spam-summary-prepare-exit): Use the spam-classifications function.
12850
12851         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12852         gnus-encrypt.el.
12853
12854         * encrypt.el: Copied from gnus-encrypt.el.
12855
12856         * gnus-encrypt.el: Commented that it's obsolete.
12857
12858 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12859
12860         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12861         (gnus-score-save): Use it.
12862
12863         * message.el (message-bury): Use `window-dedicated-p'.
12864
12865 2004-10-15  Simon Josefsson  <jas@extundo.com>
12866
12867         * pop3.el (top-level): Don't require nnheader.
12868         (pop3-read-timeout): Add.
12869         (pop3-accept-process-output): Add.
12870         (pop3-read-response, pop3-retr): Use it.
12871
12872 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12873
12874         * spam.el (spam-register-routine): Move comment.
12875         (spam-verify-bogofilter): Use 'unknown for the initial
12876         spam-bogofilter-valid state, not 'never.
12877
12878         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12879         for netrc-machine.
12880
12881         * nnimap.el (nnimap-open-connection): Use
12882         netrc-machine-user-or-password.
12883
12884 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12885
12886         * gnus-registry.el (gnus-registry-unload-hook):
12887         Set as a variable with add-hook.
12888
12889         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12890         of news-path.
12891
12892         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12893
12894         * spam.el: Delete duplicate `provide'.
12895         (spam-unload-hook): Set as a variable with add-hook.
12896
12897 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12900         in the doc string.
12901
12902         * message.el (message-ignored-news-headers)
12903         (message-ignored-supersedes-headers)
12904         (message-ignored-resent-headers)
12905         (message-forward-ignored-headers): Improve custom type.
12906
12907 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * message.el (message-tokenize-header): Fix 2004-09-06 change
12910         which used point-min in the wrong place.
12911
12912 2004-10-12  Simon Josefsson  <jas@extundo.com>
12913
12914         * tls.el (tls-certtool-program): New variable.
12915         (tls-certificate-information): New function, based on
12916         ssl-certificate-information.
12917
12918 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * compface.el: Move the version of ELisp-based uncompface program
12921         to the contrib directory because of the copyright problem.
12922
12923 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * message.el (message-kill-buffer): Raise the current frame.
12926
12927 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12930
12931         * gnus.el (message-y-or-n-p): Autoload.
12932
12933         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12934         (pop3-password-required, pop3-authentication-scheme)
12935         (pop3-leave-mail-on-server): Made customizable.
12936         (pop3): New custom group.
12937         (pop3-retr): Remove `sleep-for' statements.
12938         Suggested by Dave Love <fx@gnu.org>.
12939
12940         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12941         Windows/DOS.
12942
12943         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12944         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12945         Dave Love <fx@gnu.org>.
12946
12947         * mml.el (mml-minibuffer-read-disposition): Require match.
12948         Suggested by Dave Love <fx@gnu.org>.
12949
12950 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12951
12952         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12953         doc string.
12954
12955 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12958
12959 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12960
12961         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12962         instead of calling `mm-insert-inline', to decode text/* parts
12963         before displaying them.
12964
12965 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * mm-uu.el (mm-uu-text-plain-type): New variable.
12968         (mm-uu-pgp-signed-extract-1): Use it.
12969         (mm-uu-pgp-encrypted-extract-1): Use it.
12970         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12971         bind mm-uu-text-plain-type with that value.
12972         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12973         mm-uu-dissect.
12974
12975 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-group.el (gnus-update-group-mark-positions):
12978         * gnus-sum.el (gnus-update-summary-mark-positions):
12979         * message.el (message-check-news-body-syntax):
12980         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12981         of string-as-multibyte.
12982
12983 2004-10-05  Juri Linkov  <juri@jurta.org>
12984
12985         * gnus-group.el (gnus-update-group-mark-positions):
12986         * gnus-sum.el (gnus-update-summary-mark-positions):
12987         * message.el (message-check-news-body-syntax):
12988         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12989         8-bit unibyte values to a multibyte string for search functions.
12990
12991 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12994         (mm-uu-dissect-text-parts): New function.
12995
12996         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12997         dissect text parts.
12998
12999         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13000         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13001
13002         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13003
13004         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13005         gnus-current-topics instead of gnus-current-topic.
13006
13007 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13008
13009         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13010
13011 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13012
13013         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13014         where approriate.
13015
13016         * nnml.el (nnml-generate-active-info): do.
13017
13018         * nndiary.el (nndiary-generate-active-info): do.
13019
13020         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13021         (gnus-topic-move): do.
13022
13023         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13024         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13025
13026         * gnus-srvr.el (gnus-server-prepare)
13027         (gnus-server-open-all-servers): do.
13028
13029         * gnus-msg.el (gnus-summary-cancel-article)
13030         (gnus-summary-resend-message)
13031         (gnus-summary-mail-crosspost-complaint): do.
13032
13033         * gnus-move.el (gnus-change-server): do.
13034
13035         * gnus-group.el (gnus-group-unmark-all-groups)
13036         (gnus-group-set-current-level): do.
13037
13038 2004-10-04  Simon Josefsson  <jas@extundo.com>
13039
13040         * message.el (message-generate-hashcash): Doc fix.
13041
13042 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13043
13044         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13045         avoid infinite recursion via gnus-get-function.
13046
13047 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13048
13049         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13050
13051         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13052
13053         * nnmail.el (nnmail-split-history): do.
13054
13055         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13056         (nnml-request-delete-group): do.
13057
13058         * nnslashdot.el (nnslashdot-read-groups): do.
13059
13060         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13061         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13062
13063         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13064         (nnspool-sift-nov-with-sed): Use last.
13065         (nnspool-retrieve-headers-with-nov): Use mapc.
13066         (nnspool-request-newgroups): Use dolist.
13067         (nnspool-request-group): Use last.
13068
13069         * nntp.el (nntp-read-server-type): Use dolist.
13070
13071         * nnvirtual.el (nnvirtual-create-mapping)
13072         (nnvirtual-update-read-and-marked): Use dolist.
13073         (nnvirtual-convert-headers): Simplify.
13074
13075 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13076
13077         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13078         support for sync'ing tick marks.
13079
13080 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13083         there's no visible header.
13084
13085 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13086
13087         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13088         necessary, pass full group name to gnus-request-set-marks.
13089
13090 2004-10-01  Simon Josefsson  <jas@extundo.com>
13091
13092         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13093         acroread.
13094
13095 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13096
13097         * spam-report.el (spam-report-gmane): Fix interactive.
13098
13099         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13100
13101         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13102         when writing file.
13103         (gnus-agent-synchronize-flags): Don't default to being
13104         interactive.
13105
13106 2004-09-30  Simon Josefsson  <jas@extundo.com>
13107
13108         * message.el (message-generate-hashcash): Add.
13109         (message-send-mail): Use it, call mail-add-payment.
13110
13111 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13112
13113         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13114
13115 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13116
13117         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13118         gnus-requst-update-info with explicit code to sync the in-memory
13119         info read flags with the marks being sync'd to the backend.
13120
13121         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13122
13123 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13124
13125         * spam.el (spam-verify-bogofilter): Add new function.
13126         (spam-check-bogofilter)
13127         (spam-bogofilter-register-with-bogofilter): Use it.
13128         (spam-verify-bogofilter): Add small fixes.
13129
13130 2004-09-28  Simon Josefsson  <jas@extundo.com>
13131
13132         * hashcash.el (hashcash-generate-payment): Revert.
13133
13134 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13137         gnus-extract-references instead of gnus-split-references.
13138
13139         * gnus-util.el (gnus-extract-references): Add new function, analogous
13140         to gnus-split-references but extracts only the message-ID without
13141         anything extra.
13142
13143         * hashcash.el (hashcash-generate-payment)
13144         (hashcash-check-payment): Do the right thing if hashcash-path is
13145         nil (because the hashcash program could not be found).
13146
13147         * spam.el (spam-use-hashcash): Remove comment.
13148
13149 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13150
13151         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13152         (gnus-cache-enter-article, gnus-cache-remove-article)
13153         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13154
13155         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13156
13157         * gnus-art.el (article-hide-boring-headers)
13158         (article-translate-strings, article-display-face)
13159         (gnus-article-mime-match-handle-first)
13160         (gnus-article-highlight-headers)
13161         (gnus-article-add-buttons-to-head): do.
13162
13163 2004-09-27  Simon Josefsson  <jas@extundo.com>
13164
13165         * hashcash.el: New version, from
13166         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13167         ../contrib/.
13168
13169 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13172
13173 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13174
13175         * gnus-dup.el (gnus-dup-open): Use mapc.
13176         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13177
13178         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13179         Reported by Stefan Wiens <s.wi@gmx.net>.
13180
13181         * gnus.el (gnus-shutdown): Use dolist.
13182
13183         * gnus-undo.el (gnus-undo): Use mapc.
13184
13185         * nnrss.el (nnrss-generate-active): do.
13186
13187         * message.el (message-cite-original-without-signature)
13188         (message-cite-original): Use mapc.
13189         (message-do-actions, message-make-forward-subject): Use dolist.
13190
13191 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13192
13193         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13194         deletion to remove entire duplicate line.  Fixes merged article
13195         number bug.
13196
13197 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13198
13199         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13200         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13201         first ask if you want to open a server and then, even when you
13202         responded with no, asking if you want to synchronize the server's
13203         flags.
13204         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13205         multi-line expressions.
13206         (gnus-agent-synchronize-group-flags): New internal function.
13207         Updates marks in memory (in the info structure) AND in the
13208         backend.
13209
13210         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13211
13212         * nnagent.el (nnagent-request-set-mark): Use
13213         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13214         method, to ensure that synchronization updates marks in the
13215         backend and in the info (in memory) structure.
13216
13217 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13220         convention fully; don't miss the root article of a thread; make
13221         the X-Draft-From header with correct article numbers.
13222
13223 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13224
13225         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13226         unless plugged.  Disable the agent so that an open failure causes
13227         an error.
13228
13229         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13230         Reverted 2004-09-21 change.  The backend must be opened while
13231         synchronizing flags even when the backend stores the flags
13232         locally.
13233
13234 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13235
13236         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13237         in `header' match.  Reported by Svend Tollak Munkejord.
13238
13239         * message.el (message-cite-original): Fix use of
13240         `message-cite-articles-with-x-no-archive'.
13241
13242 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13245         (gnus-window-to-buffer): Ditto.
13246
13247         * mml.el (mml-preview-buffer): New variable.
13248         (mml-preview): Manage window layout with gnus-buffer-configuration.
13249
13250         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13251         X-Draft-From header even if those articles aren't quoted.
13252
13253 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13254
13255         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13256         (gnus-request-set-mark, gnus-request-update-mark): Use new
13257         g-s-t-u-l-m to decide to use backend even when unplugged.
13258
13259 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13262         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13263
13264 2004-09-20  Simon Josefsson  <jas@extundo.com>
13265
13266         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13267         "utf-16-le".
13268
13269 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13270
13271         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13272
13273 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13274
13275         * uudecode.el (uudecode-use-external): Add :version.
13276
13277         * smime.el (smime-CA-file, smime-encrypt-cipher)
13278         (smime-dns-server): Add :version.
13279
13280         * smiley.el (gnus-smiley-file-types): Add :version.
13281
13282         * sha1.el (sha1-use-external): Add :version.
13283
13284         * pgg-def.el (pgg-query-keyserver): Add :version.
13285
13286         * nnmail.el (nnmail-fancy-expiry-targets)
13287         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13288         Add :version.
13289
13290         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13291         (nnimap-retrieve-groups-asynchronous): Add :version.
13292         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13293
13294         * mml.el (mml-content-disposition-parameters)
13295         (mml-insert-mime-headers-always): Add :version.
13296
13297         * mm-util.el (mm-coding-system-priorities): Add :version.
13298
13299         * mm-decode.el (mm-inline-text-html-with-images)
13300         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13301         (mm-verify-option): Add :version.
13302         (mm-text-html-renderer): Change :version.
13303
13304         * message.el (message-fcc-externalize-attachments)
13305         (message-required-headers, message-draft-headers)
13306         (message-subject-trailing-was-query)
13307         (message-subject-trailing-was-ask-regexp)
13308         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13309         (message-mark-insert-end, message-archive-header)
13310         (message-archive-note, message-cross-post-default)
13311         (message-cross-post-note, message-followup-to-note)
13312         (message-cross-post-note-function, message-use-mail-followup-to)
13313         (message-subscribed-address-functions)
13314         (message-subscribed-address-file, message-subscribed-addresses)
13315         (message-subscribed-regexps, message-allow-no-recipients)
13316         (message-yank-cited-prefix, message-signature-insert-empty-line)
13317         (message-hidden-headers, message-hierarchical-addresses)
13318         (message-mail-user-agent, message-use-idna)
13319         (message-valid-fqdn-regexp)
13320         (message-strip-special-text-properties, message-header-synonyms)
13321         (message-beginning-of-line, message-tab-body-function): Add :version.
13322         (message-insert-canlock, message-wide-reply-confirm-recipients):
13323         Change :version.
13324
13325         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13326         and :version.
13327         (mail-source-delete-old-incoming-confirm)
13328         (mail-source-movemail-program): Add :version.
13329
13330         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13331         (gnus-agent-cache, gnus-agent): Change :version.
13332
13333         * gnus-util.el (gnus-use-byte-compile): Change :version.
13334
13335         * gnus-sum.el (gnus-summary-make-false-root-always)
13336         (gnus-summary-default-high-score)
13337         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13338         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13339         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13340         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13341         (gnus-sum-thread-tree-single-indent)
13342         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13343         (gnus-sum-thread-tree-leaf-with-other)
13344         (gnus-sum-thread-tree-single-leaf): Add :version.
13345         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13346         (gnus-article-loose-mime): Change :version.
13347
13348         * gnus-start.el (gnus-backup-startup-file)
13349         (gnus-save-startup-file-via-temp-buffer): Add :version.
13350
13351         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13352         (gnus-server-offline-face): Add :version.
13353
13354         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13355
13356         * gnus-msg.el (gnus-gcc-externalize-attachments)
13357         (gnus-debug-files, gnus-debug-exclude-variables)
13358         (gnus-discouraged-post-methods): Change :version.
13359         (gnus-confirm-mail-reply-to-news)
13360         (gnus-confirm-treat-mail-like-news): Add :version.
13361
13362         * gnus-int.el (gnus-server-unopen-status): Add :version.
13363
13364         * gnus-group.el (gnus-group-jump-to-group-prompt)
13365         (gnus-large-ephemeral-newsgroup)
13366         (gnus-fetch-old-ephemeral-headers): Add :version.
13367
13368         * gnus-fun.el (gnus-x-face-directory)
13369         (gnus-convert-pbm-to-x-face-command)
13370         (gnus-convert-image-to-x-face-command)
13371         (gnus-convert-image-to-face-command): Add :version.
13372
13373         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13374
13375         * gnus-cite.el (gnus-cite-blank-line-after-header)
13376         (gnus-article-boring-faces): Add :version.
13377
13378         * gnus-art.el (gnus-buttonized-mime-types)
13379         (gnus-inhibit-mime-unbuttonizing)
13380         (gnus-treat-display-face)
13381         (gnus-treat-body-boundary): Change :version.
13382         (gnus-body-boundary-delimiter, gnus-picon-databases)
13383         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13384         (gnus-treat-date-english, gnus-treat-fold-headers)
13385         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13386         (gnus-treat-mail-picon, gnus-treat-wash-html)
13387         (gnus-article-encrypt-protocol)
13388         (gnus-use-idna, gnus-article-over-scroll)
13389         (gnus-mime-display-multipart-alternative-as-mixed)
13390         (gnus-mime-display-multipart-related-as-mixed)
13391         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13392         (gnus-ctan-url, gnus-button-ctan-handler)
13393         (gnus-button-handle-ctan-bogus-regexp)
13394         (gnus-button-ctan-directory-regexp)
13395         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13396         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13397         (gnus-button-man-level, gnus-button-emacs-level)
13398         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13399
13400         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13401         (gnus-agent-go-online): Change :version.
13402         (gnus-agent-expire-unagentized-dirs)
13403         (gnus-agent-auto-agentize-methods): Add :version.
13404
13405         * flow-fill.el (fill-flowed-display-column)
13406         (fill-flowed-encode-column): Add :version.
13407
13408         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13409         (gnus-outlook-deuglify-unwrap-max)
13410         (gnus-outlook-deuglify-cite-marks)
13411         (gnus-outlook-deuglify-unwrap-stop-chars)
13412         (gnus-outlook-deuglify-no-wrap-chars)
13413         (gnus-outlook-deuglify-attrib-cut-regexp)
13414         (gnus-outlook-deuglify-attrib-verb-regexp)
13415         (gnus-outlook-deuglify-attrib-end-regexp)
13416         (gnus-outlook-display-hook): Add :version.
13417
13418         * binhex.el (binhex-use-external): Add :version.
13419
13420 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13423         and `invisible'.
13424
13425 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13426
13427         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13428         in gnus-registry-trim.
13429
13430 2004-09-13  Simon Josefsson  <jas@extundo.com>
13431
13432         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13433
13434         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13435
13436         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13437         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13438         <yamaoka@jpl.org>.
13439         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13440         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13441         <yamaoka@jpl.org>.
13442
13443         * sieve.el (sieve-manage-mode): Ditto.
13444
13445 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13448
13449 2004-09-11  Simon Josefsson  <jas@extundo.com>
13450
13451         * dns-mode.el: Add.
13452
13453         * mm-view.el (mm-display-dns-inline): Add.
13454
13455         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13456         (mm-automatic-display): Ditto.
13457
13458         * mailcap.el (mailcap-mime-data): Add text/dns.
13459         (mailcap-mime-extensions): Map .soa to text/dns.
13460
13461 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13462
13463         * gnus-art.el (article-decode-mime-words, article-babel)
13464         (gnus-article-highlight-signature, gnus-article-add-buttons)
13465         (gnus-signature-toggle): Remove unnecessary bindings of
13466         `inhibit-read-only' inherited from v5.10 merge.
13467
13468 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * nntp.el (nntp): New customization group.
13471         (nntp-authinfo-file): Add customization group.
13472
13473         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13474
13475         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13476
13477         * gnus.el (to-address, to-list, subscribed)
13478         (large-newsgroup-initial): Ditto.
13479
13480         * flow-fill.el (fill-flowed-display-column)
13481         (fill-flowed-encode-column): Ditto.
13482
13483 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13484
13485         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13486         Use point-min rather than 1.
13487         (message-send-mail): Use buffer-size rather than point-max.
13488
13489         * gnus-sum.el (gnus-summary-search-article-forward):
13490         Signal a specific `search-failed' rather than a generic `error'.
13491
13492         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13493         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13494         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13495
13496 2004-09-10  Simon Josefsson  <jas@extundo.com>
13497
13498         * nndb.el (require): Remove tcp and duplicate cl.
13499
13500 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * gnus-agent.el (directory-files-and-attributes): Move forward.
13503
13504 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13505
13506         * gnus-agent.el (directory-files-and-attributes): Optionally
13507         defined to support XEmacs.
13508
13509 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13510
13511         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13512         to avoid run-time CL dependencies.
13513         (gnus-agent-unfetch-articles): New function.
13514         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13515         article numbers even when local .overview file is missing.
13516         (gnus-agent-read-article-number): New function.  Only accepts
13517         27-bit article numbers.
13518         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13519         gnus-agent-read-article-number.
13520         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13521         from backend while recognizing that article numbers in .overview
13522         must be valid.
13523         (gnus-agent-update-files-total-fetched-for): Use
13524         directory-files-and-attributes to improve performance.
13525         * gnus-int.el (gnus-request-move-article): Use
13526         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13527         improve performance.
13528
13529         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13530         some users confused by references to .newsrc when they only have a
13531         .newsrc.eld file.
13532         (gnus-convert-mark-converter-prompt)
13533         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13534         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13535         New function.  Used internally to only display 'gnus converting
13536         files' message when actually necessary.
13537
13538         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13539         methods now autoloaded.
13540
13541 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13544         identifiers.
13545
13546 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * gnus-picon.el: Fix indentation and closing parenthesis.
13549
13550 2004-09-01  Simon Josefsson  <jas@extundo.com>
13551
13552         * message.el (message-canlock-generate): Require sha1, not
13553         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13554         to require within a function.  Sadly, if sha1.el isn't loaded, the
13555         let binding in m-c-g will hide the defcustom definition, which is
13556         bad.)
13557
13558         * canlock.el: Require sha1, not sha1-el.
13559
13560         * message.el: Don't autoload sha1 (there is a autoload cookie in
13561         sha1.el).
13562
13563         * sha1-el.el: Renamed to sha1.el.
13564
13565 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13566
13567         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13568
13569 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13570
13571         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13572
13573 2004-08-30  Kim F. Storm  <storm@cua.dk>
13574
13575         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13576
13577         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13578         Add :group 'nnimap.
13579
13580 2004-08-30  Andreas Schwab  <schwab@suse.de>
13581
13582         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13583         ?* and ?\;.
13584
13585         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13586         and ?\' to symbol instead of whitespace.
13587
13588 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13591
13592         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13593         instead of re-search-forward.
13594
13595         * gnus-uu.el (gnus-uu-save-article): Ditto.
13596         (gnus-uu-post-encode-uuencode): Ditto.
13597
13598         * html2text.el (html2text-clean-list-items): Ditto.
13599         (html2text-clean-dtdd): Ditto.
13600         (html2text-format-tags): Ditto.
13601
13602         * message.el (message-send-mail-with-sendmail): Fix regexp.
13603         (message-fill-field-general): Use search-forward instead of
13604         re-search-forward.
13605         (unbold-region): Ditto.
13606
13607         * nnrss.el (nnrss-request-article): Ditto.
13608
13609         * nnslashdot.el (nnslashdot-request-article): Ditto.
13610
13611         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13612
13613         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13614         "Unrecognized menu descriptor" error in XEmacs.
13615
13616 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13617
13618         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13619         parent article of a sparse article in the thread hashtb.
13620
13621 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13622
13623         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13624         (nnmail-expand-newtext): Lowercase expanded entries if
13625         nnmail-split-lowercase-expanded is non-nil.
13626
13627 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13630
13631         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13632         of gnus-tmp-news-method into string under XEmacs.  It will be
13633         passed to gnus-correct-length which takes only a string argument.
13634
13635 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * gnus-util.el (gnus-bind-print-variables): New macro.
13638         (gnus-prin1): Use it.
13639         (gnus-prin1-to-string): Use it.
13640         (gnus-pp): New function.
13641         (gnus-pp-to-string): New function.
13642
13643         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13644         Replace pp-to-string with gnus-pp-to-string.
13645         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13646         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13647         * gnus-msg.el (gnus-debug): Ditto.
13648         * gnus-score.el (gnus-score-save): Ditto.
13649         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13650         gnus-pp-to-string.
13651         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13652         with gnus-pp.
13653         * score-mode.el (gnus-score-pretty-print): Ditto.
13654         * webmail.el (webmail-debug): Ditto.
13655
13656 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-art.el (article-display-face, article-display-x-face):
13659         Use buffer-read-only.
13660
13661 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * gnus-art.el (article-hide-list-identifiers):
13664         Bind inhibit-read-only as t.
13665
13666 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13669
13670 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13671
13672         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13673         (gnus-narrow-to-page): Don't assume point-min == 1.
13674         (gnus-article-edit-mode): Derive from message-mode.
13675
13676         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13677         point-min == 1.
13678
13679         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13680         Disable incorrect use of `assert'.
13681
13682         * message.el (message-mode): Set comment-start-skip.
13683
13684
13685 2004-08-22  Sam Steingold  <sds@gnu.org>
13686
13687         * pop3.el (pop3-leave-mail-on-server): New user variable.
13688         (pop3-movemail): Delete mail only when it is nil.
13689
13690 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13693
13694         * mml.el (mml-preview): Use `pop-to-buffer'.
13695
13696         * message.el (message-goto-mail-followup-to): Insert after "To".
13697         (message-carefully-insert-headers): Add comment.
13698
13699         * gnus.el: Remove unused variable `gnus-article-check-size'.
13700
13701         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13702
13703         * gnus-art.el (gnus-button-alist): Improve
13704         `gnus-button-handle-library' entry.
13705
13706 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13707
13708         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13709         downcase, since XEmacs capitalizes error messages differently.
13710
13711 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13712
13713         * nntp.el: Add (require 'gnus) due to reference to
13714         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13715
13716 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13717
13718         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13719         `mm-fill-flowed'.
13720
13721         * mm-decode.el (mm-dissect-singlepart): Check it.
13722
13723 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13724
13725         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13726         'imap' for netrc parsing.
13727
13728 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13729
13730         * mailcap.el (mailcap-mime-data): Mark as risky.
13731
13732 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13735         may be included in the encoded word.
13736         (rfc2047-encode): Don't append a space if the encoded word
13737         includes close parenthesis.
13738
13739 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13742         of text within parentheses.
13743
13744 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13745
13746         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13747         (gnus-encrypt-write-file-contents): Make the password key the file
13748         name PLUS the cipher, not just the cipher.  Also remove failed
13749         passwords from the cache.
13750
13751 2004-08-06  Simon Josefsson  <jas@extundo.com>
13752
13753         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13754         fix.
13755
13756 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13759         LWSP.
13760
13761 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13762
13763         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13764         to append in-reply-to: data to the references: header.
13765
13766         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13767         (netrc-parse): Use gnus-encrypt.el functions.
13768
13769         * gnus-encrypt.el: Add new file for encryption support; currently
13770         does only a few GPG ciphers and an internal XOR cipher.
13771
13772         * password.el: Add comments on using password-read-and-add.
13773         (password-read-and-add): Add function to read and add the
13774         password to the cache at once.
13775
13776 2004-07-28  Simon Josefsson  <jas@extundo.com>
13777
13778         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13779         parameter (but don't use it, for now).
13780
13781         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13782         instead of hard coding to nil.
13783
13784 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13787         as mm-inline-image-xemacs does.
13788
13789 2004-07-26  Simon Josefsson  <jas@extundo.com>
13790
13791         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13792         Revert part of 2004-07-17 change below.
13793
13794 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13797         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13798
13799 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13800
13801         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13802         quotes that actually start with ">" at the beginning of the
13803         lines.
13804
13805 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * rfc2047.el (rfc2047-encode-region): Fix last change.
13808         (rfc2047-encode-parameter): Remove useless concat.
13809
13810 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13813         encode special characters; fix some kind of misconfigured headers;
13814         signal a real error if debug-on-quit or debug-on-error is non-nil.
13815         (rfc2047-encode-max-chars): New variable.
13816         (rfc2047-encode-1): Use it.
13817         (rfc2047-encode-parameter): New function.
13818
13819         * mml.el (mml-insert-parameter): Remove an excessive space.
13820
13821 2004-07-17  Simon Josefsson  <jas@extundo.com>
13822
13823         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13824         Kai Grossjohann <kai@emptydomain.de>.
13825         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13826         (gnus-group-make-menu-bar): Ditto.
13827
13828         * gnus-util.el (gnus-group-server): Add.
13829
13830 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13831
13832         * message.el (message-clone-locals): Clone sendmail and smtp
13833         variables.
13834
13835 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * rfc2047.el (rfc2047-encode-region): Fix last change.
13838
13839 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13842         characters as non-special.
13843
13844 2004-07-09  Simon Josefsson  <jas@extundo.com>
13845
13846         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13847         Users will lose all flag changes made while unplugged with
13848         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13849         good default.  See numerous reports on ding mailing list.
13850
13851 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13854         add generate-head-function and generate-article-function to the
13855         rfc822-forward entry.
13856         (nndoc-rfc822-forward-generate-article): New function.
13857         (nndoc-rfc822-forward-generate-head): New function.
13858
13859         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13860
13861 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13862
13863         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13864         respect display group parameter and gnus-summary-expunge-below.
13865         (gnus-articles-to-read): Remove unused reference to display group
13866         parameter.
13867
13868 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13869
13870         * nnheader.el (nnheader-uniquify-message-id): New experimental
13871         variable.
13872         (nnheader-nov-read-message-id): Use it.
13873
13874         * spam-report.el (spam-report-gmane): Add interactive.
13875
13876 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13879         qp-or-base64 for the application/* types.
13880
13881 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13882
13883         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13884
13885 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13886
13887         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13888         trim value.
13889
13890 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13891
13892         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13893         New macro and function.
13894         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13895
13896 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13899         after-load-alist.
13900
13901 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13902
13903         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13904         update info that isn't there.
13905
13906 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13907
13908         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13909         entry.
13910
13911 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * mm-view.el (mm-inline-render-with-function): Use multibyte
13914         buffer; decode html source by charset.
13915
13916         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13917
13918         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13919         Mule-UCS is loaded under XEmacs.
13920         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13921
13922 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13923
13924         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13925
13926 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * mm-util.el (mm-coding-system-p): Return a coding-system.
13929         (mm-mime-mule-charset-alist): Use shift_jis instead of
13930         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13931         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13932         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13933         instead of japanese-shift-jis and iso-latin-1 respectively in
13934         order to share the default value with both Emacs and XEmacs-mule.
13935         (mm-mule-charset-to-mime-charset): Make
13936         mm-coding-system-priorities effective.
13937         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13938         while predicating of candidates upon the priorities.
13939
13940 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13941
13942         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13943         gnus-uu-invert-processable.
13944
13945         * gnus.el: Autoload gnus-uu-invert-processable.
13946
13947 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * mm-util.el (mm-with-multibyte-buffer): New macro.
13950
13951         * rfc2047.el (rfc2047-encode-string): Use it.
13952         (rfc2047-encode-region): Move point to the end of the region after
13953         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13954
13955 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13958         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13959
13960 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13963         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13964         Karl Chen <quarl@nospam.quarl.org>.
13965
13966 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13967
13968         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13969         invalid addresses.
13970
13971 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13972
13973         * spam.el: Change section markers, revise TODO list.
13974         (spam-backends): Make new master list of all installed backends.
13975         (spam-summary-exit-behavior): Add new variable to determine how
13976         messages moves are done at summary exit.
13977         (spam-move-spam-nonspam-groups-only)
13978         (spam-process-ham-in-nonham-groups)
13979         (spam-process-ham-in-spam-groups): Remove variables, the
13980         spam-summary-exit-behavior variable should be used to manage this
13981         behavior.
13982         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13983         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13984         and spam-old-spam-articles.
13985         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13986         Add empty variables, placeholders for the backends they represent.
13987         (spam-set-difference): Move, unchanged.
13988         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13989         unless the user has a processor variable.
13990         (spam-classifications, spam-classification-valid-p)
13991         (spam-backend-properties, spam-backend-property-valid-p)
13992         (spam-backend-function-type-valid-p)
13993         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13994         (spam-report-articles-gmane, spam-report-articles-resend):
13995         Remove functions, they are not needed.
13996         (spam-install-backend-super, spam-backend-list)
13997         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13998         (spam-backend-function, spam-backend-ham-registration-function)
13999         (spam-backend-spam-registration-function)
14000         (spam-backend-ham-unregistration-function)
14001         (spam-backend-spam-unregistration-function)
14002         (spam-backend-statistical-p, spam-backend-mover-p)
14003         (spam-install-backend-alias, spam-install-checkonly-backend)
14004         (spam-install-mover-backend, spam-install-nocheck-backend)
14005         (spam-install-backend, spam-install-statistical-backend)
14006         (spam-install-statistical-checkonly-backend): Add backend installation
14007         support.
14008         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14009         (spam-group-processor-p): Use the new backend code and respect the
14010         summary exit behavior.
14011         (spam-mark-spam-as-expired-and-move-routine): Remove.
14012         (spam-summary-prepare): Change to use the new spam-old-articles
14013         variable.
14014         (spam-copy-or-move-routine, spam-copy-spam-routine)
14015         (spam-move-spam-routine, spam-copy-ham-routine)
14016         (spam-move-ham-routine): Add code to copy/move ham or spam.
14017         (spam-fetch-field-fast): Improve doc and code, plus allow the
14018         'number request.
14019         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14020         variables.
14021         (spam-split, spam-find-spam): Use the new backend code.
14022         (spam-registration-functions): Remove variable.
14023         (spam-unregister-routine): Add convenience wrapper.
14024         (spam-log-undo-registration, spam-register-routine)
14025         (spam-log-processing-to-registry)
14026         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14027         where possible.
14028         (spam-check-gmane-xref, spam-check-regex-headers)
14029         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14030         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14031         (spam-check-bogofilter-headers, spam-check-spamoracle)
14032         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14033         (spam-check-crm114-headers): Use the spam-split-group that
14034         spam-split prepares, no need to determine it every time.
14035
14036         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14037         to the nnheader-parse-naked-head call.
14038
14039         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14040
14041         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14042         the nnheader-nov-read-message-id call.
14043
14044 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14047         gnus-activate-group twice.  Suggested by Markus Peter
14048         <warp@spin.de>.
14049
14050 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * gnus-art.el (gnus-article-time-format): Exchange the order of
14053         day and month in the default value; fix customization type.
14054         (article-date-ut): Use add-text-properties.
14055         (article-make-date-line): Use message-make-date instead of
14056         current-time-string.
14057
14058         * message.el (message-fetch-field): Don't use set-text-properties.
14059         (message-make-date): Simplify.
14060
14061         * messagexmas.el (message-xmas-make-date): New function.
14062         (message-xmas-redefine): Defalias message-make-date to it.
14063
14064 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14067         (rfc2047-encode-region): Treat text within parentheses as special;
14068         show the original text when error has occurred.
14069
14070         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14071         already-computed method to gnus-activate-group.
14072
14073         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14074         same select-methods identical Lisp objects.
14075
14076         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14077         object when modifying the info.
14078
14079 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14082         gnus-opened-servers since it has never been opened with the new
14083         configuration yet.
14084
14085 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14088         arg to nnheader-generate-fake-message-id.
14089
14090 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14091
14092         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14093         number and build a fake message ID localized to a group and
14094         article number (so it's repeatable from that point on).
14095         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14096         ID format.
14097
14098         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14099         nnheader-generate-fake-message-id with the article number.
14100
14101 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14102
14103         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14104         end-of-buffer.
14105
14106 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14107
14108         * message.el (message-ignored-supersedes-headers): Add Approved.
14109
14110 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14113         goto-char.
14114         (rfc2047-encode): Fold the line before encoding.
14115
14116 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14117
14118         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14119         folding -- not all headers can be folded, and this should be done
14120         by the message composition mode.  Probably.  I think.
14121
14122 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14125         fast.
14126
14127         * gnus-ems.el (gnus-remove-image): Don't use
14128         message-text-with-property; remove only the image found first.
14129
14130         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14131         found first.
14132
14133 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14134
14135         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14136
14137 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * message.el (message-text-with-property): Make it fast and accept
14140         optional arguments.
14141         (message-strip-forbidden-properties): Use it.
14142         (message-fix-before-sending): Follow the m-t-w-p change.
14143
14144         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14145
14146 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * gnus-art.el (article-hide-headers): Don't change the buffer
14149         mistakenly when performing mml-preview even if
14150         gnus-single-article-buffer is nil.
14151
14152 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14153
14154         * message.el (message-expand-name-databases): New user option.
14155         (message-expand-name): Use it.
14156
14157 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14158
14159         * spam.el (spam-report-articles-resend)
14160         (spam-report-resend-register-routine): Allow ham reporting.
14161         (spam-report-resend-register-ham-routine): Add wrapper.
14162         (spam-registration-functions): Add ham resending functions.
14163         (spam-list-of-processors): Add ham resend processor.
14164
14165         * gnus.el (ham-resend-to): Add new group parameter.
14166         (spam-process): Add ham resend option.
14167
14168         * spam-report.el (spam-report-resend): Allow reporting ham.
14169         (spam-report-resend-ham): Add wrapper.
14170
14171 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14172
14173         * message.el (message-cite-articles-with-x-no-archive): New
14174         variable.
14175         (message-cite-original): Use it.
14176
14177 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14178
14179         * message.el (message-cite-original): Respect X-No-Archive.
14180
14181 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * gnus-art.el (article-hide-headers): Refer to the values for
14184         gnus-ignored-headers and gnus-visible-headers in the summary
14185         buffer since a user may have set them as group parameters.
14186
14187 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14188
14189         * assistant.el (assistant-node-name): Add convenience function.
14190         (assistant-render-text, assistant-render-node): Add error handling,
14191         plus handle multiple next nodes.
14192         (assistant-find-next-node): Comment out for now.
14193         (assistant-find-next-nodes): Add function, returns list of next
14194         nodes.
14195
14196 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14197
14198         * mail-source.el (mail-source-directory): Fix doc-string.
14199
14200 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14201
14202         * assistant.el (assistant-render-text, assistant-eval): Add :set
14203         widget type, which is different because it takes and returns a
14204         list.  Much hilarity ensues.
14205
14206 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14207
14208         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14209
14210         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14211         doc-string.
14212
14213         * gnus-start.el (gnus-activate-group): Added doc-string.
14214
14215 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14218
14219 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14220
14221         * assistant.el (assistant-render-text): Try to add a :set
14222         widget, more to come.
14223
14224         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14225         strings.
14226         (spam-report-articles-resend)
14227         (spam-register-routine): Do registration iff any articles warrant
14228         it.
14229         (spam-summary-prepare-exit): Change log message for nil group
14230         destinations.
14231
14232 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14233
14234         * spam.el (spam-report-resend-register-routine): Allow
14235         spam-report-resend-to to be a group parameter or a global value.
14236
14237 2004-05-26  Simon Josefsson  <jas@extundo.com>
14238
14239         * starttls.el: Merge with my GNUTLS based starttls.el.
14240         (starttls-gnutls-program, starttls-use-gnutls)
14241         (starttls-extra-arguments, starttls-process-connection-type)
14242         (starttls-connect, starttls-failure, starttls-success): New
14243         variables.
14244         (starttls-program, starttls-extra-args): Doc fix.
14245         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14246         functions.
14247         (starttls-negotiate, starttls-open-stream): Check
14248         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14249         function if it is set.
14250
14251 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14252
14253         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14254         structured fields.
14255
14256 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14259
14260 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14261
14262         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14263         variable.
14264         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14265         assigning the spam-mark to new messages.
14266
14267 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14268
14269         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14270
14271 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14274
14275         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14276         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14277         default.
14278
14279 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14280
14281         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14282         correct data.
14283
14284 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14285
14286         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14287         (spam-group-processor-p): Fix function.
14288         (spam-group-processor-multiple-p)
14289         (spam-group-spam-processor-report-gmane-p)
14290         (spam-group-spam-processor-report-resend-p)
14291         (spam-group-spam-processor-bogofilter-p)
14292         (spam-group-spam-processor-blacklist-p)
14293         (spam-group-spam-processor-ifile-p)
14294         (spam-group-ham-processor-ifile-p)
14295         (spam-group-spam-processor-spamoracle-p)
14296         (spam-group-spam-processor-crm114-p)
14297         (spam-group-ham-processor-bogofilter-p)
14298         (spam-group-spam-processor-stat-p)
14299         (spam-group-ham-processor-stat-p)
14300         (spam-group-ham-processor-whitelist-p)
14301         (spam-group-ham-processor-BBDB-p)
14302         (spam-group-ham-processor-spamoracle-p)
14303         (spam-group-ham-processor-copy-p): Remove functions with some
14304         prejudice against unneeded code.
14305         (spam-report-articles-resend)
14306         (spam-report-resend-register-routine): Allow the group/topic
14307         spam-resend-to value to override spam-report-resend-to.
14308         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14309         properly now.
14310
14311         * gnus.el (spam-resend-to): Add group/topic parameter.
14312         (spam-process): Move the OBSOLETE processors to the end of the
14313         choices.
14314
14315 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14316
14317         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14318         with resend-to set to nil, and then ask the user if necessary.
14319         (spam-report-resend): spam-report-resend takes a list of articles, not
14320         separate article numbers.
14321
14322 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14325         addition to emacs-w3m.
14326
14327 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14328
14329         * assistant.el (assistant-authinfo-data): New function.
14330         (assistant-eval): Eval for entire assistant.
14331
14332         * netrc.el (netrc-services-file): New variable.
14333         (netrc-parse-services): New function.
14334         (netrc-find-service-name): New function.
14335         (netrc-find-service-number): New function.
14336         (netrc-port-equal): New function.
14337         (netrc-machine): Use it.
14338
14339         * nnimap.el (nnimap-open-connection): Use netrc.
14340
14341         * gnus-util.el (gnus-netrc-get): Remove aliases.
14342
14343         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14344
14345         * assistant.el (wid-edit): Fix compilation.
14346
14347         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14348
14349 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14350
14351         * gnus-util.el (gnus-set-file-modes): New function.  (small
14352         patch).
14353
14354 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14355
14356         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14357
14358         * assistant.el (assistant-render-node): Fix up rendering and
14359         read-only text.
14360         (assistant-render-node): Reset.
14361         (assistant-make-read-only): Not sticky.
14362
14363 2004-05-20  Danny Siu  <dsiu@adobe.com>
14364
14365         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14366         centered even when gnus-auto-center-summary is t.
14367
14368 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14369
14370         * dns.el (dns-get-txt-answer): New function.
14371         (dns-read-txt): Ditto.
14372         (query-dns): Use it.
14373
14374 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14377         active for foreign groups even if the group level is higher than
14378         the specified value.
14379
14380 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14381
14382         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14383         non-active groups.
14384
14385         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14386
14387 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14388
14389         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14390
14391 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14392
14393         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14394         (spam-crm114-header, spam-crm114-spam-switch)
14395         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14396         (spam-crm114-positive-spam-header)
14397         (spam-crm114-database-directory, spam-list-of-processors)
14398         (spam-group-spam-processor-crm114-p)
14399         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14400         (spam-generic-score, spam-list-of-checks)
14401         (spam-list-of-statistical-checks, spam-registration-functions)
14402         (spam-check-crm114-headers, spam-crm114-score)
14403         (spam-check-crm114, spam-crm114-register-with-crm114)
14404         (spam-crm114-register-spam-routine)
14405         (spam-crm114-unregister-spam-routine)
14406         (spam-crm114-register-ham-routine)
14407         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14408         asjo@koldfront.dk (Adam Sjøgren).
14409
14410         * gnus.el: Add spam-use-crm114.
14411
14412         * spam.el (spam-list-of-processors, spam-registration-functions):
14413         Add spam-use-resend.
14414         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14415         (spam-report-articles-gmane): Add doc fix.
14416         (spam-report-articles-resend, spam-report-resend-register-routine):
14417         Add wrappers around spam-report-resend-to.
14418
14419         * spam-report.el (spam-report-resend-to, spam-report-resend):
14420         Add support for resending spam.
14421         (spam-report-gmane): Fix line length >80.
14422
14423         * gnus.el (spam-process): Add spam-use-resend.
14424
14425 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14426
14427         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14428         number of processed spam messages.
14429         (spam-ham-copy-or-move-routine): Return the number of processed
14430         ham messages.
14431         (spam-summary-prepare-exit): Use the above values to decide
14432         whether status messages shouled be displayed.
14433
14434 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14437         `rfc2047-encoding-function-alist' in order to avoid conflicting
14438         with the old version.
14439         (rfc2047-encode-region): Concatenate words containing non-ASCII
14440         characters in structured fields; don't encode space-delimited
14441         ASCII words even in unstructured fields; don't break words at
14442         char-category boundaries.
14443         (rfc2047-encode-1): New function.
14444         (rfc2047-encode): Use it; encode text so that it occupies the
14445         maximum width within 76-column; work correctly on Q encoding for
14446         iso-2022-* charsets.
14447         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14448         sure not to break a line just after the header name.
14449         (rfc2047-b-encode-region): Removed.
14450         (rfc2047-b-encode-string): New function.
14451         (rfc2047-q-encode-region): Removed.
14452         (rfc2047-q-encode-string): New function.
14453
14454         * mm-util.el (mm-replace-in-string): New function.
14455
14456 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14457
14458         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14459         get it right.
14460         (gnus-inews-make-draft): Really.
14461
14462 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14463
14464         * nnmh.el (nnmh-request-list-1): Don't check the link count
14465         before descending.  (small patch)
14466
14467 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14468
14469         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14470         stuff.
14471
14472         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14473         on real group name.
14474
14475         * gnus-art.el (gnus-signature-limit): Doc fix.
14476
14477         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14478
14479         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14480
14481 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14482
14483         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14484         isn't a string.
14485
14486 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14487
14488         * gnus-draft.el (gnus-draft-send): Bind
14489         rfc2047-encode-encoded-words.
14490
14491         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14492         (rfc2047-encodable-p): Say that =? needs encoding.
14493         (rfc2047-encode-encoded-words): New variable.
14494
14495         * gnus-group.el (gnus-group-select-group): Doc fix.
14496
14497         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14498
14499         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14500         to nil.
14501
14502         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14503
14504         * nnheader.el (nnheader-get-lines-and-char): New function.
14505
14506 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-msg.el (gnus-summary-followup-with-original): Document
14509         yanking of region when active.
14510
14511 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14514         groups if the group level is higher than the specified value.
14515
14516 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14519         (gnus-group-jump-to-group): Added prefix argument using
14520         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14521         non-active group.
14522
14523         * compface.el (uncompface): Be verbose when changing
14524         `uncompface-use-external'.
14525
14526         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14527         handle manual section.
14528
14529 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14530
14531         * gnus-art.el (gnus-button-alist): Revert previous change.
14532
14533 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14536
14537 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14538
14539         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14540         whether backend can accept message.
14541
14542         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14543
14544 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14545
14546         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14547         Avoid creating directory when nntp-marks-is-evil is true.
14548         Reported by Reiner Steib.
14549
14550 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14551
14552         * gnus-picon.el (gnus-picon-style): New variable.
14553         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14554         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14555         Jesper Harder <harder@ifa.au.dk>.
14556
14557 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14558
14559         * message.el (message-fill-field): Return point.
14560         (message-generate-headers): Go to end of field.
14561
14562         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14563         stuff for non-living groups.
14564
14565 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14566
14567         * gnus-art.el (gnus-article-followup-with-original)
14568         (gnus-article-reply-with-original): gnus-mark-active-p ->
14569         gnus-region-active-p.
14570
14571 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14572
14573         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14574         only when there is spam or ham to be processed.
14575
14576 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14577
14578         * mail-source.el (mail-source-delete-crash-box): Refactor.
14579         (mail-source-fetch): Use it.
14580         (mail-source-fetch-file): Ditto.
14581         (mail-source-fetch-directory): Run postscript in loop.
14582         (mail-source-fetch-pop): Delete.
14583         (mail-source-fetch-maildir): Ditto.
14584         (mail-source-fetch-imap): Ditto.
14585
14586         * imap.el (imap-authenticators): Comment out sasl.
14587
14588         * message.el (message-skip-to-next-address): New function.
14589         (message-fill-header-address): Refactor.
14590         (message-fill-address): Use it.
14591         (message-delete-address): Use it.
14592         (message-fill-header-general): Refactor.
14593         (message-fill-field-address): Rename.
14594         (message-narrow-to-field): Find the start of the header.
14595         (message-header-format-alist): Don't pre-fill.
14596         (message-fill-header): Removed.
14597         (message-insert-header): New function.
14598         (message-shorten-references): Use it.
14599
14600         * rfc2047.el (rfc2047-field-value): Strip props.
14601
14602         * mail-parse.el (mail-header-make-address): New alias.
14603
14604         * ietf-drums.el (ietf-drums-make-address): New function.
14605
14606         * imap.el: Add compiler directives.
14607
14608         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14609
14610         * gnus-art.el (article-decode-idna-rhs): Don't use
14611         message-idna-inside-rhs-p.
14612
14613 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14614
14615         * message.el (message-idna-inside-rhs-p): Removed.
14616         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14617
14618         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14619         false positives.
14620
14621 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14622
14623         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14624
14625 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14626
14627         * nneething.el (nneething-file-name): Don't create spurious
14628         files.
14629
14630         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14631         (gnus-inews-do-gcc): Remove sleep.
14632
14633         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14634         part under point.
14635
14636         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14637         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14638
14639 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14640
14641         * spam.el (spam-summary-prepare-exit): Fixed (length).
14642
14643 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14644
14645         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14646         as expired without moving it" message when there are spam
14647         messages left.
14648
14649 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14650
14651         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14652         header is not nil.
14653
14654 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14655
14656         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14657         nntp-possibly-create-directory, not nntp-possibly-change-group.
14658         (nntp-marks-changed-p): New arg SERVER.
14659         (nntp-request-update-info): Adjust caller.
14660
14661 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14662
14663         * nntp.el (nntp-save-marks): Pass missing arg.
14664
14665 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14666
14667         * nntp.el: Support marks.
14668         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14669         (nntp-marks-modtime, nntp-marks-directory): New variables.
14670         (nntp-request-set-mark, nntp-request-update-info)
14671         (nntp-possibly-create-directory, nntp-marks-changed-p)
14672         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14673         functions.
14674
14675 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14676
14677         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14678         (gnus-xmas-redefine): Rename.
14679
14680         * gnus-score.el (gnus-score-insert-help): Use
14681         gnus-select-lowest-window.
14682
14683         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14684         appt-select-lowest-window and rename to gnus-select-lowest-window.
14685
14686         * gnus.el: do.
14687
14688 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14689
14690         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14691         encodings of MIME-encoded words, in order to improve
14692         interoperability with several broken MUAs.
14693
14694 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14695
14696         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14697         tags, only when charsets are not specified in headers.
14698         (mm-inline-text-html-render-with-w3m): Ditto.
14699
14700         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14701         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14702
14703 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14704
14705         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14706         instead of MIME-decoded from fields when checking
14707         `gnus-article-address-banner-alist'.
14708
14709 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14710
14711         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14712         description rather than subject.
14713
14714 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14715
14716         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14717
14718 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14719
14720         * gnus.el (gnus-version-number): Bump.
14721
14722 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14723
14724         * gnus.el: No Gnus v0.2 is released.
14725
14726 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14727
14728         * gnus-agent.el (gnus-agent-read-agentview): Inline
14729         gnus-uncompress-range.
14730
14731 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14732
14733         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14734         `exec-installed-p'.
14735
14736 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14737
14738         * gnus.el (spam-process, spam-autodetect-methods): Add
14739         bsfilter and bsfilter-headers.
14740
14741         * spam.el (spam-bsfilter): New customize group.
14742         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14743         (spam-bsfilter-header, spam-bsfilter-probability-header)
14744         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14745         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14746         (spam-bsfilter-database-directory): New options.
14747         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14748         (spam-list-of-statistical-checks, spam-registration-functions):
14749         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14750         (spam-bsfilter-score): New command.
14751         (spam-check-bsfilter-headers, spam-check-bsfilter)
14752         (spam-bsfilter-register-with-bsfilter)
14753         (spam-bsfilter-register-spam-routine)
14754         (spam-bsfilter-unregister-spam-routine)
14755         (spam-bsfilter-register-ham-routine)
14756         (spam-bsfilter-unregister-ham-routine): New functions.
14757         (spam-generic-score): Support bsfilter; Accept an optional argument
14758         to recalcurate spam score even if scoring header has already been
14759         added.
14760         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14761         optional argument to recalcurate spam score even if scoring header
14762         has already been added.
14763
14764 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14765
14766         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14767         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14768         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14769         link is missing.
14770
14771 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14772
14773         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14774         (html2text-get-attr): Rewrite.
14775
14776         * message.el (message-setup-1): Remove redundant put-text-property
14777         on mail-header-separator.
14778
14779 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14780
14781         * gnus-registry.el (gnus-registry-cache-whitespace)
14782         (gnus-registry-action, gnus-registry-spool-action)
14783         (gnus-registry-split-fancy-with-parent): Change message levels
14784         from 5 to 3 or 7, as needed.
14785
14786         * spam.el (spam-summary-prepare-exit)
14787         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14788         (spam-split, spam-find-spam, spam-log-undo-registration)
14789         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14790         level from 5 to 6.
14791
14792 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14795         2004-03-04 change).
14796
14797 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14798
14799         * sieve-manage.el (sieve-manage-open):
14800         * nnweb.el (nnweb-insert-html):
14801         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14802         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14803         * nnspool.el (nnspool-request-group):
14804         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14805         * nnml.el (nnml-request-update-info):
14806         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14807         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14808         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14809         (nnimap-request-set-mark):
14810         * nnfolder.el (nnfolder-request-update-info):
14811         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14812         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14813         * gnus-uu.el (gnus-uu-find-articles-matching):
14814         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14815         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14816         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14817         * gnus-nocem.el (gnus-nocem-scan-groups):
14818         * gnus-int.el (gnus-start-news-server):
14819         * gnus-group.el (gnus-group-make-kiboze-group)
14820         (gnus-group-browse-foreign-server):
14821         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14822         Use mapc when appropriate.
14823
14824 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14825
14826         FIXME: Make separate entries for each person.
14827
14828         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14829         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14830         <shields@msrl.com>:
14831
14832         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14833         may need for spam sorting and scoring.
14834         (spam-user-format-function-S): Add user format function suitable for
14835         general use.
14836         (spam-article-sort-by-spam-status): Add sorting function for summary
14837         sorting.
14838         (spam-extra-header-to-number): Add function to get a score from a
14839         header.
14840         (spam-summary-score): Add function to get a numeric score from the
14841         headers.
14842         (spam-generic-score): Fix function doc, was in wrong place.
14843         (spam-initialize): Take symbols when it's run, and install the
14844         extra headers that spam-necessary-extra-headers thinks we need.
14845
14846 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14847
14848         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14849         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
14850
14851 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14852
14853         * gnus-sum.el (gnus-set-global-variables)
14854         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14855         (gnus-article-get-xrefs, gnus-summary-best-group)
14856         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14857         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14858         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14859         Use with-current-buffer.
14860
14861 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14862
14863         * spam.el (spam-summary-prepare-exit): Simplify logic.
14864         (spam-fetch-article-header): Read the article header if it's not
14865         available.
14866         (spam-list-articles): Simplify logic.
14867         (spam-filelist-register-routine): Fix bug with unregister-list.
14868
14869         * gnus-registry.el: Fix comments at beginning.
14870
14871 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14872
14873         * message.el (message-cater-to-broken-inn): Remove.
14874         (message-shorten-references): Make sure the total folded length of
14875         References is shorter than 998 characters to cater to a bug in INN
14876         2.3.  Also, don't pretend that references aren't folded -- this
14877         hasn't worked for a while.
14878
14879 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14880
14881         * gnus-agent.el (gnus-agentize):
14882         gnus-agent-send-mail-real-function no longer set to current value
14883         of message-send-mail-function but rather a lambda that calls
14884         message-send-mail-function.  The change makes the agent real-time
14885         responsive to user changes to message-send-mail-function.
14886
14887 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14888
14889         * legacy-gnus-agent.el
14890         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14891         help from Florian Weimer <fw@deneb.enyo.de>
14892
14893 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * nnmail.el (nnmail-cache-insert): Revert last change.
14896
14897 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * nnmail.el (nnmail-cache-insert): Always check whether
14900         nnmail-cache-ignore-groups matches a group name.
14901
14902 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14903
14904         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14905         (spam-find-spam, spam-log-processing-to-registry)
14906         (spam-log-registered-p, spam-log-unregistration-needed-p)
14907         (spam-log-undo-registration): Use gnus-message instead of
14908         gnus-error, none of these errors are fatal.
14909
14910         * gnus-registry.el (gnus-registry-clean-empty-function)
14911         (gnus-registry-clean-empty): Remove only empty entries without
14912         extra data.
14913
14914 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14915
14916         * spam-stat.el (spam-stat-buffer-change-to-spam)
14917         (spam-stat-buffer-change-to-non-spam): Change (error) to
14918         (gnus-message 8) invocation.
14919
14920 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * nntp.el (nntp-via-netcat-command): New variable.
14923         (nntp-via-netcat-switches): New variable.
14924         (nntp-open-via-rlogin-and-netcat): New function.
14925         (nntp-open-connection-function): Doc fix.
14926         (nntp-telnet-command): Doc fix.
14927         (nntp-end-of-line): Doc fix.
14928         (nntp-via-rlogin-command): Doc fix.
14929         (nntp-via-user-name): Doc fix.
14930         (nntp-via-address): Doc fix.
14931
14932 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14935         error in Emacs 21.1.
14936
14937 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14938
14939         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14940
14941 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14942
14943         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14944         (gnus-agent-with-refreshed-group): New macro.
14945         (gnus-agent-rename-group): New function.
14946         (gnus-agent-delete-group): New function.
14947         (gnus-agent-save-group-info): Use gnus-command-method when
14948         `method' parameter is nil.  Don't write nil entries into the
14949         active file.
14950         (gnus-agent-get-group-info): New function.
14951         (gnus-agent-fetch-articles): Use
14952         gnus-agent-update-files-total-fetched-for to increment disk space
14953         used.
14954         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14955         gnus-agent-update-view-total-fetched-for to increment disk space
14956         used.
14957         (gnus-agent-get-local): Added optional parameters to avoid calling
14958         gnus-group-real-name and gnus-find-method-for-group.
14959         (gnus-agent-set-local): Delete stored entry if either min, or max,
14960         are nil.
14961         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14962         quit, use gnus-agent-regenerate-group to record existance of any
14963         articles fetched to disk before the quit occurred.
14964         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14965         gnus-agent-update-view-total-fetched-for, and
14966         gnus-agent-update-files-total-fetched-for to decrement disk space
14967         used.
14968         (gnus-agent-retrieve-headers): Use
14969         gnus-agent-update-view-total-fetched-for to increment disk space
14970         used.
14971         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14972         with gnus-agent-update-files-total-fetched-for to decrement disk
14973         space and fresh group buffer.
14974         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14975         (gnus-agent-need-update-total-fetched-for): New variable.
14976         (gnus-agent-update-files-total-fetched-for): New function.
14977         (gnus-agent-update-view-total-fetched-for): New function.
14978         (gnus-agent-total-fetched-for): New function.
14979
14980         * gnus-cache.el (gnus-cache-save-buffers): Use
14981         gnus-cache-update-overview-total-fetched-for to change disk space
14982         used by this group.
14983         (gnus-cache-possibly-enter-article): Use
14984         gnus-cache-update-file-total-fetched-for to increment disk space
14985         used by this group.
14986         (gnus-cache-possibly-remove-article): Use
14987         gnus-cache-update-file-total-fetched-for to decrement disk space
14988         used by this group.
14989         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14990         (gnus-cache-rename-group): New function.
14991         (gnus-cache-delete-group): New function.
14992         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14993         (gnus-cache-need-update-total-fetched-for): New variable.
14994         (gnus-cache-with-refreshed-group): New macro.
14995         (gnus-cache-update-file-total-fetched-for): New function.
14996         (gnus-cache-update-overview-total-fetched-for): New function.
14997         (gnus-cache-rename-group-total-fetched-for): New function.
14998         (gnus-cache-delete-group-total-fetched-for): New function.
14999         (gnus-cache-total-fetched-for): New function.
15000
15001         * gnus-group.el: Require gnus-sum and autoload functions to
15002         resolve warnings when gnus-group.el compiled alone.
15003         (gnus-group-line-format): Documented new %F.
15004         (size of Fetched data) group line format; identifies disk space
15005         used by agent and cache.
15006         (gnus-group-line-format-alist): Defined new F format.
15007         (gnus-total-fetched-for): New function.
15008         (gnus-group-delete-group): No longer update
15009         gnus-cache-active-altered as gnus-request-delete-group now keeps
15010         the cache in sync.
15011         (gnus-group-list-active): Let the agent store a server's active
15012         list if currently plugged.
15013
15014         * gnus-int.el (gnus-request-delete-group):
15015         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15016         local disk in sync with the server.
15017         (gnus-request-rename-group):
15018         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15019         local disk in sync with the server.
15020
15021         * gnus-start.el (gnus-get-unread-articles):
15022         Cosmetic simplification to logic.
15023
15024         * gnus-util.el (gnus-rename-file): New function.
15025
15026 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15027
15028         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15029
15030 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15031
15032         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15033         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15034
15035 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15036
15037         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15038         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15039
15040 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15041
15042         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15043
15044 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15045
15046         * spam.el (spam-set-difference): Add function to replace
15047         gnus-set-difference in spam.el.
15048         (spam-summary-prepare-exit): Use spam-set-difference.
15049
15050 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15051
15052         * gnus-registry.el (gnus-registry-cache-file): Update to use
15053         gnus-dribble-directory OR gnus-home-directory OR ~.
15054         (gnus-registry-split-fancy-with-parent): Fix doc.
15055
15056 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * message.el (message-exchange-point-and-mark): Use
15059         message-mark-active-p.  Suggested by Jesper Harder
15060         <harder@ifa.au.dk>.
15061
15062 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * message.el (message-exchange-point-and-mark): Don't activate
15065         region if it was inactive.  Suggested by Hiroshi Fujishima
15066         <pooh@nature.tsukuba.ac.jp>.
15067
15068 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * gnus-art.el (article-display-face): Display Faces in the same
15071         order as X-Faces.
15072
15073 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15076
15077 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15080         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15081         (gnus-article-mime-hierarchy): Remove.
15082         (gnus-article-mime-hierarchy-next): Remove.
15083         (gnus-article-mode): Revert 2004-03-19 change.
15084         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15085         (gnus-insert-mime-button): Revert 2004-03-19 change.
15086         (gnus-mime-accumulate-hierarchy): Remove.
15087         (gnus-mime-enter-multipart): Remove.
15088         (gnus-mime-leave-multipart): Remove.
15089         (gnus-mime-display-part): Revert 2004-03-19 change.
15090         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15091
15092         * mml.el (mml-preview): Revert 2004-03-19 change.
15093
15094 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15095
15096         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15097
15098 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15101         t while entering a file name using the mm-with-multibyte macro.
15102         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15103
15104         * mm-util.el (mm-with-multibyte): New macro.
15105
15106 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15109         user option.
15110         (gnus-mime-multipart-functions): Doc and customization fix.
15111         (gnus-article-mime-hierarchy): New variable.
15112         (gnus-article-mime-hierarchy-next): New variable.
15113         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15114         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15115         gnus-article-mime-hierarchy-next to nil.
15116         (gnus-insert-mime-button): Show hierarchy numbers.
15117         (gnus-mime-accumulate-hierarchy): New function.
15118         (gnus-mime-enter-multipart): New function.
15119         (gnus-mime-leave-multipart): New function.
15120         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15121         (gnus-mime-display-alternative): Show hierarchy numbers.
15122
15123         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15124         gnus-article-mime-hierarchy-next to nil.
15125
15126 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15127
15128         * dns.el: Don't require gnus-xmas.
15129
15130 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15131
15132         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15133         inline PGP.
15134         (mml-menu): Disable mml-quote-region if mark is inactive.
15135
15136 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15139         when the group's active is not available.
15140
15141 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15144         error.
15145
15146 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15147
15148         * imap.el (imap-store-password): New variable.
15149         (imap-interactive-login): Use it.
15150         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15151
15152 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15155         window-start and hscroll to summary window.
15156
15157 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15158
15159         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15160         conversion message to newsrc-dribble when an actual conversion is
15161         performed.
15162
15163 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15164
15165         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15166
15167 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * mm-decode.el (mm-complicated-handles): New function reviving
15170         former definition of mm-multiple-handles.
15171
15172         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15173         (gnus-mime-delete-part): Use it.
15174
15175 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15176
15177         * gnus-agent.el (gnus-agent-read-local): Bind
15178         nnheader-file-coding-system to gnus-agent-file-coding-system to
15179         avoid the implicit assumption that they will always be equal.
15180         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15181         coding-system-for-write, as the with-temp-file macro first prints
15182         to a buffer then saves the buffer.
15183
15184 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-art.el (gnus-article-edit-part): New function.
15187         (gnus-mime-save-part-and-strip): Use it; do query instead of
15188         signaling an error; don't use mm-multiple-handles.
15189         (gnus-mime-delete-part): Ditto.
15190
15191 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15192
15193         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15194         old file versions.
15195         (gnus-group-prepare-hook): Removed function that converted list
15196         form of gnus-agent-expire-days to group properties.
15197
15198         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15199         (gnus-request-accept-article): Re-indented.
15200
15201         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15202         converters to handle old agent file formats.  Added logic for a
15203         "backup before upgrading warning".
15204         (gnus-convert-mark-converter-prompt): Developers can mark
15205         functions as needing (default), or not needing,
15206         gnus-convert-old-newsrc's "backup before upgrading warning".
15207         (gnus-convert-converter-needs-prompt): Tests whether the user
15208         should be protected from potentially irreversable changes by the
15209         function.
15210
15211         * legacy-gnus-agent.el: New.  Provides converters that are only
15212         loaded when gnus-convert-old-newsrc needs to call them.
15213
15214 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * mail-source.el (mail-source-touch-pop): Doc fix.
15217
15218         * message.el (message-smtpmail-send-it): Doc fix.
15219
15220 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15221
15222         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15223
15224         * nnmail.el (nnmail-split-fancy): do.
15225
15226         * gnus-kill.el (gnus-kill, gnus-execute): do.
15227
15228 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15229
15230         * gnus-sum.el (gnus-widget-reversible-match)
15231         (gnus-widget-reversible-to-internal)
15232         (gnus-widget-reversible-to-external): New functions.
15233         (gnus-widget-reversible): New widget.
15234         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15235
15236 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15237
15238         * gnus-sum.el (gnus-thread-sort-functions)
15239         (gnus-article-sort-functions): Document `(not F)' items.
15240
15241 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15242
15243         * spam.el (spam-use-gmane-xref): Add new backend.
15244         (spam-gmane-xref-spam-group): Add variable to control the name of the
15245         Gmane spam group.
15246         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15247         (spam-regex-headers-spam, spam-regex-headers-ham)
15248         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15249         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15250         backends and checks.
15251         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15252
15253         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15254         an autodetect method.
15255
15256 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15257
15258         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15259         articles are being added to a group.
15260         (gnus-request-replace-article): Inform the agent that articles
15261         need to be uncached as the cached contents are no longer valid.
15262
15263 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * binhex.el: Don't autoload executable-find.
15266
15267         * canlock.el: Don't autoload mail-fetch-field.
15268
15269         * dgnushack.el: Autoload c-mode for XEmacs.
15270
15271         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15272
15273         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15274         rmail-dont-reply-to and rmail-output.
15275
15276         * gnus-score.el: Don't autoload ffap-string-at-point.
15277
15278         * gnus-setup.el: Don't autoload sc-cite-original.
15279
15280         * imap.el: Don't autoload base64-decode-string,
15281         base64-encode-string and md5.
15282
15283         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15284         and rmail-msg-restore-non-pruned-header.
15285
15286         * mm-decode.el: Don't autoload executable-find.
15287
15288         * mm-url.el: Don't autoload executable-find.
15289
15290         * mm-view.el: Don't autoload diff-mode.
15291
15292         * nndb.el: Don't autoload news-reply-mode, news-setup,
15293         cancel-timer and telnet.
15294
15295         * password.el: Don't autoload run-at-time for Emacs.
15296
15297         * sha1-el.el: Don't autoload executable-find.
15298
15299         * sieve-mode.el: Don't autoload c-mode.
15300
15301         * uudecode.el: Don't autoload executable-find.
15302
15303 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15304
15305         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15306         (gnus-agent-possibly-alter-active): Avoid null in numeric
15307         comparison.
15308         (gnus-agent-set-local): Refuse to save null in local object table.
15309         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15310         list of articles that will be marked as unread.
15311
15312 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15315
15316 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15317
15318         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15319         language tags.
15320
15321 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15322
15323         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15324         Don't bind "obarray".
15325
15326         * gnus-sum.el (gnus-thread-sort-functions): Added
15327         `gnus-thread-sort-by-most-recent-number' and
15328         `gnus-thread-sort-by-most-recent-date'.
15329         Reported by Kai Grossjohann <kai@emptydomain.de>.
15330
15331 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15334
15335 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15336
15337         * gnus-cus.el (gnus-agent-customize-category): Removed
15338         ignore-errors macro reference that required cl to be loaded at
15339         run-time.
15340
15341         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15342         single-interval range of the form (min . max).  Previously the
15343         range had to look like ((min . max)).  Likewise, return
15344         (min . max) rather than ((min . max)).
15345         (gnus-range-map): Use gnus-range-normalize to accept
15346         single-interval range.
15347
15348         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15349         the cache, but not the agent, now appear with their usual face.
15350
15351         * dgnushack.el (loaddir): New variable that is bound to the
15352         directory containing the dgnushack.el file. Use loaddir, rather
15353         than srcdir, to update load-path. Change lets dgnushack compile
15354         code in directories other than GNUS/lisp.
15355
15356 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * lpath.el: Don't bind w3m-safe-url-regexp.
15359
15360         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15361         w3m-safe-url-regexp variable buffer-local.
15362
15363         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15364
15365 2004-02-27  Simon Josefsson  <jas@extundo.com>
15366
15367         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15368         gnus-group-real-prefix.
15369         (gnus-summary-move-article): Use it, instead of
15370         gnus-group-real-prefix.
15371
15372 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * lpath.el: Bind w3m-safe-url-regexp.
15375
15376         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15377         w3m-safe-url-regexp variable buffer-local and set it as the value
15378         of mm-w3m-safe-url-regexp.
15379
15380         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15381
15382         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15383         parsing gnus-posting-styles when the message is not for replying.
15384
15385         * dgnushack.el: Autoload sgml-mode for XEmacs.
15386
15387         * nnrss.el (nnrss-opml-export): Use
15388         mm-set-buffer-file-coding-system instead of
15389         set-buffer-file-coding-system.
15390
15391 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15392
15393         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15394         of checkdoc.el).
15395         * nnrss.el: do.
15396         * gnus-mlspl.el: do.
15397         * gnus-ml.el: do.
15398         * gnus-srvr.el: do.
15399
15400         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15401
15402 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15403
15404         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15405         Corrections to custom-manual links.
15406
15407         * gnus-art.el (gnus-article): Ditto.
15408
15409         * mm-decode.el (mime-display, mime-security): Ditto.
15410
15411 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15412
15413         * flow-fill.el: Typo.
15414
15415 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15416
15417         * spam-wash.el: New file.
15418
15419 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15420
15421         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15422
15423 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15424
15425         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15426         to be run with new-articles as LIST1, not LIST2.
15427         (spam-registration-functions): Add spam-use-ham-copy as a nil
15428         registration backend.
15429
15430 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15431
15432         * spam-stat.el (spam-stat-washing-hook): New option.
15433         (spam-stat-buffer-words): Use it.
15434         (spam-stat-process-directory, spam-stat-test-directory): Use
15435         insert-file-contents-literally.
15436         (spam-stat-coding-system): New variable.
15437         (spam-stat-load, spam-stat-save): Use it.
15438
15439 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * spam-report.el (spam-report-plug-agent): Quote
15442         spam-report-url-to-file and spam-report-url-ping-plain.
15443
15444 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15447         / in mailto URLs.
15448
15449 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * spam-report.el (spam-report-process-queue): Fix interactive use.
15452         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15453         (spam-report-unplug-agent): Doc fixes.
15454         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15455         (spam-report-agentize, spam-report-deagentize): Autoload.
15456
15457 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15460
15461         * message.el (message-setup-fill-variables): Add mml tags to
15462         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15463         <ajk@iu.edu>.
15464         (message-mode): Don't modify paragraph-separate there.
15465
15466 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * compface.el (uncompface-use-external): Default to undecided.
15469         (uncompface-use-external-threshold): New variable.
15470         (uncompface-float-time): New macro.
15471         (uncompface): Determine whether to use the external decoder if
15472         uncompface-use-external is undecided.
15473
15474 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15475
15476         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15477         after images.
15478
15479         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15480
15481 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15482
15483         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15484
15485         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15486
15487         * gnus-sum.el (gnus-summary-limit-to-age)
15488         (gnus-summary-limit-children): do.
15489
15490         * gnus-int.el (gnus-request-scan): do.
15491
15492         * gnus-group.el (gnus-group-suspend): do.
15493
15494         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15495
15496         * gnus-cite.el (gnus-cite-parse-attributions): do.
15497
15498         * gnus-agent.el (gnus-summary-set-agent-mark)
15499         (gnus-agent-regenerate-group): do.
15500
15501         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15502
15503         * binhex.el (binhex-decode-region-internal): do.
15504
15505 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * gnus-fun.el (gnus-face-properties-alist): New user option.
15508         (gnus-display-x-face-in-from): Use it.
15509
15510         * gnus-art.el (article-display-face): Ditto.
15511
15512         * compface.el (uncompface-use-external): Default to nil.
15513
15514 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15515
15516         * nntp.el (nntp-erase-buffer): New function.
15517         (nntp-retrieve-data, nntp-send-command)
15518         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15519         (nntp-possibly-change-group): Use it.
15520
15521         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15522         with-current-buffer.
15523
15524 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15525
15526         * compface.el: Merge the ELisp-based uncompface program.
15527         (compface): New customization group.
15528         (uncompface-use-external): New user option.
15529         (uncompface): Call uncompface-internal if uncompface-use-external
15530         is nil.
15531         (uncompface-internal): New function.  Note that there are also
15532         some other functions and variables added for this function.
15533
15534 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15535
15536         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15537         if necessary.
15538
15539 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15540
15541         * spam-report.el (spam-report-unplug-agent)
15542         (spam-report-plug-agent, spam-report-deagentize)
15543         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15544         Add support for the Agent in spam-report: when unplugged, report to a
15545         file; when plugged, submit all the requests.
15546
15547         * spam.el (spam-register-routine): Fix message about
15548         registration.
15549
15550 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15551
15552         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15553         dependencies.
15554         (rfc2047-encode): Use it.
15555
15556         * gnus-art.el (gnus-button-marker-list): Move before first
15557         reference.
15558
15559         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15560         (imap-parse-body): Fix format string mismatch.
15561
15562         * gnus-score.el (gnus-summary-increase-score): do.
15563
15564         * nnrss.el (nnrss-close): New function.
15565
15566 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15567
15568         * nnrss.el (nnrss-make-filename): New function.
15569         (nnrss-request-delete-group, nnrss-read-server-data)
15570         (nnrss-save-server-data, nnrss-read-group-data)
15571         (nnrss-save-group-data): Use it.
15572         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15573         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15574         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15575
15576 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15577
15578         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15579
15580 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15581
15582         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15583         files.
15584
15585         * message.el (message-generate-headers-first): Don't quote nil
15586         and t in docstrings.
15587
15588         * imap.el (imap-id): do.
15589
15590         * gnus-agent.el (gnus-agent-consider-all-articles)
15591         (gnus-agent-queue-mail): do.
15592
15593 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15594
15595         * spam-report.el (spam-report-process-queue): New function.
15596         Process requests from `spam-report-requests-file'.
15597         (spam-report-process-queue): Doc fix.
15598
15599 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15600
15601         * spam.el (spam-register-routine)
15602         (spam-log-processing-to-registry, spam-log-registered-p)
15603         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15604         Change "check" to "spam-check" for semi-clarity.
15605
15606 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15607
15608         * pop3.el: Require nnheader.
15609
15610         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15611
15612         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15613
15614         * gnus-picon.el: Require cl.
15615
15616         * gnus-fun.el: Require gnus-ems and gnus-util.
15617
15618         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15619
15620         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15621
15622         * gnus-art.el (gnus-article-edit-mode): Define before first
15623         reference.
15624
15625 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15626
15627         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15628         (gnus-uu-post-encoded): Use point-at-bol.
15629
15630         * gnus-topic.el (gnus-group-active-topic-p): do.
15631
15632         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15633
15634         * gnus-group.el (gnus-group-kill-region): do.
15635
15636         * gnus-art.el (article-date-ut): do.
15637
15638         * message.el (message-fetch-field): Remove redundant
15639         case-fold-search binding.
15640         (message-narrow-to-field): Simplify.
15641
15642 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * spam.el (spam-directory): Derive from `gnus-directory'.
15645
15646         * spam-report.el (spam-report-url-to-file)
15647         (spam-report-requests-file): New function and variable for offline
15648         reporting.
15649         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15650         and user defined function.
15651         (spam-report-url-ping-mm-url): Remove doubled slash.
15652
15653 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15654
15655         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15656
15657 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15658
15659         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15660         format string mismatch.
15661
15662         * sieve.el (sieve-deactivate-all): do.
15663
15664         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15665
15666         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15667
15668         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15669
15670         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15671
15672 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15673
15674         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15675         the list of checks.
15676
15677 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15678
15679         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15680         padding.
15681
15682 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15683
15684         * mm-view.el (mm-fill-flowed): New variable.
15685         (mm-inline-text): Use it.
15686
15687 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15688
15689         * spam.el (spam-spamassassin-register-ham-routine)
15690         (spam-spamassassin-register-spam-routine): Fix function names.
15691
15692 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus.el (gnus-tmp-grouplens): Remove.
15695         (gnus-summary-line-format): Remove grouplens.
15696
15697         * gnus-group.el (gnus-group-line-format): Ditto.
15698
15699         * gnus-spec.el (gnus-format-specs): Ditto.
15700         (gnus-update-format-specifications): Flush the group format spec
15701         cache if there's the grouplens stuff.
15702         (gnus-parse-simple-format): Replace %l with the empty string.
15703
15704 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15705
15706         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15707         omission.
15708
15709 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15712         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15713
15714 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15715
15716         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15717         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15718         New macros and functions.
15719         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15720         Handle > NLINK_MAX messages.
15721         * nnmaildir.el (nnmaildir-request-set-mark): Use
15722         nnmaildir--emlink-p and nnmaildir--eexist-p.
15723
15724 2004-01-25  Alex Schroeder  <alex@gnu.org>
15725
15726         * spam-stat.el (spam-stat-process-directory-age): New option.
15727         (spam-stat-process-directory): Use it.
15728
15729 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15730
15731         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15732         (spam-stat-save): Accept prefix argument.
15733
15734 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15735
15736         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15737         links" error.
15738
15739 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15742         the rest of the and/or forms.
15743
15744 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15745
15746         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15747         compatibility with old .newsrc.eld files.
15748
15749         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15750
15751         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15752
15753         * gnus-start.el (gnus-1): do.
15754
15755         * gnus-group.el (gnus-group-line-format-alist): do.
15756
15757         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15758
15759         * gnus-gl.el: Remove.
15760
15761 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15762
15763         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15764         marks consisting of a single range {for example, (3 . 5)} rather
15765         than a list of a single range { ((3 . 5)) }.
15766
15767 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15768
15769         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15770         with-current-buffer.
15771         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15772         avoid consing a string.
15773
15774         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15775         Remove obsolete entries for big5 and gb2312.
15776
15777 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15778
15779         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15780         uncompressed list.
15781
15782 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15783
15784         * spam-stat.el (spam-stat-strip-xref): New function.
15785         (spam-stat-process-directory): Use it.
15786
15787         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15788         here -- it's done in message-fetch-field.
15789
15790 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15791
15792         * gnus-agent.el (gnus-agent-queue-mail)
15793         (gnus-agent-prompt-send-queue): New variables.
15794         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15795         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15796         "nndraft:queue" along to gnus-draft-send.  Use
15797         gnus-agent-prompt-send-queue.
15798         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15799         is "nndraft:queue".  Suggested by Gaute Strokkenes
15800         <gs234@srcf.ucam.org>
15801
15802         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15803         (agent-enable-undownloaded-faces): Added.
15804         (gnus-agent-cat-groups): Use eval-and-compile, not
15805         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15806         method of gnus-agent-cat-groups even when the buffer has been
15807         evaled.
15808         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15809         delete gnus-agent-save-active-1.
15810         (gnus-agent-save-groups): Deleted.  Identical to
15811         gnus-agent-save-active.
15812         (gnus-agent-write-active): No longer adjust agent's copy of active
15813         file as agent's adjustments are now stored in their own
15814         file.  Removed optional parameter.
15815         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15816         servers.  Add use of min/max range limits from server's local
15817         file.
15818         (gnus-agent-save-alist): Removed unused optional argument.
15819         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15820         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15821         (gnus-agent-set-local): A per-server file that keeps min/max range
15822         limits for articles known to the agent.  Provides a fast mechanism
15823         for altering many active ranges.
15824         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15825         active file (local makes it unnecessary).
15826         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15827
15828         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15829         (agent-enable-undownloaded-faces): Added.
15830
15831         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15832         disable it when sending to "nndraft:queue".
15833         (gnus-group-send-queue): Add safety check to avoid sending queue
15834         when unplugged.
15835
15836         * gnus-group.el (gnus-group-catchup): Use new
15837         gnus-sequence-of-unread-articles, not
15838         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15839         numbers of articles.  Use gnus-range-map to avoid having to
15840         uncompress the unread list.
15841         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15842         Fixed invalid ange-ftp reference.
15843
15844         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15845         (gnus-sorted-range-intersection): Intersection of two ranges
15846         without requiring that they first be uncompressed.
15847
15848         * gnus-start.el (gnus-activate-group): Unless blocked by the
15849         caller, possibly expand the active range to include both cached
15850         and agentized articles.
15851         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15852         multiple version-dependent converters.
15853         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15854         gnus-agent-save-active.
15855         (gnus-save-newsrc-file): Save dirty agent range limits.
15856
15857         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15858         gnus-agent-possibly-alter-active.
15859         (gnus-adjust-marked-articles): Faster handling of simple lists.
15860
15861 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15862
15863         * spam-stat.el (spam-stat-test-directory): New optional argument
15864         displays a list of files detected.  Suggested by Andrew Cohen
15865         <cohen@andy.bu.edu>.
15866         (spam-stat-buffer-words-with-scores): Don't narrow and change
15867         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15868
15869 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15870
15871         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15872         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15873         (spam-spamassassin-arguments)
15874         (spam-spamassassin-spam-flag-header)
15875         (spam-spamassassin-positive-spam-flag-header)
15876         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15877         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15878         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15879         (spam-list-of-processors, spam-list-of-checks)
15880         (spam-list-of-statistical-checks, spam-registration-functions)
15881         (spam-check-spamassassin-headers, spam-check-spamassassin)
15882         (spam-spamassassin-score)
15883         (spam-spamassassin-register-with-sa-learn)
15884         (spam-spamassassin-register-spam-routine)
15885         (spam-spamassassin-register-ham-routine)
15886         (spam-assassin-register-spam-routine)
15887         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15888         (spam-bogofilter-score): Fix to show article before scoring.
15889
15890 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15891
15892         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15893         default scoring function.
15894         (spam-generic-score): Call spam-spamassassin-score if
15895         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15896         spam-bogofilter-score otherwise.
15897
15898         * gnus.el (spam-process, spam-autodetect-methods): Add
15899         spamassassin and spamassassin-headers.
15900
15901 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15902
15903         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15904         Suppress unnecessary messages.
15905
15906 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15907
15908         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15909         make-hash-table.
15910
15911 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * canlock.el (base64-encode-string): Don't autoload it.
15914
15915 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * run-at-time.el: Remove useless (require 'itimer),
15918         eval-and-compile and (featurep 'xemacs).
15919
15920 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15921
15922         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15923         GROUP is a virtual group.
15924
15925 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15926
15927         * gnus.el: Autoload `message-y-or-n-p'.
15928
15929 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15930
15931         * pgg-parse.el: Remove unnecessary (require 'custom).
15932
15933         * pgg-def.el: do.
15934
15935         * nnmail.el: do.
15936
15937         * gnus-undo.el: do.
15938
15939         * gnus-picon.el: do.
15940
15941         * gnus-util.el: do.
15942
15943 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15946
15947 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15950         handle, as well as a list.
15951
15952         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15953         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15954         (mm-w3m-cid-retrieve): Simplify.
15955
15956 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15957
15958         * message.el (message-kill-to-signature): Allow prefix arg to
15959         specify number of lines to keep before signature.
15960
15961 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15962
15963         * message.el (message-kill-to-signature): Change docstring.
15964
15965 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * canlock.el: Always require sha1-el.
15968         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15969
15970         * message.el: Autoload sha1 only when compiling.
15971
15972         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15973         eudc-expand-inline for XEmacs.
15974
15975 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * message.el (message-canlock-generate): Require sha1-el.
15978
15979 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15980
15981         * message.el (message-expand-name): Silence the byte compiler.
15982
15983         * lpath.el: Add detect-coding-system.
15984
15985         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15986         cus-edit.
15987
15988 2004-01-13  Simon Josefsson  <jas@extundo.com>
15989
15990         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15991         Invoke gnus-score-mode.  Reported by
15992         bojohan+news@dd.chalmers.se (Johan Bockgård).
15993
15994         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15995         Jim Blandy <jimb@redhat.com> (tiny change).
15996
15997 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15998
15999         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16000
16001 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16002
16003         * spam.el (spam-get-article-as-string): Update to use
16004         gnus-request-article-this-buffer, much simpler.
16005         (spam-get-article-as-buffer): Remove.
16006
16007 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16008
16009         * message.el (message-expand-name): Use EUDC if the user uses that.
16010
16011 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16012
16013         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16014         character for the encoding to avoid consing a string.
16015
16016         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16017         unnecessarily.
16018
16019         * mm-util.el (mm-replace-chars-in-string): Remove.
16020
16021         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16022         of mm-replace-chars-in-string.
16023
16024 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16025
16026         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16027
16028         * mm-util.el (mm-subst-char-in-string): Support inplace.
16029
16030         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16031         a new string in every iteration.  Use shy groups.
16032
16033 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16034
16035         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16036         * gnus-soup.el (gnus-soup-group-brew):
16037         * gnus-msg.el (gnus-put-message):
16038         * gnus-move.el (gnus-group-move-group-to-server):
16039         * gnus-kill.el (gnus-batch-score):
16040         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16041         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16042         (gnus-group-update-group, gnus-group-read-group)
16043         (gnus-group-make-group, gnus-group-make-help-group)
16044         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16045         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16046         (gnus-group-sort-by-unread, gnus-group-catchup)
16047         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16048         (gnus-group-yank-group, gnus-group-set-info)
16049         (gnus-group-list-groups):
16050         * gnus.el (gnus-generate-new-group-name):
16051         * gnus-delay.el (gnus-delay-send-queue):
16052         * nnvirtual.el (nnvirtual-catchup-group):
16053         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16054         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16055         (gnus-group-prepare-topics, gnus-topic-check-topology):
16056         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16057         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16058         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16059         (gnus-group-make-articles-read):
16060         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16061         (gnus-group-change-level, gnus-kill-newsgroup)
16062         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16063         (gnus-get-unread-articles, gnus-make-articles-unread)
16064         (gnus-make-ascending-articles-unread): Use accessor
16065         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16066         to get group information for improved readability.
16067
16068
16069 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16070
16071         * gnus-art.el (article-decode-mime-words, article-babel)
16072         (gnus-article-highlight-signature, gnus-article-add-buttons)
16073         (gnus-signature-toggle): Use gnus-with-article-buffer.
16074
16075         * gnus-art.el (gnus-article-highlight-headers)
16076         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16077
16078         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16079         (gnus-article-set-globals, gnus-request-article-this-buffer)
16080         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16081         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16082         (gnus-mime-display-alternative): Use with-current-buffer.
16083
16084 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16085
16086         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16087         also under 80 char limit, and call gnus-error if needed.
16088         (spam-fetch-article-header): Fix - it was a
16089         buffer-local variable (gnus-newsgroup-data).
16090         (spam-find-spam): Use spam-generate-fake-headers, forget about
16091         spam-insert-fake-headers.
16092         (spam-insert-fake-headers): Remove.
16093
16094 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16095
16096         * deuglify.el (gnus-article-outlook-unwrap-lines)
16097         (gnus-outlook-rearrange-article)
16098         (gnus-outlook-repair-attribution-outlook)
16099         (gnus-outlook-repair-attribution-block)
16100         (gnus-outlook-repair-attribution-other): Remove redundant
16101         save-excursion.
16102
16103 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16104
16105         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16106         (spam-fetch-field-subject-fast)
16107         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16108         (spam-fetch-article-header): Add functions to deal with Gnus
16109         internals for fast retrieval of article header data.
16110         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16111
16112 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16113
16114         * pop3.el (pop3-md5): Remove.
16115         (pop3-apop): Replace pop3-md5 with md5.
16116
16117         * mm-bodies.el: base64 is always built-in.
16118
16119         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16120         with-current-buffer.
16121
16122 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * canlock.el (canlock-insert-header): Remove excessive grouping in
16125         regexp.
16126
16127         * gnus-sum.el (gnus-summary-read-document): Ditto.
16128
16129         * gnus-uu.el (gnus-uu-part-number): Ditto.
16130
16131         * html2text.el (html2text-remove-tags): Ditto.
16132         (html2text-format-tags): Ditto.
16133         (html2text-format-single-elements): Ditto.
16134
16135         * mml.el (mml-parse-1): Ditto.
16136
16137 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16138
16139         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16140
16141         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16142
16143         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16144
16145         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16146
16147 2003-11-15  Simon Josefsson  <jas@extundo.com>
16148
16149         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16150         (pgg-gpg-lookup-key): Use regexp match instead of
16151         split-string (split-string is different between emacs 21.2 and
16152         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16153
16154 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16155
16156         * gnus-art.el (gnus-mime-view-all-parts)
16157         (gnus-article-part-wrapper, gnus-article-view-part): Use
16158         with-current-buffer.
16159
16160 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16161
16162         * spam.el (spam-disable-spam-split-during-ham-respool)
16163         (spam-spamoracle-database, spam-cache-lookups)
16164         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16165         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16166         (spam-group-ham-marks, spam-group-spam-marks)
16167         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16168         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16169         also add spam-use-blackholes to the statistical checks.
16170         (spam-fetch-field-fast): Add interface to fetching fields, may
16171         become a macro.
16172         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16173         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16174         (spam-insert-fake-headers): Fake an article when needed.
16175         (spam-find-spam): Fake article when possible.
16176         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16177         (spam-check-bogofilter-headers): Use message-fetch-field instead
16178         of nnmail-fetch-field.
16179
16180 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16183
16184 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16185
16186         * spam.el (spam-split): Do not require spam-use-CHECK to be
16187         enabled if that check is passed to spam-split explicitly; also
16188         fix so 'spam doesn't get converted to spam-split-group when
16189         spam-split-symbolic-return is t.
16190         (spam-find-spam): Find registrations of the article and use those
16191         instead of re-running spam-split to find the spam/ham
16192         classification of the article.
16193         (spam-log-processing-to-registry, spam-log-registered-p)
16194         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16195         Use gnus-error instead of gnus-message.
16196         (spam-log-registration-type): Add function to determine the
16197         classification of a message based on registry entries; will
16198         return nil if both 'spam and 'ham are found.
16199         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16200         a reasonably fast local cache without the loading errors.
16201         (spam-cache-lookups): Set to t by default.
16202         (spam-find-spam): Don't try to guess spam-cache-lookups.
16203         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16204         spam-caches entry.
16205         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16206         caching of whitelist/blacklist entries.
16207         (spam-check-whitelist, spam-check-blacklist): Invoke
16208         spam-from-listed-p with a type, not a cache variable.
16209         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16210
16211 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16212
16213         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16214
16215         * nnmail.el (nnmail-split-fancy): do.
16216
16217         * mml.el (mml-parse): do.
16218
16219         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16220         (gnus-score-adaptive): do.
16221
16222 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16225         (gnus-mime-button-map): Don't set keymap parent.
16226         (gnus-button-ctan-directory-regexp): Use shy grouping.
16227         (gnus-prev-page-map): Don't set keymap parent.
16228         (gnus-prev-page-map): Remove duplicated one.
16229         (gnus-next-page-map): Don't set keymap parent.
16230         (gnus-mime-security-button-map): Ditto.
16231
16232         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16233         version number.
16234
16235         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16236
16237 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * canlock.el (canlock-sha1-function): Remove.
16240         (canlock-sha1-function-for-verify): Remove.
16241         (canlock-openssl-program): Remove.
16242         (canlock-openssl-args): Remove.
16243         (canlock-ignore-errors): Remove.
16244         (canlock-sha1-with-openssl): Remove.
16245         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16246         (canlock-verify): Don't use canlock-ignore-errors.
16247
16248         * sha1-el.el (sha1-string-external): Make it can return a string
16249         in binary form.
16250         (sha1-region-external): Ditto.
16251         (sha1-string-internal): Ditto.
16252         (sha1-region-internal): Ditto.
16253         (sha1-region): Ditto.
16254         (sha1-string): Ditto.
16255         (sha1): Ditto.
16256
16257 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16258
16259         * spam.el (spam-report-articles-gmane): New command.
16260
16261 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16264
16265         * run-at-time.el (run-at-time-saved): Remove.
16266         (run-at-time): Doc fix.
16267
16268 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16269
16270         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16271         (gnus-summary-limit-map): Add it.
16272         (gnus-summary-make-menu-bar): do.
16273
16274 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16275
16276         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16277         Make attempt at some caching support (done for BBDB only now).
16278         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16279         addresses to be checked.
16280         (spam-clear-cache-BBDB): Add function, to be invoked by
16281         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16282         (spam-check-BBDB): Check and use the caches, if
16283         spam-cache-lookups is on, remove superfluous (provide).
16284
16285 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16286
16287         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16288
16289 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16290
16291         * run-at-time.el (run-at-time-saved): Move to after the definition
16292         of `run-at-time'.
16293
16294         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16295
16296 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16299         mm-w3m-local-map-property.
16300
16301         * mm-view.el (mm-w3m-mode-map): Remove.
16302         (mm-w3m-local-map-property): Remove.
16303         (mm-inline-text-html-render-with-w3m): Don't use
16304         mm-w3m-local-map-property.
16305
16306 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16307
16308         * run-at-time.el: New file.
16309
16310         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16311         under Emacs.
16312
16313         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16314         of gnus-set-text-properties.
16315
16316         * gnus-uu.el (gnus-uu-save-article): Ditto.
16317
16318         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16319
16320         * gnus-cite.el (gnus-cite-parse): Ditto.
16321
16322         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16323         of gnus-.
16324
16325         * gnus-xmas.el (run-at-time): Require run-at-time.
16326
16327         * gnus.el: Changed calls to nnheader-run-at-time and
16328         password-run-at-time throughout to use run-at-time directly.
16329
16330         * password.el: Removed definition of run-at-time.
16331
16332         * nnheaderxm.el: Remove definition of run-at-time.
16333
16334 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16335
16336         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16337         in prompt.
16338
16339 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16340
16341         * messagexmas.el (message-xmas-redefine): Alias
16342         `message-make-caesar-translation-table' to
16343         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16344         version.
16345
16346         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16347         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16348         `gnus-xmas-set-text-properties'.
16349         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16350         `gnus-xmas-completing-read'.
16351         (gnus-xmas-completing-read): Removed.
16352         (gnus-xmas-open-network-stream): Removed.
16353
16354         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16355         XEmacs version.
16356
16357         * dns.el (dns-make-network-process): Use `open-network-stream'
16358         instead of `gnus-xmas-open-network-stream'.
16359
16360         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16361
16362         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16363
16364 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16365
16366         * gnus-art.el (gnus-mime-display-alternative)
16367         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16368         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16369         Don't use gnus-local-map-property.
16370
16371         * gnus-util.el (gnus-local-map-property): Remove.
16372
16373         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16374         gnus-completing-read-maybe-default with completing-read.
16375
16376         * gnus-util.el (gnus-completing-read): do.
16377         (gnus-completing-read-maybe-default): Remove.
16378
16379 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16380
16381         * password.el: Only autoload `run-at-time' if not XEmacs.
16382         Only autoload the itimer functions if XEmacs.
16383
16384 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16387         XEmacsen.
16388
16389         * dgnushack.el: Autoload executable-find for XEmacs.
16390
16391 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16392
16393         * gnus-art.el (gnus-read-string): Remove.
16394         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16395         read-string.
16396
16397 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16398
16399         * netrc.el: Autoload password-read.
16400         (netrc): Add configuration group.
16401         (netrc-encoding-method, netrc-openssl-path): Add
16402         variables for encoding and decoding of files with symmetric
16403         ciphers.
16404         (netrc-encode): Add assistant function to encode a file with
16405         netrc-encoding-method.
16406         (netrc-parse): Add interactive parameter, added optional
16407         decoding if netrc-encoding-method is non-nil but otherwise
16408         behavior is standard.
16409         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16410         Do s/encode/encrypt/ everywhere.
16411
16412         * spam.el: Remove executable-find autoload.
16413
16414 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16415
16416         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16417
16418         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16419
16420 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16421
16422         * gnus-art.el (gnus-treat-ansi-sequences)
16423         (article-treat-ansi-sequences): New variable and function.
16424         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16425
16426         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16427         Use it.
16428
16429 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16430
16431         * mm-util.el (mm-quote-arg): Remove.
16432
16433         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16434         shell-quote-argument.
16435
16436         * gnus-uu.el (gnus-uu-command): do.
16437
16438         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16439
16440         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16441         with make-char.
16442
16443         * mm-util.el (mm-make-char): Remove.
16444
16445         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16446         add-minor-mode.
16447
16448         * gnus-undo.el (gnus-undo-mode): do.
16449
16450         * gnus-topic.el (gnus-topic-mode): do.
16451
16452         * gnus-sum.el (gnus-dead-summary-mode): do.
16453
16454         * gnus-start.el (gnus-slave-mode): do.
16455
16456         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16457
16458         * gnus-ml.el (gnus-mailing-list-mode): do.
16459
16460         * gnus-gl.el (gnus-grouplens-mode): do.
16461
16462         * gnus-draft.el (gnus-draft-mode): do.
16463
16464         * gnus-dired.el (gnus-dired-mode): do.
16465
16466         * gnus-ems.el (gnus-add-minor-mode): Remove.
16467
16468         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16469         Replace gnus-char-width with char-width.
16470
16471         * gnus-ems.el (gnus-char-width): Remove.
16472
16473         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16474         Replace gnus-char-width with char-width.
16475
16476         * gnus-ems.el (gnus-char-width): Remove.
16477
16478         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16479         definition.
16480         Remove Emacs 20 hash table compatibility code.
16481
16482         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16483         20 compatibility code.
16484
16485         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16486
16487         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16488
16489         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16490         with point-at-{eol,bol}.
16491
16492         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16493
16494         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16495
16496         * flow-fill.el (fill-flowed-point-at-bol)
16497         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16498
16499         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16500         Replace with point-at-{eol,bol} throughout all files.
16501
16502 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16503
16504         * ntlm.el (ntlm-string-as-unibyte): New macro.
16505         (ntlm-build-auth-response): Use it.
16506
16507         Remove Emacs 20 stuff:
16508         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16509         (butlast, mapc, remove): Remove the compiler macros.
16510         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16511         of delq and copy-sequence.
16512         * gnus-art.el (popup-menu): Remove the compiler macro.
16513         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16514         Emacs 20.
16515
16516 2004-01-05  Simon Josefsson  <jas@extundo.com>
16517
16518         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16519         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16520         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16521         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16522         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16523         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16524         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16525         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16526         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16527         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16528         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16529         string-xor into ntlm-string-xor.  Suggested by
16530         Jesper Harder <harder@myrealbox.com>.
16531
16532         * ntlm.el: Don't include poem.
16533
16534         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16535         Jesper Harder <harder@myrealbox.com>.
16536
16537         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16538
16539         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16540         probably breaks emacs with DL patch, but do we care? Is anyone
16541         still using the DL stuff?)
16542
16543         * sieve-manage.el: Use the password package.
16544         (sieve-manage-read-passwd): Remove.
16545         (sieve-manage-interactive-login): Use password.  Re-add
16546         condition-case around loop.
16547
16548         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16549         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16550         the password package.
16551
16552 2003-02-19  Simon Josefsson  <jas@extundo.com>
16553
16554         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16555         token.
16556
16557 2002-08-07  Simon Josefsson  <jas@extundo.com>
16558
16559         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16560         (sieve-manage-authenticators):
16561         (sieve-manage-authenticator-alist): Add some SASL mechs.
16562         (sieve-sasl-auth): New function.
16563         (sieve-manage-cram-md5-auth):
16564         (sieve-manage-plain-auth): Rewrite using SASL library.
16565         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16566         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16567         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16568         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16569
16570 2004-01-05  Simon Josefsson  <jas@extundo.com>
16571
16572         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16573         New files.
16574
16575 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16576
16577         * gnus-group.el (gnus-no-groups-message): Update.
16578
16579         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16580
16581 2003-11-09  Simon Josefsson  <jas@extundo.com>
16582
16583         * imap.el: Support for ID IMAP extension (RFC 2971).
16584         (imap-local-variables): Add imap-id.
16585         (imap-id): New variable.
16586         (imap-id): New function.
16587         (imap-parse-response): Parse untagged ID response.
16588         * nnimap.el (nnimap-id): New variable.
16589         (nnimap-open-connection): Use it.
16590
16591 2003-12-28  Simon Josefsson  <jas@extundo.com>
16592
16593         * gnus-score.el (gnus-score-edit-all-score): New.
16594         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16595
16596 2004-01-04  Simon Josefsson  <jas@extundo.com>
16597
16598         * password.el: Add.
16599
16600 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16601
16602         * dns.el (dns-query-types): Fix typo.
16603         (dns-query-types): New function.
16604         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16605         PTR and SOA replies, see RFC 1035.
16606
16607 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16608
16609         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16610
16611         * Moved to Changelog.2.
16612
16613 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16614
16615         * gnus.el (gnus-version-number): Bump version.
16616
16617 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16618
16619         * gnus.el: No Gnus v0.1 is released.
16620
16621 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16622
16623         * gnus.el: No Gnus v0.0 is released.
16624
16625 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16626
16627         * gnus.el (gnus-version-number): Bump.
16628         (gnus-version): No.
16629
16630 See ChangeLog.2 for earlier changes.
16631
16632     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16633       Free Software Foundation, Inc.
16634
16635   This file is part of GNU Emacs.
16636
16637   GNU Emacs is free software: you can redistribute it and/or modify
16638   it under the terms of the GNU General Public License as published by
16639   the Free Software Foundation, either version 3 of the License, or
16640   (at your option) any later version.
16641
16642   GNU Emacs is distributed in the hope that it will be useful,
16643   but WITHOUT ANY WARRANTY; without even the implied warranty of
16644   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16645   GNU General Public License for more details.
16646
16647   You should have received a copy of the GNU General Public License
16648   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16649
16650 ;; Local Variables:
16651 ;; coding: utf-8
16652 ;; fill-column: 79
16653 ;; add-log-time-zone-rule: t
16654 ;; End: