Put gnus-local-domain back again, since apparently third-party libraries depend on it.
[gnus] / lisp / ChangeLog
1 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4         apparently third-party libraries depend on it.
5
6         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7         before starting negotiation.
8
9         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10         privacy reasons.
11         (gnus-treat-mail-gravatar): Ditto.
12
13         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
14         buffer when inserting images.  Inserting text into the headers, for
15         instance, can make them invalid.
16
17 2010-09-25  Julien Danjou  <julien@danjou.info>
18
19         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
20         variables.
21
22         * nnheader.el: Remove useless variables news-reply-yank-from and
23         news-reply-yank-message-id.
24
25         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
26         variables.
27
28         * mml1991.el: Remove useless mml1991-verbose.
29
30         * gnus.el: Remove useless variable gnus-use-generic-from.
31         Remove obsolete variable gnus-topic-indentation.
32
33         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
34
35         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
36
37         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
38
39         * gnus-group.el: Remove useless gnus-group-icon-cache.
40         Remove useless gnus-ephemeral-group-server.
41
42         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
43
44         * mml2015.el: Remove useless mml2015-verbose.
45
46         * mml-smime.el: Remove useless mml-smime-verbose.
47
48         * gnus.el: Remove useless gnus-local-domain.
49
50         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
51         gnus-gravatar-size.
52
53         * gnus-art.el: Remove useless gnus-treat-translate.
54
55 2010-09-24  Julien Danjou  <julien@danjou.info>
56
57         * gnus-sum.el: Add support for Gravatars.
58
59         * gnus-art.el: Add support for Gravatars.
60
61         * gnus-gravatar.el: Add this file.
62
63         * gravatar.el: Add this file.
64
65 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
68
69         * gnus-group.el (gnus-group-fetch-faq): Removed.
70
71         * gnus.el (gnus-group-faq-directory): Removed.
72
73         * gnus-group.el (gnus-group-fetch-charter): Removed.
74
75         * gnus.el (gnus-group-charter-alist): Removed.
76
77         * gnus-group.el (gnus-group-archive-directory): Removed.
78         (gnus-group-recent-archive-directory): Ditto.
79         (gnus-group-make-archive-group): Removed.
80
81         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
82
83         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
84         use the same article number for all the cached articles.
85
86         * nnimap.el (nnimap-command): Register the last command time so
87         that we can use it for idling NOOPs.
88         (nnimap-open-connection): Start the keeplive timer.
89         (nnimap-make-process-buffer): Store all the process buffers.
90         (nnimap-keepalive): New function.
91
92         * starttls.el: (starttls-open-stream): Add autoload cookie.
93
94 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
95
96         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
97         handling.
98
99 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
102         its data structures.
103
104         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
105         instead of the cl.el copy-list.
106         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
107         equalp.
108
109 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
112         and tool-bar-local-item-from-menu.
113
114         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
115         mode-line-highlight face for Emacs.
116
117         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
118         loading gnus-sum.elc; fix comment for canlock-verify.
119         (gnus-article-jump-to-part): Use read-number.
120         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
121         Emacs pre-21 compatible code for help-echo.
122         (gnus-article-next-page-1): No need to adjust the number of lines.
123         (gnus-article-describe-bindings): Always use help-buffer.
124
125         * gnus-audio.el (gnus-audio-inline-sound)
126         * gnus-cus.el (gnus-custom-mode)
127         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
128
129         * gnus-sum.el (gnus-remove-overlays): Doc fix.
130
131         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
132         compatible code.
133
134 2010-09-24  Glenn Morris  <rgm@gnu.org>
135
136         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
137         visiting the fcc file in rmail-mode.
138
139         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
140
141 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * nnir.el: Silence the byte compiler.
144
145         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
146         alias to browse-url-url-encode-chars if any.
147         (gnus-html-encode-url): Use it.
148
149 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * gnus-start.el (gnus-use-backend-marks): New variable.
152         (gnus-get-unread-articles-in-group): Use it.
153
154         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
155         makeover.
156
157 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
158
159         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
160
161 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
164         Removed.
165         (gnus-setup-news-hook): Removed
166         gnus-fixup-nnimap-unread-after-getting-new-news.
167
168         * gnus-int.el (gnus-request-update-info): Protect against backends not
169         having the function.
170
171         * nnimap.el (nnimap-stream): Mention starttls.
172         (nnimap-open-connection): Add starttls support.
173
174 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
175
176         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
177
178 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
181         BODYSTRUCTUREs.
182         (nnimap-transform-headers): Unfold quoted {42} headers.
183
184         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
185         the info.
186         (gnus-get-unread-articles): Only call updatep on backends that support
187         it.
188
189         * nnweb.el (nnweb-request-update-info): NOOP.
190
191         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
192
193         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
194         since it only deals with marks.
195
196         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
197         gnus-request-marks, and make a new gnus-request-update-info.
198
199         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
200         the active instead of the high number, which is usually too low.
201
202 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
203
204         * netrc.el (netrc-parse): Remove encrypt.el mentions.
205         * encrypt.el: Removed.
206
207 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
210         server in symbolic form.
211
212         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
213         0.9.
214
215 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
218         (nnimap-update-info): Fix up code slightly.
219
220         * gnus-int.el (gnus-open-server): Add tracing for performance
221         debugging.
222
223         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
224         (gnus-group-insert-group-line): Pass the real group name so that it
225         gets the right data.
226
227         * gnus-start.el (gnus-get-unread-articles): Don't have
228         `gnus-get-unread-articles-in-group' update info, since that can be
229         really slow and doesn't seem to be needed?
230
231 2010-09-22  Dan Christensen  <jdc@uwo.ca>
232
233         * time-date.el (date-to-time): Try using parse-time-string first before
234         using the slower timezone-make-date-arpa-standard.
235
236 2010-09-22  Julien Danjou  <julien@danjou.info>
237
238         * gnus-group.el (gnus-group-insert-group-line): Call
239         gnus-group-highlight-line.
240         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
241         default hook list.
242         (gnus-group-update-eval-form): Add new function.
243         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
244         (gnus-group-get-icon): Use gnus-group-update-eval-form.
245
246 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
249         immediate, then expire all articles.
250         (nnimap-update-info): Fix off-by-one errors.
251         (nnimap-flags-to-marks): Would return no marks lists for group with no
252         flags.  Instead return the other data.
253
254 2010-09-22  Julien Danjou  <julien@danjou.info>
255
256         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
257         Only return an icon.
258         (gnus-group-insert-group-line): Compute icon to return.
259
260         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
261         variable.
262         (gnus-html-image-fetched): Only cache if
263         gnus-html-image-automatic-caching is set.
264         (gnus-html-image-fetched): Check for errors.
265
266 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
269         once per method on `g'.  This ensures that backends like nnfolder don't
270         open all their folders.
271
272         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
273         (nnimap-request-list): Nix out group in the correct buffer.
274         (nnimap-parse-flags): Implement by using `read' instead of
275         hand-parsing.
276         (nnimap-flags-to-marks): Pass on permanent-flags.
277         (nnimap-make-process-buffer): Record the server name.
278         (nnimap-parse-flags): Fix typo.
279         (nnimap-request-scan): Run split on the server in general, not just a
280         single group.
281
282         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
283         parameter, and propagate this downwards.
284
285         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
286         since EXAMINE changes it on the server.
287
288         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
289         this command might take a while.
290
291 2010-09-22  Julien Danjou  <julien@danjou.info>
292
293         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
294         harmful if you have 2 images side-by-side, they can't be properly
295         update on text deletion.  Using text-property is safer here.
296         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
297         data.
298
299 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * nnimap.el (nnimap-expunge-inbox): Removed.
302         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
303         (nnimap-expunge): Flip default to t.
304
305         * gnus.el (gnus-method-to-server): Don't push things to the cache
306         unless it's unique.
307         (gnus-server-to-method): Ditto.
308
309 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
310
311         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
312
313 2010-09-22  Julien Danjou  <julien@danjou.info>
314
315         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
316         get the start of data.
317         (gnus-html-encode-url): Add this function to encode special chars in
318         URL.
319         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
320         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
321
322         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
323         default.
324         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
325
326         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
327         images alt-text.
328         (gnus-html-put-image): Put alt-text as help-echo.
329
330 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
333         * mm-util.el (mm-decompress-buffer)
334         * nnir.el (nnir-run-find-grep)
335         * pop3.el (pop3-list): Use 3rd arg of split-string.
336
337         * time-date.el (format-seconds): Comment fix.
338
339         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
340         and byte-optimize-form-code-walker.
341         (dgnushack-make-auto-load): Don't advise make-autoload.
342
343         * lpath.el: Remove Emacs 21 stuff.
344
345 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
348         outside the active range.  Suggested by Dan Christensen.
349
350         * gnus-start.el (gnus-get-unread-articles): Get the extended method
351         slightly later to avoid double-getting it.
352
353         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
354         previous patch.
355
356         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
357
358 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
359
360         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
361
362 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363
364         * gnus-int.el (gnus-open-server): Give a better error message in the
365         "go offline" case.
366
367         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
368         marks for nnimap, which is seldom the right thing to do.
369
370         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
371         (gnus-same-method-different-name): New function.
372
373         * nnimap.el (parse-time): Require.
374
375         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
376         method in the presence of many similar methods.
377
378         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
379
380         * nnimap.el (nnimap-find-expired-articles): Don't refer to
381         nnml-inhibit-expiry.
382
383         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
384         find out whether methods are equal.
385
386         * nnimap.el (nnimap-find-expired-articles): New function.
387         (nnimap-process-expiry-targets): New function.
388         (nnimap-request-move-article): Request the article before looking at
389         what the Message-ID is.  Fix found by Andrew Cohen.
390         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
391
392         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
393         for oldness in addition to being a predicate.
394
395         * nnimap.el (nnimap-request-group): When we have zero articles, return
396         the right data to Gnus.
397         (nnimap-request-expire-articles): Only delete articles immediately if
398         the target is 'delete.
399
400         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
401         method, this would bug out.
402
403         * gnus-group.el (gnus-group-expunge-group): Renamed from
404         gnus-group-nnimap-expunge, and implemented as a normal interface
405         function.
406
407         * gnus-int.el (gnus-request-expunge-group): New function.
408
409         * nnimap.el (nnimap-request-create-group): Implement.
410         (nnimap-request-expunge-group): New function.
411
412 2010-09-21  Julien Danjou  <julien@danjou.info>
413
414         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
415         (gnus-html-cache-expired): Add new function.
416         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
417         wethever we should display image for fetch it.
418         Compute alt-text earlier to pass it to the fetching function too.
419         (gnus-html-schedule-image-fetching): Change function argument to only
420         get one image at a time, not a list.
421         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
422         cache.
423         (gnus-html-get-image-data): New function to retrieve image data from
424         cache.
425         (gnus-html-put-image): Change buffer argument to use image data rather
426         than file, and place image above region rather than inserting a new
427         one. Do not take alt-text as argument, since it's useless now: we place
428         the image above alt-text.
429         (gnus-html-prune-cache): Remove.
430         (gnus-html-show-images): Start to fetch image when we find one, do not
431         push into a temporary list.
432         (gnus-html-prefetch-images): Only fetch image if they have expired.
433         (gnus-html-browse-image): Fix, use 'gnus-image-url.
434         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
435
436 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
439
440 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
443         spec inser "*" if the group isn't active instead of 0.
444
445         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
446         opening the server.
447         (nnimap-request-delete-group): Implement group deletion.
448         (nnimap-transform-headers): Return the size of the entire message in
449         the Bytes header, not just the size of the first part.
450         (nnimap-request-move-article): When moving an article from nnimap,
451         request the article first so the accepting form has an article to
452         accept.  Reported by Dan Christensen.
453         (nnimap-command): Make sure that the error message doesn't error out.
454
455 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
456
457         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
458         we haven't requested anything.
459
460 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
463         "".  Fix found by Andrew Cohen.
464
465         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
466         instead of -encode-string.
467
468 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
469
470         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
471
472         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
473         by mm-subst-char-in-string.
474
475 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
478         waiting for the connection string.
479
480         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
481         arriving.
482
483         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
484         bogus characters.  This allows selecting certain Gmail groups.
485
486         * nnimap.el (nnimap-find-wanted-parts-1): New function.
487         (nnimap-fetch-partial-articles): New variable.
488         (nnimap-open-connection): When looking for credentials, also use the
489         nnimap-server-port.
490         (nnimap-request-article): Return the group/article number, so that Gnus
491         `^' works as expected.
492         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
493         them.
494
495         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
496         comments.
497         (gnus-methods-sloppily-equal): New function.
498         (gnus): When using the development version of Gnus, load the gnus-load
499         file.
500
501         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
502         `gnus-open-server' on each method before trying to scan them etc.  This
503         ensures that all the backend parameters are set correctly.
504
505         * nnimap.el (nnimap-authenticator): New variable.
506         (nnimap-open-connection): Allow anonymous login.
507         (nnimap-transform-headers): The chars header is called Chars not
508         Bytes.
509         (nnimap-wait-for-response): Don't infloop if the IMAP connection
510         drops.
511
512         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
513         patch, found by Knut Anders Hatlen.
514
515 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
516
517         * gnus-agent.el (gnus-agent-batch-confirmation)
518         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
519         to gnus-message.
520         * gnus-art.el (gnus-article-describe-briefly): Likewise.
521         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
522         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
523         * gnus-int.el (gnus-open-server): Likewise.
524         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
525         (gnus-score-check-syntax): Likewise.
526         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
527         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
528         Likewise.
529         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
530
531 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
534         calling conventions so that prefetch doesn't bug out.
535
536 2010-09-19  Julien Danjou  <julien@danjou.info>
537
538         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
539         rather than `subst-char-in-region' in order to be able to replace ASCII
540         char by UTF-8 ones.
541
542         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
543         than curl.
544         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
545         the right URL and ALT text on images.
546         (gnus-html-wash-tags): Fix tag case.
547         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
548         (gnus-article-html): Add -o display_ins_del=2 option.
549         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
550
551 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
554         the extra mail headers, which sometimes seem to happen for unknown
555         reasons.
556
557         * mail-parse.el (mail-header-encode-parameter): Define as
558         rfc2045-encode-string instead of as rfc2231-encode-string, since some
559         (or most, perhaps?) mail readers don't understand the latter, but do
560         understand the former.
561
562         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
563         to nil, so that no methods are automatically agentized.  I think this
564         is probably what most users want.
565
566         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
567         from url-retrieve, for instance about invalid URLs.
568
569         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
570         groups that have no articles.
571         (nnimap-request-article): Check that we really got an article when we
572         requested one.
573
574         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
575         doesn't exist.
576
577         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
578         nntp buffer so the agent can save it.
579         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
580         that CRLF doesn't get translated to \n.
581         (nnimap-open-connection): Don't make 'shell commands only send \n.
582
583 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
584
585         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
586         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
587         Update var name.
588         (nnml-generate-nov-file): Use dolist.
589         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
590         Use with-current-buffer.
591
592 2010-09-18  Julien Danjou  <julien@danjou.info>
593
594         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
595         parallel.
596
597 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * nnimap.el (nnimap-update-info): When doing partial marks update, get
600         the range update right.
601         (nnimap-request-group): Don't make `M-g' bug out on group with no
602         marks.
603         (nnoo): Required, so that other packages can require nnimap.
604         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
605         command we're looking for.  This helps when the server sends more
606         responses after we've gotten everything we expected.
607         (nnimap): Add a `newlinep' field to keep track of end-of-line
608         conventions.
609         Don't send CRLF to things that don't want it.
610         (nnimap-request-accept-article): Ditto.
611
612 2010-09-18  Julien Danjou  <julien@danjou.info>
613
614         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
615         than curl to retrieve images.
616
617 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * nnimap.el (nnimap-update-info): Extend the info so that we can set
620         the marks.
621         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
622         (nnimap-wait-for-connection): New function.
623         (nnimap-open-connection): If we have PREAUTH, don't query for login
624         credentials.
625         (nnimap-update-info): Fix off-by-one error when concatenating ranges
626         when doing a partial update.
627
628 2010-09-18  Julien Danjou  <julien@danjou.info>
629
630         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
631         tags.
632
633 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * nnimap.el (nnimap-credentials): New function.
636         (nnimap-open-connection): Use the new function to look for credentials
637         also on the numeric equivalents of "imap" and "imaps".
638
639         * gnus-start.el (gnus-activate-group): Send the info to
640         gnus-request-group.
641
642         * nnimap.el (nnimap-request-group): Have the "check" version of the
643         function parse flags and update the info, so that a `M-g' get a total
644         resync of all flags from the group.
645
646         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
647         to allow backends to alter the info on group selection.  Also alter all
648         the backend -request-group functions to take the parameter.
649
650         * nnimap.el (nnimap-store-info): New function.
651         (nnimap-update-info): Store the info for later usage.
652         (nnimap-request-group): Use the stored info for the dont-check case, so
653         that we don't retrieve all marks when we enter a group.
654
655         * nnimap.el: Use deffoo instead of defun for interface functions.
656
657         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
658         update the group info.  This makes the nndraft groups, for instance, go
659         back to their old behaviour.
660
661         * gnus-sum.el (gnus-select-newsgroup): Indent.
662
663         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
664         in.
665         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
666         nothing.
667
668         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
669         from methods that are denied.
670
671         * gnus-int.el (gnus-method-denied-p): New function.
672
673         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
674         store the password instead of netrc.
675         (nnimap-open-connection): Don't error out when we can't make a
676         connections.
677
678         * auth-source.el (auth-source-create): In the password prompt, say what
679         we're querying for.  Also prompt for user name if that hasn't been
680         given.
681
682         * nnimap.el (nnimap-with-process-buffer): Removed.
683
684 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
687         method when we're reading from the agent.
688
689         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
690
691         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
692         that's probably most useful for users.
693
694         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
695         "failed" all the time.
696
697         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
698         ...)) with (with-current-buffer ... ).
699
700         * nntp.el (nntp-open-server): Return whether the open was successful or
701         not.
702
703         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
704         select an unread unseen article first.
705
706         * nnimap.el (nnimap-open-connection): If the user doesn't have a
707         /etc/services, supply some sensible port defaults.
708
709         * dgnushack.el: Define netrc-credentials.
710
711 2010-09-17  Julien Danjou  <julien@danjou.info>
712
713         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
714
715 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
716
717         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
718         doesn't have any parameters.
719
720 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
723         only upcased checks.
724
725         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
726
727         * nnimap.el (nnimap-open-shell-stream): New function.
728         (nnimap-open-connection): Use it.
729         (nnimap-transform-headers): Get the number of lines in each message.
730         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
731         number of lines.
732         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
733         problem.
734
735         * utf7.el (utf7-encode): Autoload.
736
737         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
738         to allow the mail splitting to not return a default group.  This is
739         useful for nnimap, which will leave unmatched mail in the inbox.
740
741         * nnimap.el: Rewritten.
742
743         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
744         nnimap usage.
745
746         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
747         if the move is internal, so that nnimap can do fast internal moves.
748
749         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
750         data.
751         (gnus-read-active-for-groups): Support finishing the early retrieval of
752         data.
753
754         * gnus-range.el (gnus-range-nconcat): New function.
755
756         * gnus-int.el (gnus-finish-retrieve-group-infos)
757         (gnus-retrieve-group-data-early): New functions.
758
759 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
760
761         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
762         (nnrss-retrieve-groups):
763         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
764         (pop3-quit): Use with-current-buffer.
765
766 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
769         instead of nnheader-accept-process-output.
770
771         * dgnushack.el (dgnushack-compile): Add comment.
772
773         * lpath.el: No need to fbind propertize for XEmacs 21.4.
774
775         * gnus-html.el (gnus-html-schedule-image-fetching)
776         (gnus-html-prefetch-images): Replace process-kill-without-query by
777         gnus-set-process-query-on-exit-flag.
778
779 2010-09-16  Romain Francoise  <romain@orebokech.com>
780
781         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
782
783 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * gnus-registry.el (gnus-registry-install-shortcuts): The second
786         parameter to unintern is mandatory-ish in Emacs 24.
787
788         * gnus-html.el (gnus-html-schedule-image-fetching)
789         (gnus-html-prefetch-images): Check for curl before using it.
790
791         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
792         depend on curl, which isn't essential.
793
794         * imap.el: Revert back to version
795         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
796         seem problematic.
797
798 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
799
800         * gnus-registry.el (gnus-registry-install-shortcuts):
801         Explicitly pass `obarray' to `unintern' to avoid a warning.
802
803 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
806         change.
807
808         * nnrss.el (nnrss-request-list): Removed this function and related
809         functions, including the moreover stuff.
810
811 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * nnrss.el (nnrss-retrieve-groups): New function.
814
815 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
816
817         * .dir-locals.el: Add no-byte-compile cookie.
818
819 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * time-date.el (format-seconds): Comment fix.
822
823         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
824         for back end that doesn't support request-scan.
825
826 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
829         then do request scans from the backends.
830
831         * netrc.el (netrc-credentials): New conveniency function.
832
833         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
834         avoid running a hook per line, since this takes a lot of time,
835         profiling shows.
836         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
837         directly if gnus-visual-p is true.
838
839 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
842         groups; replace mapcar with dolist which is a bit faster; pass groups
843         info to gnus-read-active-file-1.
844         (gnus-read-active-file-1): Scan only specified groups if the new
845         optional arg `infos' is given.
846
847 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
850
851         * pop3.el (pop3-movemail): Removed.
852         (pop3-streaming-movemail): Renamed to pop3-movemail.
853
854         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
855         don't restrict end-tag searches to the end of the line.
856
857 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
860         articles of every unchecked group to t, which means unknown since the
861         server has never been opened.
862
863 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * gnus-html.el (gnus-html-show-alt-text): New command.
866         (gnus-html-browse-image): Ditto.
867         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
868         to browse the image directly.
869         (gnus-html-wash-tags): Search for images first, so that <a><img> works
870         better.
871
872         * gnus-async.el (gnus-async-article-callback): Call
873         `gnus-html-prefetch-images' unconditionally.
874
875         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
876         before feeding URLs to curl.
877
878 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
881         internal images as deletable by `W D D'.
882
883         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
884         (gnus-async-article-callback): Fix typo.
885
886 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
889         current line to work around bugs in the output from w3m.
890
891         * gnus-async.el (gnus-async-article-callback): Always prefetch images
892         for groups that want that.
893
894         * nntp.el (nntp-wait-for-string): Supply a timeout for
895         accept-process-output to ensure progress.
896
897         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
898         level to get unread articles from, then use that for foreign groups,
899         too.
900
901         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
902         confuses the rest of the function.
903
904         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
905         for the methods that support -retrieve-groups, too.
906
907         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
908
909 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
912         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
913
914         * pop3.el: Require cl when compiling.
915         (pop3-number-of-responses): Search for "+OK", not "+OK ".
916
917 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
920         that aren't going to be activated.
921         (gnus-get-unread-articles): Fix up the last commit.
922
923         * gnus-html.el (gnus-article-html): Allow calling without specifying
924         the handle.  In that case, dissect the buffer first.
925
926         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
927
928         * nnimap.el (nnimap-open-connection): Revert the change that would look
929         into authinfo for imaps instead of imap.
930
931         * gnus-start.el (gnus-activate-group): Take an optional parameter to
932         say that you don't want to call gnus-request-group with don-check, but
933         do check the reponse.  This is for virtual groups only.
934         (gnus-get-unread-articles): Count the archive groups as secondary, so
935         that they're activated the same way as before.
936
937         * imap.el (imap-message-map): Removed optional buffer parameter, since
938         no callers use it.
939         (imap-message-get): Ditto.
940         (imap-message-put): Ditto.
941         (imap-mailbox-map): Ditto.
942         (imap-mailbox-put): Ditto.
943         (imap-mailbox-get): Ditto.
944         (imap-mailbox-get): Revert last change for this function.
945
946         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
947         case-insensitively.
948         (nnimap-debug): Removed.
949
950         * imap.el (imap-fetch-safe): Removed function, and altered all callers
951         to use `imap-fetch' instead.  According to the comments, this should be
952         safe, since all other IMAP clients use the 1:* syntax.
953         (imap-enable-exchange-bug-workaround): Removed.
954         (imap-debug): Removed -- doesn't seem very useful.
955
956         * mail-source.el (mail-source-fetch): Don't message if we're fetching
957         mail from a file, and the file doesn't exist.
958
959         * imap.el (imap-log): New convenience function used throughout instead
960         of repeating the same code all over the place.
961
962         * pop3.el (pop3-streaming-movemail): Return t for success.
963
964         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
965         .authinfo if we're using ssl connection.
966
967         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
968         already have if we're in a main Gnus `g' run.
969
970         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
971
972 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
975
976         * nnmh.el (nnmh-request-list-1): Bind `file'.
977
978         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
979         alias to set-process-query-on-exit-flag or process-kill-without-query.
980         (pop3-open-server): Use it.
981
982 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * mail-source.el (mail-source-delete-crash-box): Always move the crash
985         box to the Incoming file.  Fixes mistake in previous checkin.
986
987         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
988         request loop (for debugging purposes) removed.
989
990         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
991         culprit is more visible.
992         (nnml-save-incremental-nov, nnml-open-incremental-nov)
993         (nnml-add-incremental-nov): New functions to do "incremental" nov
994         updates, where we just append to the end of the existing nov files
995         without reading/writing them in full.
996
997         * mail-source.el (mail-source-delete-crash-box): Really only check the
998         incoming files once in a while.
999
1000         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1001
1002         * mail-source.el (mail-source-delete-crash-box): Only check the
1003         incoming files for deletion once per day to save a lot of file
1004         accesses.
1005
1006         * pop3.el (pop3-logon): Fix up unbound variable typo.
1007
1008         * mail-source.el (pop3-streaming-movemail): Autoload.
1009
1010         * pop3.el (pop3-streaming-movemail): Respect
1011         pop3-leave-mail-on-server.
1012
1013         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1014         retrieval.
1015
1016         * pop3.el (pop3-process-filter): Removed unused function.
1017         (pop3-streaming-movemail, pop3-send-streaming-command)
1018         (pop3-wait-for-messages, pop3-write-to-file)
1019         (pop3-number-of-responses): New functions for streaming pop3
1020         retrieval.
1021
1022         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1023         come from no known methods.
1024         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1025         list.
1026
1027         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1028         message sizes.
1029         (pop3-movemail): Use erase-buffer instead of looping and deleting
1030         regions, which seems rather odd.
1031
1032         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1033         file once per `g' run.
1034
1035         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1036         directories.  This makes the draft queue directory work.
1037
1038         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1039         data from the backends, so that we only request the list of groups from
1040         each method once.  This should speed things up considerably.
1041
1042         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1043         detect that it's not implemented.
1044
1045         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1046         we actually do recurse down into the tree, but don't stat all leaf
1047         nodes.
1048
1049         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1050         then say so instead of bugging out.
1051
1052         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1053         files exist before trying to read them.
1054
1055         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1056         around <pre_int>.
1057
1058         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1059
1060         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1061
1062 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * mm-util.el (mm-image-load-path): Just return the image directories,
1065         not all directories in the path in addition to the image directories.
1066         (mm-image-load-path): Maintain a cache of the image directories so that
1067         the `g' command in Gnus doesn't have to stat dozens of directories each
1068         time.
1069
1070         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1071         (gnus-html-wash-tags): Add a new `i' command to insert images.
1072         (gnus-html-insert-image): New command and keystroke.
1073         (gnus-html-redisplay-with-images): New command and keystroke.
1074         (gnus-html-show-images): Renamed command.
1075         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1076         spacers.
1077         (gnus-html-wash-tags): Decode entities at the end, so that entities
1078         inside the tags don't mess up the rest of the "parsing".
1079
1080         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1081         so that nnimap methods aren't agentized by default.  There's apparently
1082         many problems related to agent/imap behaviour.
1083
1084         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1085
1086         * gnus-html.el: Doc fix.
1087
1088 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1091         specifier-spec-list for Emacs 21.
1092
1093         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1094         glyph-width and glyph-height instead of display-graphic-p and
1095         image-size; make avoidance of displaying small images work for XEmacs.
1096
1097         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1098         for XEmacs.
1099
1100         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1101         of symbol that holds plist data.
1102         (gnus-process-plist): Remove plist of process after getting it.
1103
1104 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * message.el (message-generate-hashcash): Change default to
1107         'opportunistic if hashcash is installed.
1108
1109         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1110         (gnus-html-put-image): Only call image-size once, since it's somewhat
1111         time-consuming on remote X servers.
1112
1113 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1116         type on data, not a file name.
1117
1118         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1119         window-pixel-edges for Emacs 21.
1120
1121         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1122         decoded contents.
1123         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1124
1125 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1128         group line format, since it isn't very interesting.
1129
1130         * gnus-agent.el (gnus-agent-short-article),
1131         (gnus-agent-long-article): Increase values for these two variables,
1132         since most people are likely to have more network connection and
1133         storage than before.
1134
1135         * gnus.el (gnus-refer-article-method): Change default to 'current.
1136         When referring an article, the common behaviour is to refer it from the
1137         current select method, not the native select method.  The chances of
1138         the native select method having the message in question is rather slim
1139         these days.
1140
1141         * gnus-sum.el (gnus-auto-select-subject): Change default to
1142         `unseen-or-unread'.  I think it's likely that most people want to
1143         select an unseen article over a previously seen, but unread one.
1144
1145         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1146         means that in the article buffer none of the minor mode elements will
1147         be shown, usually, and this is not desirable in most cases.
1148
1149         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1150         that commands like `d' (and the like) go to the next line in the
1151         buffer, instead of the next unread article.  I think this is the
1152         behaviour that is most natural for most users.
1153         (gnus-single-article-buffer): Change default to nil, so that people can
1154         have as many article buffers open as they have summary buffer.  I think
1155         this is the most natural way for the groups to behave.
1156
1157         * message.el (message-generate-new-buffers): Change default to
1158         `unsent', so that all new message buffers start their names with the
1159         string "*unsent", and it's easier to find the buffers if you move from
1160         them.
1161
1162 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1165         small.  They're probably tracking images.
1166         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1167         (gnus-html-rescale-image): Yet another try at getting the image sizing
1168         right.
1169
1170         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1171         nntp-marks-file-name is nil.
1172
1173 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1174
1175         * gnus-html.el (gnus-html-wash-tags)
1176         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1177         Better logging.
1178
1179 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1182
1183         * gnus-html.el (gnus-html-wash-tags): Check the value of
1184         gnus-blocked-images in the summary buffer.
1185
1186 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1187
1188         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1189
1190 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1193         like "a", it seems like.
1194         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1195         since it needs to be picked from the correct buffer.
1196
1197         * nnwfm.el: Removed.
1198
1199         * nnlistserv.el: Removed.
1200
1201 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1202
1203         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1204         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1205
1206 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * nnkiboze.el: Removed.
1209
1210         * nndb.el: Removed.
1211
1212         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1213         alt text.
1214         (gnus-html-rescale-image): Try to get the rescaling logic right for
1215         images that are just wide and not tall.
1216
1217         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1218         overshadow variable bindings.
1219
1220 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1221
1222         * gnus-html.el (gnus-html-wash-tags)
1223         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1224         extra logging.
1225
1226 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1229         (gnus-max-image-proportion): New variable.
1230         (gnus-html-rescale-image): New function.
1231         (gnus-html-put-image): Rescale images.
1232
1233 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1234
1235         Fix up some byte-compiler warnings.
1236         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1237         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1238         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1239         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1240         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1241         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1242         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1243
1244 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * gnus-html.el (gnus-article-html): Decode contents by charset.
1247
1248 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1251         (gnus-html-frame-width, gnus-blocked-images)
1252         * message.el (message-prune-recipient-rules): Add custom version.
1253         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1254
1255         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1256         functions.
1257
1258         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1259         gnus-process-get.
1260
1261 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1262
1263         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1264         instead of lsub directly.
1265
1266 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * nnwarchive.el: Removed.
1269
1270         * gnus-soup.el: Removed.
1271
1272         * nnsoup.el: Removed.
1273
1274         * nnultimate.el: Removed.
1275
1276         * gnus-html.el (gnus-blocked-images): New variable.
1277
1278         * message.el (message-prune-recipients): New function.
1279         (message-prune-recipient-rules): New variable.
1280
1281         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1282         guess whether a long line is natural text or not.
1283
1284         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1285         gnus-process-plist and friends for compatibility.
1286
1287 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1288
1289         * gnus-html.el: Require packages that define macros used in this file.
1290         (gnus-article-mouse-face): Declare to silence byte-compiler.
1291         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1292         process-get.
1293         (gnus-html-put-image): Use plist-get to avoid getf.
1294         (gnus-html-prefetch-images): Use with-current-buffer.
1295
1296 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * gnus-ems.el: Provide compatibility functions for
1299         gnus-set-process-plist.
1300
1301         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1302         header-line-format for XEmacs 21.4.
1303
1304         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1305         * gnus.el (gnus-valid-select-methods)
1306         * message.el (message-send-mail-partially-limit)
1307         * mm-decode.el (mm-text-html-renderer)
1308         * mml.el (mml-insert-mime-headers-always)
1309         * smiley.el (smiley-regexp-alist): Bump custom version.
1310
1311 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-html.el: require mm-url.
1314         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1315         with the url to `url'.
1316         (gnus-html-wash-tags): Support cid: URLs/images.
1317
1318 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1321         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1322         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1323
1324         * gnus-move.el: Removed file, since it doesn't really work.
1325
1326         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1327         UTF-8.  This seems to fix problems with some German web feeds.
1328
1329         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1330         at the top so that the proper colours are applied.
1331
1332         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1333         don't have dots in their names.
1334
1335         * gnus-art.el (gnus-article-view-part): Doc fix.
1336
1337         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1338         XEmacs-compatible.
1339         (gnus-html-put-image): Don't do images on non-graphic displays.
1340
1341         * nnslashdot.el: Removed this unused backend.
1342
1343         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1344         actions.
1345         (gnus-undo-register-1): Revert last change.
1346
1347         * gnus-group.el (gnus-group-completing-read): Protect against not
1348         having completion-styles bound.
1349
1350         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1351         make broken recipients happier.
1352
1353         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1354
1355         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1356         point parameter.
1357
1358         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1359
1360         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1361         completion-styles for group selection.
1362
1363 2009-02-04  Andreas Schwab  <schwab@suse.de>
1364
1365         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1366         headers and regexp-quote the match if necessary.
1367
1368 2009-03-24  Miles Bader  <miles@gnu.org>
1369
1370         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1371         the blinking smiley.
1372
1373 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1374
1375         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1376         blink smiley.
1377
1378 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1381         where the dribbel file lives exists.
1382
1383         * message.el (message-send-mail-partially-limit): Change the default to
1384         nil, since most people don't want this.
1385
1386         * mm-url.el (mm-url-decode-entities): Also decode entities like
1387         &#x3212.
1388
1389 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1390
1391         * gnus-sum.el (gnus-summary-idna-message):
1392         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1393         Hyperlink urls in docstrings with URL `...'.
1394
1395 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1396
1397         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1398         functions.
1399
1400 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1403         say what the mouseover text should be.
1404
1405         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1406         version of the mm-w3m-safe-url-regexp variable to only download images
1407         in the groups where we want that to happen.
1408
1409         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1410
1411         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1412         easier debugging.
1413         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1414         big pictures in the article buffer.
1415
1416         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1417         gnus-article-html.
1418         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1419         w3m.
1420
1421         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1422
1423 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1426         which doesn't exist.
1427
1428         * message.el (message-inhibit-ecomplete): New variable to allow some
1429         function to inhibit ecomplete address storage.
1430         (message-resend): Disable ecomplete message storage when resending
1431         messages.
1432
1433         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1434
1435 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1438         Save excursion while copying, moving, and deleting articles in order to
1439         prevent the cursor from jumping to unforeseen place.
1440
1441 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * lpath.el: No need to bind bookmark-current-buffer,
1444         bookmark-yank-point and bookmark-make-record-function.
1445
1446 2010-08-17  Glenn Morris  <rgm@gnu.org>
1447
1448         * gnus-sync.el: Require gnus components whose functions are used.
1449
1450         * gnus-art.el (bookmark-make-record-function):
1451         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1452         Declare for compiler.
1453
1454         * mm-url.el (mml-compute-boundary): Autoload.
1455
1456 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1459
1460 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1461
1462         Typo fix "hoo4a" -> "hook".
1463
1464         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1465
1466 2010-08-14  Glenn Morris  <rgm@gnu.org>
1467
1468         * gnus-sync.el (gnus-sync): Fix defgroup version.
1469
1470 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1471
1472         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1473
1474         * gnus-sync.el: Fix docs.
1475         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1476         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1477
1478 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1479
1480         Optimizations for gnus-sync.el.
1481
1482         * gnus-sync.el: Add docs about gnus-sync-backend
1483         possibilities.
1484         (gnus-sync-save): Remove unnecessary message.
1485         (gnus-sync-read): Optimize and show what groups were skipped.
1486
1487 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1488
1489         Minor bug fixes for gnus-sync.el.
1490
1491         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1492         read the sync on get-new-news.
1493
1494         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1495         quiet.
1496
1497         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1498
1499 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1500
1501         Make saving and restoring of hidden threads work with overlays.
1502         Patch applied by Ted Zlatanov.
1503
1504         * gnus-sum.el (gnus-hidden-threads-configuration)
1505         (gnus-restore-hidden-threads-configuration): Update to deal with text
1506         properties, rather than searching for a magic character.
1507
1508 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1509
1510         New gnus-sync.el library for synchronization of marks.
1511
1512         * gnus-sync.el: New library for synchronization of marks.
1513
1514         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1515         renamed from `gnus-registry-grep-in-list'.
1516
1517         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1518
1519         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1520
1521 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1524         determining charset of text fails.
1525
1526 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * nnmail.el (nnmail-get-new-mail-1): Revert.
1529
1530         * nnml.el (nnml-active-number): Make sure names of newly created groups
1531         in nnml-group-alist are encoded.
1532
1533 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1536         containing non-ASCII characters in active file for nnml back end.
1537
1538 2010-07-24  David Engster  <dengste@eml.cc>
1539
1540         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1541         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1542
1543 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1544
1545         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1546         tag (Bug#6654).
1547
1548 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1551         the article buffer, not the summary buffer.
1552
1553 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1556         Emacs 23 as well.
1557
1558 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1561         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1562
1563 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1564
1565         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1566         Patch applied by Karl Fogel.
1567
1568         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1569         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1570
1571 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1572
1573         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1574         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1575         C-w still not working correctly from Article buffers; Thierry's
1576         patch to fix that will be applied after this.
1577
1578         * gnus-art.el (bookmark-make-record-function): New local variable.
1579
1580         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1581         article buffer.
1582         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1583
1584 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1585
1586         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1587         on changes in bookmark.el.
1588
1589 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1592         `no-log' instead of message not to log prompt string.
1593
1594 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1595
1596         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1597         the *other* type of HTML form submission.
1598
1599 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1600
1601         * auth-source.el (auth-source-pick): If choice does not contain a
1602         questioned keyword, set the check to t.
1603
1604 2010-06-12  Romain Francoise  <romain@orebokech.com>
1605
1606         * gnus-util.el (gnus-date-get-time): Move up before first use.
1607
1608 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1611         (gnus-article-edit-part): Bind it to make last part that is substituted
1612         or deleted visible.
1613         (gnus-mime-display-single): Buttonize part of which id equals to
1614         gnus-mime-buttonized-part-id.
1615
1616 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1617
1618         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1619         (gnus-dd-mmm): Use gnus-date-get-time.
1620         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1621         simplify logic.
1622         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1623         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1624
1625 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1626
1627         * auth-source.el (top): Autoload `secrets-list-collections',
1628         `secrets-create-item', `secrets-delete-item'.
1629         (auth-sources): Fix tag string.
1630         (auth-get-source, auth-source-retrieve, auth-source-create)
1631         (auth-source-delete): New defuns.
1632         (auth-source-pick): Rewrite in order to avoid 2 passes.
1633         (auth-source-forget-user-or-password): New parameter USERNAME.
1634         (auth-source-user-or-password): New parameters CREATE-MISSING and
1635         DELETE-EXISTING.  Retrieve password interactively, if needed.
1636
1637 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1638
1639         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1640         deleting unused directories when gnus-expert-user is t.
1641
1642 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1645         for each temp file when gnus-article-browse-delete-temp is ask.
1646
1647 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1648
1649         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1650         Lisp calls to delete-backward-char by calls to delete-char.
1651
1652 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1653
1654         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1655
1656 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1657
1658         * password-cache.el (password-cache-remove): Fix docstring.
1659
1660 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1663         article unless decoding article to be saved.
1664
1665 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1668         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1669         generated within the mm-with-unibyte-current-buffer macro.
1670
1671 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1674         to nil when we're in a mml-preview buffer and no group is selected.
1675
1676 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1677
1678         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1679         when catching the `C-g'.  Reported by "Leo".
1680
1681 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * message.el (message-forward-make-body-plain)
1684         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1685         multibyte-string-p.
1686
1687         * lpath.el: Revert.
1688
1689 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * message.el (message-forward-make-body-mml): Assume original message
1692         is multibyte string; error on unibyte.
1693         (message-forward-make-body-plain): Ditto; don't add excessive newline
1694         in body end.
1695
1696         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1697
1698 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1699
1700         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1701         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1702
1703 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * mm-extern.el (mm-extern-url): Don't use
1706         mm-with-unibyte-current-buffer.
1707         (mm-extern-cache-contents): Use with-current-buffer instead of
1708         save-excursion + set-buffer.
1709
1710 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * mm-util.el (mm-emacs-mule): Remove.
1713
1714 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1715
1716         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1717         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1718         change.
1719
1720 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1723         bind the default value of enable-multibyte-characters to nil.
1724
1725 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * message.el (message-forward-make-body-plain)
1728         (message-forward-make-body-mml):
1729         Don't use mm-with-unibyte-current-buffer.
1730
1731 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1732
1733         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1734
1735 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1736
1737         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1738         (Bug#5592).
1739
1740 2010-05-07  Julien Danjou  <julien@danjou.info>
1741
1742         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1743         it to mm-pipe-part.
1744
1745         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1746         it is given.
1747
1748 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1749
1750         * binhex.el (binhex-decode-region-internal)
1751         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1752         (dns-query)
1753         * nnweb.el (nnweb-gmane-search)
1754         * pgg-parse.el (pgg-parse-armor)
1755         * pgg.el (pgg-verify-region)
1756         * sha1.el (sha1-string-external)
1757         * uudecode.el (uudecode-decode-region-internal)
1758         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1759         XEmacs.
1760
1761         * gnus-art.el (gnus-article-browse-html-parts)
1762         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1763         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1764         make-temp-file.
1765
1766         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1767         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1768         compiling.
1769
1770         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1771         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1772         XEmacs when compiling.
1773
1774         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1775         gnus-pick-mode-off-hook for XEmacs when compiling.
1776         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1777         gnus-binary-mode-off-hook for XEmacs when compiling.
1778
1779         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1780         nil if char-charset is not available.
1781
1782         * imap.el (imap-disable-multibyte)
1783         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1784         macros.
1785
1786         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1787         instead of encode-coding-string.
1788
1789         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1790         'xemacs) instead of mm-emacs-mule to switch function definitions.
1791         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1792
1793         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1794         bind temporary-file-directory for XEmacs;
1795         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1796         timer-set-function for XEmacs 21.4 and SXEmacs;
1797         bind timer-list for XEmacs 21.4 and SXEmacs;
1798         fbind char-charset and find-charset-region for non-Mule XEmacs;
1799         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1800         encode-coding-region and encode-coding-string for XEmacs having no
1801         file-coding feature.
1802
1803 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1804
1805         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1806
1807 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1810         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1811
1812 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1813
1814         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1815         alias `jka-compr-delete-temp-file' no longer exists.
1816
1817 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1818
1819         Use define-minor-mode in Gnus where applicable.
1820         * mml.el (mml-mode): Use define-minor-mode.
1821         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1822         (gnus-undo-mode): Use define-minor-mode.
1823         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1824         (gnus-dead-summary-mode): Use define-minor-mode.
1825         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1826         Initialize in declaration.
1827         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1828         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1829         (gnus-mailing-list-mode): Use define-minor-mode.
1830         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1831         (gnus-draft-mode): Use define-minor-mode.
1832         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1833         (gnus-dired-mode): Use define-minor-mode.
1834
1835 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1836
1837         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1838         handles on recursive mml-to-mime translation and check them for
1839         boundary delimiter collisions.  Reported by Greg Troxel.
1840
1841 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1844
1845 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1846
1847         * mm-util.el (mm-find-buffer-file-coding-system):
1848         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1849
1850 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1851
1852         * message.el (message-generate-headers): Record insertion of optional
1853         headers as well.  Otherwise the check to prevent repeated insertion of
1854         optional headers is a no-op.
1855
1856 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1857
1858         * smime.el: Don't mention CVS.
1859
1860         * nnrss.el (nnrss-fetch): Don't mention CVS.
1861
1862         * nnir.el: Don't mention CVS.
1863
1864 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1865
1866         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1867
1868 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * lpath.el: Fbind bookmark-default-handler,
1871         bookmark-get-bookmark-record, bookmark-make-record-default,
1872         bookmark-prop-get for Emacs <23 and XEmacs.
1873
1874 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1875
1876         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1877         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1878         Use with-current-buffer to silence the byte-compiler.
1879         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1880         bother to require `gnus'.
1881         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1882
1883 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1884
1885         * gnus-sum.el (gnus-summary-bookmark-make-record)
1886         (gnus-summary-bookmark-jump): New functions.
1887         (gnus-summary-mode): Setup bookmark support.
1888
1889 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1890
1891         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1892         if set.
1893
1894 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1897         gnus-article-browse-html-save-cid-image; make it work recursively for
1898         forwarded messages as well.
1899         (gnus-article-browse-html-parts): Work when prefix arg is given.
1900         (gnus-article-browse-html-article): Doc fix.
1901
1902 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1903
1904         * message.el (message-default-mail-headers):
1905         (message-default-headers): Carry the value mail-default-headers over
1906         into message-default-mail-headers, rather than message-default-headers.
1907
1908 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1909
1910         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1911         charset.
1912
1913         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1914         charset into the <meta> tag when the article is encoded to utf-8.
1915
1916 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1919         directories as well.
1920         (gnus-article-browse-html-parts): Work for images that do not specify
1921         file names; delete temp directory when quitting; insert header at the
1922         right place; use file: scheme for image files.
1923
1924 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1925
1926         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1927         (gnus-article-browse-html-parts): Use it to make temporary cid image
1928         files in addition to html file so that browser may display them.
1929
1930 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1933
1934 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1935
1936         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1937
1938 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1939
1940         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1941         about Secret Service API sources.  Improve Customize options.
1942         (auth-source-pick): Change to accept any number of search parameters.
1943         Implement fallbacks iteratively, not recursively.  Add scoring on the
1944         second pass and sort by score.  Call Secret Service API when needed.
1945         (auth-source-user-or-password): Use it.  Call Secret Service API
1946         directly when needed to get the user name and the password.
1947
1948 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1949
1950         * message.el (message-interactive): Doc fix.
1951         (message-qmail-inject-args): Reflow.
1952         (message-kill-to-signature): Fix typo in docstring.
1953
1954         * smiley.el (smiley-buffer): Fix typo in docstring.
1955
1956 2010-03-24  Glenn Morris  <rgm@gnu.org>
1957
1958         * mail-source.el (gnus-message): Declare.
1959         (mail-source-delete-old-incoming): Require gnus-util.
1960
1961 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1964
1965         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1966
1967         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1968         password-cache's default if it is not bound.
1969         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1970         password-cache-expiry's default if it is not bound.
1971
1972         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1973         available in Emacs 21.
1974
1975         * lpath.el: Suppress compiler warnings for:
1976         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1977         XEmacs;
1978         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1979         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1980         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1981
1982 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1983
1984         * auth-source.el (auth-sources): Fix up definition so extra parameters
1985         are always inline.
1986
1987 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1988
1989         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1990         wasn't updated after mismatch.  Clear cached mailbox info correctly
1991         when uidvalidity changes.
1992         (nnimap-group-prefixed-name): New function to avoid some code
1993         duplication.
1994         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1995         (nnimap-request-group): Use it.
1996         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1997         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1998         with many imap folders.  This is done by caching the group status from
1999         the imap server persistently in a group parameter `imap-status'.  (This
2000         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2001         but not persistently, so every Gnus startup was still very slow.)
2002
2003 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2004
2005         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2006         delete the extra newline.  Otherwise editing of :string and :number
2007         types don't work.
2008
2009 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2010
2011         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2012         secrets.el dependency.
2013         (auth-sources): Add optional user name.  Add secrets.el configuration
2014         choice (unused right now).
2015
2016 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2017
2018         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2019         `gnus-registry-install-shortcuts' fill in the functions.
2020
2021         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2022         warnings.
2023         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2024         (gnus-registry-install-shortcuts): Populate and use it in a
2025         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2026
2027 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2028
2029         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2030         In-place substitutions for the group name encoding/decoding.
2031         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2032         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2033         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2034         (nnimap-update-unseen, nnimap-request-list)
2035         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2036         (nnimap-request-set-mark, nnimap-split-to-groups)
2037         (nnimap-split-articles, nnimap-request-newgroups)
2038         (nnimap-request-create-group, nnimap-request-accept-article)
2039         (nnimap-request-delete-group, nnimap-request-rename-group)
2040         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2041         `encoded-mbx' for consistency.
2042         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2043         variable `imap-current-mailbox'.
2044
2045         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2046         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2047
2048 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2049
2050         * pop3.el (pop3-display-message-size-flag): Display message size byte
2051         counts during POP3 download.
2052         (pop3-movemail): Use it.
2053         (pop3-list): Implement listing of available messages.
2054
2055 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2056
2057         * nnir.el (nnir-get-article-nov-override-function): New function to
2058         override the normal NOV retrieval.
2059         (nnir-retrieve-headers): Use it.
2060
2061 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2062
2063         * auth-source.el (netrc-machine-user-or-password): Autoload.
2064
2065 2010-03-19  Glenn Morris  <rgm@gnu.org>
2066
2067         Stop message.el from loading about 40 libraries it doesn't always need.
2068         The general approach is to autoload rather than require, and to
2069         require in the specific functions rather than the file.  (Bug#5642)
2070
2071         * gmm-utils.el: Don't require wid-edit.
2072         (widget-create-child-value, widget-convert, widget-default-get):
2073         Autoload.
2074
2075         * gnus-util.el: Don't require time-date, netrc.
2076         (message-fetch-field, gnus-group-name-decode): Declare rather than
2077         autoloading.
2078         (gnus-fetch-field): Require message.
2079         (gnus-decode-newsgroups): Require gnus-group.
2080
2081         * ietf-drums.el: Don't require time-date.
2082
2083         * message.el: Don't require hashcash, canlock, ecomplete.
2084         Do require mail-utils.  Require nnheader only when compiling.
2085         (smtpmail-default-smtp-server): Remove declaration.
2086         (message-send-mail-function): Check smtpmail-default-smtp-server
2087         is bound rather than requiring smtpmail.
2088         (message-auto-save-directory, message-insert-signature): Use
2089         expand-file-name rather than nnheader-concat.
2090         (nnheader-insert-file-contents): Autoload.
2091         (hashcash-wait-async): Declare.
2092         (message-send-mail): Only call gnus-setup-posting-charset if
2093         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2094         (message-send-mail-with-sendmail): Require sendmail.
2095         (canlock-password, canlock-password-for-verify): Declare.
2096         (message-canlock-password): Require canlock.
2097         (nnheader-get-report): Autoload.
2098         (gnus-setup-posting-charset): Declare.
2099         (message-send-news): Require gnus-msg.
2100         (message-make-references, message-make-in-reply-to): Use mail-header-id
2101         rather than the alias mail-header-message-id.
2102         (ecomplete-add-item, ecomplete-save): Declare.
2103         (message-put-addresses-in-ecomplete): Require ecomplete.
2104         (ecomplete-display-matches): Autoload.
2105
2106         * mm-decode.el: Don't require mailcap, gnus-util.
2107         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2108         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2109         Autoload.
2110         (mailcap-mime-extensions): Declare.
2111
2112         * mm-encode.el: Don't require mailcap.
2113         (mailcap-extension-to-mime): Autoload.
2114
2115         * mml-sec.el: Don't require password-cache.
2116
2117         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2118         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2119         (mml-minibuffer-read-type): Require mailcap.
2120         (mml-preview): Require gnus-msg.
2121
2122         * mml1991.el: Require password-cache.
2123         (password-cache-expiry): Remove declaration.
2124
2125         * mml2015.el: Require password-cache.
2126         (password-cache-expiry): Remove declaration.
2127
2128         * nneething.el (mailcap): Require mailcap.
2129
2130         * nnheader.el (declare-function): Add compatibility stub.
2131         (message-remove-header): Declare rather than autoload.
2132         (nnheader-replace-header): Require message.
2133
2134         * nnimap.el (declare-function): Add compatibility stub.
2135         (netrc-parse, netrc-machine-user-or-password): Declare.
2136         (nnimap-open-connection): Require netrc.
2137
2138         * nntp.el (declare-function): Add compatibility stub.
2139         (netrc-parse, netrc-machine, netrc-get): Declare.
2140         (nntp-send-authinfo): Require netrc.
2141
2142         * rfc2047.el: Don't require qp.
2143         (quoted-printable-encode-region, quoted-printable-decode-string):
2144         Autoload.
2145
2146         * sieve-mode.el: Don't require easymenu.
2147         (easy-menu-add-item): Autoload it.
2148
2149         * spam-stat.el (time-to-number-of-days): Autoload it.
2150
2151 2010-03-19  Glenn Morris  <rgm@gnu.org>
2152
2153         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2154
2155 2010-03-18  Glenn Morris  <rgm@gnu.org>
2156
2157         * hashcash.el (declare-function): Remove duplicate definition.
2158
2159 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2160
2161         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2162         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2163         value if any backslash escapes).
2164
2165 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2168         if it is available.  (bug#5647)
2169
2170         * lpath.el: Suppress compiler warning for coding-system-from-name for
2171         Emacs 21 and XEmacs.
2172
2173 2010-03-14  Juri Linkov  <juri@jurta.org>
2174
2175         * hmac-def.el:
2176         * hmac-md5.el:
2177         * netrc.el: Fix keywords.
2178
2179 2010-02-26  Glenn Morris  <rgm@gnu.org>
2180
2181         * message.el (message-send-mail-function): Change the default, so that
2182         it inherits from a customized send-mail-function.  (Bug#5643)
2183
2184 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2185
2186         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2187         shell-command-to-string signals an error (bug#5299).
2188
2189 2010-02-24  Glenn Morris  <rgm@gnu.org>
2190
2191         * message.el (message-smtpmail-send-it)
2192         (message-send-mail-with-mailclient): Doc fixes.
2193
2194 2010-02-16  Glenn Morris  <rgm@gnu.org>
2195
2196         * message.el (message-default-mail-headers): Change the default value
2197         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2198
2199 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2202         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2203
2204 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2205
2206         * time-date.el (date-to-time): Doc fix (Bug#5408).
2207
2208 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2209
2210         * message.el (message-mail): Just pass yank-action on to message-setup.
2211         (message-setup): Handle (FUN . ARGS) form of yank-action.
2212         (message-with-reply-buffer, message-widen-reply)
2213         (message-yank-original): Handle non-buffer values of
2214         message-reply-buffer (Bug#4080).
2215         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2216
2217 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2218
2219         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2220         Fix typo in docstring.
2221
2222 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2223
2224         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2225         response.
2226
2227 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2228
2229         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2230
2231         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2232
2233         * message.el (message-check-news-header-syntax): Protect against a
2234         string that `rfc822-addresses' returns when parsing fails.
2235
2236 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2239         (gnus-previous-char-property-change): New functions.
2240
2241         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2242
2243 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2244
2245         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2246         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2247
2248 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2249
2250         * message.el (message-exchange-point-and-mark): Rework last change to
2251         avoid using optional arg of exchange-point-and-mark, for backward
2252         compatibility.
2253
2254 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2255
2256         * message.el (message-exchange-point-and-mark): Call
2257         exchange-point-and-mark with an argument rather than setting
2258         mark-active by hand (Bug#5175).
2259
2260 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * nntp.el (nntp-service-to-port): Work for service expressed with
2263         numeric string; replace [:digit:] with [0-9] for XEmacs.
2264
2265 2009-12-17  Glenn Morris  <rgm@gnu.org>
2266
2267         * gnus-group.el (gnus-bug-group-download-format-alist):
2268         Change emacs entry to debbugs.gnu.org.  Bump :version.
2269
2270 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2271
2272         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2273
2274 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2275
2276         * message.el (message-info): Explain why we use `Info-goto-node'.
2277
2278 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2281
2282 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2283
2284         * message.el (message-completion-in-region): New compatibility function.
2285         (message-expand-group): Use it.
2286
2287 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2290         with no unread article should be listed if the 2nd arg `predicate' is
2291         given.
2292
2293 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2296
2297 2009-11-29  Juri Linkov  <juri@jurta.org>
2298
2299         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2300         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2301         on `gnus-recenter'. (Bug#4698, Bug#4981)
2302
2303 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2304
2305         * sha1.el (sha1-string-external): default-directory "/" in case
2306         otherwise non-existent.  process-connection-type pipe for touch of
2307         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2308
2309 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2310
2311         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2312         it's comms related and sgml-mode.el has "comm" on that basis too.
2313
2314 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2317         containing tspecial characters if they have been already quoted.
2318
2319 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2320
2321         * dns-mode.el (auto-mode-alist): Purecopy string.
2322
2323 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2324
2325         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2326
2327 2009-10-24  Glenn Morris  <rgm@gnu.org>
2328
2329         * gnus-art.el (help-xref-stack-item): Define for compiler.
2330
2331 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2332
2333         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2334
2335 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2338
2339 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2342         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2343
2344 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2347         (gnus-overlays-in): New alias to overlays-in.
2348
2349         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2350         gnus-overlay-get, and gnus-delete-overlay.
2351         (gnus-summary-show-thread): Make it work as well for systems in which
2352         next-single-char-property-change is not available.
2353         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2354
2355         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2356         (gnus-overlay-get): New alias to extent-property.
2357         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2358
2359         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2360         SXEmacs.
2361
2362         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2363         SXEmacs.
2364
2365 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2366
2367         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2368
2369 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2370
2371         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2372         and XEmacs that don't have `remove-overlays'.
2373
2374 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2375
2376         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2377         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2378         selective display.  Use overlays instead.
2379
2380 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2381
2382         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2383
2384 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2385
2386         * spam-stat.el (spam-stat-load): Fix typo in message.
2387
2388 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2389
2390         * dig.el (dig-invoke): Fix typo in docstring.
2391         (query-dig): Reflow docstring.
2392
2393 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2394
2395         * gnus-art.el (gnus-article-encrypt-body):
2396         * message.el (message-check-recipients):
2397         * mm-util.el (mm-codepage-setup):
2398         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2399         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2400
2401 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2402
2403         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2404         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2405         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2406         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2407         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2408
2409 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2410
2411         * dig.el: Add "Keywords: comm", as per net-utils.el.
2412
2413 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2414
2415         * dig.el (dig-mode): Use define-derived-mode.
2416
2417 2009-09-19  Glenn Morris  <rgm@gnu.org>
2418
2419         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2420
2421 2009-09-18  Glenn Morris  <rgm@gnu.org>
2422
2423         * gnus-diary.el (gnus-diary-check-message):
2424         * message.el (message-insert-formatted-citation-line):
2425         * nnbabyl.el (top-level):
2426         * nndiary.el (nndiary-schedule):
2427         Fix typos in condition-case handlers.
2428
2429 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2432         configuration that provides the sole article window in a frame;
2433         position point correctly after deleting a part.
2434
2435 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2436
2437         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2438         (spam-resolve-registrations-routine): Use it to unregister articles
2439         that change status.
2440
2441 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2444         with XEmacs.
2445         (parse-time-string-chars): Use it.
2446
2447 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2448
2449         * imap.el (imap-interactive-login): Better messages.
2450         (imap-open): Fix bug with renamed buffer on reconnect.
2451         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2452         for easier debugging and cleaner code.  On successful (guessed based on
2453         server capabilities) secondary authentication, set imap-state
2454         correctly.
2455         (imap-last-authenticator): Define imap-last-authenticator as a variable
2456         to avoid warnings.
2457
2458 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * nnrss.el (nnrss-request-article): Remove binding of
2461         default-enable-multibyte-characters that has gotten needless by
2462         the 2007-07-13 change in rfc2047-encode-message-header.
2463
2464         * mml.el (mml-insert-multipart): Error on the message header.
2465         (mml-insert-part): Error on the message header; position point at
2466         the end of a MIME tag.
2467
2468 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * time-date.el (autoload): Expand define-obsolete-function-alias into
2471         defalias and make-obsolete for old Emacsen that Gnus supports.
2472         (with-no-warnings): Define it for old Emacsen.
2473         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2474         is available.
2475         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2476         float-time is available; suppress compile warning for time-to-seconds.
2477
2478         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2479         (gnus-float-time): Alias to float-time if it exists.
2480
2481         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2482         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2483         float-time is available; suppress compile warning for time-to-seconds.
2484
2485         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2486         XEmacs.
2487
2488 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2489
2490         * imap.el (imap-message-map): Docstring fix.
2491
2492 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2495         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2496         Add the optional argument `encoding' that overrides the default.
2497
2498         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2499         mm-encode-buffer.
2500
2501 2009-09-04  Glenn Morris  <rgm@gnu.org>
2502
2503         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2504         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2505         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2506         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2507         * mm-util.el (mm-with-unibyte-current-buffer)
2508         (mm-find-buffer-file-coding-system):
2509         * yenc.el (yenc-decode-region): Use default-value rather than
2510         default-enable-multibyte-characters.
2511
2512 2009-09-03  Glenn Morris  <rgm@gnu.org>
2513
2514         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2515         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2516         than default-enable-multibyte-characters.
2517
2518 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2519
2520         * gnus-art.el (gnus-article-read-summary-keys):
2521         Fix gnus-buffer-configuration's value temporarily used.
2522
2523 2009-09-02  Glenn Morris  <rgm@gnu.org>
2524
2525         * gnus-util.el (gnus-float-time): New function.
2526         * gnus-delay.el (gnus-delay-article):
2527         * gnus-sum.el (gnus-thread-latest-date):
2528         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2529         * nnspool.el (nnspool-request-newgroups):
2530         Use gnus-float-time rather than time-to-seconds.
2531         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2532
2533         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2534         (gnus-header-subject-face, gnus-header-newsgroups-face)
2535         (gnus-header-name-face, gnus-header-content-face):
2536         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2537         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2538         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2539         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2540         (gnus-cite-face-11):
2541         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2542         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2543         (gnus-server-closed-face, gnus-server-denied-face)
2544         (gnus-server-offline-face):
2545         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2546         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2547         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2548         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2549         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2550         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2551         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2552         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2553         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2554         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2555         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2556         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2557         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2558         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2559         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2560         (gnus-summary-high-undownloaded-face)
2561         (gnus-summary-low-undownloaded-face)
2562         (gnus-summary-normal-undownloaded-face)
2563         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2564         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2565         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2566         (gnus-splash-face):
2567         * message.el (message-header-to-face, message-header-cc-face)
2568         (message-header-subject-face, message-header-newsgroups-face)
2569         (message-header-other-face, message-header-name-face)
2570         (message-header-xheader-face, message-separator-face)
2571         (message-cited-text-face, message-mml-face):
2572         * sieve-mode.el (sieve-control-commands-face)
2573         (sieve-action-commands-face, sieve-test-commands-face)
2574         (sieve-tagged-arguments-face):
2575         * spam.el (spam-face):
2576         Mark face aliases with "-face" in the name as obsolete.
2577
2578 2009-09-01  Glenn Morris  <rgm@gnu.org>
2579
2580         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2581         than goto-line.
2582
2583 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2586         Don't move point if the command is invoked inside the message header.
2587
2588 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2589
2590         * imap.el (imap-send-command): Simplify.
2591         (imap-wait-for-tag): point-max -> buffer-size.
2592
2593 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2594
2595         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2596         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2597         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2598         * nnir.el (nnir-swish-e-index-file):
2599         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2600         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2601         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2602         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2603         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2604         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2605
2606 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2609         Don't save excursion.
2610
2611 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2612
2613         * nnheader.el (nnheader-find-file-noselect):
2614         * mm-util.el (mm-insert-file-contents):
2615         Use (default-value 'major-mode) instead of default-major-mode.
2616
2617 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2618
2619         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2620
2621 2009-08-26  Glenn Morris  <rgm@gnu.org>
2622
2623         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2624         than placing in files.el.
2625
2626 2009-08-25  Glenn Morris  <rgm@gnu.org>
2627
2628         * nnir.el (top-level): Don't require cl at run-time.
2629         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2630         Replace cl-function substitute with gnus-replace-in-string.
2631         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2632         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2633         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2634         simplified expansions.
2635
2636 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2637
2638         * dig.el (dig): Add autoload cookie.
2639
2640 2009-08-22  Glenn Morris  <rgm@gnu.org>
2641
2642         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2643         goto-line.
2644
2645 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2646
2647         * parse-time.el (parse-time-string-chars): Save match data.
2648
2649 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2650
2651         * parse-time.el (parse-time-string-chars): Compute using character
2652         classes, to handle non-ascii characters (Bug#3190).
2653
2654 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2657
2658         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2659         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2660         (gnus-mm-display-part, gnus-mime-display-single)
2661         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2662         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2663
2664         * gnus-sum.el
2665         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2666         (gnus-summary-move-article): Add expirable mark to articles copied or
2667         moved to group that has auto-expire turned on if the option is non-nil.
2668
2669 2009-07-24  Glenn Morris  <rgm@gnu.org>
2670
2671         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2672         Fix typo.  (Bug#3903)
2673
2674 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2677         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2678         that should not be used for draft articles.
2679         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2680         that has no concern in minor mode keys.
2681         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2682         Abolish.
2683
2684 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2687         article without making inquiry to a user for unknown encoding.
2688
2689         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2690         (nnmaildir--scan): Assume i-node and device number that file-attributes
2691         returns might be cons-cell.
2692
2693         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2694
2695         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2696
2697 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2698
2699         * auth-source.el: Remove docs now in auth.texi.  Don't use
2700         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2701         `auth-source-hide-passwords' and use them.
2702
2703 2009-07-15  Glenn Morris  <rgm@gnu.org>
2704
2705         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2706
2707 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2710         excessive whitespace from the default values of title and description.
2711
2712 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2715         mail-fetch-field to fetch Content-Description header in order to
2716         exclude newlines.
2717
2718 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2719
2720         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2721         format used by GnuPG 2.0.11.
2722
2723 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2726         to deleted part.
2727
2728 2009-05-30  David Engster  <dengste@eml.cc>
2729
2730         * nnmairix.el: Remove old documentation in the commentary block.
2731         (nnmairix-request-group): Do not update active file for nnml back ends.
2732         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2733         end so that overview files are ignored.
2734         (nnmairix-update-groups): Make updating the groups more robust by using
2735         marks.
2736         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2737         with dollar characters in message-id.
2738
2739 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2740
2741         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2742         2008-12-25 in dns.el.
2743
2744 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2745
2746         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2747         could happen if the text is only composed of spaces and/or tabs.
2748
2749 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2750
2751         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2752         when sending a queued message to avoid extra mml tags.
2753
2754 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2757
2758 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2761         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2762         rmail-toggle-header for XEmacs;
2763         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2764
2765 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * gnus-dired.el: Remove autoload for gnus-setup-message.
2768         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2769         displaying Gnus logo; always use compose-mail.
2770
2771 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2774
2775 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2776
2777         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2778         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2779         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2780         available.
2781         (gnus-nocem-epg-verify): New function.
2782
2783 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2784
2785         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2786
2787 2009-02-15  Glenn Morris  <rgm@gnu.org>
2788
2789         * gnus-util.el (rmail-insert-rmail-file-header)
2790         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2791         autoloads.
2792         (rmail-default-rmail-file): Remove unnecessary declaration.
2793         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2794
2795 2009-02-14  Glenn Morris  <rgm@gnu.org>
2796
2797         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2798         variable (only used in gnus-util, which declares it anyway).
2799         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2800         which was only needed by gnus-art (changed to not use it any more).
2801         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2802         only used in gnus-util, which autoloads it itself.
2803         (rmail-update-summary): Fix autoload.
2804
2805         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2806         rather than rmail-output-to-rmail-file.
2807
2808 2009-02-07  Glenn Morris  <rgm@gnu.org>
2809
2810         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2811         autoload of function that no longer exists.
2812         (rmail-toggle-header): Declare.
2813         (message-forward-rmail-make-body): Handle mbox Rmail.
2814
2815 2009-01-31  Glenn Morris  <rgm@gnu.org>
2816
2817         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2818         2009-01-09 change.
2819
2820 2009-01-31  Dave Love  <fx@gnu.org>
2821
2822         * imap.el (imap-fetch-safe): Bind debug-on-error.
2823         (imap-debug): Add imap-fetch-safe.
2824
2825 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2826
2827         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2828         (auth-source-forget-all-cached): New convenience function.
2829         (auth-source-user-or-password): Accept list of modes or a single mode.
2830
2831         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2832         auth-source modes.
2833
2834         * netrc.el (netrc-machine-user-or-password): Use list of
2835         auth-source modes.
2836
2837         * nnimap.el (nnimap-open-connection): Use list of
2838         auth-source modes.
2839
2840         * nntp.el (nntp-send-authinfo): Use list of
2841         auth-source modes.
2842
2843 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2844
2845         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2846         now.
2847
2848 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2851         coding system in XEmacs; add a workaround for XEmacs.
2852
2853         * lpath.el: Fbind coding-system-aliasee.
2854
2855 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2858         of current-language-environment.
2859
2860 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2861
2862         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2863         available at runtime.
2864
2865 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2868
2869 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2870
2871         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2872         the greatest positive fixnum value doesn't work under an XEmacs with
2873         bignum support; use the most-positive-fixnum constant instead,
2874         available since Emacs 21.1 with cl and XEmacs 21.1.
2875
2876 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2879         XEmacs gets not to work.
2880
2881 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * mm-util.el (mm-coding-system-priorities): Allow the value like
2884         "Japanese (UTF-8)" of current-language-environment.
2885
2886 2009-01-09  Glenn Morris  <rgm@gnu.org>
2887
2888         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2889         with last-command-event.
2890
2891 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2892
2893         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2894         in the doc string.
2895
2896         * message.el (message-fix-before-sending): Amend comment.
2897
2898 2009-01-08  Dave Love  <fx@gnu.org>
2899
2900         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2901
2902 2009-01-07  David Engster  <dengste@eml.cc>
2903
2904         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2905         simplified server definitions by converting it via
2906         gnus-server-to-method.
2907
2908 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2911         parameter's operands.
2912
2913 2009-01-06  David Engster  <dengste@eml.cc>
2914
2915         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2916         primary select method (for gnus-group-mark-article-as-read).
2917
2918 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2919
2920         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2921         `(gnus)Face', not `(gnus)X-Face'.
2922
2923 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * mm-util.el (mm-ucs-to-char): New function.
2926
2927         * mm-url.el (mm-url-decode-entities): Use it.
2928
2929         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2930         unicode-to-char.
2931
2932 2009-01-05  Dave Love  <fx@gnu.org>
2933
2934         * time-date.el: Require cl for `declare'.
2935
2936 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2937
2938         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2939         Dave Love.
2940
2941 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2942
2943         * message.el (message-fix-before-sending): Add `eight-bit' to
2944         illegible-text check.
2945
2946 2009-01-03  Michael Olson  <mwolson@gnu.org>
2947
2948         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2949         `headers' is nil.  This can occur if the IMAP server does not have
2950         permissions to read messages from a folder, but can write new messages
2951         to the folder.
2952         (nnimap-request-article-part): Do not insert `data' if it is nil.
2953
2954         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2955         characters which will confuse `read', so skip past them.
2956
2957 2009-01-01  Dave Love  <fx@gnu.org>
2958
2959         * imap.el (imap-string-to-integer): Fix typo.
2960         (imap-fetch-safe): New function.
2961         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2962
2963         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2964
2965         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2966         (imap-parse-greeting): Fix doc strings.
2967         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2968         (imap-parse-flag-list): Make messages unique.
2969         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2970
2971         * nnimap.el: Fix author email.
2972         (nnimap-split-rule): Add FIXME comment.
2973         (nnimap-debug): Fix doc string.
2974
2975 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2976
2977         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2978
2979 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2980
2981         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2982         nslookup if resolv.conf isn't available.
2983         (dns-query): Rename from query-dns.
2984         (dns-query-cached): Rename from query-dns-cached.
2985
2986 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2989         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2990         to check if those variables exist (first appeared in Emacs 18.50).
2991
2992 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * mm-util.el (mm-line-number-at-pos): New function.
2995
2996         * spam-report.el (spam-report-process-queue): Use it.
2997
2998 2008-12-24  David Engster  <dengste@eml.cc>
2999
3000         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3001         parameters that haven't existed as variables as buffer-local variables.
3002
3003 2008-12-23  Dave Love  <fx@gnu.org>
3004
3005         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3006         cadar.
3007
3008         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3009         imap-starttls-p.
3010         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3011
3012 2008-12-22  Dave Love  <fx@gnu.org>
3013
3014         * imap.el: Fix author email.  Doc fixes.
3015         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3016         reply.
3017
3018 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3019
3020         * spam-report.el (spam-report-gmane-max-requests): New constant.
3021         (spam-report-gmane-wait): New variable.
3022         (spam-report-gmane-ham, spam-report-gmane-spam)
3023         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3024         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3025         the server.
3026
3027         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3028         Add explanations.
3029
3030         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3031         nnheader-accept-process-output and nnheader-read-timeout if available.
3032         (pop3-movemail): Use it.
3033
3034         * message.el (message-check-news-body-syntax): Fix signature check if
3035         there's an attachment.
3036
3037 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * mm-util.el: Add comments to the mm- emulating functions.
3040
3041 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3042
3043         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3044         by Stephen Berman <stephen.berman@gmx.net>.
3045
3046 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * mm-util.el (mm-substring-no-properties): New function.
3049         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3050         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3051         (mm-string-to-multibyte): Doc fix.
3052
3053         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3054
3055 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3056
3057         * mml.el (mml-attach-file): Strip text properties from file name.
3058         (Bug#1574)
3059
3060 2008-12-16  Glenn Morris  <rgm@gnu.org>
3061
3062         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3063
3064 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3067         knows since the charset specified might be a bogus alias that
3068         mm-charset-synonym-alist provides.
3069
3070 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3071
3072         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3073         "ISO_8859-1".
3074
3075         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3076
3077 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * mm-util.el (mm-charset-eval-alist):
3080         Define it before mm-charset-to-coding-system.
3081         (mm-charset-to-coding-system): Add optional argument `silent';
3082         define it before mm-charset-override-alist.
3083         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3084         default value if it can be used in Emacs currently running;
3085         silence mm-charset-to-coding-system.
3086
3087 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3090         `allow-override' which says whether to use `mm-charset-override-alist'.
3091         (rfc2047-decode-encoded-words): Use it.
3092
3093         * mm-util.el (mm-charset-override-alist): Fix custom type;
3094         add `(gb2312 . gbk)' to choices.
3095
3096 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3099         fast.
3100
3101         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3102
3103         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3104
3105 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3106
3107         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3108         on links.
3109
3110         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3111
3112 2008-12-03  Lute Kamstra  <lute@gnu.org>
3113
3114         * sha1.el: Remove leading * from docstrings of defcustoms,
3115         deffaces, defconsts and defuns.
3116
3117 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3120         users' addresses that don't have domain parts.
3121         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3122         rather than message-narrow-to-head since there will be the message
3123         header separator.
3124
3125 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3126
3127         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3128         since the result is inserted in a unibyte buffer anyway.
3129         (nnimap-demule-use-string-to-multibyte): Remove.
3130         (nnimap-demule): Alias it to mm-string-to-multibyte.
3131
3132 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3133
3134         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3135         variable for debugging bug#464 and bug#1174.
3136         (nnimap-demule): Use it.
3137
3138 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3139
3140         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3141         score calculation correctly.
3142
3143 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3144
3145         * message.el (message-send-mail): Just set the buffer to unibyte
3146         rather than use mm-with-unibyte-current-buffer which does a lot more.
3147         (message-send-mail-partially): Don't bother with
3148         mm-with-unibyte-current-buffer since it's already been made unibyte by
3149         message-send-mail.
3150
3151 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3152
3153         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3154
3155 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3156
3157         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3158
3159 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3162         require itself and to remove `with-no-warnings'.
3163
3164 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3165
3166         * starttls.el (starttls-any-program-available): Get the name of the
3167         available TLS layer program.
3168         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3169         well as the host name in the "opening" message.
3170
3171         * auth-source.el (auth-source-cache, auth-source-do-cache)
3172         (auth-source-user-or-password): Cache passwords and logins by default,
3173         allow override with `auth-source-do-cache'.
3174         (auth-source-forget-user-or-password): Allow users to remove cache
3175         entries if needed.
3176
3177 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3178
3179         * md4.el (md4-buffer): Fix typo in docstring.
3180         (md4, md4-64): Doc fixes.
3181         (md4-pack-int32): Reflow docstring.
3182
3183 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3184
3185         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3186         condition-case to only the forward-sexp call.
3187
3188 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3189
3190         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3191         quotes contained.  Make it more robust regardless by an extra
3192         condition-case wrapper.
3193
3194 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3197
3198 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * nnml.el (nnml-request-expire-articles): Check if the function set to
3201         `nnmail-expiry-target' returns the symbol `delete'.
3202
3203         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3204
3205         * nnmail.el (nnmail-expiry-target): Fix custom type.
3206
3207 2008-10-02  Glenn Morris  <rgm@gnu.org>
3208
3209         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3210         Silence compiler warning.
3211
3212 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3213
3214         * tls.el (open-tls-stream): Show the actual command being
3215         executed, instead of the format string.
3216
3217 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * lpath.el: Fbind codepage-setup for Emacs 23.
3220
3221 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3222
3223         * mml.el (mml-menu): Don't assume mml2015 is bound.
3224
3225 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3228         exists.
3229
3230 2008-09-27  Glenn Morris  <rgm@gnu.org>
3231
3232         * gnus-util.el (mail-header-remove-comments): Autoload it.
3233
3234 2008-09-27  Andreas Schwab  <schwab@suse.de>
3235
3236         * gnus-util.el (gnus-split-references): Strip comments.
3237         (gnus-parent-id): Likewise.
3238
3239 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3240
3241         * message.el (message-confirm-send): Fix version.
3242
3243 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * message.el (message-idna-to-ascii-rhs-1): Use
3246         mail-extract-address-components rather than mail-header-parse-addresses
3247         that is an alias by default to ietf-drums-parse-addresses that does not
3248         support non-ASCII names in headers' contents.
3249
3250 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3251
3252         * message.el (message-confirm-send): Fixed variable documentation to
3253         avoid the "y/n" wording.
3254
3255 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3256
3257         * message.el (message-set-auto-save-file-name): Save to a different
3258         filename so multiple messages (especially drafts) can be recovered.
3259
3260 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3261
3262         * message.el (message-confirm-send): Add appropriate version.
3263
3264 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3265
3266         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3267         defvar.
3268
3269 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3270
3271         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3272         (mm-pkcs7-enveloped-magic): Ditto.
3273
3274 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3275
3276         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3277         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3278
3279 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3280
3281         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3282         default, it's better.
3283
3284 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3285
3286         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3287         summary line gnus-number property and ignore them (with a warning
3288         message).
3289
3290 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3293         macro caddr in the interactive form since it won't be expanded.
3294
3295 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3298         `charset'; fix name of function called recursively.
3299         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3300
3301 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3304         (gnus-mime-set-charset-parameters): New function.
3305         (gnus-mime-view-part-as-charset): Use it to correctly display part
3306         specifying wrong charset.
3307
3308 2008-09-08  David Engster  <dengste@eml.cc>
3309
3310         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3311         in completing-read for back end server.
3312
3313 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * message.el (message-confirm-send): New variable to confirm sending a
3316         message.
3317         (message-send): Use it.
3318
3319 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3320
3321         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3322
3323 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3326
3327 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3328
3329         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3330         prevent tracking too many groups.
3331         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3332         Use it.
3333
3334 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3335
3336         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3337         moving point to the bottom of the window in order to avoid recentering.
3338
3339 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3342
3343         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3344         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3345         (gnus-article-beginning-of-window): Fix calculation.
3346
3347 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * gnus-msg.el (gnus-summary-supersede-article)
3350         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3351         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3352         message header.
3353
3354 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3355
3356         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3357         pending output coming after the status change.
3358
3359 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3360
3361         * message.el:
3362         * gnus-start.el:
3363         * gnus-registry.el: Remove VMS support.
3364
3365 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3368         macro.
3369         (rfc2104-hash): Use it.
3370
3371 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3372
3373         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3374         (gnus-summary-sort-by-most-recent-date): New commands.
3375         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3376         and menu entries.
3377
3378 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3379
3380         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3381         don't redisplay article for raw contents; remove plural articles stuff.
3382
3383         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3384         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3385         on gnus-summary-save-article; display results properly.
3386
3387 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * lpath.el: No need to fbind ns-focus-frame.
3390
3391 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3394
3395 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3398         gnus-save-all-headers.
3399
3400 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3401
3402         * gnus-util.el (ns-focus-frame): Remove declaration.
3403         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3404         like x.
3405
3406 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3407
3408         * rfc2104.el (rfc2104-zero): Delete defconst.
3409         (rfc2104-hex-alist): Likewise.
3410         (rfc2104-hex-to-int): Delete func.
3411         (rfc2104-hexstring-to-bitstring): Likewise.
3412         (rfc2104-nybbles): New defconst.
3413         (rfc2104-hash): Rewrite for speed.
3414
3415 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * tls.el (open-tls-stream): Make it work with the 2nd argument
3418         BUFFER that is a string but does not exist as a buffer object, as
3419         mentioned in the doc-string.
3420
3421 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3424         SXEmacs.
3425
3426 2008-07-16  Glenn Morris  <rgm@gnu.org>
3427
3428         * gnus-util.el (ns-focus-frame): Declare for compiler.
3429
3430 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3433         set as a group parameter.
3434         (gnus-summary-save-in-pipe): Work when it is called independently.
3435         (gnus-summary-pipe-to-muttprint): Don't modify
3436         gnus-summary-pipe-output-default-command.
3437
3438 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3439
3440         * message.el (message-send-mail-with-sendmail):
3441         Display the error message.
3442
3443 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * gnus-art.el (gnus-default-article-saver):
3446         Add gnus-summary-save-in-pipe to choices.
3447         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3448         gnus-summary-pipe-output-default-command as the default command.
3449         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3450         instead of gnus-last-shell-command.
3451
3452         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3453         New user option.
3454         (gnus-summary-muttprint-program): Mention the value will be changed.
3455         (gnus-summary-save-article): Force showing of all headers.
3456         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3457
3458 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3459
3460         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3461
3462 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3463
3464         * nnimap.el (nnimap-id):
3465         * sieve-manage.el (sieve-manage-open): Doc fixes.
3466
3467 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3468
3469         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3470         if available.
3471
3472 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3473
3474         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3475
3476         * nnkiboze.el (nnkiboze-generate-group):
3477         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3478
3479         * nnmairix.el: Require CL.
3480
3481 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * dgnushack.el: Autoload get-display-table and put-display-table for
3484         XEmacs 21.5.
3485
3486         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3487         21.4 and SXEmacs.
3488
3489 2008-06-15  David Engster  <dengste@eml.cc>
3490
3491         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3492
3493 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3494
3495         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3496         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3497         runtime choice under XEmacs.
3498
3499         * gnus-sum.el (gnus-summary-set-display-table):
3500         Use `gnus-put-display-table', `gnus-get-display-table',
3501         `gnus-set-display-table' for the display table, instead of `aset'.
3502
3503         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3504         Use `gnus-put-display-table', `gnus-get-display-table',
3505         `gnus-set-display-table' for the display table.
3506
3507 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3508
3509         * nnmairix.el: Add autoloads.
3510
3511 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3512
3513         * nnmairix.el (nnmairix-delete-recreate-group)
3514         (nnmairix-update-and-clear-marks): Fix error messages.
3515
3516 2008-06-14  David Engster  <dengste@eml.cc>
3517
3518         * nnmairix.el: Upgrade to version 0.6.
3519         (nnmairix-group-toggle-propmarks-this-group)
3520         (nnmairix-group-toggle-readmarks-this-group)
3521         (nnmairix-group-delete-recreate-this-group)
3522         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3523         (nnmairix-remove-tick-mark-original-article): New commands.
3524         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3525         (nnmairix-propagate-marks-to-nnmairix-groups)
3526         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3527         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3528         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3529         functions needed for marks propagation and manipulation of read marks.
3530         (nnmairix-update-groups): New function.
3531         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3532         (nnmairix-determine-original-group-from-registry)
3533         (nnmairix-determine-original-group-from-path)
3534         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3535         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3536         New helper functions.
3537         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3538         keystrokes for new commands.
3539         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3540         (nnmairix-request-group): Check allow-fast group parameter.
3541         (nnmairix-request-create-group): Set allow-fast group parameter if
3542         nnmairix-allowfast-default is set.
3543         (nnmairix-close-group): Propagate marks upon closing if needed.
3544         (nnmairix-group-toggle-threads-this-group): Use new.
3545         nnmairix-group-toggle-parameter helper function.
3546         (nnmairix-search): Better check for empty search result.
3547         (nnmairix-goto-original-article): Use new helper functions for
3548         determining original article.
3549         (nnmairix-show-original-article): Make sure message-id is in brackets.
3550         (nnmairix-call-mairix-binary): Change variable name.
3551         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3552         helper function.
3553         (nnmairix-widget-toggle-activate): Fix doc string.
3554
3555 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * nnir.el: Require edmacro when compiling with XEmacs.
3558         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3559         available in Emacs 21.
3560
3561 2008-06-11  Glenn Morris  <rgm@gnu.org>
3562
3563         * gnus-util.el (x-focus-frame):
3564         * gnus.el (image-size):
3565         * mm-decode.el (image-size): Declare.
3566
3567         * gnus-picon.el (declare-function): Add compat definition.
3568         (image-size): Declare.
3569
3570         * gnus-group.el (tool-bar-map):
3571         * gnus-sum.el (tool-bar-map): Define for compiler.
3572
3573         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3574
3575         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3576
3577         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3578         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3579         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3580         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3581         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3582         * sieve-manage.el, spam-report.el, spam.el:
3583         Remove unnecessary eval-and-compile of autoloads.
3584
3585 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3586
3587         * auth-source.el: Precise Tramp doc.
3588
3589 2008-06-07  Glenn Morris  <rgm@gnu.org>
3590
3591         * nnmairix.el: Remove unnecessary eval-when-compile.
3592
3593 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * lpath.el: Fbind propertize for XEmacs 21.4.
3596
3597 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * nnir.el: Move here from ../contrib.
3600
3601 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3602
3603         * gnus-util.el (gnus-read-shell-command): New function.
3604         * mm-decode.el (mm-pipe-part):
3605         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3606
3607 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3610
3611 2008-06-03  Glenn Morris  <rgm@gnu.org>
3612
3613         * pop3.el (nnheader-accept-process-output): Autoload it.
3614
3615 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3618         are not 2-digit hexadecimal characters that follow `%'s.
3619
3620 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3621
3622         * message.el (message-bogus-recipient-p): Fix type in doc string.
3623         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3624         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3625         Improve custom options.
3626         (message-bogus-recipient-p): Adjust accordingly.
3627
3628 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3629
3630         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3631         long-form month and day names.
3632
3633 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * dgnushack.el: Autoload debug, eudc-expand-inline and
3636         pgg-snarf-keys-region for XEmacs.
3637
3638         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3639
3640         * nnmairix.el: Require edmacro when compiling with XEmacs.
3641
3642 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3643
3644         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3645         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3646
3647 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3648
3649         * auth-source.el: Add more docs.
3650
3651         * netrc.el (netrc-machine): Always match if the port is not given.
3652
3653 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654
3655         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3656         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3657         retrieval faster in some cases, but might make CPU usage larger.  If
3658         this has any bad side effects, we might revert this change.
3659
3660         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3661         seems to make mail retrieval much, much faster.
3662         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3663         unconditionally.
3664
3665         * gnus-draft.el (gnus-group-send-queue): Bind
3666         message-send-mail-partially-limit to nil to avoid being prompted.
3667
3668 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3669
3670         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3671
3672         * message.el (message-bogus-address-regexp): Fix and improve custom
3673         type.
3674         (message-setup-hook): Add message-check-recipients as custom option.
3675
3676 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3677
3678         * message.el (message-cite-function): Remove bogus autoload which crept
3679         in during merge from v5-10.
3680
3681 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3682
3683         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3684
3685         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3686
3687         * auth-source.el: Preliminary Tramp docs.
3688         (auth-sources): Change the default auth-sources to use
3689         EPA .gpg files.
3690
3691 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * nntp.el: Autoload `auth-source-user-or-password'.
3694         (nntp-send-authinfo): Use it.
3695
3696         * nnimap.el: Autoload `auth-source-user-or-password'.
3697         (nnimap-open-connection): Use it.
3698
3699         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3700         for the gnus-message function.
3701         (auth-source-user-or-password): Use it.
3702
3703 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3704
3705         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3706         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3707         (rfc2104-hash): Use it.
3708
3709 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3710
3711         * gnus-art.el (gnus-article-toggle-truncate-lines):
3712         Don't use `iff' in docstring.
3713
3714 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3715
3716         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3717
3718         * gnus-util.el (gnus-extract-address-component-name)
3719         (gnus-extract-address-component-email): Convenience functions around
3720         `gnus-extract-address-components'.
3721
3722         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3723         Use `gnus-extract-address-component-email' to fix bug of comparing full
3724         sender name to `user-mail-address'.
3725
3726 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3727
3728         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3729         catch/throw to optimize.
3730         (gnus-registry-find-keywords): Just use member to find a keyword.
3731
3732 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3733
3734         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3735         is current before calling gnus-server-prepare.
3736         (gnus-server-setup-buffer, gnus-server-update-server)
3737         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3738
3739 2008-05-04  Juri Linkov  <juri@jurta.org>
3740
3741         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3742         (mailcap-file-default-commands): Use mailcap-replace-in-string
3743         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3744         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3745
3746 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3747
3748         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3749
3750 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3751
3752         * gnus.el: Bump version to 0.11.
3753
3754 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3755
3756         * gnus.el: No Gnus v0.10 is released.
3757
3758 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3761         hooks.
3762         (gnus-update-read-articles): Speed up non-marks-using users.
3763         (gnus-use-marks): Define gnus-use-marks.
3764         (gnus-propagate-marks): Rename variable to something more sensible.
3765
3766 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3767
3768         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3769         (gmm-image-load-path-for-library): Fix typos in docstrings.
3770         (gmm-message): Reflow docstring.
3771
3772 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3773
3774         * mail-source.el (mail-source-set-1, mail-source-bind):
3775         Move auth-source code out of the macro to clean it up and fix bugs.
3776
3777 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3780         by sender if it's equal to user-mail-address, it's likely to be
3781         useless.
3782
3783         * mail-source.el (mail-source-bind): Don't use user or password if they
3784         are not bound.  Unintern them if they are nil.  Don't use server unless
3785         it's bound, and default it to empty string otherwise.
3786
3787 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3788
3789         * mail-source.el: Load auth-source.el.
3790         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3791         get user name or password, if auth-sources is set up.
3792
3793         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3794         strategy of splitting with parent.
3795         (gnus-registry-split-fancy-with-parent)
3796         (gnus-registry-post-process-groups): Use it and fix prior
3797         bug (returning a list as the split result).
3798
3799         * auth-source.el (auth-sources): Remove server parameter.
3800         (auth-source-pick, auth-source-user-or-password)
3801         (auth-source-user-or-password-imap)
3802         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3803         (auth-source-user-or-password-sftp)
3804         (auth-source-user-or-password-smtp): Remove server parameter.
3805
3806 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3807
3808         * smime.el (smime-sign-region, smime-encrypt-region)
3809         (smime-decrypt-region):
3810         Remove redundant calls to `generate-new-buffer-name'.
3811
3812 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3813
3814         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3815         Don't use QP for message/rfc822.
3816         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3817
3818 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3819
3820         * sieve-manage.el (sieve-string-bytes): Remove.
3821         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3822         correct byte-length only if the process's coding-system is the same as
3823         the one used internally by Emacs to represent strings.
3824
3825 2008-04-22  Juri Linkov  <juri@jurta.org>
3826
3827         * mailcap.el (mailcap-file-default-commands): New function.
3828
3829 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3830
3831         * message.el (message-signature-separator, message-cite-function):
3832         Change custom version.
3833
3834 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3835
3836         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3837         commands.
3838         (tls-checktrust): Ditto.
3839
3840 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3841
3842         * mm-decode.el (mm-display-external): Make temp file read-only.
3843
3844 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3845
3846         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3847         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3848         `C-c C-f d'.
3849
3850 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3851
3852         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3853
3854 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3855
3856         * gnus.el: Bump version to 0.9.
3857
3858 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3859
3860         * gnus.el: No Gnus v0.8 is released.
3861
3862 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3863
3864         * mail-source.el (mail-source-value):
3865         Prefer fboundp to functionp so it works with macros as well.
3866
3867 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3868
3869         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3870         Fix last change in case the element is not even a symbol.
3871
3872 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3873
3874         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3875         Prefer fboundp to functionp so it works with macros as well.
3876
3877 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3878
3879         * auth-source.el: Added docs.
3880         (auth-sources): Modify format to support server.
3881         (auth-source-pick, auth-source-user-or-password)
3882         (auth-source-user-or-password-imap)
3883         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3884         (auth-source-user-or-password-sftp)
3885         (auth-source-user-or-password-smtp): Add server parameter.
3886
3887 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3888
3889         * gnus-registry.el: Initialize the registry when gnus-registry-install
3890         is t.
3891
3892 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * compface.el (uncompface): Make buffer unibyte.
3895
3896 2008-04-05  Glenn Morris  <rgm@gnu.org>
3897
3898         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3899
3900 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3901
3902         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3903         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3904
3905         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3906         multibyteness after rather than before erasing it.
3907
3908         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3909         mm-with-multibyte.
3910         (gnus-request-article-this-buffer): Make sure the proper decoding is
3911         used if gnus-original-article-buffer happens to be unibyte.
3912
3913         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3914         default-enable-multibyte-characters.
3915
3916         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3917         default-enable-multibyte-characters.
3918
3919         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3920
3921         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3922
3923 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3924
3925         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3926         (imap-message-copyuid-1): Use it.
3927         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3928         J. Williams in
3929         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3930
3931         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3932         imap-enable-exchange-bug-workaround.
3933         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3934
3935 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3936
3937         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3938         a 100 byte status-checks into a 2-3MB transfer for each group.
3939         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3940         to enable bug workaround or not.
3941         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3942
3943 2008-03-31  Glenn Morris  <rgm@gnu.org>
3944
3945         * message.el (mml2015-use): Declare for compiler.
3946         (message-info): Require mml2015 when appropriate.
3947
3948 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3951         whitespace.
3952
3953 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3954
3955         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3956         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3957         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3958         (nntp-service-to-port): New function.
3959         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3960         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3961         (nntp-open-netcat-stream): New function.
3962         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3963
3964 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3965
3966         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3967
3968 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3969
3970         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3971
3972 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3973
3974         * dns.el (dns-write): Use set-buffer-multibyte.
3975
3976 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3977
3978         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3979
3980 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3981
3982         * message.el (message-signature-separator): Change default.
3983         Improve custom type.
3984         (message-cite-function): Change default to
3985         message-cite-original-without-signature.
3986
3987         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3988         toggle.
3989
3990         * message.el (message-check-news-body-syntax): Fix signature check.
3991         (message-setup-1): Mark buffer as unmodified _after_ running
3992         message-setup-hook and handling message-alternative-emails.
3993         (message-shorten-references): Be more strict when building list of
3994         valid references to comply with GNKSA.
3995
3996         * gnus-group.el (gnus-read-ephemeral-bug-group)
3997         (gnus-read-ephemeral-debian-bug-group)
3998         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3999
4000         * message.el (message-info): Don't use booleanp which isn't supported
4001         in Emacs 21 and XEmacs.
4002
4003 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4004
4005         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4006         gnus-group-gmane-group-download-format.
4007         (gnus-group-read-ephemeral-gmane-group): Rename from
4008         gnus-group-read-ephemeral-gmane-group.
4009         (gnus-read-ephemeral-gmane-group-url): Rename from
4010         gnus-group-read-ephemeral-gmane-group-url.
4011         (gnus-bug-group-download-format-alist): New variable.
4012         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4013         (gnus-read-ephemeral-emacs-bug-group): New commands.
4014
4015 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4016
4017         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4018         (gnus-visible-headers): Improve custom type.
4019
4020 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * mml.el (mml-menu): Add workarounds for XEmacs.
4023
4024         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4025         X-Boundary header.
4026
4027         * message.el (message-simplify-recipients): Fix previous commit.
4028
4029 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4030
4031         * mm-util.el (mm-set-buffer-multibyte): New function.
4032         * mm-decode.el (mm-copy-to-buffer): Use it.
4033
4034 2008-03-19  Glenn Morris  <rgm@gnu.org>
4035
4036         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4037         Accidentally removed in the sync process with Emacs.
4038
4039 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4040
4041         * message.el (message-alter-recipients-discard-bogus-full-name):
4042         New function.
4043         (message-alter-recipients-function): New variable.
4044         (message-get-reply-headers): Use it.
4045         (message-replace-header): New helper function.
4046         (message-recipients-without-full-name): New variable.
4047         (message-simplify-recipients): New command.
4048
4049         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4050
4051         * message.el (message-info): Handle EasyPG manual.
4052
4053         * mml.el (mml-menu): Add entry for EasyPG.
4054
4055 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4056
4057         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4058         parameter.
4059
4060         * message.el (message-disassociate-draft): Specify drafts group name
4061         fully.
4062
4063 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4064
4065         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4066         unnecessary duplicates from the match list.
4067
4068 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4071
4072         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4073
4074         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4075         args of `how-many' of which the XEmacs version doesn't take; declare
4076         Info-index-next as function.
4077
4078 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4079
4080         * gnus-score.el (gnus-score-headers): Fix handling of
4081         gnus-inhibit-slow-scoring.
4082
4083         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4084         string.
4085         (gnus-button-url-regexp): Improve handling of parenthesis.
4086         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4087         (gnus-button-handle-info-keystrokes): Handle index entries.
4088
4089 2008-03-15  Glenn Morris  <rgm@gnu.org>
4090
4091         * parse-time.el (parse-time-string): Simplify.
4092
4093 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4096         Incoming* files.
4097
4098 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4099
4100         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4101         (auth-source-pick): Use it.
4102
4103 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4104
4105         * binhex.el (binhex-decode-region-internal):
4106         * uudecode.el (uudecode-decode-region-internal):
4107         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4108         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4109         setting default-enable-multibyte-characters.
4110
4111 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4112
4113         * auth-source.el (auth-source-protocols)
4114         (auth-source-protocols-customize, auth-source-choices): Added and
4115         modified variable customizations and defaults.
4116         (auth-source-pick, auth-source-user-or-password)
4117         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4118         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4119         (auth-source-user-or-password-sftp)
4120         (auth-source-user-or-password-smtp): Use new variables and provide an
4121         interface to netrc.el.
4122
4123 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4126         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4127         Make sure the nntp port to specify is a string.
4128
4129 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4130
4131         * nntp.el: Use with-current-buffer.
4132         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4133         dubious mm-with-unibyte-current-buffer.
4134         (nntp-with-open-group-function): New function extracted from
4135         nntp-with-open-group macro.
4136         (nntp-with-open-group): Use the function, so it's easier to debug.
4137         Add indentation and debugging info.
4138         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4139         the use of the netcat alternatives.
4140
4141         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4142         Avoid mm-string-as-multibyte as well.
4143
4144         * nnweb.el (nnweb-insert-html):
4145         Remove use of nnheader-string-as-multibyte.
4146
4147         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4148         (nnheader-string-as-multibyte): Remove.
4149
4150         * mm-view.el: Use inhibit-read-only.
4151         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4152         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4153         or unibyte-string.
4154
4155         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4156         (mm-uu-yenc-extract): Use with-current-buffer.
4157
4158         * gnus-soup.el (gnus-soup-send-packet): Don't use
4159         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4160
4161         * nnmh.el: Use with-current-buffer.
4162         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4163         mm-string-as-multibyte on the output of mm-encode-coding-string.
4164
4165         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4166         (nnimap-request-move-article): Use with-current-buffer.
4167
4168         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4169         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4170         conversion uses string-make-unibyte rather than string-as-unibyte.
4171
4172         * gnus-msg.el: Use with-current-buffer.
4173
4174         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4175
4176 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4177
4178         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4179         string for caching if it is 'PIN.
4180
4181 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * lpath.el: Consider the case without Emacs/W3.
4184
4185 2008-03-08  Glenn Morris  <rgm@gnu.org>
4186
4187         * time-date.el (date-to-time, time-subtract, time-add)
4188         (safe-date-to-time): Doc fixes.
4189
4190 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4191
4192         * mail-source.el (mail-source-delete-old-incoming-confirm):
4193         Change default to nil.
4194         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4195
4196 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * lpath.el: Rearrange.
4199
4200         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4201         (gnus-article-goto-prev-page): Work for articles having ^L's.
4202
4203         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4204
4205         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4206
4207 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4208
4209         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4210         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4211         (gnus-bookmark-jump): Adjust some variable names.
4212
4213 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4214
4215         * auth-source.el: New package.
4216         (auth-source-choices): Add customization entry point variable.
4217
4218         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4219         bug.
4220
4221 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4222
4223         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4224         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4225         (gnus-registry-install-shortcuts): Rename from
4226         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4227         the `gnus-registry-mark-map' keymap dynamically from
4228         `gnus-registry-marks'.  The generated functions update the summary line
4229         when a registry mark is added or deleted, and will call
4230         `gnus-registry-install-p' (see the comments in the code).
4231         (gnus-registry-user-format-function-M): Use concat intelligently.
4232
4233         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4234         the registry mark functions.
4235
4236 2008-03-05  Glenn Morris  <rgm@gnu.org>
4237
4238         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4239         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4240         gnus-art.
4241         (top-level): No need to load own source when compiling.
4242
4243 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4244
4245         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4246         Suggested by <chris.anderton@zetnet.co.uk>.
4247
4248 2008-03-04  Glenn Morris  <rgm@gnu.org>
4249
4250         * gnus-sum.el (top-level): No need to require gnus when compiling,
4251         since unconditionally required near start of file.
4252         (gnus-summary-display-while-building): Move definition before use.
4253
4254 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4255
4256         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4257         formatting function.
4258
4259 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4260
4261         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4262         with plists.
4263         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4264         Use new format.
4265
4266 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4269         `where-is-internal' that returns a range of key sequences.
4270
4271 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4272
4273         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4274
4275         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4276         (gnus-summary-jump-to-group): Consider windows on other displayed
4277         frames as well.  Similar changes might be needed elsewhere, but that's
4278         the one I've bumped into during my use.
4279
4280         * nndoc.el (nndoc-oe-dbx-type-p):
4281         * gnus-msg.el (gnus-debug):
4282         * gnus-group.el (gnus-update-group-mark-positions):
4283         Use mm-string-to-multibyte.
4284
4285 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4286
4287         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4288         doesn't handle NotDashEscaped.
4289
4290         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4291         (mml-dnd-attach-options): Fix typo in custom choice.
4292
4293         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4294         nndoc-article-type to mbox.
4295         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4296
4297         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4298         to nil, instead of html2text.
4299
4300         * imap.el (imap-debug): Add `imap-ping-server'.
4301
4302         * gnus-bookmark.el: Add FIXMEs.
4303
4304         * message.el (message-form-letter-separator)
4305         (message-send-form-letter-delay): New variables.
4306         (message-send-form-letter): Use them.  New command to send form
4307         letters.  Requested by Uwe Siart.
4308         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4309
4310 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4311
4312         * Update copyright years.
4313
4314 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4315
4316         Sync from EMACS_22_BASE.
4317
4318         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4319
4320 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4321
4322         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4323         empty author.
4324
4325 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4326
4327         * gnus-registry.el (gnus-registry-marks): Add variable for
4328         customization of marks and their appearance.
4329         (gnus-registry-read-mark): Use it.
4330         (gnus-registry-do-marks): Add utility function to loop through
4331         `gnus-registry-marks'.
4332         (gnus-registry-install-shortcuts-and-menus): Add function to install
4333         shortcuts and menus.
4334         (gnus-registry-initialize): Use it.
4335         (gnus-registry-default-mark): Clarify documentation.
4336
4337 2008-02-29  Glenn Morris  <rgm@gnu.org>
4338
4339         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4340         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4341         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4342         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4343         Change defcustom :version from 23.0 to 23.1.
4344
4345 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4346
4347         * gnus-registry.el (gnus-registry-follow-group-p)
4348         (gnus-registry-post-process-groups): Add functions to aid registry
4349         splitting and improve logging.  Clarify behavior in function
4350         documentation.
4351         (gnus-registry-split-fancy-with-parent): Use them.
4352
4353 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4354
4355         * gnus-art.el: Use with-current-buffer.
4356
4357 2008-02-27  David Engster  <dengste@eml.cc>
4358
4359         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4360         Express real group name in the response.
4361
4362 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4365         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4366         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4367         autoload gnus-registry-fetch-group when compiling.
4368         (nnmairix-request-group-with-article-number-correction): Remove
4369         unreferenced argument passed to nnmairix-call-backend.
4370
4371 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4374         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4375         Wilde.
4376
4377 2008-02-27  Glenn Morris  <rgm@gnu.org>
4378
4379         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4380         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4381         variables to defconsts.  Convert comments to doc-strings.
4382         (nnmairix-last-server, nnmairix-current-server): Convert from free
4383         variables to defvars.  Convert comments to doc-strings.
4384         (gnus-registry-fetch-group): Autoload.
4385         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4386         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4387         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4388         caddr.
4389         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4390         nnmairix-request-group-with-article-number-correction call.
4391         (nnmairix-fast, nnmairix-group): New, less general names, for free
4392         variables passed from nnmairix-request-group to
4393         nnmairix-request-group-with-article-number-correction.  Declare.
4394         (nnmairix-request-group-with-article-number-correction):
4395         Use nnmairix-fast, nnmairix-group rather than fast, group.
4396
4397 2008-02-26  David Engster  <dengste@eml.cc>
4398
4399         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4400         version 0.5.
4401
4402 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4403
4404         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4405         instead of making an extra function call.  Don't add the current group
4406         to articles only when they have the group.  Use
4407         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4408         Reported by David <de_bb@arcor.de>.
4409
4410 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4413         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4414
4415 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4416
4417         * mail-source.el (mail-source-delete-incoming): Change default.
4418         Supplement doc string.
4419
4420         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4421
4422 2008-02-14  Glenn Morris  <rgm@gnu.org>
4423
4424         * time-date.el (format-seconds): New function.
4425
4426 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4427
4428         * nnmail.el (nnmail-message-id-cache-file): Derive from
4429         `gnus-home-directory'.
4430
4431 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4434         Document negative prefix.
4435
4436         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4437
4438 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * message.el (message-unsent-separator): Add the Exim bounce
4441         separator.
4442
4443 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4444
4445         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4446         list.
4447         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4448         recipient/signer list.
4449
4450 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * Makefile.in (datarootdir): Define.
4453         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4454         name that might contain whitespace.
4455
4456 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4457
4458         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4459         fbound (Emacs 23 unicode), signal an error.
4460
4461 2008-02-08  Glenn Morris  <rgm@gnu.org>
4462
4463         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4464
4465 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4466
4467         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4468         ports to the calls to `netrc-machine-user-or-password' in addition to
4469         "imap" and "imaps".
4470
4471 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4472
4473         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4474
4475         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4476
4477 2008-02-01  Kenichi Handa  <handa@m17n.org>
4478
4479         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4480         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4481         (rfc2104-hash): Convert the result of concat to unibyte string.
4482
4483 2008-02-01  Dave Love  <fx@gnu.org>
4484
4485         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4486         coding-system-for-read.
4487         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4488
4489 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4490
4491         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4492         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4493         <hanche@math.ntnu.no>.
4494
4495 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4498
4499         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4500
4501 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4502
4503         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4504         * message.el (message-beginning-of-line): Use featurep instead of bound
4505         tests in order to resolve conditionals at compile time.
4506
4507 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4508
4509         * mail-source.el (mail-sources): Add `group' choice.
4510
4511         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4512         parameter `in-group' to control into which group the articles go.
4513         Add treatment of `group' mail-source.
4514
4515 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4518
4519         * mm-decode.el (mm-dissect-buffer): Decode description.
4520
4521         * mml.el (mml-to-mime): Encode message header first.
4522
4523 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4526         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4527
4528         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4529         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4530
4531 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4532
4533         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4534
4535 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4538         prefix keys.
4539         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4540         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4541         gnus-xmas.el.
4542
4543         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4544         (gnus-xmas-article-describe-bindings): New function.
4545         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4546         gnus-xmas-article-describe-bindings.
4547
4548         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4549
4550 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4551
4552         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4553         Add new variables for article mark management.
4554         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4555         list of extra data entries which, when present, will indicate that the
4556         article ID should not be trimmed from the registry.
4557         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4558         functions.
4559         (gnus-registry-read-mark): New function to read a mark name from the
4560         user.
4561         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4562         (gnus-registry-set-article-mark-internal): New functions to add and
4563         remove marks.
4564         (gnus-registry-get-article-marks): New function to show the marks for
4565         an article, or retrieve them for further use.
4566
4567 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4570         keys when no argument is given.
4571
4572 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4573
4574         * imap.el (imap-ping-server): New variable.
4575         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4576         (imap-ping-server): Minor doc string fixes.
4577
4578 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4579
4580         * imap.el (imap-ping-server): New function.
4581         (imap-opened): Call imap-ping-server.
4582
4583 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4584
4585         * gnus-sum.el (gnus-article-sort-by-random)
4586         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4587         jidanni@jidanni.org.
4588
4589 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-art.el (gnus-article-describe-bindings): New function.
4592         (gnus-article-read-summary-keys): Use it.
4593         (gnus-article-mode-map): Bind `C-h b' to it.
4594
4595 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4598         XEmacs.
4599         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4600         against non-character events.
4601
4602         * lpath.el: Fbind map-keymap for Emacs 21.
4603
4604 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4605
4606         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4607         command.
4608         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4609         instead of END.  Change name of the temp file.
4610         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4611         customizable.
4612
4613 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4616         bind `S W' to gnus-article-wide-reply-with-original; set default
4617         binding to gnus-article-read-summary-send-keys.
4618         (gnus-article-read-summary-keys): Fix the order of keys; display
4619         continuation keys correctly in the echo area; describe bindings
4620         correctly when keys end with `C-h'.
4621         (gnus-article-read-summary-send-keys): New function.
4622         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4623         for gnus-article-read-summary-send-keys; display continuation keys
4624         correctly in the echo area.
4625         (gnus-article-reply-with-original): Ignore prefix argument.
4626         (gnus-article-wide-reply-with-original): New function.
4627
4628         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4629         Emacs 21.
4630
4631 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4634         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4635
4636 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4637
4638         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4639         (gnus-group-read-ephemeral-gmane-group): New command.
4640
4641 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4642
4643         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4644
4645 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4646
4647         * message.el (message-send-mail-function): Increase custom version.
4648
4649         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4650         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4651
4652 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4653
4654         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4655         for the cases where imap-authenticate is called with a nil buffer
4656         parameter.
4657
4658 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4661         html parts correctly; support forwarded messages.
4662         (gnus-article-browse-html-article): Remove work buffers.
4663
4664         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4665         compiling.
4666         (netrc-bound-and-true-p): New macro.
4667         (netrc-parse): Use it instead of bound-and-true-p that is not available
4668         in XEmacs 21.4.
4669
4670 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4671
4672         * gnus-registry.el (gnus-registry-mark-article)
4673         (gnus-registry-article-marks): Add functionality to mark articles
4674         through the Gnus registry.
4675
4676         * encrypt.el: Clarify documentation for the new pgg method.
4677         (encrypt-file-alist): Add PGG option.
4678         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4679         functionality.  Abstract password key and messaging to external
4680         functions.
4681         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4682         (encrypt-message-method-and-cipher): Add new convenience external
4683         functions.
4684         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4685         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4686
4687         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4688         (netrc-parse): Use encrypt-file-alist to determine if
4689         encrypt-find-model or encrypt-insert-file-contents should be used.
4690
4691         * encrypt.el: Clarify documentation.  Load password-cache or
4692         password, whichever one is found first, instead of autoloading.
4693
4694 2007-12-19  Glenn Morris  <rgm@gnu.org>
4695
4696         * mml.el (message-options-set, message-narrow-to-head)
4697         (message-in-body-p, message-mail-p, message-encode-message-body):
4698         Autoload.
4699         (message-remove-header, message-narrow-to-headers-or-head)
4700         (message-subscribed-p, message-make-mail-followup-to)
4701         (message-position-on-field, message-news-p)
4702         (message-options-set-recipient, message-generate-headers)
4703         (message-sort-headers): Declare as functions.
4704
4705 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4706
4707         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4708         convention in doc string.
4709
4710 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4713         title to html parts.
4714         (gnus-article-browse-html-article): Pass message header to it.
4715
4716         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4717
4718 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4719
4720         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4721         or password compatible with XEmacs.
4722
4723 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4724
4725         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4726         format document.
4727         (gnus-mime-delete-part): Don't write description line if empty.
4728         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4729
4730 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4731
4732         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4733         (gnus-summary-mark-read-and-unread-as-read)
4734         (gnus-summary-mark-current-read-and-unread-as-read)
4735         (gnus-summary-mark-unread-as-ticked): Doc fix.
4736         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4737
4738 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4739
4740         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4741         Christoph Conrad <christoph.conrad@gmx.de>.
4742
4743 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4744
4745         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4746         yes-or-no-p.
4747
4748 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * mm-decode.el (mm-add-meta-html-tag): New function.
4751         (mm-save-part-to-file, mm-pipe-part): Use it.
4752
4753         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4754         gnus-y-or-n-p instead of y-or-n-p.
4755         (gnus-article-browse-html-parts): Work with message/external-body; use
4756         mm-add-meta-html-tag.
4757
4758 2007-12-11  Glenn Morris  <rgm@gnu.org>
4759
4760         * gnus-cache.el: Require gnus-sum not just when compiling.
4761
4762         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4763
4764         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4765         definitions before use.
4766
4767         * mm-decode.el: Require gnus-util.
4768         (mm-remove-part): Only call delete-annotation on XEmacs.
4769
4770         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4771
4772         * nnmail.el: Require gnus-int.
4773
4774         * spam.el: Move `require's before `eval-when-compile's.
4775
4776         * gnus-ems.el (gnus-alive-p):
4777         * gnus-fun.el (message-goto-eoh):
4778         * gnus-util.el (gnus-group-name-decode):
4779         * mail-source.el (gnus-compress-sequence):
4780         * message.el (Info-goto-node, format-spec):
4781         * mm-bodies.el (message-options-get):
4782         * mm-decode.el (mm-view-pkcs7):
4783         * mm-util.el (gmm-write-region):
4784         * mml-smime.el (mml-compute-boundary)
4785         (gnus-completing-read-with-default):
4786         * mml.el (widget-button-press, gnus-make-hashtable):
4787         * mml1991.el (mm-decode-content-transfer-encoding)
4788         (mm-encode-content-transfer-encoding)
4789         (message-options-get, message-options-set):
4790         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4791         * nnfolder.el (gnus-request-group):
4792         * nnheader.el (ietf-drums-unfold-fws):
4793         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4794         * smime.el (gnus-run-mode-hooks):
4795         * spam-stat.el (gnus-message): Autoload.
4796
4797         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4798         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4799         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4800         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4801         Add declare-function compatibility definition.
4802
4803         * gnus-cache.el (nnvirtual-find-group-art):
4804         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4805         (gnus-add-image, gnus-add-wash-type):
4806         * gnus-group.el (nnkiboze-score-file):
4807         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4808         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4809         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4810         (message-tokenize-header, gnus-get-buffer-create)
4811         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4812         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4813         * gnus.el (gnus-group-decoded-name):
4814         * mail-source.el (imap-capability):
4815         * mm-bodies.el (message-options-set):
4816         * mm-decode.el (gnus-configure-windows):
4817         * mm-extern.el (message-goto-body):
4818         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4819         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4820         (epg-sub-key-validity, message-options-set):
4821         * mml.el (widget-event-point, gnus-configure-windows):
4822         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4823         * mml2015.el (epg-check-configuration, epg-configuration)
4824         (message-options-set):
4825         * nndb.el (nndb-request-article):
4826         * nnfolder.el (gnus-request-create-group):
4827         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4828         * nnmaildir.el (gnus-group-mark-article-read):
4829         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4830         * rfc1843.el (message-fetch-field):
4831         * spam.el (gnus-extract-address-components):
4832         Declare as functions.
4833
4834 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4837
4838         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4839
4840         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4841         bind show-trailing-whitespace for XEmacs.
4842
4843 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4844
4845         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4846         new no-op macro for backward compatibility.
4847
4848         * imap.el (imap-string-to-integer): New function.
4849
4850 2007-12-09  Glenn Morris  <rgm@gnu.org>
4851
4852         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4853
4854         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4855         * message.el, mm-view.el, sieve-manage.el, smime.el:
4856         Add declare-function compatibility definition.
4857
4858         * gnus-art.el (w3-region, w3m-region, Info-menu):
4859         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4860         * gnus-sum.el (gnus-get-predicate):
4861         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4862         * message.el (mail-abbrev-in-expansion-header-p):
4863         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4864         (w3m-detect-meta-charset, w3m-region):
4865         * sieve-manage.el (password-read, password-cache-add)
4866         (password-cache-remove):
4867         * smime.el (password-read-and-add): Declare as functions.
4868
4869 2007-12-08  David Kastrup  <dak@gnu.org>
4870
4871         * gnus-sum.el (gnus-summary-simplify-subject-query):
4872         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4873         `message'.
4874
4875 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4878         it to bind idna-program, installation-directory, defined-colors, and
4879         face-attribute for XEmacs of the version that compiles defcustom forms.
4880
4881 2007-12-07  Glenn Morris  <rgm@gnu.org>
4882
4883         * gnus-art.el (article-make-date-line): Revert previous change.
4884
4885 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4886
4887         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4888
4889 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4890
4891         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4892         Call gnus-add-to-range ranges only once with a prepared article-list.
4893
4894 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4895
4896         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4897         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4898         group names with backslashes.  Reported by Tassilo Horn
4899         <tassilo@member.fsf.org>.
4900
4901 2007-12-06  Deepak Goel  <deego3@gmail.com>
4902
4903         * gnus-art.el (article-make-date-line):
4904         * gnus-start.el (gnus-load):
4905         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4906
4907 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-art.el (gnus-use-idna)
4910         * gnus-start.el (gnus-site-init-file)
4911         * message.el (message-use-idna)
4912         * mm-uu.el (mm-uu-hide-markers)
4913         * smiley.el (smiley-style): Revert changes that suppress warnings.
4914
4915 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4918         specify charset to html source.  Reported by Christoph Conrad
4919         <christoph.conrad@gmx.de>.
4920
4921 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4924         idna-program in order to suppress byte compile warning issued by XEmacs
4925         that came to byte compile the default value section of defcustom forms
4926         recently.
4927
4928         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4929         value of installation-directory.
4930
4931         * message.el (message-use-idna): Don't directly refer to the value of
4932         idna-program.
4933
4934         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4935
4936         * smiley.el (smiley-style): Don't directly call face-attribute.
4937
4938 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4939
4940         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4941
4942         * gnus-dired.el: Reduce Gnus dependencies.
4943         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4944         require.  Use autoloads instead.
4945         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4946         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4947         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4948         (gnus-dired-mode): Adjust doc string.
4949         (gnus-dired-mail-mode): New variable.
4950         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4951         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4952         (gnus-dired-mail-buffers): New function.  Return mail or message
4953         composition buffers.
4954         (gnus-dired-attach): Use it.
4955         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4956         NO-DECODE.
4957         (gnus-dired-print): Use `gnus-print-buffer' depending on
4958         `gnus-dired-mail-mode'.
4959
4960 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * rfc2047.el (rfc2047-encoded-word-regexp)
4963         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4964         explaining what regexp patterns are for.
4965
4966 2007-12-04  Glenn Morris  <rgm@gnu.org>
4967
4968         * password.el: Move to password-cache.el.
4969
4970         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4971         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4972         * mml-smime.el (password-read, password-cache-add)
4973         (password-cache-remove):
4974         No need to autoload, since mml-sec requires password.
4975
4976         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4977         * message.el (gnus-extract-address-components):
4978         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4979
4980         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4981         password.
4982
4983 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4984
4985         * mailcap.el: Reduce dependencies.
4986         (mail-header-parse-content-type): Autoload.
4987         (mailcap-delete-duplicates): New alias.
4988         (mailcap-mime-info): Add optional argument NO-DECODE.
4989         (mailcap-mime-types): Use mailcap-delete-duplicates.
4990
4991         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4992
4993 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4994
4995         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4996         (imap-parse-status): Upcase status-att for servers that sends them
4997         lower-case (e.g., MS Exchange 2007).
4998
4999 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5002         function.
5003
5004         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5005         (gnus-uu-yenc-article): New function.
5006
5007         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5008
5009         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5010         buffer.
5011
5012 2007-12-02  Glenn Morris  <rgm@gnu.org>
5013
5014         * binhex.el (binhex): New custom group.
5015         (binhex-decoder-program, binhex-decoder-switches)
5016         (binhex-use-external): Move to the binhex custom group.
5017
5018         * uudecode.el (uudecode): New custom group.
5019         (uudecode-decoder-program, uudecode-decoder-switches)
5020         (uudecode-use-external): Move to the uudecode custom group.
5021
5022         * netrc.el (top-level): Don't load `encrypt' features.
5023         (netrc-parse): Don't use encrypt.
5024         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5025
5026         * encrypt.el: Remove file.
5027
5028 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5029
5030         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5031         matches on patches.
5032
5033         * gnus-art.el (gnus-article-browse-html-article): Mention
5034         `mm-text-html-renderer' in the doc string.
5035
5036         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5037         string.  Add comments.
5038
5039         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5040         if rhs is ASCII.
5041
5042 2007-12-01  Glenn Morris  <rgm@gnu.org>
5043
5044         * mail-source.el (top-level): Require format-spec before
5045         eval-when-compile.
5046
5047 2007-11-30  Glenn Morris  <rgm@gnu.org>
5048
5049         * encrypt.el: Require password, rather than autoloading password-read.
5050
5051 2007-11-29  Glenn Morris  <rgm@gnu.org>
5052
5053         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5054         (sasl-make-client, sasl-next-step, sasl-step-data)
5055         (sasl-step-set-data): Declare as functions.
5056
5057 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5060
5061 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5062
5063         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5064         certs should be verified and what is to be done in the event of a
5065         verification failure.
5066
5067         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5068         caller can indicate whether the cache should be disregarded for this
5069         call.  This way the result of the call is reproducible at all times and
5070         can be considered a canonical server name for the supplied method.
5071         (gnus-agent-method-p): Canonicalize server names by pushing their
5072         method through `gnus-method-to-server' using the no-cache argument.
5073
5074         * gnus-srvr.el (gnus-server-insert-server-line): Call
5075         `gnus-method-to-server' with `no-cache' argument.
5076
5077         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5078         gnus-agent-possibly-synchronize-flags as this should be called when the
5079         server is actually being opened.
5080         (gnus-agent-possibly-synchronize-flags)
5081         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5082         flags file of an agentized server to the latter function.
5083
5084         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5085         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5086         after a connection has been established successfully.
5087
5088 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-art.el (article-display-face): Force to display face if called
5091         interactively; check if gnus-article-x-face-too-ugly matches author.
5092         (article-display-x-face): Display face even if From header is missing
5093         as article-display-face does.
5094
5095 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5096
5097         * hashcash.el (message-narrow-to-headers-or-head)
5098         (message-fetch-field, message-goto-eoh)
5099         (message-narrow-to-headers): Declare as functions.
5100
5101 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * mail-source.el (mail-sources): Default to fetch from file for
5104         compatibility with default of nnmail-spool-file.
5105
5106 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5109         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5110         to look for encoded word that should be encoded again.
5111         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5112         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5113         encoding pattern.
5114         (rfc2047-decode-region): Switch strict regexp and loose one according
5115         to rfc2047-allow-irregular-q-encoded-words.
5116
5117 2007-11-25  Romain Francoise  <romain@orebokech.com>
5118
5119         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5120
5121 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5122
5123         * tls.el (tls-program): Provide more custom choices from
5124         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5125         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5126
5127 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5128
5129         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5130         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5131
5132         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5133         `nnmail-spool-file'.
5134
5135         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5136         `nnmail-spool-file'.
5137
5138         * gnus-move.el (gnus-change-server): Ditto.
5139
5140         * gnus-kill.el (gnus-batch-score): Ditto.
5141
5142         * gnus-cache.el (gnus-jog-cache): Ditto.
5143
5144         * gnus-msg.el (gnus-summary-reply):
5145         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5146
5147 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5148
5149         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5150         version.  Minor improvement to doc strings.
5151         (tls-program): Add comment.
5152
5153 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5154
5155         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5156         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5157         mismatch between the hostname provided in the certificate and the name
5158         of the host connnecting to.
5159         (open-tls-stream): Use them.  Check certificates against trusted root
5160         certificates.
5161
5162 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5163
5164         * gnus-cache.el (gnus-cache-generate-nov-databases):
5165         Use nnml-generate-nov-databases-directory instead of
5166         nnml-generate-nov-databases-1.
5167
5168 2007-11-24  Glenn Morris  <rgm@gnu.org>
5169
5170         * message.el (message-tool-bar-retro): Update for rename
5171         mail_send.xpm->mail-send.xpm.
5172
5173 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5174
5175         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5176         `smime-ldap-search' for Emacs 22 and up.
5177
5178 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5179
5180         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5181
5182         * message.el (message-send-mail-function): Fix error convention.
5183         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5184         (message-widen-reply, message-send-mail, message-talkative-question)
5185         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5186         (message-clone-locals, message-send-news): Use with-current-buffer.
5187         (message-insert-or-toggle-importance): Remove unused var `valid'.
5188         (message-make-references): Remove unused var `new-references'.
5189         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5190
5191 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5192
5193         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5194         (spam-split-symbolic-return-positive): Reflow docstring.
5195         (spam-backends, spam-summary-exit-behavior)
5196         (spam-mark-ham-unread-before-move-from-spam-group)
5197         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5198         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5199         (spam-clear-cache, spam-backend-check, spam-install-backend)
5200         (spam-install-statistical-backend, spam-list-of-processors)
5201         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5202         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5203         (spam-check-crm114, spam-initialize, spam-unload-hook):
5204         Fix typos in docstrings.
5205
5206 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5209         been checked if they have never been read and those group levels are
5210         higher than the one that a user specified.
5211
5212 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5215         foreign groups unless a group level is specified by a user.
5216         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5217
5218 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5219
5220         * message.el (message-send-mail-function): Require sendmail.
5221
5222 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5223
5224         * message.el (message-send-mail-function): Check for smtpmail too.
5225
5226         * utf7.el (utf7-encode, utf7-decode): Use coding system
5227         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5228
5229         * message.el (message-send-mail-function): New function.
5230         (message-send-mail-function): Set default using
5231         message-send-mail-function.  Adjust doc string.
5232         (message-send-mail-with-mailclient): New function.
5233
5234 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5235
5236         * smime.el (from):
5237         * rfc2047.el (message-posting-charset):
5238         * qp.el (mm-use-ultra-safe-encoding):
5239         * pop3.el (parse-time-months):
5240         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5241         * nnml.el (files):
5242         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5243         (jka-compr-compression-info-list, ange-ftp-path-format)
5244         (efs-path-regexp):
5245         * nndiary.el (files):
5246         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5247         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5248         (epg-digest-algorithm-alist, inhibit-redisplay)
5249         (password-cache-expiry):
5250         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5251         (pgg-output-buffer, password-cache-expiry):
5252         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5253         (efs-path-regexp):
5254         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5255         (inhibit-redisplay):
5256         * mm-uu.el (file-name, start-point, end-point, entry)
5257         (gnus-newsgroup-name, gnus-newsgroup-charset):
5258         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5259         (latin-unity-ucs-list):
5260         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5261         (mm-uu-binhex-decode-function):
5262         * message.el (gnus-message-group-art, gnus-list-identifiers)
5263         (rmail-enable-mime-composing, gnus-local-organization)
5264         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5265         (gnus-read-active-file, facemenu-add-face-function)
5266         (facemenu-remove-face-function, gnus-article-decoded-p)
5267         (tool-bar-mode):
5268         * mail-source.el (display-time-mail-function):
5269         * gnus-util.el (nnmail-pathname-coding-system)
5270         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5271         (gnus-original-article-buffer, gnus-user-agent)
5272         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5273         (xemacs-codename, sxemacs-codename, emacs-program-version):
5274         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5275         * gnus-start.el (gnus-agent-covered-methods)
5276         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5277         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5278         (gnus-newsgroup-headers, gnus-group-list-mode)
5279         (gnus-group-mark-positions, gnus-newsgroup-data)
5280         (gnus-newsgroup-unreads, nnoo-state-alist)
5281         (gnus-current-select-method, mail-sources)
5282         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5283         (nnmail-spool-file, gnus-cache-active-hashtb):
5284         * gnus-mh.el (mh-lib-progs):
5285         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5286         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5287         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5288         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5289         (gnus-group-buffer):
5290         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5291         (font-lock-set-defaults):
5292         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5293         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5294         (gnus-summary-post-menu, total-parts, type, condition, length):
5295         * gnus-agent.el (gnus-agent-read-agentview):
5296         * flow-fill.el (show-trailing-whitespace):
5297         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5298         eval-and-compile wrappers for byte compiler pacifiers.
5299
5300         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5301         (mm-display-inline-fontify): Check for featurep 'xemacs not
5302         extent-list.
5303
5304         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5305         itimer-list.
5306         (mm-create-image-xemacs): Only do something for XEmacs.
5307         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5308
5309         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5310
5311         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5312         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5313
5314 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5315
5316         * nnimap.el (nnimap-split-download-body):
5317         * gnus-demon.el (gnus-demon):
5318         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5319
5320 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5323         macros.
5324         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5325         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5326         copy data from unibyte buffer to multibyte current buffer.
5327         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5328         to copy data from unibyte current buffer to multibyte buffer.
5329         (nntp-make-process-buffer): Make process buffer unibyte.
5330
5331         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5332
5333 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5334
5335         * pop3.el (pop3-open-server): Accept and process data more robustly at
5336         connexion start to avoid spurious "POP SSL connexion failed" errors.
5337
5338 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5341         read group names.
5342
5343 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5344
5345         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5346
5347 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5350         (nnmail-save-active): Use a unibyte buffer when saving active file,
5351         which may contain non-ASCII group names.
5352
5353         * nnml.el (nnml-request-group): Decode group names in messages.
5354
5355 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * message.el (message-citation-line-function)
5358         (message-insert-formatted-citation-line): Fix spelling of
5359         `message-insert-formated-citation-line'.
5360
5361 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5364
5365 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5368         nnmail-pathname-coding-system.
5369
5370         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5371         that a user enters; decode group names in messages.
5372
5373         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5374
5375 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5376
5377         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5378
5379         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5380
5381         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5382         risky local variable.
5383
5384         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5385
5386 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5387
5388         * encrypt.el: Improve documentation to fix function name typo.
5389         Reported by Daiki Ueno <ueno@unixuser.org>.
5390
5391 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5394         even if the point is not in the last page of an article.
5395         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5396         back to the previous page.
5397
5398 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5401
5402 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5405
5406 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5407
5408         * message.el (message-check-news-body-syntax): Avoid
5409         mm-string-as-multibyte.
5410         (message-hide-headers): Don't assume (point-min)==1.
5411
5412 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5413
5414         * message.el (message-remove-blank-cited-lines): Fix if remove is
5415         given.
5416         (message-bogus-address-regexp): New variable.
5417         (message-bogus-recipient-p): New function.
5418         (message-check-recipients): New command.
5419         (message-syntax-checks): Add `bogus-recipient'.
5420         (message-fix-before-sending): Add `bogus-recipient'.
5421
5422         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5423         (gnus-treat-body-boundary): Don't test window-system.
5424
5425 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5426
5427         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5428
5429 2007-10-28  Miles Bader  <miles@gnu.org>
5430
5431         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5432         at compile-time too.
5433
5434 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5435
5436         * gnus-msg.el (gnus-message-setup-hook): Add
5437         `message-remove-blank-cited-lines' to options.
5438
5439 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * message.el (message-remove-blank-cited-lines): New function.
5442         Suggested by Karl Plästerer.
5443
5444 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5447         mapc.
5448
5449         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5450         (top-level): Use mapc to set functions to be traced for debugging.
5451
5452         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5453         called for effect with while loop.
5454
5455         * message.el (message-talkative-question): Replace mapcar called for
5456         effect with mapc.
5457
5458         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5459         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5460         called for effect with dolist.
5461
5462         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5463
5464         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5465         gnus-extra-headers and nnmail-extra-headers.
5466
5467         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5468         called for effect with dolist.
5469         (top-level): Use mapc to set functions to be traced for debugging.
5470
5471         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5472         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5473         dolist.
5474
5475         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5476         Replace mapcar called for effect with mapc.
5477         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5478         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5479         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5480         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5481
5482         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5483         remove-if that's a cl function.
5484
5485         * webmail.el (webmail-debug): Replace mapcar called for effect with
5486         dolist.
5487
5488         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5489         with mapc.
5490
5491 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5494         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5495         with while loop.
5496
5497         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5498         functions from article-* functions.
5499         (gnus-multi-decode-header): Replace mapcar called for effect with
5500         dolist.
5501
5502         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5503         (gnus-bookmark-show-details): Replace mapcar called for effect with
5504         while loop.
5505
5506         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5507         called for effect with while loop.
5508
5509         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5510         with dolist.
5511
5512         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5513         mapcar called for effect with dolist.
5514
5515         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5516
5517         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5518         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5519         Replace mapcar called for effect with dolist.
5520         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5521         mapc.
5522
5523         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5524         Replace mapcar called for effect with dolist.
5525         (gnus-topic-list): Replace mapcar called for effect with mapc.
5526
5527         * gnus.el: Use mapc instead of mapcar to add autoloads.
5528
5529 2007-10-23  Richard Stallman  <rms@gnu.org>
5530
5531         * gnus-group.el (gnus-group-highlight): Mark as risky.
5532
5533 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * gnus.el (gnus-server-to-method): Return method found first in
5536         gnus-newsrc-alist.
5537
5538         * gnus-art.el (gnus-article-highlight-signature)
5539         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5540         button overlay without the front stickiness.
5541
5542 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5543
5544         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5545         overview buffer needed a catch to receive its throw.
5546         (gnus-agent-flush-cache): Declared as interactive to make this function
5547         easier to use.
5548
5549 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5550
5551         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5552         `next-line'.
5553
5554 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5557         exclude address matching message-dont-reply-to-names.
5558
5559 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * gnus-util.el (gnus-string<): New function.
5562
5563         * gnus-sum.el (gnus-article-sort-by-author)
5564         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5565
5566 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5569         the frame-focus tag is set in gnus-buffer-configuration.
5570
5571 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5574         the front stickiness.
5575
5576 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5579         url pattern; remove duplicate one.
5580         (gnus-article-extend-url-button): New function.
5581         (gnus-article-add-buttons): Use it.
5582         (gnus-button-push): Use concatenated url that it makes.
5583
5584 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5585
5586         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5587
5588 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5589
5590         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5591         Don't hardcode point-min==1.
5592
5593 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5594
5595         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5596         Fix comment about "iso8859-1".
5597
5598 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5599
5600         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5601         ones returned from the verify-function.
5602
5603         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5604         mml2015-extract-cleartext-signature if extraction failed.
5605
5606 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5607
5608         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5609         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5610         failed.
5611
5612 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5613
5614         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5615
5616 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5617
5618         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5619         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5620         recommends to use EasyPG instead of PGG.
5621
5622         * pgg.el: Revert to revision 6.23.2.16.
5623
5624         * pgg-def.el: Revert to revision 6.6.2.14.
5625
5626         * pgg-gpg.el: Revert to revision 6.23.2.34.
5627
5628 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5629
5630         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5631         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5632         thread for both the null and zero (kill/expire thread) universal prefix
5633         cases.
5634         (gnus-summary-expire-thread): Add new function to expire a thread,
5635         using gnus-summary-kill-thread.
5636         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5637         shortcuts for gnus-summary-expire-thread.
5638         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5639         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5640
5641 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5644         extras value, so an extras entry can be deleted.
5645         (gnus-registry-delete-extra-entry): Use it.
5646         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5647         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5648         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5649         storage through the gnus-registry, and provide an appropriate API for
5650         it.
5651
5652 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5655         Suggested by Leo <sdl.web@gmail.com>.
5656
5657         * gnus.el: Do.
5658
5659 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5662         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5663
5664         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5665
5666         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5667         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5668
5669 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5672         newline.
5673         (nnmbox-request-accept-article): Don't change article in source buffer;
5674         narrow to header to use message-fetch-field rather than
5675         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5676         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5677         as delimiters; make sure article ends with newline.
5678         (nnmbox-delete-mail): Correct last position of article to be deleted;
5679         ignore X-Gnus-Newsgroup header in article body.
5680         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5681         positions; make sure article ends with newline.
5682
5683         * message.el (message-display-abbrev): Don't infloop when a user
5684         inserts SPC in the beginning of header.
5685
5686         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5687         coding-system-for-read and coding-system-for-write for XEmacs having no
5688         file-coding feature.
5689
5690         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5691
5692 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5695         list of groups not followed by default.  Fix type to be regexp.
5696         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5697
5698 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5699
5700         * hmac-def.el (define-hmac-function): Switch from old-style to
5701         new-style backquotes.
5702
5703         * md4.el (md4-make-step): Likewise.
5704
5705 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5708         raw-text coding system when saving .newsrc file, which may contain
5709         non-ASCII group names.
5710
5711 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-cus.el (gnus-score-extra): New widget.
5714         (gnus-score-extra-convert): New function.
5715         (gnus-score-customize): Use it for Extra.
5716
5717 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5718
5719         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5720         (mml2015-mailcrypt-clear-verify): Use it.
5721         (mml2015-gpg-clear-verify): Use it.
5722         (mml2015-pgg-clear-verify): Use it.
5723         (mml2015-epg-clear-verify): Replace the current part with the output
5724         from GnuPG; don't extract the plaintext by itself.
5725
5726         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5727         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5728         mml2015-clear-verify-function; don't touch the armor headers or
5729         dash-escaped text here.
5730
5731 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5734         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5735         parts, or application/octet-stream as a last resort.
5736         (gnus-mime-view-part-as-type): Don't toggle display.
5737         (gnus-mime-view-part-as-charset): Don't turn off display before
5738         querying charset.
5739
5740         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5741         stuff to undisplayer function in Emacs.
5742         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5743
5744         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5745         text/calendar parts.
5746
5747 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5750         decoding text/calendar parts.
5751
5752         * message.el (message-forward-make-body-mime): Always mark body as
5753         having no illegible text; remove signed-or-encrypted argument.
5754         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5755
5756         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5757         (mml-generate-mime-1): Don't encode body if it is specified to be in
5758         raw form; don't make buffer be unibyte when inserting multibyte string.
5759
5760 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5761
5762         * sha1.el: Fix up comment style.
5763         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5764         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5765
5766         * hex-util.el: Fix up comment style.
5767         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5768
5769         * gnus-salt.el: Use with-current-buffer.
5770         (gnus-pick-setup-message): Fix long-standing typo.
5771
5772 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * imap.el (imap-logout-timeout): New variable.
5775         (imap-logout, imap-logout-wait): New functions.
5776         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5777
5778         * nnimap.el (nnimap-logout-timeout): New server variable.
5779         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5780         nnimap-logout-timeout.
5781
5782         * gnus-art.el (gnus-article-summary-command-nosave)
5783         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5784
5785 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * gnus.el (gnus-maximum-newsgroup): New variable.
5788
5789         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5790         according to gnus-maximum-newsgroup.
5791
5792         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5793         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5794         Limit the range of articles according to gnus-maximum-newsgroup.
5795
5796 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5797
5798         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5799         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5800         Don't perform gnus-configure-windows here; reuse existing sticky
5801         article buffer.
5802
5803         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5804         it doesn't exist in gnus-article-mode.
5805
5806 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5809         (gnus-agent-decoded-group-name): New function.
5810         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5811         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5812
5813 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5814
5815         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5816         Add binding for gnus-sticky-article.
5817         (gnus-summary-exit): Don't kill sticky article buffers.
5818
5819         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5820         article buffer.
5821         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5822         (gnus-kill-sticky-article-buffers): New commands.
5823
5824 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * nntp.el (nntp-xref-number-is-evil): New server variable.
5827         (nntp-find-group-and-number): If it is non-nil, don't trust article
5828         numbers in the Xref header.
5829
5830 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * gnus-agent.el (gnus-agent-read-group): New function.
5833         (gnus-agent-flush-group, gnus-agent-expire-group)
5834         (gnus-agent-regenerate-group): Use it.
5835         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5836         nnmail-pathname-coding-system.
5837
5838 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5841
5842         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5843         that are unread as unread, and also as selected so that information of
5844         marks having been changed by a user may be updated when exiting group.
5845
5846 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5849         calculated ignoring signature parts to gnus-treat-article.
5850
5851 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5854         a point here in order to keep the window start.
5855         (gnus-insert-mime-security-button): Make a button overlay without the
5856         front stickiness.
5857         (gnus-mime-display-security): Goto the end of a button.
5858
5859         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5860
5861 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5864         group-name-at-point.
5865         (gnus-group-completing-read): New function that offers decoded
5866         non-ASCII group names for completion.
5867         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5868         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5869         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5870         (gnus-group-fetch-control): Use it.
5871         (gnus-fetch-group): Use group-name-at-point for the initial value
5872         rather than the default value; use gnus-alive-p.
5873
5874         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5875         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5876         (gnus-summary-post-news): Use gnus-group-completing-read.
5877
5878         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5879         (gnus-read-move-group-name): Decode group name for completion.
5880
5881 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5882
5883         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5884         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5885         Yamaoka slightly modified the code).
5886
5887 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5890         (nnmail-split-incoming): Bind it.
5891
5892         * nnml.el (nnml-group-name-charset): New function.
5893         (nnml-decoded-group-name): Use it; don't decode group name if
5894         nnmail-group-names-not-encoded-p is non-nil.
5895         (nnml-encoded-group-name): New function.
5896         (nnml-group-pathname): Inline nnml-decoded-group-name.
5897         (nnml-request-expire-articles): Decode group name in message.
5898         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5899         nnmail-pathname-coding-system.
5900         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5901         not decoded ones according to nnmail-group-names-not-encoded-p.
5902         (nnml-generate-active-info): Use nnml-encoded-group-name.
5903
5904 2007-08-08  Glenn Morris  <rgm@gnu.org>
5905
5906         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5907         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5908         doc-strings and comments.
5909
5910 2007-07-25  Glenn Morris  <rgm@gnu.org>
5911
5912         * Relicense all FSF files to GPLv3 or later.
5913
5914 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-sum.el (gnus-summary-move-article): Make
5917         gnus-summary-respool-article work.
5918
5919 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5920
5921         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5922         string.
5923
5924 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5925
5926         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5927         that should be ignored when comparing distant RSS articles with local
5928         ones.
5929         (nnrss-make-hash-index): New function.  Create a hash index according
5930         to the ignored fields.
5931         (nnrss-check-group): Use it.
5932
5933 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5936
5937         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5938
5939         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5940         the new optional argument ENCODED is non-nil.
5941         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5942         coding system for encoding group name.
5943         (gnus-group-make-rss-group): Pass un-encoded group name to
5944         gnus-group-make-group.
5945         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5946         encoded.
5947
5948         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5949         Encode group name to which articles are moved or copied.
5950         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5951         coding system for encoding Newsgroup, Followup-To and Xref headers.
5952
5953         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5954         marks; use nnheader-file-coding-system to write a file.
5955         (nnagent-retrieve-headers): Bind file-name-coding-system to
5956         nnmail-pathname-coding-system.
5957
5958         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5959
5960         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5961         (nnml-request-article, nnml-request-create-group)
5962         (nnml-request-rename-group, nnml-find-id)
5963         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5964         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5965         (nnml-save-marks): Use nnml-group-pathname instead of
5966         nnmail-group-pathname.
5967
5968         (nnml-request-create-group, nnml-request-expire-articles)
5969         (nnml-request-move-article, nnml-request-delete-group)
5970         (nnml-deletable-article-p, nnml-possibly-create-directory)
5971         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5972         (nnml-open-marks): Bind file-name-coding-system to
5973         nnmail-pathname-coding-system.
5974
5975         (nnml-request-article): Pass server argument to nnml-find-group-number.
5976         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5977         server argument to nnml-possibly-create-directory.
5978         (nnml-request-accept-article): Pass server argument to
5979         nnml-active-number and nnml-save-mail.
5980         (nnml-find-group-number): Pass server argument to nnml-find-id.
5981         (nnml-request-update-info): Pass server argument to
5982         nnml-marks-changed-p.
5983
5984         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5985         (nnml-save-mail, nnml-active-number): Add server argument.
5986
5987         (nnml-request-delete-group): Warn if group is missing.
5988         (nnml-get-nov-buffer): Decode group name.
5989         (nnml-generate-active-info): Encode group name.
5990         (nnml-open-marks): Decode group name in messages.
5991
5992 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5995         if it is not specified.
5996         (gnus-article-pipe-part, gnus-article-save-part)
5997         (gnus-article-interactively-view-part, gnus-article-copy-part)
5998         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5999         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6000         (gnus-article-replace-part, gnus-article-delete-part)
6001         (gnus-article-view-part-as-type): Pass raw prefix argument to
6002         gnus-article-part-wrapper.
6003
6004 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-agent.el (gnus-agent-save-active): Bind
6007         nnheader-file-coding-system to gnus-agent-file-coding-system.
6008
6009         * gnus-cache.el (gnus-cache-save-buffers)
6010         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6011         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6012         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6013         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6014         (gnus-cache-generate-active, gnus-cache-rename-group)
6015         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6016         (gnus-cache-update-overview-total-fetched-for): Bind
6017         file-name-coding-system to nnmail-pathname-coding-system.
6018         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6019         variables.
6020         (gnus-cache-decoded-group-name): New function.
6021         (gnus-cache-file-name): Use it.
6022         (gnus-cache-generate-active): Use non-decoded group name for active.
6023
6024         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6025         right place.
6026         (gnus-write-active-file): Don't break non-ASCII group names.
6027
6028         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6029         nnmail-pathname-coding-system.
6030
6031         * lpath.el: Bind default-file-name-coding-system,
6032         file-name-coding-system and language-info-alist for XEmacs.
6033
6034         * gnus-uu.el (gnus-uu-decode-save): Typo.
6035
6036 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6039
6040 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6043         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6044         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6045         (gnus-agent-flush-group, gnus-agent-flush-cache)
6046         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6047         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6048         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6049         (gnus-agent-regenerate-group)
6050         (gnus-agent-update-files-total-fetched-for)
6051         (gnus-agent-update-view-total-fetched-for): Bind
6052         file-name-coding-system to nnmail-pathname-coding-system.
6053         (gnus-agent-group-pathname): Don't encode file names by
6054         nnmail-pathname-coding-system.
6055         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6056         coding-system-for-write instead of buffer-file-coding-system to
6057         gnus-agent-file-coding-system.
6058
6059         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6060         Decode group name.
6061
6062         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6063
6064         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6065         (gnus-read-newsrc-el-file): Make group names unibyte.
6066
6067         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6068         nnmail-pathname-coding-system.
6069
6070         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6071         (nnrss-request-delete-group): Bind file-name-coding-system to
6072         nnmail-pathname-coding-system.
6073         (nnrss-read-server-data, nnrss-read-group-data): Bind
6074         file-name-coding-system correctly.
6075         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6076
6077         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6078         (nntp-server-to-method-cache): New variable.
6079         (nntp-group-pathname): New function that decodes non-ASCII group names.
6080         (nntp-possibly-create-directory, nntp-marks-changed-p)
6081         (nntp-save-marks, nntp-open-marks): Use it.
6082         (nntp-possibly-create-directory, nntp-open-marks):
6083         Bind file-name-coding-system to nnmail-pathname-coding-system.
6084         (nntp-open-marks): Decode group names when bootstrapping marks.
6085
6086         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6087         Newsgroups and Folowup-To headers.
6088
6089 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6092         (gnus-server-closed-face, gnus-server-denied-face)
6093         (gnus-server-offline-face): Remove variable.
6094         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6095
6096         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6097         of modifying message-stack directly for XEmacs.
6098
6099         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6100         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6101         if the coding-system argument is nil for XEmacs.
6102
6103         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6104         mm-charset-override-alist.
6105
6106         * rfc2047.el: Don't require base64; require rfc2045 for the function
6107         rfc2045-encode-string.
6108         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6109         to quote the parameter value.
6110
6111 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6114         form in gnus-group-name-charset-method-alist.
6115
6116         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6117         overrides the default layout edit-form.
6118
6119         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6120
6121         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6122
6123 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6126         as unfetched articles.
6127
6128 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6129
6130         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6131
6132 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6135         original back end that keeps marks in the local system.
6136
6137 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6140         arg of pop-to-buffer for XEmacs.
6141         (gnus-article-read-summary-keys): Ditto; don't restore window
6142         configuration if summary command ends up with neither article buffer
6143         nor summary buffer; describe bindings if summary keys end with C-h.
6144
6145 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * message.el (message-fix-before-sending): Skip raw message part to be
6148         forwarded while checking illegible text.
6149         (message-forward-make-body-mime, message-forward-make-body): Mark
6150         signed or encrypted raw message as having no illegible text.
6151
6152 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6155         (gnus-message-with-timestamp-1): New macro.
6156         (gnus-message-with-timestamp): New function.
6157         (gnus-message): Use them.
6158
6159         * nnheader.el (nnheader-message): Use them.
6160
6161 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6164         .newsrc.eld file.
6165
6166 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-agent.el (gnus-agent-fetch-headers)
6169         (gnus-agent-retrieve-headers): Bind
6170         gnus-decode-encoded-address-function to identity.
6171
6172         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6173         available also when the server returns simply a dot.
6174
6175         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6176
6177 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6180
6181 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-ems.el (gnus-x-splash): Make it work.
6184
6185         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6186         from being used.
6187
6188         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6189
6190 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6193         4th and the 5th arguments.
6194
6195         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6196         the front stickiness.
6197         (gnus-article-summary-command-nosave): Correct the order of the
6198         arguments passed to pop-to-buffer.
6199         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6200         summary command ends up with the article buffer.
6201
6202         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6203         the same faces.
6204
6205 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6206
6207         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6208
6209 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6210
6211         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6212         * gnus-sum.el (gnus-summary-highlight):
6213         * pgg.el (pgg-sign-region, pgg-sign):
6214         * mail-source.el (mail-source-delete-old-incoming-confirm):
6215         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6216
6217 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-art.el (gnus-mime-view-part-externally)
6220         (gnus-mime-view-part-internally): Fix predicate function passed to
6221         completing-read.
6222
6223         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6224
6225         * gnus.el (gnus-update-message-archive-method): Add :version.
6226
6227 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus.el (gnus-update-message-archive-method): New variable.
6230
6231         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6232         according to gnus-message-archive-method if
6233         gnus-update-message-archive-method is non-nil.
6234
6235 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6238         by Loic Dachary <loic@dachary.org>.
6239         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6240
6241 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * message.el (message-pop-to-buffer): Add switch-function argument.
6244         (message-mail): Pass switch-function argument to it.
6245
6246 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6249         Improve doc string.
6250
6251 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6254         (gnus-header-content)
6255         * gnus-cite.el (gnus-cite-10)
6256         * gnus-srvr.el (gnus-server-closed)
6257         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6258         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6259         (gnus-group-mail-3-empty, gnus-group-mail-low)
6260         (gnus-group-mail-low-empty, gnus-splash)
6261         * message.el (message-header-to, message-header-cc)
6262         (message-header-subject, message-header-other, message-header-name)
6263         (message-header-xheader, message-separator, message-cited-text)
6264         (message-mml): Lighten colors of faces used for dark background.
6265
6266 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6267
6268         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6269         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6270
6271 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * message.el (message-narrow-to-headers-or-head):
6274         Ignore mail-header-separator in the body.
6275
6276 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6279         same as window size.
6280
6281 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6282
6283         * message.el (message-font-lock-keywords): Use message-header-xheader
6284         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6285         ahead of the anything pattern, to get it recognised.
6286
6287 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6290         spam.el loads uses it in the compiled defadvice form.
6291
6292 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6293
6294         * gnus-sum.el (gnus-articles-to-read)
6295         (gnus-summary-insert-old-articles): Don't truncate group name for
6296         `read-string'.
6297
6298         * gnus-util.el (gnus-limit-string): Delete this function.
6299
6300         * gnus-sum.el (gnus-simplify-subject-fully): Use
6301         `truncate-string-to-width' instead.
6302
6303 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6304
6305         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6306         if, on summary exit, the next group has to be selected.
6307         (gnus-summary-exit): Use it.
6308
6309 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6310
6311         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6312         non-break space.
6313
6314 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6317         Check if group is not a directory.
6318         (nnfolder-request-expire-articles): Don't delete articles if the target
6319         group is not available.
6320
6321         * nnml.el (nnml-request-create-group): Properly check if group is not a
6322         file.
6323         (nnml-request-expire-articles): Don't delete articles if the target
6324         group is not available.
6325
6326         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6327         Don't quote characters that are within parentheses.
6328
6329 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6332         (gnus-handle-ephemeral-exit): Select article according to it.
6333
6334 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * message.el (message-insert-formated-citation-line): Remove newline.
6337         (message-citation-line-format): Add final \n here so that the user can
6338         avoid a blank line.
6339
6340 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6341
6342         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6343         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6344         Update lanl/arXiv support.
6345
6346 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * gnus.el: Bump version number.
6349
6350 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351
6352         * gnus.el (gnus-version-number): Bump version.
6353
6354 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6355
6356         * gnus.el: No Gnus v0.6 is released.
6357
6358 2007-04-27  Didier Verna  <didier@xemacs.org>
6359
6360         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6361         * gmm-utils.el (gmm-regexp-concat): here.
6362         * message.el: Don't require 'gnus-util.
6363         (message-dont-reply-to-names): Handle name change above.
6364         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6365
6366 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6369         since the initial value varies according to the system.
6370
6371 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6374
6375 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6376
6377         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6378
6379 2007-04-24  Didier Verna  <didier@xemacs.org>
6380
6381         Improve the type of gnus-ignored-from-addresses.
6382         * gnus-util.el (gnus-orify-regexp): New function.
6383         * message.el (gnus-util): Require it.
6384         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6385         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6386         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6387
6388 2007-04-24  Didier Verna  <didier@xemacs.org>
6389
6390         * gnus-sum.el:
6391         * gnus-utils.el: Fix some trailing whitespaces.
6392
6393 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6396         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6397         article's Message-ID; refer parent article in summary buffer.
6398
6399         * message.el (message-bounce): Call mime-to-mml.
6400
6401         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6402         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6403         optimize and/or forms properly.
6404
6405 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6408         URL.
6409
6410 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6413
6414 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6417         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6418         displayed of multipart/alternative part if it is invoked from summary
6419         buffer.
6420
6421         * mm-view.el (mm-inline-text-html-render-with-w3m)
6422         (mm-inline-text-html-render-with-w3m-standalone)
6423         (mm-inline-render-with-function): Use mail-parse-charset by default.
6424
6425 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6426
6427         * parse-time.el (parse-time-string-chars): Check if CHAR
6428         is less than the length of parse-time-syntax.
6429
6430 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6433         from gnus-newsgroup-processable.
6434
6435 2007-04-16  Didier Verna  <didier@xemacs.org>
6436
6437         * gnus-msg.el (gnus-configure-posting-styles): Handle
6438         message-signature-directory properly with :file syntax.  Reported by
6439         "Leo".
6440
6441 2007-04-11  Didier Verna  <didier@xemacs.org>
6442
6443         New user option: message-signature-directory.
6444         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6445         * message.el (message-insert-signature): Ditto.
6446         * message.el (message-signature-file): Doc update.
6447         * message.el (message-signature-directory): New.
6448
6449 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * gnus-msg.el (gnus-inews-yank-articles): Use
6452         message-exchange-point-and-mark instead of exchange-point-and-mark.
6453
6454 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * message.el (message-yank-original): Make sure cited text ends with
6457         newline; don't exchange point and mark.
6458
6459 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6460
6461         * tls.el (open-tls-stream): Properly handle case where there
6462         is no associated buffer.
6463
6464 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6465
6466         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6467         message-yank-original, make sure (< mark TEXT point).
6468
6469 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6470
6471         * message.el (message-fill-column): New variable.
6472         (message-mode): Use it.  Add comment on a possible new hook.
6473
6474         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6475         (nnmail-get-new-mail): Reformat.
6476
6477         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6478
6479         * gmm-utils.el: Fix Commentary.
6480         (gmm-tool-bar-from-list): Fix typo in doc string.
6481
6482 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6483
6484         * message.el (message-yank-original): Don't switch point and mark
6485         unnecessarily to put point and mark as documented.
6486
6487 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6488
6489         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6490         from the message heads.
6491
6492 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6493
6494         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6495         article buffer does not have a window.  This may not be the best
6496         solution but is certainly better than setting the start of the null,
6497         that is the current, window.
6498
6499 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6500
6501         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6502         (gnus-draft-setup): Run it.
6503
6504         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6505         gnus-score-fast-scoring.  Allow regexp.
6506         (gnus-score-headers): Use it.
6507
6508         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6509         XEmacs.
6510
6511         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6512         string.
6513         (gnus-button-alist): Also catch `<f1> k ...'.
6514         (gnus-treat-display-x-face): Fix doc string.
6515
6516 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6517
6518         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6519         evaluation of gnus-extended-version to ensure correct generation of the
6520         User-Agent header when message-generate-headers-first is used.
6521
6522 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6523
6524         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6525         hashcash-path is nil.  Don't call callback with incorrect number of
6526         parameters if val is 0.
6527
6528 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6529
6530         * message.el (message-required-news-headers):
6531         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6532
6533 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6534
6535         * tls.el (open-tls-stream): In handshake-waiting loop,
6536         don't wait more if there is output available to process.
6537
6538 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6539
6540         * tls.el (tls-program): Doc fix.
6541
6542 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * message.el (message-generate-new-buffers): Change the meaning of the
6545         nil value; add `standard' to the choices; treat t as `unique'; improve
6546         doc string.
6547         (gnus-select-frame-set-input-focus): Autoload.
6548         (message-buffer-name): Search for the existing message buffer if
6549         message-generate-new-buffers is nil or `standard'; treat the value t of
6550         message-generate-new-buffers as `unique'.
6551         (message-pop-to-buffer): Raise the frame already displaying the message
6552         buffer; clear the echo area after querying.
6553         (message-setup): Pass the `continue' argument to compose-mail.
6554         (message-mail): Prefer `switch-function' if it is given; search for the
6555         existing message buffer if the `continue' argument is non-nil; pass
6556         continue and switch-function arguments to compose-mail by way of
6557         message-setup.
6558         (message-mail-other-window): Adjust argument of message-setup.
6559         (message-mail-other-frame): Ditto.
6560
6561 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6564         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6565         to turn font-lock on when turning gnus-message-citation-mode on.
6566
6567 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6568
6569         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6570         (mml-smime-function-alist): New variable; add epg as the backend.
6571         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6572         mml-smime- functions instead.
6573         * mm-view.el: Require smime.
6574
6575 2007-03-05  Didier Verna  <didier@xemacs.org>
6576
6577         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6578         instead of just inheritance for posting styles.
6579         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6580
6581 2007-02-24  Chris Moore  <dooglus@gmail.com>
6582
6583         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6584         * pgg-pgp.el (pgg-pgp-encrypt-region):
6585         * pgg-gpg.el (pgg-gpg-encrypt-region):
6586         Check pgg-encrypt-for-me if no other recipients.
6587
6588 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6589
6590         * tls.el (tls-certtool-program): Fix custom type.
6591
6592 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6595         and point-at-eol instead of line-(beginning|end)-position.
6596
6597         * assistant.el (assistant-parse-buffer): Ditto.
6598
6599         * netrc.el (netrc-parse-services): Ditto.
6600
6601 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6602
6603         * mml2015.el (mml2015-epg-find-usable-key): New function.
6604         (mml2015-epg-sign): Use it.
6605         (mml2015-epg-encrypt): Use it.
6606
6607 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * message.el (message-make-in-reply-to): Quote name containing
6610         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6611         if there are special characters.  Reported by NAKAJI Hiroyuki
6612         <nakaji@jp.freebsd.org>.
6613
6614 2007-02-27  Didier Verna  <didier@xemacs.org>
6615
6616         Include the group parameters as well as the topic ones in the
6617         inheritance filter process.
6618         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6619         argument GROUP-PARAMS-LIST.
6620         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6621
6622 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * nntp.el (nntp-never-echoes-commands)
6625         (nntp-open-connection-functions-never-echo-commands): New variables.
6626         (nntp-send-command): Use them.
6627
6628 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6629
6630         * mml2015.el (mml2015-epg-verify): Simplified.
6631
6632 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * mml.el (mml-content-disposition-alist): New user option.
6635         (mml-content-disposition): New function.
6636         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6637         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6638
6639 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6640
6641         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6642         verification.
6643
6644 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6645
6646         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6647         articles posted in the last 24 hours.
6648
6649 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6650
6651         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6652
6653 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6654
6655         * nntp.el (nntp-send-command): Don't wait for echoes when
6656         nntp-open-ssl-stream is used.
6657
6658 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6661         (gnus-message-add-citation-keywords)
6662         (gnus-message-remove-citation-keywords): Remove.
6663         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6664         directly, make the variables in font-lock-defaults buffer-local, add
6665         gnus-message-citation-keywords to them and then update the value of
6666         font-lock-keywords.
6667
6668 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * message.el (message-cite-original-1): Don't call
6671         gnus-article-highlight-citation.
6672
6673         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6674         citations; fix line count.
6675
6676 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6679         (gnus-message-add-citation-keywords)
6680         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6681         versions of font-lock-add-keywords and font-lock-remove-keywords to
6682         work with XEmacs correctly.
6683
6684 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * gnus-cite.el (gnus-cite-face-list): Set the values of
6687         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6688         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6689         (gnus-message-cite-prefix-regexp): New variable.
6690         (gnus-message-search-citation-line): Use it; protect against long
6691         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6692         the 0th match data for Emacs.
6693         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6694         (gnus-message-add-citation-keywords): Append keywords rather than
6695         prepending; emulate font-lock-add-keywords if it is not available.
6696         (gnus-message-remove-citation-keywords): Emulate
6697         font-lock-remove-keywords if it is not available.
6698
6699         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6700
6701         * message.el (message-cite-prefix-regexp): Set the value of
6702         gnus-message-cite-prefix-regexp.
6703
6704 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6705
6706         * nnweb.el (nnweb-google-parse-1): Update parser.
6707
6708 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6709
6710         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6711
6712 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6713
6714         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6715         regexp.
6716
6717 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6720         string-to-multibyte.
6721         (uudecode-decode-region-internal): Use it.
6722
6723         * lpath.el: Fbind string-as-multibyte for XEmacs.
6724
6725 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6728         custom choice.
6729
6730         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6731
6732 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6733
6734         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6735
6736         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6737         `write-region' to respect `mm-inhibit-file-name-handlers'.
6738
6739 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6742         Use gnus-home-directory instead of "~/" or "$HOME".
6743
6744 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6745
6746         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6747         to mention filename.
6748         Add comments at beginning regarding usage.
6749         (encrypt-write-file-contents): Change interactive so a string is
6750         acceptable.  If the file has no associated model, show an error instead
6751         of a nonsense prompt.
6752
6753 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6754
6755         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6756         Thanks to Yoshihiko Yamada for kind notification of this typo.
6757
6758 2007-01-12  Kenichi Handa  <handa@m17n.org>
6759
6760         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6761         multibyte buffer.
6762
6763 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6764
6765         * gnus-score.el (gnus-score-fast-scoring): New variable.
6766         (gnus-score-headers): Use it.
6767
6768         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6769
6770         * message.el (message-cite-original-1): Call
6771         gnus-article-highlight-citation if requested.
6772         (message-make-from): Allow name and address as optional arguments.
6773
6774         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6775
6776         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6777         bugs to doc string.
6778         (gnus-button-alist): Add mid\\|message-id.
6779         (gnus-button-fetch-group): Extend for use in
6780         `browse-url-browser-function'.
6781         (gnus-button-url-regexp): Try to catch paired parentheses like in
6782         Wikipedia URLs.
6783
6784         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6785         Suggested by Simon Krahnke <overlord@gmx.li>.
6786
6787 2007-01-13  Romain Francoise  <romain@orebokech.com>
6788
6789         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6790         Update copyright.
6791
6792 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6793
6794         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6795
6796 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * gnus-registry.el (gnus-registry-unfollowed-groups)
6799         (gnus-registry-split-fancy-with-parent): Fix documentation.
6800
6801 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6802
6803         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6804         from nnweb groups.
6805
6806 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6807
6808         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6809         Xref urls.  Erase buffer before requesting head.
6810
6811 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6812
6813         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6814         customizable.
6815
6816 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6817
6818         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6819         no signing key is found.
6820         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6821         no encrypting and/or signing key is found.
6822
6823 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6826
6827 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6828
6829         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6830         headers read from disk with the ones newly found in the current search.
6831         This should no longer cause problems, because the article numbers in
6832         Gmane's `nov.php' output are ignored since the previous change.
6833
6834 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6835
6836         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6837
6838 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6841         replace-regexp-in-string; bind url-version; fbind display-images-p and
6842         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6843         find-face and set-itimer-function for Emacs; bind itimer-list for
6844         Emacs.
6845
6846         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6847
6848 2007-01-01  Romain Francoise  <romain@orebokech.com>
6849
6850         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6851
6852 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6853
6854         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6855         `define-minor-mode' macro definition expanded properly.
6856         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6857         exclude it there.
6858
6859         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6860         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6861         `fboundp' test.
6862         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6863         This is OK to autoload in (S)XEmacs now.
6864
6865 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6866
6867         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6868         keystroke.
6869         (gnus-summary-limit-to-singletons): Fix typo.
6870
6871         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6872         else fails.
6873
6874 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6875
6876         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6877         docstring.
6878
6879         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6880         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6881         (gnus-summary-insert-dormant-articles): Fix typo in message.
6882
6883 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6886         nil for XEmacs.
6887         (gnus-message-citation-mode): Don't autoload in XEmacs.
6888
6889         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6890
6891 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6892
6893         * nnimap.el (nnimap-expunge-search-string): Mention
6894         nnimap-search-uids-not-since-is-evil in docstring.
6895
6896 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6897
6898         * spam.el: Revert to make-obsolete-variable because
6899         define-obsolete-variable-alias is not supported in Emacs 21.
6900
6901         * spam.el (spam-ifile-path, spam-ifile-database-path)
6902         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6903         make-obsolete-variable.
6904         (spam-bsfilter-path, spam-bsfilter-program)
6905         (spam-spamassassin-path, spam-spamassassin-program)
6906         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6907         use "path" inappropriately.
6908         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6909         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6910         variable names.
6911
6912 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6913
6914         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6915         summary buffer.
6916
6917         * password.el (password-cache-remove): Use clear-string to burn
6918         password, if available.
6919
6920 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6921
6922         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6923
6924         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6925
6926         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6927         (gnus-message-highlight-citation): Move defcustom here from
6928         gnus-cite.el.
6929         (gnus-message-citation-mode): Autoload.
6930
6931         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6932         checks to make it compile with XEmacs.
6933         (gnus-message-citation-mode): New minor mode.
6934         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6935         (gnus-message-highlight-citation): New variables.
6936         (gnus-message-search-citation-line)
6937         (gnus-message-add-citation-keywords)
6938         (gnus-message-remove-citation-keywords)
6939         (turn-on-gnus-message-citation-mode)
6940         (turn-off-gnus-message-citation-mode): New functions.
6941
6942 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6943
6944         * gnus-cite.el: Enable highlighting of different citation levels in
6945         message-mode.
6946
6947 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * message.el (message-make-fqdn): Fix comment.
6950         (message-bogus-system-names): Add ".local".
6951
6952         * spam.el (spam-ifile-path, spam-ifile-program)
6953         (spam-ifile-database-path, spam-ifile-database)
6954         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6955         Don't use "path" inappropriately.
6956         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6957         strings.
6958         (spam-check-ifile, spam-ifile-register-with-ifile)
6959         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6960         new variable names.
6961
6962         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6963         (gnus-treat-display-smileys): Simplify using
6964         gnus-image-type-available-p.
6965
6966         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6967         available.
6968
6969         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6970         `display-images-p' if available.
6971
6972 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6975         one after turning on the buffer's multibyteness instead of decoding
6976         them directly in the unibyte buffer that causes unexpected conversion
6977         in Emacs 23 (unicode).
6978
6979 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6980
6981         * message.el (message-generate-hashcash): Fix custom type.
6982
6983 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6986
6987 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6990         disconnect icons.  Add help text.
6991
6992 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6993
6994         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6995         negated to be consistent with the others we handle.
6996
6997 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6998
6999         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7000         version of gnus-summary-buffer to something, so that we can use two
7001         article buffers at the same time.
7002
7003 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7004
7005         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7006         trigger all the extra headers.
7007         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7008         sorting.
7009
7010 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7011
7012         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7013         solid groups.
7014
7015 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7016
7017         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7018
7019 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * legacy-gnus-agent.el: Add Copyright notice.
7022
7023 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7024
7025         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7026
7027 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028
7029         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7030
7031         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7032         to make it work reliably in CVS Emacs.
7033         (gnus-summary-limit-strange-charsets-predicate)
7034         (gnus-summary-limit-to-predicate): New functions.
7035
7036 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7037
7038         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7039         specifying array size.
7040         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7041         array if it is too small.
7042         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7043         (gnus-sort-threads-loop): New function.
7044
7045 2006-12-06  Chris Moore  <dooglus@gmail.com>
7046
7047         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7048         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7049
7050 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7051
7052         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7053         options.
7054
7055 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7056
7057         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7058         DOS-ing the recipient.
7059
7060         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7061         the headers when creating the mapping to avoid mismappings.
7062         (nnweb-gmane-create-mapping): Always nix out old mapping.
7063
7064 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7067         and mm-verify-option to never.
7068
7069 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * message.el (message-signed-or-encrypted-p): New function.
7072         (message-forward-make-body): Use it.
7073
7074         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7075         Replace encode-coding-string with mm-encode-coding-string.
7076
7077 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * nneething.el (nneething-decode-file-name): Replace
7080         decode-coding-string with mm-decode-coding-string.
7081
7082         * gnus-int.el (gnus-open-server): Say failed server's name.
7083
7084 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7085
7086         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7087         strings to a single string.  Quote `errors-file-name'.
7088         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7089         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7090         Adjust calls.  Use `shell-quote-argument'.
7091
7092 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7093
7094         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7095         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7096
7097         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7098         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7099         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7100         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7101         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7102         (gnus-subscribe-newsgroup, gnus-1):
7103         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7104         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7105         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7106         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7107
7108 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7109
7110         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7111         keystroke.
7112         (gnus-summary-limit-to-bodies): Implement headersp.
7113
7114 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7115
7116         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7117
7118 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7121
7122 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * message.el (message-generate-hashcash): Expand range of values to
7125         include `opportunistic'.
7126         (message-send-mail): Use it.
7127
7128 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7129
7130         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7131         and comment it.
7132
7133         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7134
7135 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * gnus-util.el (gnus-extract-address-components): Improve comment.
7138
7139 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * gnus-util.el (gnus-extract-address-components): Work with address in
7142         which the name portion contains @.
7143
7144         * lpath.el: Fbind custom-autoload.
7145
7146 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7147
7148         * gnus.el (gnus-start): Move custom group up.
7149         (gnus-select-method): Don't autoload, but make it available for
7150         `customize-variable'.
7151         (gnus-getenv-nntpserver): Don't autoload.
7152
7153 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7156
7157 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7158
7159         * message.el (message-sendmail-extra-arguments): New variable.
7160         (message-send-mail-with-sendmail): Use it.
7161
7162 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7165         mm-with-unibyte-current-buffer to make string unibyte.
7166
7167         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7168         mm-string-as-multibyte.
7169
7170 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7171
7172         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7173         Reported by Werner Koch <wk@gnupg.org>.
7174
7175 2006-11-14  Daiki Ueno  <ueno@p360>
7176
7177         * mml2015.el: Autoload epa-select-keys when compiling.
7178
7179 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7180
7181         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7182         message-options.
7183         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7184
7185 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7186
7187         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7188         EasyPG (< 0.0.6).
7189         (mml2015-always-trust): New user option.
7190         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7191         prompt.
7192
7193 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * nntp.el (nntp-authinfo-force): New variable.
7196         (nntp-send-authinfo): Use it.
7197
7198 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7199
7200         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7201         decode encoded words.  Improve prompt.  Add comment about forwarding.
7202         (message-replacement-char): Move up.
7203
7204 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7205
7206         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7207         instead of gnus-intersection because arguments of gnus-sorted-nunion
7208         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7209
7210 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7211
7212         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7213         (message-simplify-subject-functions): Enable
7214         message-strip-subject-encoded-words by default.
7215
7216 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7217
7218         * message.el (message-strip-subject-encoded-words): New function.
7219         (message-simplify-subject-functions): New variable.
7220         (message-simplify-subject): Use it.  Fix typo in doc string.
7221         Support message-strip-subject-encoded-words.
7222
7223 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7224
7225         * gnus-diary.el (gnus-diary-delay-format-function):
7226         * nndiary.el (nndiary-reminders):
7227         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7228
7229 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7230
7231         * gnus-art.el (article-hide-boring-headers): Fetch date from
7232         gnus-original-article-buffer to avoid problems with localized date
7233         strings.
7234
7235 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7238
7239 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7242         New variables.
7243         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7244         (mm-charset-synonym-alist): Move some entries to
7245         mm-codepage-iso-8859-list.
7246         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7247         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7248
7249 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7252
7253 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7254
7255         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7256         with Emacs 21 and XEmacs.
7257
7258 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         * spam.el (spam-parse-address): New function for better parsing,
7261         catching errors, etc.
7262         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7263
7264 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * mm-view.el: Add interactive arg to html2text autoload.
7267
7268 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7271
7272 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7273
7274         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7275         variables.
7276         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7277         (mm-charset-synonym-alist): Move some entries to
7278         mm-codepage-iso-8859-list.
7279
7280         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7281
7282 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * message.el (message-citation-line-format)
7285         (message-insert-formated-citation-line): Fix implementation of %E, %N
7286         and %n according to the doc string.
7287
7288 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7289
7290         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7291         car-safe to avoid bad parses.
7292
7293 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7296         names.
7297
7298         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7299
7300 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7303         header.
7304
7305         * message.el (message-draft-headers): Add Date.
7306         (message-headers-to-generate): Fix typo in docstring.
7307
7308         * nndraft.el (nndraft-required-headers): New variable.
7309         (nndraft-generate-headers): Use it.
7310
7311         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7312
7313 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7314
7315         * gnus-registry.el (gnus-registry-wash-for-keywords)
7316         (gnus-registry-find-keywords): New functions to allow easy searching of
7317         articles that are in the registry.
7318
7319 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7320
7321         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7322         ietf-drums-parse-address instead of gnus-extract-address-components.
7323         Reported by Damien Elmes <damien@repose.cx>.
7324
7325 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7326
7327         * gnus.el (gnus-mime): Remove unused custom group.
7328
7329 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7330
7331         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7332         "blank line" when searching for end of armor headers.
7333
7334 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gmm-utils.el (gmm-write-region): Fix variable name.
7337
7338 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * gmm-utils.el (gmm-write-region): New function based on compatibility
7341         code from `mm-make-temp-file'.
7342
7343         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7344
7345         * nnmaildir.el (nnmaildir--update-nov)
7346         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7347         Use `gmm-write-region'.
7348
7349 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7352         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7353
7354         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7355
7356         * message.el (message-replacement-char): New variable.
7357         (message-fix-before-sending): Use it.
7358         (message-simplify-subject): New function to remove duplicate code.
7359         (message-reply, message-followup): Use it.
7360
7361         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7362         gnus-summary-limit-to-articles.
7363
7364 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-util.el (gnus-with-local-quit): New macro.
7367
7368         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7369
7370 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7371
7372         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7373         ignore non-string data.
7374
7375 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7376
7377         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7378         non-string data (needs to be done in the registry too).
7379
7380 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7381
7382         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7383         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7384         (gnus-registry-split-fancy-with-parent)
7385         (gnus-registry-fetch-simplified-message-subject-fast)
7386         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7387         Remove text properties on ingress into the registry and when it's saved.
7388         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7389         registry from entries with no groups.
7390
7391 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7392
7393         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7394         function to remove string properties.
7395
7396 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * gmm-utils.el (gmm): Adjust custom version.
7399
7400         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7401         custom version.
7402
7403         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7404
7405 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * gnus-art.el (gnus-insert-prev-page-button)
7408         (gnus-insert-next-page-button): Simplify.  Reformat.
7409
7410 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7411
7412         * gnus-art.el (gnus-insert-prev-page-button)
7413         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7414
7415 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7416
7417         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7418
7419 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7420
7421         * gnus-art.el (gnus-insert-mime-button)
7422         (gnus-insert-mime-security-button):
7423         Apply gnus-article-button-face to MIME and security buttons.
7424
7425 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7428         readable.
7429
7430 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7433
7434 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7435
7436         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7437         `browse-url-of-file' instead of `browse-url'.
7438
7439 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7440
7441         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7442         regexp.  Articles containing quotation were cut prematurely.
7443
7444 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * message.el (message-cite-original-1): Use nobody by default for the
7447         value of From header.
7448         (message-reply): Ditto.
7449
7450 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7451
7452         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7453         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7454         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7455
7456 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7459         mails in the doc string.  Add some URLs in comment.
7460         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7461
7462 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7465         backslashes handling and the way to find boundaries of quoted strings.
7466
7467 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7468
7469         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7470         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7471         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7472         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7473
7474 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7477         doc string.
7478         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7479
7480 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * lpath.el: Fbind epg-check-configuration.
7483
7484 2006-09-06  Simon Josefsson  <jas@extundo.com>
7485
7486         * mml2015.el (mml2015-use): Doc fix, mention epg.
7487
7488 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7489
7490         * mml2015.el (mml2015-use): Default to epg, if available.
7491
7492 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7493
7494         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7495         message-sender.
7496         (mml1991-epg-encrypt): Ditto.
7497         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7498         message-sender.
7499         (mml2015-epg-encrypt): Ditto.
7500
7501 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7502
7503         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7504         several common directories.
7505
7506 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7507
7508         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7509         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7510
7511 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-art.el (article-decode-encoded-words): Make it fast.
7514
7515 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7518
7519         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7520         in quoted string into `\'.
7521
7522 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7525         Use standard-syntax-table.
7526
7527 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-art.el (gnus-decode-address-function): New variable.
7530         (article-decode-encoded-words): Use it to decode headers which are
7531         assumed to contain addresses.
7532         (gnus-mime-delete-part): Remove useless `or'.
7533
7534         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7535         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7536         (gnus-nov-parse-line): Use it to decode From header.
7537         (gnus-get-newsgroup-headers): Ditto.
7538         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7539
7540         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7541         (mail-decode-encoded-address-string): New alias.
7542
7543         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7544         New function.
7545         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7546         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7547         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7548         (rfc2047-decode-string): Ditto.
7549         (rfc2047-decode-address-region): New function.
7550         (rfc2047-decode-address-string): New function.
7551
7552 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * message.el (message-caesar-buffer-body): Allow rotating headers.
7555
7556         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7557
7558         * message.el (message-insert-formated-citation-line): Fix %f.
7559         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7560
7561 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7564         (gnus-bookmark-mouse-available-p): New macro.
7565         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7566         (gnus-bookmark-bmenu-show-infos): Use it.
7567         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7568         (gnus-bookmark-bmenu-hide-infos): Ditto.
7569         (gnus-bookmark-remove-properties): New function.
7570         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7571         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7572         (gnus-bookmark-write-file): Bind coding-system-for-write.
7573         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7574         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7575         group before selecting it.
7576         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7577         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7578         quit-window if it is not available; use gnus-mouse-2 and bind it to
7579         gnus-bookmark-bmenu-select-by-mouse.
7580         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7581         (gnus-bookmark-bmenu-select-by-mouse): New function.
7582
7583 2006-08-13  Romain Francoise  <romain@orebokech.com>
7584
7585         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7586         space.
7587
7588 2006-08-10  Romain Francoise  <romain@orebokech.com>
7589
7590         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7591         (dns-mode-soa-auto-increment-serial): New user option.
7592         (dns-mode-soa-maybe-increment-serial): New function.
7593         (dns-mode): Add the latter to `write-contents-functions'.
7594
7595 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * compface.el (uncompface): Use binary rather than raw-text-unix.
7598
7599 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * compface.el (uncompface): Make sure the eol conversion doesn't take
7602         place when communicating with the external programs.  Reported by
7603         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7604
7605 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7608
7609 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7610
7611         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7612         Make it more robust by parsing author and date independently.
7613
7614 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7617
7618 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7619
7620         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7621         first matching secret key.
7622         (mml2015-epg-encrypt): Ditto.
7623
7624         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7625         first matching secret key.
7626         (mml1991-epg-encrypt): Ditto.
7627
7628         * mml2015.el (mml2015-encrypt-to-self): New user option.
7629         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7630         mml2015-epg-encrypt-to-self is set.
7631
7632         * mml1991.el (mml1991-encrypt-to-self): New variable.
7633         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7634         mml1991-epg-encrypt-to-self is set.
7635
7636         * mml2015.el (mml2015-signers): New user option.
7637         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7638         (mml2015-epg-encrypt): Allow to select signing keys.
7639
7640         * mml1991.el (mml1991-signers): New variable.
7641         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7642         (mml1991-epg-encrypt): Allow to select signing keys.
7643
7644 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * nnheader.el (nnheader-insert-head): Make it work even if the file
7647         uses CRLF for the line-break code.
7648
7649 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7650
7651         * mml2015.el: Require mml-sec instead of password.
7652         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7653         (mml2015-cache-passphrase): Inherit the default value from
7654         mml-secure-cache-passphrase.
7655         (mml2015-passphrase-cache-expiry): Inherit the default value from
7656         mml-secure-passphrase-cache-expiry.
7657
7658         * mml1991.el: Require mml-sec instead of password.
7659         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7660         (mml1991-cache-passphrase): Inherit the default value from
7661         mml-secure-cache-passphrase.
7662         (mml1991-passphrase-cache-expiry): Inherit the default value from
7663         mml-secure-passphrase-cache-expiry.
7664
7665         * mml-sec.el: Require password.
7666         (mml-secure-verbose): New user option.
7667         (mml-secure-cache-passphrase): New user option.
7668         (mml-secure-passphrase-cache-expiry): New user option.
7669
7670 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7671
7672         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7673         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7674         andreas@altroot.de (Andreas Vögele).
7675
7676         FIXME: Use `tiny change'?
7677
7678 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7679
7680         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7681         workaround for the url package included with Emacs.
7682
7683         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7684
7685 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7688         correctly.  This fixes a bug caused by the 2006-05-12 change.
7689
7690 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7691
7692         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7693         some information about the error when saying that the `bogus' mail
7694         group will be used.
7695
7696 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7699         string.
7700
7701 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7702
7703         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7704
7705 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7706
7707         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7708
7709 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7710
7711         * mml1991.el (mml1991-function-alist): Add epg.
7712         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7713         (mml1991-epg-encrypt): New functions.
7714
7715 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7716
7717         * mml2015.el (mml2015-verbose): New variable.
7718         (mml2015-cache-passphrase): Ditto.
7719         (mml2015-passphrase-cache-expiry): Ditto.
7720         (mml2015-function-alist): Add epg.
7721         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7722         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7723         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7724         functions.
7725
7726 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7727
7728         * message.el (message-cite-original-1): Preserve region when removing
7729         quoted text due to X-No-Archive in order to avoid bogus attribution
7730         when citing multiple messages.
7731
7732 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7733
7734         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7735         Kenneth Jacker <khj@be.cs.appstate.edu>.
7736
7737 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * gnus-diary.el (gnus-user-format-function-d)
7740         (gnus-user-format-function-D): Autoload.
7741
7742         * imap.el (Commentary): Fix typo.
7743
7744         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7745         2006-04-22 contribution.
7746
7747 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7748
7749         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7750         It didn't really fix the bogosity I'm seeing with solid web groups.
7751
7752 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7753
7754         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7755         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7756         created using server names.  If we use the feature without declaring
7757         it, Gnus does not properly manage server and group state.
7758
7759         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7760         bound.
7761
7762 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7763
7764         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7765         looking up the method using GROUP's prefix before inventing a new one.
7766         It is used on killed/unknown groups in various places where returning
7767         an all-new method isn't expected by the caller.
7768
7769         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7770         and match semantics of gnus-group-real-prefix.
7771
7772 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * nnmail.el (nnmail-broken-references-mailers): New variable.
7775         (nnmail-ignore-broken-references): New function generalizing
7776         nnmail-fix-eudora-headers.
7777         (nnmail-fix-eudora-headers): Now obsolete.
7778
7779         * gnus-art.el (gnus-button-handle-custom): Support
7780         `customize-apropos*'.
7781
7782 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783
7784         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7785
7786         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7787         articles.
7788
7789 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * message.el (message-cite-reply-above): New variable.
7792         (message-yank-original): Use it.
7793
7794 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7797
7798 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7801         as read.
7802
7803         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7804
7805 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7806
7807         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7808         (gnus-bookmark-default-file): Use gnus-directory.
7809         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7810         Remove "*" in doc string.
7811         (gnus-bookmark-write-file): Simplify.
7812         (gnus-bookmark-maybe-sort-alist): Use `when'.
7813         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7814         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7815         FIXME about Emacs 21 and XEmacs compatibility.
7816         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7817         compatibility.
7818         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7819         compatibility.
7820         (gnus-bookmark-menu-heading): Fix version.
7821
7822 2006-06-19  Bastien Guerry  <bzg@altern.org>
7823
7824         * gnus-bookmark.el: New file.
7825
7826 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * message.el (message-syntax-checks): Doc fix.
7829
7830 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7831
7832         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7833         unsubscribed groups as if they were killed ones.  It causes duplicate
7834         entries in gnus-newsrc-alist.
7835
7836 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * message.el (message-syntax-checks): Doc fix.
7839         (message-send-mail): Add check for continuation headers.
7840         (message-check-news-header-syntax): Fix regexp used to check for
7841         continuation headers.
7842
7843 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7846
7847 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7848
7849         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7850
7851 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7854         default-truncate-lines.
7855
7856 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7859         to fill the utf-8 entry.
7860
7861         * lpath.el: Fbind unicode-precedence-list.
7862
7863 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7864
7865         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7866
7867 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7868
7869         * gnus-agent.el (directory-files-and-attributes): Move all the way
7870         forward (the third and final move).
7871         (gnus-agent-read-agentview): Trap reconstruction errors due to
7872         nonexistant directory.  Handle by returning nil.
7873
7874 2006-05-30  Didier Verna  <didier@xemacs.org>
7875
7876         * message.el (message-dont-reply-to-names): Update the custom type.
7877         * message.el (message-dont-reply-to-names): New defsubst: potentially
7878         convert a list of regexps into a single one.
7879         * message.el (message-get-reply-headers): Use it.
7880         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7881
7882 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-agent.el (directory-files-and-attributes): Move forward.
7885
7886 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7887
7888         * gnus-ml.el (gnus-mailing-list-subscribe)
7889         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7890         (gnus-mailing-list-message): Fix doc strings.
7891
7892 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7893
7894         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7895         of doing it manually.
7896
7897 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7898
7899         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7900         comment.
7901
7902 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7903
7904         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7905         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7906         (gnus-agent-read-local): All symbols allocated in my-obarray.
7907         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7908         (gnus-agent-regenerate-group): Check numeric names to see if they are
7909         messages or groups.
7910         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7911         better way of do this...)
7912
7913         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7914         'dummy.group' (there should be a better way of do this...)
7915
7916 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7919         (gnus-saved-headers): Ditto.
7920         (gnus-default-article-saver): Mention functions may have properties.
7921         (gnus-article-save): Override gnus-save-all-headers and
7922         gnus-saved-headers by :headers property which saver function may have.
7923         (gnus-summary-save-in-file): Add :headers property.
7924         (gnus-summary-write-to-file): Ditto.
7925
7926         * gnus-sum.el (gnus-summary-save-article): Bind
7927         gnus-prompt-before-saving to t when saving many articles in a file;
7928         always show all headers.
7929
7930         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7931
7932 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7935         marks.
7936
7937         * message.el (message-indent-citation): Add optional arguments to allow
7938         using it outside of message buffers.
7939
7940         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7941         (gnus-article-treat-unfold-headers): Use it.
7942         (gnus-article-truncate-lines): New variable.
7943         (gnus-article-mode): Use it.
7944         (gnus-article-toggle-truncate-lines): New function.
7945
7946         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7947         gnus-article-toggle-truncate-lines.
7948
7949         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7950         coding system in XEmacs, use binary.
7951
7952 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7955         after-load-alist.
7956
7957         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7958         this function should save decoded articles.
7959         (gnus-summary-write-to-file): Use property to specify this function
7960         should save decoded articles and specify gnus-summary-save-in-file
7961         should be used to save articles other than the first one when saving
7962         many articles.
7963         (gnus-summary-save-body-in-file): Use property to specify this
7964         function should save decoded articles.
7965         (gnus-summary-write-body-to-file): Use property to specify this
7966         function should save decoded articles and specify
7967         gnus-summary-save-body-in-file should be used to save articles other
7968         than the first one when saving many articles.
7969
7970         * gnus-sum.el (gnus-summary-save-article): Simplify.
7971
7972 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-art.el (gnus-default-article-saver): Add
7975         gnus-summary-write-body-to-file.
7976         (gnus-article-save-coding-system): Don't use coding system object
7977         in XEmacs.
7978         (gnus-read-save-file-name): Add optional `dir-var' argument which
7979         specifies directory in which files are saved; work even if optional
7980         `variable' argument is not specified.
7981         (gnus-summary-write-to-file): Read file name.
7982         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7983         (gnus-summary-write-body-to-file): New function.
7984
7985         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7986         (gnus-summary-local-variables): Add it.
7987         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7988         (gnus-summary-save-article): Remove optional `decode' argument;
7989         determine whether to decode articles by the value of
7990         gnus-default-article-saver; when saving many files using
7991         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7992         it first and use gnus-summary-save-in-file or
7993         gnus-summary-save-body-in-file thereafter unless
7994         gnus-prompt-before-saving is always; move point to article which
7995         will be saved.
7996         (gnus-summary-save-article-file): Revert.
7997         (gnus-summary-write-article-file): Revert.
7998         (gnus-summary-save-article-body-file): Revert.
7999         (gnus-summary-write-article-body-file): New function.
8000
8001 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gnus-art.el (gnus-default-article-saver): Doc fix.
8004         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8005         from gnus-summary-save-article-coding-system, and default to a
8006         certain coding system.
8007         (gnus-output-to-file): Add coding cookie and encode text according
8008         to gnus-article-save-coding-system; don't use mm-append-to-file.
8009
8010         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8011         gnus-art.el and rename to gnus-article-save-coding-system.
8012         (gnus-summary-save-article): Require gnus-art; don't show all
8013         headers if it decodes articles; don't add coding cookie here;
8014         don't bind mm-text-coding-system-for-write.
8015         (gnus-summary-save-article-file): Save decoded articles.
8016         (gnus-summary-write-article-file): When saving many files, use
8017         gnus-summary-write-to-file first and gnus-summary-save-in-file
8018         thereafter unless gnus-prompt-before-saving is always.
8019         (gnus-summary-save-article-body-file): Save decoded articles.
8020
8021         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8022
8023 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * nnrss.el (nnrss-check-group): Bind hash-index.
8026
8027 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8028
8029         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8030         its hash index.  Store this hash in `nnrss-group-data'.
8031         (nnrss-read-group-data): Update accordingly.
8032
8033 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8036         entry.
8037
8038         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8039         gnus-article-browse-html-article.
8040
8041 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8042
8043         * gnus-sum.el (gnus-summary-mime-map): Add
8044         gnus-article-browse-html-article.
8045
8046         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8047
8048 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8051         suitable coding systems in customize.
8052
8053 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * mail-source.el (mail-sources): Fix custom type.
8056
8057 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8060         (gnus-summary-expire-articles-now): Shorten prompt.
8061
8062         * gmm-utils.el (wid-edit): Require.
8063         (defun-gmm): Renamed from `gmm-defun-compat'.
8064         (gmm-image-search-load-path): Use it.
8065         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8066
8067 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8070         variable.
8071         (gnus-summary-save-article): Add optional `decode' argument.  If
8072         it is set and gnus-summary-save-article-coding-system is non-nil,
8073         save decoded article.
8074         (gnus-summary-write-article-file): Save decoded article if
8075         gnus-summary-save-article-coding-system is non-nil.
8076
8077         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8078         type.
8079
8080 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8083
8084 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8087         first to test gnus-single-article-buffer which may be buffer-local.
8088
8089         * gnus-sum.el (gnus-summary-setup-buffer): Make
8090         gnus-single-article-buffer buffer-local and nil in ephemeral
8091         group; make gnus-article-buffer, gnus-article-current, and
8092         gnus-original-article-buffer always buffer-local.
8093         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8094         group.
8095         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8096
8097 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * nnml.el (nnml-request-compact-group): Compressed files might not
8100         have .gz extension.
8101
8102 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8103
8104         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8105         (mm-copy-to-buffer): Use with-current-buffer.
8106         (mm-display-part): Simplify.
8107         (mm-inlinable-p): Add optional arg `type'.
8108
8109 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8110
8111         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8112         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8113         Try harder to show the attachment internally or externally using
8114         gnus-mime-view-part-as-type.
8115
8116 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * message.el (message-from-style, message-signature-separator)
8119         (message-user-organization-file, message-send-mail-function)
8120         (message-citation-line-function, message-yank-prefix)
8121         (message-indent-citation-function, message-signature)
8122         (message-signature-file, message-signature-insert-empty-line):
8123         Remove autoloads.
8124
8125         * gnus-art.el (gnus-buttonized-mime-types): Remove
8126         "multipart/signed".  Revert 2006-04-26 change.
8127
8128 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * gnus.el (gnus-version-number): Bump version.
8131
8132 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8133
8134         * gnus.el: No Gnus v0.5 is released.
8135
8136 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8137
8138         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8139         fetching articles by message-id.
8140
8141 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8142
8143         * message.el (hashcash): Require hashcash as normal.
8144
8145         * ecomplete.el (ecomplete-highlight-match-line): Use
8146         point-at-eol.
8147         (ecomplete-highlight-match-line): Use `highlight', because that
8148         face exists in both Emacs and XEmacs.
8149
8150         * message.el (message-display-abbrev): Use point-at-bol.
8151
8152         * mail-source.el: Don't require timer/timer-funcs.
8153
8154         * gnus-async.el: Ditto.
8155
8156         * password.el: Ditto.
8157
8158         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8159
8160         * mm-url.el: Ditto.
8161
8162         * gnus-xmas.el: Don't require timer-funcs.
8163
8164         * mm-util.el: Require timer/timer-funcs.
8165
8166 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8167
8168         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8169         Close.
8170
8171 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8174         unibyte after clear-decrypt function runs.
8175
8176         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8177         returns as a unibyte string.
8178
8179 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * lpath.el: Revert.
8182
8183         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8184         (pgg-gpg-process-sentinel): Revert.
8185
8186         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8187         (pgg-pgp-lookup-key): Revert.
8188
8189         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8190         (pgg-pgp5-lookup-key): Revert.
8191
8192         * pgg.el (pgg-fetch-key): Revert.
8193
8194 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * lpath.el: Fbind string-as-multibyte for XEmacs.
8197
8198         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8199         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8200         (mml1991-pgg-encrypt): Ditto.
8201
8202         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8203         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8204         a multibyte buffer.
8205
8206         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8207         (pgg-pgp-lookup-key): Ditto.
8208
8209         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8210         (pgg-pgp5-lookup-key): Ditto.
8211
8212         * pgg.el (pgg-fetch-key): Ditto.
8213
8214 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * message.el (message-user-organization-file): Check several
8217         locations of the organization file.
8218
8219         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8220         Add gnus-article-view-part-as-type.
8221
8222         * gnus-art.el (gnus-article-view-part-as-type): New function.
8223
8224         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8225         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8226
8227         * mml.el: Simplify autoload.
8228         (mml-mode): defvar dnd-protocol-alist instead of using
8229         symbol-value.
8230         (mml-default-directory): New variable.
8231         (mml-minibuffer-read-file): Use it.
8232         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8233
8234         * message.el (message-citation-line-format): New variable.
8235         (message-insert-formated-citation-line): New function.
8236         (message-citation-line-function): Add
8237         `message-insert-formated-citation-line' to custom type.
8238
8239         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8240         to doc string.
8241
8242         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8243         depending on mm-verify-option.
8244
8245 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8248         binding pgg-* variables; reimplement the section which prevents
8249         MIME header from being signed.
8250         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8251         pgg-text-mode; remove a blank line at the top of body.
8252
8253         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8254         lines at the top of body; use gnus-newsgroup-charset if there's no
8255         Charset header.
8256
8257 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * message.el (message-self-insert-commands): Doc fix.
8260
8261         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8262         (mm-uu-pgp-encrypted-test): Ditto.
8263         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8264         between header and body; return application/pgp-encrypted handle
8265         if decryption failed; decode decrypted body by charset.
8266
8267         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8268         element match to application/pgp-*.
8269
8270 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8271
8272         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8273         HTML.
8274
8275 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8276
8277         * mail-source.el (mail-source-call-script): Message the error
8278         string.
8279
8280 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * gnus-util.el (gnus-byte-compile): Use it.
8283
8284 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8285
8286         * gnus-util.el (kill-empty-logs): New function.
8287
8288 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * message.el (message-mail-alias-type): Doc fix.
8291         (message-mail-alias-type-p): New function.
8292         (message-send): Use it.
8293         (message-mode): Ditto.
8294         (message-strip-forbidden-properties): Ditto.
8295
8296         * ecomplete.el (ecomplete-database-file-coding-system): New
8297         variable.
8298         (ecomplete-save): Use it.
8299         (ecomplete-setup): Use it.
8300
8301 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * message.el (message-self-insert-commands): New variable.
8304         (message-strip-forbidden-properties): Use it.
8305
8306 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8309         that doesn't make XEmacs choke.
8310
8311 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8312
8313         * gnus-util.el (gnus-replace-in-string):
8314         Prefer replace-regexp-in-string over of replace-in-string.
8315
8316 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * gnus-util.el (gnus-select-frame-set-input-focus):
8319         Use select-frame-set-input-focus if it is available in XEmacs; use
8320         definition defined in Emacs 22 for old Emacsen.
8321
8322         * dgnushack.el: Autoload unmorse-region for XEmacs.
8323
8324         * lpath.el: Bind cursor-in-non-selected-windows and
8325         select-frame-set-input-focus for XEmacs.
8326
8327 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8330
8331 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8332
8333         * gnus-registry.el (gnus-registry-cache-save): Remove text
8334         properties when saving via the temp buffer.
8335
8336 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * message.el (message-generate-hashcash): Honor custom type.
8339
8340 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8341
8342         * message.el (message-generate-hashcash): Default to non-nil when
8343         hashcash is found.
8344
8345         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8346         (gnus-refer-thread-limit): Increase default to 500.
8347
8348         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8349
8350         * flow-fill.el (fill-flowed): Allow delete-space.
8351
8352 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8355         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8356         Remove autoloads.
8357
8358 2006-04-18  Simon Josefsson  <jas@extundo.com>
8359
8360         * message.el (message-generate-hashcash): Default to.
8361
8362 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8365         concatenating segments rather than before concatenating them.
8366
8367 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8370
8371 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8374
8375         * message.el (message-forward-make-body-plain): Allow
8376         message-forward-ignored-headers to be a list.
8377         (message-remove-ignored-headers): Factor out into function.
8378         (message-forward-make-body-mml): Use it.
8379
8380         * imap.el (imap-quote-specials): New function.
8381         (imap-login-auth): Quote specials.
8382
8383         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8384         (rfc2231-parse-string): Allow concatanation of parameters that
8385         aren't contiguous.  The test case is
8386           (mail-header-parse-content-type "message/external-body;
8387             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8388             access-type=LOCAL-FILE;
8389             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8390
8391 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8392
8393         * nntp.el (nntp-accept-process-output): Return the value of
8394         `nnheader-accept-process-output'.
8395
8396 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8397
8398         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8399         (gnus-button-alist): Recognize more diff formats.
8400         (gnus-button-patch): Strip directory.
8401
8402 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8403
8404         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8405         Emacs 22 when setting focus.
8406
8407 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408
8409         * gnus-art.el (gnus-article-treat-types): Do treatment of
8410         text/x-verbatim parts.
8411         (gnus-button-patch): New command.
8412
8413         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8414         addresses that contain invalid characters.
8415
8416 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8417
8418         * message.el (message-put-addresses-in-ecomplete): Use
8419         gnus-replace-in-string.
8420         (message-is-yours-p): Use the more correct
8421         mail-header-parse-address instead of
8422         mail-extract-address-components.
8423         (message-put-addresses-in-ecomplete): Fix typo.
8424
8425         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8426         keystroke.
8427
8428         * gnus-art.el (gnus-treatment-function-alist): Change order of
8429         newsgroups/generic header folding to avoid double-folding.
8430
8431         * message.el (message-hidden-headers): Add X-Draft-From.
8432
8433         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8434         command.
8435         (gnus-summary-repeat-search-article-backward): New command.
8436
8437         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8438         groups in the parent topic.
8439
8440 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8441
8442         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8443         (spam-extra-header-to-number): Return the CRM114 number as a
8444         number instead of a string.
8445
8446 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * gnus-art.el (gnus-face-properties-alist): Moved here from
8449         gnus-fun.
8450
8451         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8452
8453 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8454
8455         * message.el (message-strip-forbidden-properties): Only display on
8456         self-insert-command.
8457
8458         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8459         reindent.
8460         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8461
8462 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8463
8464         * smiley.el (smiley-style): Fix typo.
8465
8466 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8467
8468         * hashcash.el (hashcash-insert-payment-async-2): Use
8469         message-goto-eoh instead of doing it manually.
8470         (mail-add-payment): Use message-narrow-to-header instead of trying
8471         to do the same itself.
8472
8473         * message.el (message-hidden-headers): Add Face.
8474
8475         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8476         reparenting code.
8477         (gnus-summary-reparent-children): Refactored out code.
8478         (gnus-summary-thread-map): New keystroke.
8479         (gnus-summary-reparent-children): Make into command.
8480
8481         * smiley.el (smiley-style): Default to `medium' if using a large
8482         font.
8483
8484         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8485         does it itself.
8486
8487         * message.el (message-point-in-header-p): Simplify definition.
8488
8489 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * nnagent.el (nnagent-request-set-mark): Silence log file
8492         writing.
8493         (nnagent-request-set-mark): Use write-region instead of
8494         append-to-file.
8495
8496         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8497         strange select method.
8498
8499         * ecomplete.el (ecomplete-display-matches): Get highlightling
8500         right.
8501         (ecomplete-display-matches): Use literals.
8502         (ecomplete-display-matches): Disable message logging.
8503
8504         * message.el (message-display-abbrev): Small optimization.
8505
8506         * ecomplete.el (ecomplete-display-matches): Allow automatic
8507         display.
8508
8509         * message.el (message-strip-forbidden-properties): Display
8510         abbrevs.
8511         (message-display-abbrev): Get automatic display right.
8512
8513         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8514         keystrokes.
8515
8516 2006-04-13  Romain Francoise  <romain@orebokech.com>
8517
8518         TODO: Backport to v5-10!
8519
8520         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8521         Moved here (and renamed) from gnus-registry.el.
8522
8523         * gnus-registry.el: Require gnus-util.
8524         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8525
8526 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8527
8528         * gnus-group.el (gnus-group-catchup-current): Change
8529         if-then-else-if-then-else into cond.
8530         (gnus-group-catchup): Indent.
8531         (group-name-at-point): New function.
8532         (gnus-fetch-group): Provide default from thing at point.
8533
8534 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535
8536         * message.el (message-display-abbrev): Fix regexp.
8537
8538         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8539         choosing.
8540         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8541         dead variables.
8542
8543         * message.el (message-newline-and-indent): Remove debugging.
8544         (message-display-abbrev): Use new implementation.
8545
8546 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * gnus-art.el (gnus-article-mode): Set
8549         cursor-in-non-selected-windows to nil.
8550
8551         * smiley.el: Revert previous change.
8552         (smiley-data-directory): defvar it before using it in the
8553         defcustom of `smiley-style'.
8554
8555 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * message.el (message-newline-and-indent): New function.
8558
8559         * ecomplete.el: Implement more bits.
8560
8561         * message.el (message-put-addresses-in-ecomplete): Clean up the
8562         string.
8563
8564         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8565
8566         * gnus-sum.el (gnus-summary-save-parts): Bind
8567         gnus-summary-save-parts-counter and use it to make unique file
8568         names.
8569
8570         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8571
8572         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8573         parameter to say whether to actually parse the individual
8574         addresses.
8575
8576         * message.el (message-put-addresses-in-ecomplete): New function.
8577         (ecomplete): Require.
8578         (message-mail-alias-type): Add ecomplete as an option.
8579
8580 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8581
8582         * flow-fill.el (fill-flowed): Remove trailing space from blank
8583         quoted lines.
8584
8585 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8586
8587         * smiley.el (smiley-style): Move definition later to avoid a
8588         compilation warning.
8589
8590 2006-04-12  Kenichi Handa  <handa@m17n.org>
8591
8592         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8593         buffer and then decode the buffer text if necessary.
8594         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8595         first, and after mm-encode-body, change the buffer to unibyte.
8596         Use mm-disable-multibyte instead of set-buffer-multibyte.
8597
8598 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8601         Content-Type header instead of Content-Disposition header.
8602         (gnus-mime-inline-part): Ditto.
8603         (gnus-mime-view-part-as-charset): Ignore charset that the part
8604         specifies.
8605
8606         * mm-decode.el (mm-display-part): Work with external parts and
8607         usual parts similarly.
8608
8609         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8610         instead of gnus-display-mime.
8611
8612         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8613         instead of with-temp-buffer.
8614
8615         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8616         tag to summarized topics part in order to encode non-ASCII text.
8617
8618 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * smiley.el (smiley-style): New variable.
8621         (smiley-directory): New function.
8622         (smiley-data-directory): Derive from `smiley-style' using
8623         `smiley-directory'.
8624         (smiley-regexp-alist): Add new entries.
8625
8626         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8627         (gnus-article-browse-delete-temp): Add :version.
8628
8629 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8630
8631         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8632         the sieve region.
8633
8634 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8635
8636         * gnus.el (gnus-version-number): Bump version.
8637
8638 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus.el: No Gnus v0.4 is released.
8641
8642 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8645         layout.
8646
8647         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8648         unknown charset.
8649
8650         * message.el (message-header-synonyms): Add Original-To to the
8651         default.
8652
8653         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8654         optional parameter.
8655
8656 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * gnus-fun.el (gnus): Require it for gnus-directory.
8659
8660 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8663
8664 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8665
8666         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8667
8668 2006-04-05  Simon Josefsson  <jas@extundo.com>
8669
8670         * password.el (password-reset): New function.
8671
8672 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8673
8674         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8675         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8676
8677 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8678
8679         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8680         Some whitespace was matched into the url, which broke browsing hits
8681         > 100 when mm-url-use-external was nil.
8682
8683 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8684
8685         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8686         gnus-extra-headers for 'Newsgroups.
8687
8688         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8689         bound.
8690
8691 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8692
8693         * pgg-gpg.el: Clean up process buffers every time gpg processes
8694         complete.
8695
8696 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8699         doc string.
8700
8701 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8702
8703         * pgg-gpg.el (pgg-gpg-process-filter)
8704         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8705
8706         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8707         lines, temporary fix.
8708
8709 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8712
8713 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8714
8715         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8716         default-enable-multibyte-characters.  This reverts the change from
8717         revision 6.17 which is no longer necessary because the passphrase
8718         is sent separately now.  GnuPG messages are unreadable under
8719         multibyte locales with default-enable-multibyte-characters set to
8720         nil.
8721
8722 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8723
8724         * message.el (message-tool-bar-gnome): Move "spell".
8725
8726 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8727
8728         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8729         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8730         instead.
8731
8732 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8733
8734         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8735         newsgroups handling for NNTP overviews which don't include
8736         Newsgroups.
8737
8738 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8739
8740         * message.el (message-resend): Bind message-generate-hashcash to nil.
8741
8742 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8743
8744         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8745         when searching for already-paid recipients.
8746
8747 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8748
8749         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8750         passphrases when it is not needed.
8751         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8752         passphrase stuff from gpg, should only be necessary when you use
8753         gpg with a smartcard.
8754
8755 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * mml.el (mml-insert-mime): Ignore cached contents of
8758         message/external-body part.
8759
8760         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8761         (mm-insert-part): Ditto.
8762
8763 2006-03-23  Simon Josefsson  <jas@extundo.com>
8764
8765         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8766         Reiner.
8767         (pgg-gpg-use-agent-p): Use it again.
8768
8769 2006-03-23  Simon Josefsson  <jas@extundo.com>
8770
8771         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8772         older emacsen.
8773         (pgg-gpg-use-agent-p): Don't use it.
8774
8775 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8776
8777         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8778         if we can.
8779
8780 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8781
8782         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8783         (pgg-gpg-update-agent): New function.
8784         (pgg-gpg-use-agent-p): New function.
8785         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8786         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8787         (pgg-gpg-sign-region): Use it.
8788
8789 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8792         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8793
8794 2006-03-21  Simon Josefsson  <jas@extundo.com>
8795
8796         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8797         <wilde@sha-bang.de>.
8798         (pgg-gpg-use-agent): New variable.
8799         (pgg-gpg-process-region): Use it.
8800         (pgg-gpg-encrypt-region): Likewise.
8801         (pgg-gpg-encrypt-symmetric-region): Likewise.
8802         (pgg-gpg-decrypt-region): Likewise.
8803         (pgg-gpg-sign-region): Likewise.
8804         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8805
8806 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8807
8808         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8809
8810         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8811         Add comment on version.
8812
8813 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * smiley.el: Add missing test smiley.
8816
8817 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * mm-decode.el (mm-with-part): New macro.
8820         (mm-get-part): Use it; work with message/external-body as well.
8821         (mm-save-part): Treat name and filename equally.
8822
8823         * mm-extern.el (mm-extern-cache-contents): New function.
8824         (mm-inline-external-body): Use it; force the part to be displayed;
8825         move undisplayer added to the cached handle to the parent.
8826
8827         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8828         (gnus-mime-view-part-as-type): Work with message/external-body.
8829
8830         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8831
8832 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8835         images in image-load-path.  [Sync with image.el, revision 1.60, in
8836         Emacs.]
8837
8838 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8841         path rather than symbol.  Always return list of directories.
8842         Guarantee that image directory comes first.  [Sync with image.el,
8843         revision 1.59, in Emacs.]
8844
8845         * message.el (message-make-tool-bar): Adjust to new API of
8846         `gmm-image-load-path-for-library'.
8847
8848         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8849
8850         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8851
8852 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8853
8854         * gnus-art.el (gnus-article-only-boring-p):
8855         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8856         intangible text.
8857         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8858
8859 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8860
8861         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8862         `defun' instead of `gmm-defun-compat'.
8863
8864 2006-03-14  Simon Josefsson  <jas@extundo.com>
8865
8866         * message.el (message-unique-id): Don't use message-number-base36
8867         if (user-uid) is a float.
8868         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8869
8870 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8873
8874         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8875         empty line between a part and a message part.
8876
8877 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * smiley.el: Add more test smileys.
8880         (smiley-data-directory, smiley-regexp-alist)
8881         (gnus-smiley-file-types): Fix doc strings.
8882         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8883         adding new elements.
8884         (smiley-mouse-map): Unused code.  Make it a comment.
8885
8886 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8889         scan latest NoCeM messages instead of old ones.
8890         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8891         delimiters that are recently used.
8892         (gnus-nocem-load-cache): Add autoload cookie.
8893
8894         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8895
8896         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8897         level which is larger than gnus-use-nocem is specified.
8898
8899         * gnus-group.el (gnus-group-get-new-news): Ditto.
8900
8901 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * gnus-util.el (gnus-tool-bar-update): New function.
8904
8905         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8906         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8907
8908         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8909
8910         * gnus-group.el (gnus-group-redraw-when-idle)
8911         (gnus-group-redraw-check): Remove.
8912         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8913
8914 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8917         if optional last element is specified in splits (FIELD VALUE...).
8918
8919 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8922         to gmm-image-load-path-for-library.  Call with no-error argument.
8923         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8924
8925         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8926
8927         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8928
8929         * gmm-utils.el (gmm-image-load-path): Remove alias.
8930
8931 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8932
8933         * gmm-utils.el (gmm-image-load-path): Add alias.
8934
8935         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8936         nnml-generate-nov-databases-1.
8937         (nnml-generate-nov-databases): Use it.
8938         (nnml-generate-nov-databases-directory): Document no-active
8939         argument.
8940
8941         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8942         directory if path is t.  Add no-error.
8943
8944         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8945         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8946
8947         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8948         resetting gnus-article-browse-html-temp-list.
8949
8950         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8951         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8952         Add example to docstring.  Rename local variables.  Move error
8953         checks to default case in cond and simplify.
8954
8955 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8958         handle is multipart when calling it recursively.
8959         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8960
8961 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8962
8963         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8964         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8965
8966 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8969         is loaded.
8970
8971         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8972         loaded.
8973
8974 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8977         to "Emacs 23 (unicode)" in doc string.
8978
8979         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8980         "Emacs 23 (unicode)" in comment.
8981
8982 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8985
8986         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8987         characters 160 through 255 in Emacs 23.
8988
8989 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8992         gnus-article-browse-html-temp.
8993         (gnus-article-browse-delete-temp): Make it customizable.  Add
8994         `file'.  Adjust doc string.
8995         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8996         query for each file.  Adjust doc string.
8997         (gnus-article-browse-html-parts): Add
8998         `gnus-article-browse-delete-temp-files' to
8999         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9000
9001 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9002
9003         * gnus-art.el (gnus-article-browse-html-temp)
9004         (gnus-article-browse-delete-temp): New variables.
9005         (gnus-article-browse-delete-temp-files): New function.
9006         (gnus-article-browse-html-parts): Use it.
9007
9008 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9011
9012         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9013         string.
9014
9015         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9016         gnus-summary-insert-new-articles when unplugged.  Remove
9017         gnus-summary-search-article-forward.
9018
9019         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9020         display-visual-class instead of display-color-cells.
9021
9022 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * dgnushack.el: Autoload customize-group for XEmacs.
9025
9026         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9027         message/* containing non-ASCII text properly.
9028
9029 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * message.el: Require gmm-utils, remove autoloads.
9032         (message-tool-bar): Set default based on
9033         gmm-tool-bar-style.
9034         (message-tool-bar-gnome): Add gmm-customize-mode.
9035
9036         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9037         gmm-tool-bar-style.
9038         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9039
9040         * gnus-group.el (gnus-group-tool-bar): Set default based on
9041         gmm-tool-bar-style.
9042         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9043
9044         * gmm-utils.el (gmm-image-directory): Rename variable from
9045         gmm-image-load-path.
9046         (gmm-image-load-path): Use gmm-image-directory.
9047         (gmm-customize-mode): New function.
9048         (gmm-tool-bar-style): New variable.
9049
9050         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9051         gnus-group-redraw-line-number.
9052         (gnus-group-redraw-check): Simplify.
9053         (gnus-group-tool-bar-update): Remove redraw check.
9054         (gnus-group-make-tool-bar): Add redraw check.
9055
9056 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9057
9058         * gnus-art.el (gnus-button): Add missing parentheses.
9059
9060 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * lpath.el: Fbind line-number-at-pos.
9063
9064 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9067
9068 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * gnus-art.el (gnus-button): New face.
9071         (gnus-article-button-face): Use it.
9072
9073         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9074         gnus-summary-next-page.  Re-order.
9075
9076         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9077         next-node are now included.
9078         (gnus-group-redraw-line-number): New internal variable.
9079         (gnus-group-redraw-check): Helper function for updating the tool
9080         bar.
9081         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9082
9083         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9084
9085         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9086         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9087         Use it to match format of Spamassassin 3.0 and later.  Reported by
9088         IRIE Tetsuya <irie@t.email.ne.jp>.
9089         (spam-check-bogofilter)
9090         (spam-bogofilter-register-with-bogofilter): Fix args of
9091         `gnus-error' calls.
9092
9093 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9096         unnecessary interaction when sending queued mails.  Reported by
9097         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9098
9099 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9102         first or last are nil.
9103
9104 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9105
9106         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9107
9108 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109
9110         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9111
9112 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113
9114         * dns.el (query-dns): Protect more against buggy tcp output.
9115
9116 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9117
9118         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9119         nov.php.
9120
9121 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9122
9123         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9124         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9125         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9126         output on the server side.
9127         (nnweb-google-create-mapping): Update regexps and add some
9128         progress indication.
9129
9130 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9133         gnus-agent-toggle-plugged.  Re-order icons.
9134         (gnus-group-tool-bar-gnome): Add
9135         gnus-group-{prev,next}-unread-group.
9136         (gnus-group-tool-bar-gnome): Re-order icons.
9137
9138         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9139         gnus-summary-insert-new-articles.
9140
9141         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9142         comments.
9143
9144         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9145         also available in Emacs 21.3.
9146
9147         * message.el (message-fix-before-sending): Change "Emacs 22" to
9148         "Emacs 23 (unicode)" in comment.
9149
9150         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9151         "Emacs 23 (unicode)" in comment.
9152
9153         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9154         comment.
9155         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9156
9157         * mm-view.el (mm-fill-flowed): Add :version.
9158
9159 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9162         and load-path.
9163
9164 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * message.el: Autoload gmm-image-load-path.
9167         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9168         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9169         consitency.
9170
9171         * gmm-utils.el (gmm-image-load-path): Also search in
9172         "../etc/images".  Don't set gmm-image-load-path if we don't find
9173         the image.
9174
9175 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * gmm-utils.el (gmm-image-load-path): Don't make
9178         `gmm-image-load-path' include subdirectories which the second arg
9179         `image' might specify.
9180
9181         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9182         subdirectory to icon file names.
9183
9184         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9185
9186 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9189         gmm-image-load-path calls.
9190
9191         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9192
9193         * message.el (message-make-tool-bar): Ditto.
9194
9195         * mml.el (mml-preview): Added comment concerning tool bar icons.
9196
9197         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9198         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9199
9200         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9201         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9202
9203         * message.el (message-tool-bar-gnome): Use new icon names.
9204         (message-make-tool-bar): Use `gmm-image-load-path'.
9205
9206         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9207         functions from MH-E.
9208         (gmm-image-load-path): New variable from MH-E.
9209         (gmm-image-load-path): New function from MH-E.  Added arguments
9210         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9211         *-image-load-path-called-flag.
9212
9213 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9214
9215         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9216
9217 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9218
9219         * nnimap.el (nnimap-request-move-article): Change folder back to
9220         source group before deleting.
9221
9222 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9223
9224         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9225
9226         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9227         mm-url.
9228
9229         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9230
9231 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9232
9233         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9234         coding system which mm-charset-to-coding-system returns for a
9235         given charset is valid.
9236
9237 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9238
9239         * html2text.el (html2text-remove-tag-list):
9240         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9241
9242 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9243
9244         * gnus-cus.el: Revert 2005-10-17 change.
9245
9246 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-art.el (article-strip-banner): Call
9249         article-really-strip-banner only when the regexp match is made.
9250
9251 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * gnus-art.el (article-strip-banner): Use
9254         gnus-extract-address-components instead of
9255         mail-header-parse-addresses to make it work with non-ASCII text;
9256         remove mail-encode-encoded-word-string.
9257
9258         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9259         values which are surrounded with \"...\"; make it never cause a
9260         Lisp error; give up parsing of parameters if it failed in
9261         extracting type.
9262
9263 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9264
9265         * smime.el (smime-cert-by-ldap-1): Fix bug where
9266         `smime-ldap-search' returns results without userCertificates.
9267
9268 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9271
9272 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * spam.el (spam-check-spamassassin-headers): Adapt format for
9275         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9276         <ari@mbf.ocn.ne.jp>.
9277         (spam-list-of-processors): Add spam-use-gmane.
9278
9279 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9282         make-temp-file; make it work with XEmacs as well.
9283
9284         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9285         mm-make-temp-file.
9286
9287         * mm-decode.el (mm-display-external): Use the 3rd arg of
9288         mm-make-temp-file.
9289         (mm-create-image-xemacs): Ditto.
9290
9291 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9294         with message-narrow-to-headers.
9295         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9296         (gnus-draft-check-draft-articles): New function.
9297         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9298
9299 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * gnus-art.el (gnus-article-browse-html-parts):
9302         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9303         Don't use suffix argument for mm-make-temp-file for Emacs 21
9304         compatibility.  Remove useless `format'.
9305
9306 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9307
9308         * nnweb.el (nnweb-google-wash-article): Update regexps.
9309         (nnweb-group-alist): Use defvoo instead of defvar.
9310
9311 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9314         re-loading nn* modules.
9315
9316 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9319         for `tool-bar-mode' and don't check it's default-value.
9320
9321         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9322
9323         * message.el (message-make-tool-bar): Ditto.
9324
9325         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9326         `substring'.  Shorten tmp-file name.
9327
9328         * gnus.el: Remove bogus comment.
9329
9330 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9331
9332         * gnus-art.el (gnus-article-browse-html-parts): New function.
9333         (gnus-article-browse-html-article): New function for viewing html
9334         articles with a browser.
9335
9336 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9337
9338         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9339         in elisp.
9340         (pgg-gpg-encrypt-symmetric-region): Ditto.
9341         (pgg-gpg-sign-region): Ditto.
9342
9343         * pgg-def.el (pgg-text-mode): New variable.
9344
9345         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9346         (mml2015-pgg-encrypt): Ditto.
9347
9348         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9349         (mml1991-pgg-encrypt): Ditto.
9350
9351 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9354         message-make-date instead of current-time-string.
9355
9356         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9357         to gnus-decoded which mm-uu might set.
9358
9359 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9362         don't decode quoted parameters; remove misimported Emacs code.
9363         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9364         (rfc2231-decode-encoded-string): Don't use split-string which
9365         behaves differently according to Emacs version; use
9366         mm-decode-coding-region to convert charset to coding-system.
9367         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9368         (rfc2231-encode-string): Remove misimported Emacs code.
9369
9370 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9373         when calling mail-header-parse-content-type.
9374         (article-de-quoted-unreadable): Ditto.
9375         (article-de-base64-unreadable): Ditto.
9376         (article-wash-html): Ditto.
9377
9378         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9379         calling mail-header-parse-content-type and
9380         mail-header-parse-content-disposition.
9381         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9382         mail-header-parse-content-type.
9383
9384         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9385         insert charset and format parameters; encode description after
9386         inserting it to buffer.
9387         (mml-insert-parameter): Fold lines properly even if a parameter is
9388         segmented into two or more lines; change the max column to 76.
9389
9390         * rfc1843.el (rfc1843-decode-article-body): Don't use
9391         ignore-errors when calling mail-header-parse-content-type.
9392
9393         * rfc2231.el (rfc2231-parse-string): Return at least type if
9394         possible; don't cause an error even if it fails in parsing of
9395         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9396         (rfc2231-encode-string): Don't break lines at the beginning, leave
9397         it to mml-insert-parameter.
9398
9399         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9400         calling mail-header-parse-content-type.
9401
9402 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * spam-report.el (spam-report-gmane-use-article-number):
9405         Improve doc string.
9406         (spam-report-gmane-internal): Check if a suitable header was found
9407         in the article.
9408
9409 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9412         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9413
9414 2006-02-05  Romain Francoise  <romain@orebokech.com>
9415
9416         Update copyright notices of all files in the gnus directory.
9417
9418 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9419
9420         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9421
9422 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9425         segmented lines of parameter value to cope with Thunderbird 1.5
9426         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9427         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9428         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9429
9430 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9431
9432         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9433         parts.
9434
9435 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9436
9437         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9438         there's only one active file for all servers.
9439         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9440         solid groups.  Gnus might have used a FAST request to select the group.
9441         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9442         and nnweb-search redundantly in the active file.
9443         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9444         (nnweb-request-create-group): Don't use ARGS.
9445         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9446         initialisations.  Let nnoo do the work.
9447
9448 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9451         Say the part has been decoded.
9452
9453         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9454
9455 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9456
9457         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9458         mailcap-viewer-test-cache when there's no 'test clause, since that
9459         will invert the meaning of a "nil" test previously determined by
9460         mailcap-mailcap-entry-passes-test.
9461
9462 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9465         compiling.
9466
9467         * gnus-sum.el: Ditto.
9468
9469         * message.el: Don't bind tool-bar-map when compiling.
9470
9471 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9474
9475 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9476
9477         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9478         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9479         current Google Groups.
9480
9481 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9484         and tool-bar-mode.
9485
9486         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9487         and tool-bar-mode.
9488
9489         * message.el (message-tool-bar-update): Simplify.
9490         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9491
9492         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9493         gnus-summary-buffer.
9494         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9495         gnus-summary-reply.
9496
9497         * gmm-utils.el (gmm): Add :version.
9498
9499 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * Makefile.in (clean): New rule.
9502         (distclean): Use it.
9503
9504 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9505
9506         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9507         autoload.
9508
9509 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gmm-utils.el (gmm-verbose): Add :group.
9512
9513 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * message.el: Change some comments WRT tool-bars.
9516
9517         * gnus-sum.el (gnus-summary-tool-bar)
9518         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9519         (gnus-summary-tool-bar-zap-list): New variables.
9520         (gnus-summary-make-tool-bar): Complete rewrite using
9521         `gmm-tool-bar-from-list'.
9522
9523         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9524         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9525         variables.
9526         (gnus-group-make-tool-bar): Complete rewrite using
9527         `gmm-tool-bar-from-list'.
9528         (gnus-group-tool-bar-update): New function.
9529
9530         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9531
9532 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9535         is dissected into a single part of which the type is the same as
9536         the given one; decode charset.
9537
9538 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9539
9540         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9541         into alists as symbol not string, since that's what
9542         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9543         look for.
9544
9545 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9548         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9549
9550         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9551
9552 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9555         (gnus-xmas-mime-security-button-menu): New function.
9556
9557         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9558         (gnus-mime-security-button-menu): New definition.
9559         (gnus-mime-security-button-map): Use them.
9560         (gnus-mime-security-button-menu): New function.
9561         (gnus-insert-mime-security-button): Addition to help echo.
9562         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9563         (gnus-mime-security-pipe-part): New functions.
9564
9565         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9566         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9567
9568         * mm-decode.el (mm-handle-set-disposition): Remove.
9569         (mm-handle-set-description): Remove.
9570
9571 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9574         (mm-w3m-standalone-supports-m17n-p): New function.
9575         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9576         w3m usage.
9577
9578         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9579         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9580
9581 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * message.el (message-tool-bar-zap-list): Use
9584         gmm-tool-bar-zap-list as custom type.
9585         (message-tool-bar-update): New function.
9586         (message-tool-bar, message-tool-bar-gnome)
9587         (message-tool-bar-retro): Add message-tool-bar-update.
9588         (message-tool-bar-gnome): Add flyspell-buffer.
9589
9590         * gnus-util.el (gnus-error): Describe `args'.
9591
9592         * gmm-utils.el (gmm-error): Describe `args'.
9593         (gmm-tool-bar-zap-list): New widget.
9594         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9595
9596 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9599         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9600         the number of recursive calls.
9601
9602         * mm-decode.el (mm-handle-set-disposition): New macro.
9603         (mm-handle-set-description): New macro.
9604
9605 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9608         encoding.
9609
9610 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * message.el (message-tool-bar-zap-list, message-tool-bar)
9613         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9614         (message-tool-bar-local-item-from-menu): Remove.
9615         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9616         (message-make-tool-bar): New function.
9617         (message-mode): Use `message-make-tool-bar'.
9618
9619         * gmm-utils.el: New file.
9620         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9621         (gmm-lazy): New widget copied from `nnmail.el'.
9622         (gmm-tool-bar-from-list): New function for creating customizable
9623         tool bars.
9624         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9625         output.
9626         (gmm): Add :prefix to defgroup.
9627
9628 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9629
9630         * gmm-utils.el (gmm-widget-p): New function.
9631
9632 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * mml.el (mml-attach-file): Describe `description' in doc string.
9635         (mml-menu): Add Emacs MIME manual and PGG manual.
9636
9637 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9638
9639         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9640
9641 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9642
9643         * nntp.el (nntp-end-of-line): Doc fix.
9644
9645 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9646
9647         * imap.el (imap-open): Handle case where buffer is a buffer
9648         object.
9649
9650 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9651
9652         * gnus-delay.el (gnus-delay): Don't autoload.
9653         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9654         to be re-loaded when customizing the `gnus-delay' group.
9655
9656 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9657
9658         * message.el (message-insert-citation-line): Use newlines.
9659
9660 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9661
9662         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9663         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9664         these routines, so the passphrase can be managed externally and
9665         passed in to the system.
9666         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9667         pgg-add-passphrase-to-cache function.
9668
9669         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9670         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9671         these routines, so the passphrase can be managed externally and
9672         passed in to the system.
9673         (pgg-pgp5-sign-region): Use new name of
9674         pgg-add-passphrase-to-cache function.
9675
9676 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9677
9678         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9679         part of the decoded armor to find the key-identifier.
9680         (pgg-gpg-lookup-key-owner): New function to return the
9681         human-readable identifier of a key owner.
9682         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9683         itself.
9684         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9685         the key value) if we have a key and can match it against a secret
9686         key.  Also, added a note pointing out fact that the prompt only
9687         indicates the first matching key.
9688
9689         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9690         pgg-decrypt-region.
9691         (pgg-add-passphrase-to-cache): Rename from
9692         `pgg-add-passphrase-cache' to reduce confusion (all callers
9693         changed).
9694         (pgg-remove-passphrase-from-cache): Rename from
9695         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9696         changed).
9697         (pgg-read-passphrase, pgg-add-passphrase-cache)
9698         (pgg-remove-passphrase-cache): Add informative docstrings.
9699         (pgg-decrypt): Convey provided passphrase in subordinate call to
9700         pgg-decrypt-region.
9701
9702 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9703
9704         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9705         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9706         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9707         'passphrase' argument, so the passphrase can be managed externally
9708         and then passed in to the system.
9709
9710         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9711         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9712         so the passphrase cache can be used reliably with identifiers
9713         besides a pgp packet's key id.
9714
9715         * pgg-gpg.el (pgg-gpg-encrypt-region)
9716         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9717         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9718         these routines, so the passphrase can be managed externally and
9719         passed in to the system.
9720
9721         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9722         'notruncate' argument, so the passphrase cache can be used
9723         reliably with identifiers besides a pgp packet's key id.
9724
9725 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9726
9727         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9728         symmetric encryption.
9729         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9730         encrypted session key.
9731         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9732         message ask for the passphrase in a proper way.
9733
9734         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9735         New user commands for symmetric encryption.
9736
9737 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9740
9741         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9742
9743 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9744
9745         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9746
9747 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * mm-decode.el (mm-inlined-types): Add application/pgp.
9750         (mm-automatic-display): Ditto.
9751
9752         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9753         part as text.
9754
9755 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * nnrss.el: Update copyright.
9758         (nnrss-opml-import): Query whether to subscribe to each entry.
9759
9760         * gnus-art.el:
9761         * gnus-sum.el:
9762         * gnus-xmas.el:
9763         * messagexmas.el:
9764         * mm-uu.el:
9765         * mm-view.el: Update copyright.
9766
9767 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * message.el (message-info): New function.
9770         (message-mode-menu): Add it.
9771         Update copyright.
9772
9773         * ChangeLog: Fix and update copyright.
9774
9775 2006-01-13  Romain Francoise  <romain@orebokech.com>
9776
9777         * message.el (message-forward-subject-name-subject): Prefer the
9778         address to 'nowhere' if the sender has no name.
9779         Fix typo.  Update copyright year.
9780
9781 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-art.el (article-wash-html): Use
9784         gnus-summary-show-article-charset-alist if a numeric arg is given.
9785         (gnus-article-wash-html-with-w3m-standalone): New function.
9786
9787         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9788         mm-inline-text-html-render-with-w3m-standalone.
9789         (mm-text-html-washer-alist): Map w3m-standalone to
9790         gnus-article-wash-html-with-w3m-standalone.
9791         (mm-inline-text-html-render-with-w3m-standalone): New function.
9792
9793 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9796         Improve LaTeX.
9797
9798 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9801         (nnrss-request-article): Render text/plain parts as HTML.
9802
9803         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9804         the buffer.
9805
9806 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9809         custom definition of `gnus-posting-styles'.
9810
9811         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9812         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9813
9814 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9817         Use nntp for bug archive.
9818
9819 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9822         parts.
9823         (nnrss-normalize-date): New function converts ISO 8601 date into
9824         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9825         (nnrss-check-group): Use it.
9826
9827 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9830
9831         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9832         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9833         (nnrss-insert-w3): Ditto.
9834
9835 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9838         the articles to be forwarded including the case where neither a
9839         number of articles nor a region is specified.
9840
9841 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * nnrss.el (nnrss-request-article): Fix last change; fill
9844         text/plain parts.
9845
9846 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9849         in text/plain part.
9850         (nnrss-check-group): Don't add excessive newline to dc:subject.
9851
9852 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9853
9854         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9855         article.
9856
9857 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9860         (nnml-use-compressed-files, nnml-save-mail): Support other
9861         comression programs such as bzip2.
9862
9863 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864
9865         * dns.el (query-dns): Make sure we check the buffer size before
9866         removing tcp headers.
9867
9868 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9871         remove MIME buttons associated with multipart/alternative parts.
9872         (gnus-mime-display-alternative): Tag buttons using `article-type'
9873         text property.
9874
9875         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9876         associated with multipart/alternative parts.
9877
9878         * gnus-art.el (gnus-signature-separator): Fix custom type.
9879
9880         * mm-decode.el (mm-inlined-types): Fix custom type.
9881         (mm-keep-viewer-alive-types): Ditto.
9882         (mm-automatic-display): Ditto.
9883         (mm-attachment-override-types): Ditto.
9884         (mm-inline-override-types): Ditto.
9885         (mm-automatic-external-display): Ditto.
9886
9887 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * spam-report.el (spam-report-user-mail-address)
9890         (spam-report-user-agent): New variables.
9891         (spam-report-url-ping-plain): Use spam-report-user-agent.
9892
9893 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9894
9895         * gnus-art.el (gnus-button-handle-custom): Do not just use
9896         `customize-apropos' for any "M-x customize-*" button but the
9897         function called for.  Accept both the function name and its
9898         argument in order to achieve this.
9899         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9900         function name to `gnus-button-handle-custom' in case of "M-x
9901         customize-*" buttons.
9902
9903 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9906         multipart/alternative and add xref to mm-discouraged-alternatives
9907         in doc string.
9908
9909         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9910         gnus-buttonized-mime-types in doc string.
9911
9912 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9915         Suggest image/.* in the doc string.
9916
9917 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9918
9919         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9920         message-marks (Debian bug #342521).
9921
9922 2005-12-12  Simon Josefsson  <jas@extundo.com>
9923
9924         * password.el (password-read-from-cache): Add.
9925         (password-read): Use it.
9926
9927 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9930         us-ascii as a MIME charset.
9931
9932         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9933         against the case where the 2nd arg TYPE is nil.
9934
9935 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * pop3.el (pop3-stream-type): Fix custom version.
9938
9939         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9940
9941 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9942
9943         * mm-decode.el (mm-display-external): Add missing cdr.
9944
9945 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9948         RFC1524) if it is in mailcap or add a suffix according to
9949         mailcap-mime-extensions when generating a temp filename; postpone
9950         deleting a temp file for 2 seconds for some wrappers, shell
9951         scripts, and so on, which might exit right after having started a
9952         viewer command as a background job.
9953
9954 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * nntp.el (nntp-marks-directory): Fix custom group.
9957
9958         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9959         steps when < 10.
9960
9961         * gnus-start.el (gnus-no-server-1): Mention
9962         `gnus-level-default-subscribed' in doc string.
9963
9964 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9965
9966         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9967         parens.
9968
9969 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * gnus-xmas.el (gnus-use-toolbar): Revert.
9972         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9973         gnus-use-toolbar is default.
9974
9975         * messagexmas.el (message-use-toolbar): Revert.
9976         (message-setup-toolbar): Use global default-toolbar if
9977         message-use-toolbar is default.
9978
9979 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9982         according to default-toolbar-visible-p.
9983
9984         * messagexmas.el (message-use-toolbar): Ditto.
9985
9986 2005-11-26  Dave Love  <fx@gnu.org>
9987
9988         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9989         (tls-program, tls-success): Provide openssl alternative.
9990
9991         * starttls.el: Doc fixes.
9992         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9993         SERVICE to PORT.
9994
9995         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9996         port null or service name.
9997         (starttls-negotiate): Autoload.
9998
9999 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * message.el (message-kill-to-signature): Fix interactive spec.
10002
10003 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * pop3.el (pop3-open-server): Recognize a string as a service name.
10006
10007 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10008
10009         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10010
10011 2005-11-23  Dave Love  <fx@gnu.org>
10012
10013         Add pop3s, pop3/starttls.
10014
10015         * pop3.el (pop3-authentication-scheme): Clarify doc.
10016         (open-tls-stream, starttls-open-stream): Autoload.
10017         (pop3-stream-type): New.
10018         (pop3-open-server): Use it.
10019
10020         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10021         for POP.
10022         (mail-source-keyword-map): Add :stream for POP.
10023         (mail-source-fetch-pop): Use pop3-stream-type.
10024
10025 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10028         of current-time-string.
10029
10030 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10031
10032         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10033         date header.
10034
10035 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10036
10037         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10038         it can seriously impact performance as it bypasses the agent's
10039         local caches.
10040
10041 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10042
10043         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10044         must be explicitly online rather than "not explicitly offline" for
10045         its flags to be synchronized.
10046
10047         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10048         that gnus-uu-unmark-thread will function correctly.
10049
10050         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10051         1024K is instead displayed as 1M.
10052
10053 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10054
10055         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10056
10057 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10058
10059         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10060
10061 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10062
10063         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10064         error message to display actual error condition.
10065         (gnus-agent-save-local): Avoid saving symbols that are bound to
10066         nil as they simply result in a warning message in
10067         gnus-agent-read-local.
10068
10069 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10072         rather than make-variable-buffer-local for file-precious-flag.
10073
10074 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10075
10076         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10077         for duplicates which are removed.  The invalid sort check then
10078         triggers a rescan after the sort as sorting may have moved
10079         duplicate entries such that they can be cheaply detected.
10080
10081 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10084
10085 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10086
10087         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10088         internal variable to a custom variable.  Changed default value
10089         from compressed(2) to uncompressed(1).
10090         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10091         support for uncompressed agentview files.  Taken together, reading
10092         the agentview file should now be 6-7 times faster.
10093
10094 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10095
10096         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10097         as a buffer-local variable.  This avoids creating truncated
10098         dribble files as a result of a hang up, eg.
10099
10100 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10101
10102         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10103         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10104         XEmacs.
10105
10106 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gnus-start.el (gnus-start-draft-setup): Enforce
10109         `gnus-draft-mode' for nndraft:drafts at startup.
10110
10111         * gnus.el (gnus-splash): Change custom group.
10112         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10113         allow-list argument.
10114
10115         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10116         string.
10117
10118 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10119
10120         * gnus-art.el (gnus-default-article-saver): Add user-defined
10121         `function' to custom type.
10122
10123 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10124
10125         * imap.el (imap-open): Handle case where buffer is a buffer
10126         object.
10127
10128 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10131         long lines.
10132         (gnus-cache-delete-group): Wrap doc strings.
10133
10134         * gnus-agent.el (gnus-agent-rename-group)
10135         (gnus-agent-delete-group): Wrap doc strings.
10136
10137 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * messagexmas.el (message-use-toolbar): Change the valid values
10140         into default, top, bottom, left, and right.
10141         (message-toolbar-thickness): New variable.
10142         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10143         well.
10144         (message-setup-toolbar): Make it work.
10145
10146         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10147         (gnus-use-toolbar): Change the valid values into default, top,
10148         bottom, left, and right.
10149         (gnus-toolbar-thickness): New variable.
10150         (gnus-xmas-setup-toolbar): New function.
10151         (gnus-xmas-setup-group-toolbar): Use it.
10152         (gnus-xmas-setup-summary-toolbar): Use it.
10153
10154 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10155
10156         * gnus-start.el (gnus-1): Add "native" to
10157         gnus-predefined-server-alist.
10158
10159         * gnus.el (gnus-method-to-server): Don't add "native" to the
10160         lists here, because that leads to problems when
10161         gnus-select-method is bound.
10162
10163 2005-11-09  Simon Josefsson  <jas@extundo.com>
10164
10165         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10166         use (not sort-by-date) instead.
10167
10168 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10169
10170         * gnus-delay.el (gnus-delay-group): Don't autoload.
10171         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10172         to be re-loaded when customizing the `gnus-delay' group.
10173
10174 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10175
10176         * message.el: Revert last changes.
10177         (message-insert-citation-line): Use newlines.
10178
10179 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10180
10181         * message.el (message-courtesy-message)
10182         (message-mark-insert-begin, message-mark-insert-end)
10183         (message-elide-ellipsis, message-cancel-message)
10184         (message-add-header, message-change-subject)
10185         (message-cross-post-followup-to-header)
10186         (message-cross-post-insert-note, message-reduce-to-to-cc)
10187         (message-widen-reply, message-delete-not-region)
10188         (message-kill-to-signature, message-insert-signature)
10189         (message-insert-importance-high, message-insert-importance-low)
10190         (message-insert-or-toggle-importance)
10191         (message-insert-disposition-notification-to)
10192         (message-indent-citation, message-yank-original)
10193         (message-cite-original-without-signature, message-cite-original)
10194         (message-insert-citation-line, message-position-on-field)
10195         (message-fix-before-sending, message-send-mail-partially)
10196         (message-send-mail, message-send-mail-with-sendmail)
10197         (message-send-mail-with-qmail, message-send-news)
10198         (message-check-news-header-syntax, message-generate-headers)
10199         (message-insert-courtesy-copy, message-fill-address)
10200         (message-fill-header, message-shorten-references)
10201         (message-setup-1, message-cancel-news)
10202         (message-forward-make-body-plain, message-forward-make-body-mime)
10203         (message-forward-make-body-mml, message-encode-message-body)
10204         (message-forward-make-body-digest-plain)
10205         (message-forward-make-body-digest-mime)
10206         (message-use-alternative-email-as-from): Insert `hard-newline'
10207         instead of ordinary newlines.
10208
10209 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * message.el (message-generate-headers): Downcase the argument
10212         given to message-check-element.
10213
10214 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10215
10216         * nntp.el (nntp-authinfo-rejected): New error condition.
10217         (nntp-wait-for): Use new error condition to signal authentication
10218         error.
10219         (nntp-retrieve-data): Rethrow new error condition to break out of
10220         recursive call to nntp-send-authinfo.
10221
10222 2005-11-08  Romain Francoise  <romain@orebokech.com>
10223
10224         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10225         (gnus-summary-exit-map): Bind to `Z p'.
10226         (gnus-summary-make-menu-bar): Add menu item.
10227
10228 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10231         (gnus-treat-*): Add `first' in all doc strings.
10232
10233         * gnus-group.el (gnus-group-compact-group): Fix typo.
10234
10235 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus.el (gnus-parameters-case-fold-search): New variable.
10238         (gnus-parameters-get-parameter): Use it.
10239
10240         * gnus-score.el (gnus-home-score-file): Doc fix.
10241
10242 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10243
10244         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10245
10246 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * mm-util.el (mm-special-display-p): New function.
10249
10250         * mml.el (mml-preview): Use it; doc fix.
10251
10252 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10253
10254         * imap.el (imap-open): Handle case where buffer is a buffer object.
10255
10256 2005-10-29  Romain Francoise  <romain@orebokech.com>
10257
10258         * message.el (message-fix-before-sending): Fix comment.
10259
10260 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10261
10262         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10263
10264 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10265
10266         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10267         Used in gnus-score.el.
10268
10269 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10270
10271         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10272
10273 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10276         whitespace removed in revision 7.8.  Use concatenated string to
10277         protect trailing whitespace.
10278
10279 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10280
10281         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10282         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10283         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10284         Courier IMAP ("some version from 2004").  Mostly based on similar
10285         code in the same function.
10286
10287 2005-10-26  Didier Verna  <didier@xemacs.org>
10288
10289         * gnus-group.el (gnus-group-compact-group): Invalidate original
10290         article buffer.
10291         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10292         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10293         NOV database and in article itself.
10294         Invalidate article backlog.
10295
10296 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10297
10298         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10299
10300 2005-10-26  Simon Josefsson  <jas@extundo.com>
10301
10302         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10303         part of 2004-07-25 change.
10304
10305 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * message.el (message-display-completion-list): New function.
10308         (message-expand-group): Use it; make sure the Completions buffer
10309         is modifiable.
10310 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10311
10312         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10313         user-mail-name is an empty string.
10314
10315 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10318         depending on gnus-score-decay-constant.
10319
10320         * encrypt.el (encrypt-insert-file-contents)
10321         (encrypt-write-file-contents): Don't use `gnus-message'.
10322
10323         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10324         arguments.
10325         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10326         arguments to mm-uu-verbatim-marks-extract.
10327         (mm-uu-hide-markers): New variable.
10328         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10329
10330         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10331         (gnus-convert-image-to-face-command): Use "convert" by default to
10332         allow other input image formats.
10333         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10334         accordingly.
10335
10336 2005-10-23  Simon Josefsson  <jas@extundo.com>
10337
10338         * imap.el (imap-gssapi-program): Align command line parameters
10339         with latest GNU SASL.
10340         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10341
10342 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343
10344         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10345         HTML.
10346         (nnslashdot-request-article): Ditto.
10347
10348         * lpath.el (featurep): Add nobreak-char-display.
10349
10350 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10351
10352         * mail-source.el (mail-source-fetch-pop): Require pop3.
10353         (mail-source-check-pop): Ditto.
10354
10355 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10358         errors.
10359
10360 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10363         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10364
10365         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10366
10367         * mm-bodies.el (mm-decode-string): Call
10368         `mm-charset-to-coding-system' with allow-override argument.
10369
10370 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10373         (rfc2047-charset-to-coding-system): New function.
10374         (rfc2047-decode-encoded-words): New function.
10375         (rfc2047-decode-region): Use them.
10376         (rfc2047-decode-cte): Remove.
10377         (rfc2047-parse-and-decode): Remove.
10378         (rfc2047-decode): Remove.
10379
10380 2005-10-15  Kenichi Handa  <handa@m17n.org>
10381
10382         * rfc2047.el (rfc2047-decode-cte): New function.
10383         (rfc2047-decode-region): Change the way to decode successive
10384         encoded-words: decode B- or Q-encoding in each encoded-word,
10385         concatenate them, and decode it as charset.
10386
10387 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * lpath.el: Fbind codepage-setup for XEmacs.
10390
10391 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10392
10393         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10394         widget-move-and-invoke.
10395         (gnus-custom-mode): Use gnus-custom-map.
10396
10397 2005-10-15  Bill Wohler  <wohler@newt.com>
10398
10399         * message.el (message-tool-bar-map): Renamed image file from
10400         mail_send to mail/send.
10401
10402 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10403
10404         * message.el (message-expand-group): Pass the common
10405         prefix substring of completion to `display-completion-list'.
10406
10407 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10408
10409         * mml-sec.el (mml-secure-method): New internal variable.
10410         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10411         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10412         functions using mml-secure-method.
10413
10414         * mml.el (mml-mode-map): Add key bindings for those functions.
10415         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10416         Harder <harder@myrealbox.com>.
10417         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10418         end of message if point is the headers of the message.
10419
10420         * message.el (message-in-body-p): New function.
10421
10422         * assistant.el: Autoload gnus-util and netrc.
10423
10424         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10425         Use `mm-charset-override-alist' only when decoding.
10426
10427         * mm-bodies.el (mm-decode-body): Call
10428         `mm-charset-to-coding-system' with allow-override argument.
10429
10430         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10431         `filename' from Content-Disposition if Content-Type doesn't
10432         provide `name'.
10433         (gnus-mime-view-part-as-type): Set default instead of
10434         initial-input.
10435
10436 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10437
10438         * format-spec.el (format-spec): Propagate text properties of % spec.
10439
10440 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * gnus-art.el (gnus-treat-predicate): Add `first'.
10443
10444 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10445
10446         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10447         (mm-charset-override-alist): New variable.
10448         (mm-charset-to-coding-system): Use it.
10449         (mm-codepage-setup): New helper function.
10450         (mm-charset-eval-alist): New variable.
10451         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10452         about unknown charsets.
10453
10454         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10455
10456 2005-10-04  David Hansen  <david.hansen@gmx.net>
10457
10458         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10459         (nnrss-check-group): Ditto.
10460
10461 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10464         Rename x-gnus-verbatim to x-verbatim.
10465         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10466
10467         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10468         x-verbatim.
10469
10470         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10471
10472         * gnus-util.el (gnus-remove-duplicates): Remove.
10473
10474         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10475         instead of gnus-remove-duplicates.
10476
10477         * message.el (message-remove-duplicates): Remove.
10478         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10479         message-remove-duplicates.
10480
10481         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10482         available, else use implementation from `delete-dups'.
10483
10484         * message.el (message-insert-expires): New function.
10485         (message-mode-map): Add key binding.
10486         (message-mode-field-menu): Add menu entry.
10487         (message-mode): Document it.
10488         (message-make-expires-date): Use `message-make-date'.
10489
10490 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10491
10492         * message.el (message-make-expires-date): New function.
10493
10494 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * Makefile.in (list-installed-shadows): New entry.
10497         (install): Use it.
10498         (remove-installed-shadows): New entry.
10499
10500         * dgnushack.el (dgnushack-default-load-path): New variable.
10501         (dgnushack-find-lisp-shadows): New function.
10502         (dgnushack-remove-lisp-shadows): New function.
10503
10504 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * Makefile.in (install-el-elc): New entry.
10507         (install): Use it so that .el files are necessarily installed.
10508
10509 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10512
10513 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10514
10515         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10516         function rather than the diff-mode.el package.
10517         (mm-display-external): Use with-current-buffer.
10518         (mm-viewer-completion-map, mm-viewer-completion-map):
10519         Move initialization inside declaration.
10520
10521 2005-09-29  Simon Josefsson  <jas@extundo.com>
10522
10523         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10524         autoload mail-check-payment.
10525         (spam-check-hashcash): Define unconditionally, since hashcash.el
10526         is part of Gnus now.  Ignore errors from payment checking.
10527
10528 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * message.el (message-bold-region, message-unbold-region): Rename
10531         from `bold-region' and `unbold-region'.
10532
10533         * message.el: Remove useless autoloads.
10534
10535 2005-09-28  Simon Josefsson  <jas@extundo.com>
10536
10537         * message.el (message-use-idna): Default to t.
10538         (message-use-idna): Test whether encoding works too.  Doc fix.
10539
10540 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * nntp.el (nntp-warn-about-losing-connection): Remove.
10543
10544 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10545
10546         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10547         customizable.  Change default value.
10548         (mm-uu-diff-groups-regexp): Change default value.
10549         (mm-uu-type-alist): Add doc string.
10550         (mm-uu-configure): Add doc string.  Make it interactive.
10551         (mm-uu-tex-groups-regexp): New variable.
10552         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10553         (mm-uu-type-alist): Add LaTeX documents.
10554         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10555         of "text/verbatim".
10556         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10557
10558         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10559         instead of "text/verbatim".
10560
10561         * message.el (message-mark-inserted-region)
10562         (message-mark-insert-file): Use slrn style marks when called with
10563         prefix argument.
10564
10565 2005-09-27  Simon Josefsson  <jas@extundo.com>
10566
10567         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10568
10569 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10570
10571         * message.el (message-remove-duplicates): New function.
10572         Implementation borrowed from `gnus-remove-duplicates'.
10573         (message-idna-to-ascii-rhs): Also encode idna addresses in
10574         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10575         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10576         only ask about the same idna domain once per header and also tell
10577         in what header to replace the idna domain.
10578
10579         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10580         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10581         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10582         a header is decoded and not just the last one.
10583
10584 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10587         has been decoded.
10588
10589         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10590         (mm-insert-part): Don't modify text if it has been decoded.
10591
10592         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10593         decoded.
10594
10595         * mm-view.el (mm-inline-text): Don't strip text props unless
10596         decoding enriched or richtext parts.
10597
10598 2005-09-25  Romain Francoise  <romain@orebokech.com>
10599
10600         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10601         * gnus-start.el (gnus-subscribe-interactively):
10602         * gnus-uu.el (gnus-uu-grab-articles):
10603         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10604         space.
10605
10606 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10607
10608         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10609         * mm-view.el (mm-view-pkcs7-decrypt):
10610         * gnus-sum.el (gnus-summary-limit-to-extra)
10611         (gnus-summary-respool-article, gnus-read-move-group-name):
10612         * gnus-score.el (gnus-summary-increase-score):
10613         * gnus-util.el (gnus-completing-read-with-default):
10614         * gnus-art.el (gnus-read-save-file-name)
10615         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10616         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10617         * message.el (message-check-news-header-syntax):
10618         Follow convention for reading with the minibuffer.
10619
10620 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * spam-report.el (spam-report-url-ping-plain):
10623         Use gnus-extended-version as User-Agent.
10624
10625         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10626         default value is nil.
10627
10628         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10629         (mm-uu-verbatim-marks-extract): New function.
10630         (mm-uu-extract): New face.
10631         (mm-uu-copy-to-buffer): Use it.
10632
10633         * spam-report.el (spam-report-gmane-ham): Renamed from
10634         `spam-report-gmane-unspam'.
10635         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10636         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10637
10638         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10639         Autoload.
10640         (spam-report-gmane-unregister-routine): Renamed
10641         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10642
10643 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10644
10645         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10646         (spam-report-gmane-unregister-routine): Add support for gmane
10647         unregistration.
10648
10649         * spam-report.el (spam-report-gmane-unspam)
10650         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10651         (spam-report-gmane): Change to take a single article and do unspam
10652         registration.
10653
10654 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10655
10656         * mm-url.el (mm-url-decode-entities): Fix regexp.
10657
10658 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10661         default to nil, to be able to use Gnus at all.  If the default
10662         switches to something else, then the function should be fixed not
10663         be exceedingly slow.
10664
10665 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10666
10667         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10668         fail hard.
10669
10670         * spam-report.el: Add better Keywords line.
10671
10672         * spam.el: Add Maintainer and better Keywords line.
10673
10674 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * gnus-art.el (gnus-article-replace-part)
10677         (gnus-mime-replace-part): New functions.
10678         (gnus-mime-action-alist, gnus-mime-button-commands)
10679         (gnus-mime-save-part-and-strip): Added file argument.
10680         (gnus-article-part-wrapper): Added interactive argument.
10681
10682         * gnus-sum.el (gnus-summary-mime-map): Add
10683         `gnus-article-replace-part'.
10684
10685 2005-09-19  Didier Verna  <didier@xemacs.org>
10686
10687         The nnml compaction feature:
10688         * nnml.el (nnml-request-compact-group): New function.
10689         * nnml.el (nnml-request-compact): New function.
10690         * gnus-int.el (gnus-request-compact-group): New function.
10691         * gnus-int.el (gnus-request-compact): New function.
10692         * gnus-group.el (gnus-group-compact-group): New function.
10693         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10694         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10695         * gnus-srvr.el (gnus-server-compact-server): New function.
10696         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10697         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10698
10699 2005-09-18  Deepak Goel  <deego@gnufans.org>
10700
10701         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10702         format spec.
10703
10704 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10707
10708 2005-09-15  Romain Francoise  <romain@orebokech.com>
10709
10710         * message.el (message-fill-paragraph): Clarify docstring.
10711
10712 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * gnus-art.el (gnus-mime-display-part): Protect against broken
10715         MIME messages.
10716
10717 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10720         before parsing header.
10721
10722 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10723
10724         * html2text.el (html2text-replace-list): Add new entities.
10725
10726 2005-09-11  Romain Francoise  <romain@orebokech.com>
10727
10728         * message.el (message-alternative-emails): Improve docstring.
10729         (message-setup-1): Call `message-use-alternative-email-as-from'
10730         after `message-setup-hook' to give it precedence over posting
10731         styles, etc.
10732         (message-use-alternative-email-as-from): Add docstring.  Remove
10733         the original From header if present.
10734
10735         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10736         (nnml-save-mail): Use it.
10737
10738         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10739         articles.  Add new argument `silent'.
10740         (gnus-uu-mark-all): Report the total number of marked articles.
10741
10742 2005-09-10  Romain Francoise  <romain@orebokech.com>
10743
10744         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10745         (gnus-uu-mark-series): Likewise.
10746
10747 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10748
10749         * spam-report.el (spam-report-gmane): Fix generation of spam
10750         report URL.
10751
10752 2005-09-10  Simon Josefsson  <jas@extundo.com>
10753
10754         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10755         t, based on discussion on the ding list with Robert Epprecht
10756         <epprecht@solnet.ch>.
10757
10758 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * spam-report.el (spam-report-gmane): Make it work without
10761         X-Report-Spam header.  Gmane now only provides Archived-At.
10762         This is only used if `spam-report-gmane-use-article-number' is nil.
10763         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10764
10765         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10766         make `gnus-summary-sort-by-recipient' work with threading.
10767
10768         * nnweb.el (nnweb-google-wash-article): Print a message if article
10769         is not available.
10770
10771 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10772
10773         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10774         change.  Decode text/* parts content before displaying.
10775
10776 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10779
10780 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10783
10784         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10785         url-package-name, url-package-version,
10786         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10787         w3m-display-inline-images, and w3m-minor-mode-map.
10788
10789 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * message.el (message-tab-body-function): Fix mismatched custom type.
10792
10793         * gnus.el (gnus-group-change-level-function): Ditto.
10794
10795         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10796
10797         * gnus-art.el (gnus-signature-limit)
10798         (gnus-article-mime-part-function): Ditto.
10799
10800 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10801
10802         * mml.el (mml-mode): Silence the byte compiler.
10803
10804         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10805         using `(sit-for 0)' before moving the point to the specified part;
10806         skip unbuttonized parts.
10807         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10808         return to the summary window if gnus-auto-select-part is non-nil.
10809
10810 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10811
10812         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10813         variables.
10814         (mml-dnd-attach-file, mml-mode): Use them.
10815
10816         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10817         Make fetching article by MID work again for Google Groups.  Added
10818         FIXME concerning gnus-group-make-web-group.
10819
10820         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10821         Don't depend on Gnus by using mail-extract-address-components if
10822         gnus-extract-address-components is not bound.
10823
10824 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10825
10826         * gnus-art.el (gnus-mime-display-security): Don't display the
10827         signature, but only the signed part.
10828
10829 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10832
10833         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10834         list, not listp.
10835
10836 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10837
10838         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10839         when encoding.
10840
10841         * mm-bodies.el (mm-decode-content-transfer-encoding):
10842         De-canonicalize CRLF for all text content types, not just
10843         text/plain.
10844
10845 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10848         valid article; point arrow and cursor at the MIME button.
10849
10850 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10853         Suggested by Dan Christensen <jdc@uwo.ca>.
10854
10855         * mm-decode.el (mm-save-part): Enable change of prompt.
10856
10857 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10858
10859         * gnus-msg.el (gnus-inews-add-send-actions): Made
10860         `message-post-method' lambda parameter ARG `&optional'.
10861
10862 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10863
10864         * gnus-sum.el (gnus-summary-mime-map): Added
10865         gnus-article-save-part-and-strip, gnus-article-delete-part and
10866         gnus-article-jump-to-part.
10867
10868         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10869         (gnus-article-edit-part): Use it.
10870         (gnus-article-part-wrapper): Added no-handle argument.
10871         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10872         functions.
10873
10874 2005-08-29  Romain Francoise  <romain@orebokech.com>
10875
10876         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10877         docstring.
10878         (gnus-face-from-file): Likewise.
10879
10880 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10883         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10884         non-nil.
10885         (gnus-auto-select-part): New variable.
10886         (gnus-article-jump-to-part): New function.
10887         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10888         (gnus-mime-delete-part): Allow selecting specified part after
10889         deleting or stripping parts.
10890         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10891         part if argument is bogus.
10892
10893 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10894
10895         * gnus-art.el (w3m-minor-mode-map):
10896         * gnus-spec.el (gnus-newsrc-file-version):
10897         * gnus-util.el (nnmail-active-file-coding-system)
10898         (gnus-original-article-buffer, gnus-user-agent):
10899         * gnus.el (gnus-ham-process-destinations)
10900         (gnus-parameter-ham-marks-alist)
10901         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10902         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10903         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10904         * mm-decode.el (gnus-current-window-configuration):
10905         * mm-extern.el (gnus-article-mime-handles):
10906         * mm-url.el (url-current-object, url-package-name)
10907         (url-package-version):
10908         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10909         (smime-keys, w3m-cid-retrieve-function-alist)
10910         (w3m-current-buffer, w3m-display-inline-images)
10911         (w3m-minor-mode-map):
10912         * mml-smime.el (gnus-extract-address-components):
10913         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10914         (gnus-newsrc-hashtb, message-default-charset)
10915         (message-deletable-headers, message-options)
10916         (message-posting-charset, message-required-mail-headers)
10917         (message-required-news-headers):
10918         * mml1991.el (mc-pgp-always-sign):
10919         * mml2015.el (mc-pgp-always-sign):
10920         * nnheader.el (nnmail-extra-headers):
10921         * rfc1843.el (gnus-decode-encoded-word-function)
10922         (gnus-decode-header-function, gnus-newsgroup-name):
10923         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10924
10925 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10926
10927         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10928         the end of the date treatments.
10929
10930 2005-08-15  Simon Josefsson  <jas@extundo.com>
10931
10932         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10933         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10934         Capello and Romain Francoise.
10935         (pgg-fetch-key-function): Removed, not used?
10936         (pgg-insert-url-with-w3): Require url, to get
10937         url-insert-file-contents regardless of where it is defined.
10938
10939 2005-08-13  Romain Francoise  <romain@orebokech.com>
10940
10941         * message.el (message-cite-original-1): New function.
10942         (message-cite-original): Use it.
10943         (message-cite-original-without-signature): Ditto.
10944
10945 2005-08-08  Romain Francoise  <romain@orebokech.com>
10946
10947         * message.el (message-yank-empty-prefix): New variable.
10948         (message-indent-citation): Use it.
10949         (message-cite-original-without-signature): Respect X-No-Archive.
10950
10951 2005-08-08  Simon Josefsson  <jas@extundo.com>
10952
10953         * pgg.el: Autoload url-insert-file-contents instead of loading
10954         w3/url.
10955         (pgg-insert-url-with-w3): Don't load url here.
10956
10957 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10958
10959         * message.el (message-kill-to-signature): Don't insert newline at
10960         bol.
10961         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10962
10963 2005-08-06  Romain Francoise  <romain@orebokech.com>
10964
10965         * message.el (message-user-fqdn): Fix typo in docstring.
10966
10967 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10968
10969         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10970
10971         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10972
10973 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * mm-bodies.el (mm-encode-body): Use coding system rather than
10976         charset to encode text.
10977
10978         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10979         number of charsets if utf-8 is available (XEmacs).
10980
10981 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10984         taken from `gnus-button-mid-or-mail-regexp'.
10985         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10986         (gnus-button-alist): Improve regexp for domain part of the MIDs
10987         for news:localpart@domain buttons.
10988         (gnus-button-ctan-directory-regexp): Update.
10989
10990 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * sieve-manage.el (sieve-manage-interactive-login): Use
10993         make-local-variable rather than make-variable-buffer-local.
10994         (sieve-manage-open): Ditto.
10995         (sieve-manage-authenticate): Ditto.
10996
10997         * mml.el (mml-generate-mime-1): Make the content type default to
10998         text/plain if the filename is not specified.
10999
11000 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11003         instead of insert-buffer.
11004
11005         * message.el (message-yank-original): Ditto; set the mark at the
11006         end of the yanked message.
11007
11008 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11011         lines to scroll rather than to stop it.
11012
11013         * mml.el (mml-generate-default-type): Add doc string.
11014         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11015         default to application/octet-stream when determining the content
11016         type if it is not specified for the part or the mml contents; add
11017         a comment about mml-generate-default-type.
11018
11019 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11022         make it default to application/octet-stream when determining the
11023         content type if it is not specified for the external contents.
11024
11025 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11028         segmented parameter but also other parameters might be there.
11029
11030 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * mm-decode.el (mm-display-external): Delete temp file, directory
11033         and buffer immediately if the external process is exited.
11034
11035 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11038         fewer lines than that of scroll-margin.
11039         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11040
11041 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * gnus-art.el (gnus-article-next-page): Revert.
11044         (gnus-article-beginning-of-window): New macro.
11045         (gnus-article-next-page-1): Use it.
11046         (gnus-article-prev-page): Ditto.
11047         (gnus-article-edit-part): Use insert-buffer-substring instead of
11048         insert-buffer.
11049         (gnus-article-edit-exit): Ditto.
11050
11051         * gnus-util.el (gnus-beginning-of-window): Remove.
11052         (gnus-end-of-window): Remove.
11053
11054         * lpath.el: Don't bind header-line-format and scroll-margin.
11055
11056 2005-07-25  Simon Josefsson  <jas@extundo.com>
11057
11058         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11059         to have the url package without w3.  Reported by Daiki Ueno
11060         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11061
11062 2005-07-20  Didier Verna  <didier@xemacs.org>
11063
11064         * gnus-diary.el: Remove the description comment (nndiary is now
11065         properly documented in the Gnus manual).
11066         Fix the spelling of "Back End".
11067         * nndiary.el: Ditto.
11068         Fix the copyright notice.
11069
11070 2005-07-18  Romain Francoise  <romain@orebokech.com>
11071
11072         * gnus-sum.el (gnus-summary-to-prefix)
11073         (gnus-summary-newsgroup-prefix): New variables.
11074         (gnus-summary-from-or-to-or-newsgroups): Use them.
11075
11076 2005-07-17  Romain Francoise  <romain@orebokech.com>
11077
11078         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11079         space as it's generally not especially interesting to the user.
11080
11081 2005-07-16  Romain Francoise  <romain@orebokech.com>
11082
11083         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11084         nil to avoid prompting and file modification if one of the
11085         messages at the top of the nnfolder file contains a copyright
11086         notice.
11087         Update copyright notice.
11088
11089         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11090         instead of `current-time-string' as the latter creates a time
11091         string that is not RFC 2822 compliant (it lacks the zone).
11092         Update copyright notice.
11093
11094 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11095
11096         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11097         for text/rtf.  Display default in prompt.  Pass default for M-n.
11098
11099         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11100
11101 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11102
11103         * gnus-msg.el (gnus-button-mailto): Remove
11104         save-selected-window-window hackery because it relies on
11105         save-selected-window internals.
11106
11107 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11110         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11111         (gnus-article-prev-page): Ditto.
11112
11113         * gnus-util.el (gnus-beginning-of-window): New function.
11114         (gnus-end-of-window): New function.
11115
11116         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11117
11118 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11119
11120         * gnus-score.el (gnus-score-edit-all-score): Set
11121         gnus-score-edit-exit-function to gnus-score-edit-done and call
11122         gnus-message.
11123
11124 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * gnus-msg.el (gnus-button-mailto): Remove
11127         save-selected-window-window hackery because it relies on
11128         save-selected-window internals.
11129
11130 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11133         add-minor-mode.
11134         (gnus-binary-mode): Ditto.
11135
11136         * gnus-topic.el (gnus-topic-mode): Ditto.
11137
11138 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11139
11140         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11141         (gnus-article-prev-page): Take scroll-margin into consideration.
11142
11143 2005-07-04  Lute Kamstra  <lute@gnu.org>
11144
11145         Update FSF's address in GPL notices.
11146
11147 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11148
11149         * gnus.el (gnus-exit):
11150         * gnus-group.el (gnus-group-icons):
11151         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11152
11153         * gnus-nocem.el (gnus-nocem):
11154         * message.el (message-various, message-buffers, message-sending)
11155         (message-interface, message-forwarding, message-insertion)
11156         (message-headers, message-news, message-mail):
11157         * pgg-gpg.el (pgg-gpg):
11158         * pgg-parse.el (pgg-parse):
11159         * pgg-pgp.el (pgg-pgp):
11160         * pgg-pgp5.el (pgg-pgp5):
11161         * pop3.el (pop3): Finish `defgroup' description with period.
11162
11163 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * gnus-art.el (article-display-face): Improve the efficiency.
11166         (article-display-x-face): Ditto; remove grey x-face stuff.
11167
11168 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * gnus-art.el (article-display-face): Correct the position in
11171         which Faces are inserted.
11172
11173 2005-06-29  Didier Verna  <didier@xemacs.org>
11174
11175         * gnus-art.el (article-display-face): Display faces in correct
11176         order.
11177
11178 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11181         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11182         (gnus-nocem-check-article): Fetch the Type header.
11183         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11184         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11185         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11186         make sure gnus-nocem-hashtb is initialized.
11187         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11188         (gnus-nocem-unwanted-article-p): Ditto.
11189
11190         * pgg.el (pgg-verify): Return the verification result.
11191
11192 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11193
11194         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11195         is ascii.
11196
11197 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11198
11199         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11200         `show-nonbreak-escape'.
11201
11202 2005-06-23  Lute Kamstra  <lute@gnu.org>
11203
11204         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11205
11206         * dig.el (dig-mode):
11207         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11208
11209 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11210
11211         * nnimap.el (nnimap-split-download-body): Fix spellings.
11212
11213 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11214
11215         * gnus-art.el (gnus-article-encrypt-body):
11216         * gnus-cus.el (gnus-score-customize):
11217         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11218         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11219
11220 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11221
11222         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11223         header by looking for magic "MII" at the beginnig.
11224
11225 2005-06-16  Miles Bader  <miles@gnu.org>
11226
11227         * gnus-xmas.el (gnus-xmas-group-startup-message):
11228         Use renamed gnus-splash face.
11229
11230         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11231         (assistant-field-face): New backward-compatibility alias for renamed
11232         face.
11233         (assistant-render-text): Use renamed assistant-field face.
11234
11235         * spam.el (spam): Remove "-face" suffix from face name.
11236         (spam-face): New backward-compatibility alias for renamed face.
11237         (spam-face, spam-initialize): Use renamed spam face.
11238
11239         * message.el (message-header-to, message-header-cc)
11240         (message-header-subject, message-header-newsgroups)
11241         (message-header-other, message-header-name)
11242         (message-header-xheader, message-separator, message-cited-text)
11243         (message-mml): Remove "-face" suffix from face names.
11244         (message-header-to-face, message-header-cc-face)
11245         (message-header-subject-face, message-header-newsgroups-face)
11246         (message-header-other-face, message-header-name-face)
11247         (message-header-xheader-face, message-separator-face)
11248         (message-cited-text-face, message-mml-face):
11249         New backward-compatibility aliases for renamed faces.
11250         (message-font-lock-keywords): Use renamed message faces.
11251
11252         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11253         (sieve-test-commands, sieve-tagged-arguments):
11254         Remove "-face" suffix from face names.
11255         (sieve-control-commands-face, sieve-action-commands-face)
11256         (sieve-test-commands-face, sieve-tagged-arguments-face):
11257         New backward-compatibility aliases for renamed faces.
11258         (sieve-control-commands-face, sieve-action-commands-face)
11259         (sieve-test-commands-face, sieve-tagged-arguments-face):
11260         Use renamed sieve faces.
11261
11262         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11263         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11264         (gnus-group-news-3-empty, gnus-group-news-4)
11265         (gnus-group-news-4-empty, gnus-group-news-5)
11266         (gnus-group-news-5-empty, gnus-group-news-6)
11267         (gnus-group-news-6-empty, gnus-group-news-low)
11268         (gnus-group-news-low-empty, gnus-group-mail-1)
11269         (gnus-group-mail-1-empty, gnus-group-mail-2)
11270         (gnus-group-mail-2-empty, gnus-group-mail-3)
11271         (gnus-group-mail-3-empty, gnus-group-mail-low)
11272         (gnus-group-mail-low-empty, gnus-summary-selected)
11273         (gnus-summary-cancelled, gnus-summary-high-ticked)
11274         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11275         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11276         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11277         (gnus-summary-low-undownloaded)
11278         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11279         (gnus-summary-low-unread, gnus-summary-normal-unread)
11280         (gnus-summary-high-read, gnus-summary-low-read)
11281         (gnus-summary-normal-read, gnus-splash):
11282         Remove "-face" suffix from face names.
11283         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11284         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11285         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11286         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11287         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11288         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11289         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11290         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11291         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11292         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11293         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11294         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11295         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11296         (gnus-summary-normal-ticked-face)
11297         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11298         (gnus-summary-normal-ancient-face)
11299         (gnus-summary-high-undownloaded-face)
11300         (gnus-summary-low-undownloaded-face)
11301         (gnus-summary-normal-undownloaded-face)
11302         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11303         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11304         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11305         (gnus-splash-face):
11306         New backward-compatibility aliases for renamed faces.
11307         (gnus-group-startup-message): Use renamed gnus faces.
11308
11309         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11310         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11311         (gnus-server-agent): Remove "-face" suffix from face names.
11312         (gnus-server-agent-face, gnus-server-opened-face)
11313         (gnus-server-closed-face, gnus-server-denied-face)
11314         (gnus-server-offline-face):
11315         New backward-compatibility aliases for renamed faces.
11316         (gnus-server-agent-face, gnus-server-opened-face)
11317         (gnus-server-closed-face, gnus-server-denied-face)
11318         (gnus-server-offline-face): Use renamed gnus faces.
11319
11320         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11321         Remove "-face" suffix from face names.
11322         (gnus-picon-xbm-face, gnus-picon-face):
11323         New backward-compatibility aliases for renamed faces.
11324
11325         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11326         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11327         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11328         (gnus-cite-11): Remove "-face" suffix from face names.
11329         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11330         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11331         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11332         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11333         New backward-compatibility aliases for renamed faces.
11334         (gnus-cite-attribution-face, gnus-cite-face-list)
11335         (gnus-article-boring-faces): Use renamed gnus faces.
11336
11337         * gnus-art.el (gnus-signature, gnus-header-from)
11338         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11339         (gnus-header-content): Remove "-face" suffix from face names.
11340         (gnus-signature-face, gnus-header-from-face)
11341         (gnus-header-subject-face, gnus-header-newsgroups-face)
11342         (gnus-header-name-face, gnus-header-content-face):
11343         New backward-compatibility aliases for renamed faces.
11344         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11345
11346         * gnus-sum.el (gnus-summary-selected-face)
11347         (gnus-summary-highlight): Use renamed gnus faces.
11348         * gnus-group.el (gnus-group-highlight): Likewise.
11349
11350 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11351
11352         * gnus-sieve.el (gnus-sieve-article-add-rule):
11353         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11354         * spam-stat.el (spam-stat-buffer-change-to-spam)
11355         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11356
11357         * message.el (message-is-yours-p):
11358         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11359
11360 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * mm-view.el (mm-inline-text): Withdraw the last change.
11363
11364 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11367         executing enriched-decode.
11368
11369 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11372         charset of tar files.
11373
11374 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11375
11376         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11377
11378 2005-06-04  Lute Kamstra  <lute@gnu.org>
11379
11380         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11381         information is never recorded.
11382
11383 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11384
11385         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11386
11387 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * pop3.el (pop3-apop): Run md5 in the binary mode.
11390
11391         * starttls.el (starttls-set-process-query-on-exit-flag):
11392         Use eval-and-compile.
11393
11394 2005-05-31  Simon Josefsson  <jas@extundo.com>
11395
11396         * smime.el (smime-replace-in-string): Define.
11397         (smime-cert-by-ldap-1): Use it.
11398
11399 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * gnus-art.el (article-display-x-face): Replace
11402         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11403
11404         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11405         set-process-query-on-exit-flag or process-kill-without-query.
11406
11407         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11408         loop instead of replace-regexp.
11409
11410         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11411         instead of process-kill-without-query if it is available.
11412
11413         * lpath.el: Fbind ldap-search-entries.
11414
11415         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11416         instead of find-file-hooks if it is available.
11417
11418         * mml1991.el: Bind pgg-default-user-id when compiling.
11419
11420         * mml2015.el: Bind pgg-default-user-id when compiling.
11421
11422         * nndraft.el (nndraft-request-associate-buffer):
11423         Use write-contents-functions instead of write-contents-hooks if it is
11424         available.
11425
11426         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11427         instead of find-file-hooks if it is available.
11428
11429         * nntp.el (nntp-open-connection): Replace
11430         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11431         (nntp-open-ssl-stream): Ditto.
11432         (nntp-open-tls-stream): Ditto.
11433
11434         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11435         set-process-query-on-exit-flag or process-kill-without-query.
11436         (starttls-open-stream-gnutls): Use it instead of
11437         process-kill-without-query.
11438         (starttls-open-stream): Ditto.
11439
11440 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11441
11442         * smime.el (smime-cert-by-ldap-1): Don't use
11443         replace-regexp-in-string.
11444
11445 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11446
11447         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11448
11449         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11450         in PEM format.  Adjust to the XEmacs compability.
11451
11452 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11455         by `string-to-number'.
11456         * gnus-agent.el (gnus-agent-regenerate-group)
11457         (gnus-agent-fetch-articles): Ditto.
11458         * gnus-art.el (gnus-button-fetch-group): Ditto.
11459         * gnus-cache.el (gnus-cache-generate-active)
11460         (gnus-cache-articles-in-group): Ditto.
11461         * gnus-group.el (gnus-group-set-current-level)
11462         (gnus-group-insert-group-line): Ditto.
11463         * gnus-score.el (gnus-score-set-expunge-below)
11464         (gnus-score-set-mark-below, gnus-summary-score-effect)
11465         (gnus-summary-score-entry): Ditto.
11466         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11467         (gnus-soup-pack): Ditto.
11468         * gnus-spec.el (gnus-xmas-format): Ditto.
11469         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11470         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11471         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11472         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11473         * nndb.el (nndb-get-remote-expire-response): Ditto.
11474         * nndiary.el (nndiary-parse-schedule-value)
11475         (nndiary-string-to-number, nndiary-request-replace-article)
11476         (nndiary-request-article): Ditto.
11477         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11478         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11479         * nneething.el (nneething-make-head): Ditto.
11480         * nnfolder.el (nnfolder-request-article)
11481         (nnfolder-retrieve-headers): Ditto.
11482         * nnheader.el (nnheader-file-to-number): Ditto.
11483         * nnkiboze.el (nnkiboze-request-article): Ditto.
11484         * nnmail.el (nnmail-process-unix-mail-format)
11485         (nnmail-process-babyl-mail-format): Ditto.
11486         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11487         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11488         (nnmh-request-create-group, nnmh-request-list-1)
11489         (nnmh-request-group, nnmh-request-article): Ditto.
11490         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11491         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11492         * nnsoup.el (nnsoup-make-active): Ditto.
11493         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11494         * nntp.el (nntp-find-group-and-number)
11495         (nntp-retrieve-headers-with-xover): Ditto.
11496         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11497         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11498         (pgg-format-key-identifier): Ditto.
11499         * pop3.el (pop3-last, pop3-stat): Ditto.
11500         * qp.el (quoted-printable-decode-region): Ditto.
11501
11502         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11503         of concat.
11504
11505 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11508
11509         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11510
11511         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11512
11513         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11514
11515         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11516
11517         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11518
11519         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11520         (gnus-carpal-mode): Ditto.
11521
11522         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11523         (gnus-browse-mode): Ditto.
11524
11525         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11526
11527         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11528
11529 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11530
11531         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11532
11533 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * gnus-util.el (gnus-run-mode-hooks): New function.
11536
11537         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11538
11539         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11540         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11541
11542 2005-05-27  Lute Kamstra  <lute@gnu.org>
11543
11544         * dns-mode.el (dns-mode): Specify customization group.
11545
11546 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11547
11548         * gnus-agent.el (gnus-agent-make-mode-line-string):
11549         Use mode-line-highlight as mouse-face.
11550
11551 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * canlock.el (canlock): Change the parent group to news.
11554
11555         * deuglify.el (gnus-outlook-deuglify): Add :group.
11556
11557         * dig.el (dig): Add :group.
11558
11559         * dns-mode.el (dns-mode): Add :group.
11560
11561         * encrypt.el (encrypt): Add :group.
11562
11563         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11564         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11565         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11566         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11567         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11568
11569         * gnus-diary.el (gnus-diary): Add :group.
11570
11571         * gnus.el (gnus-group-news-1-face): Add :group.
11572         (gnus-group-news-1-empty-face): Ditto.
11573         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11574         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11575         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11576         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11577         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11578         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11579         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11580         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11581         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11582         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11583         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11584         (gnus-summary-high-ticked-face): Ditto.
11585         (gnus-summary-low-ticked-face): Ditto.
11586         (gnus-summary-normal-ticked-face): Ditto.
11587         (gnus-summary-high-ancient-face): Ditto.
11588         (gnus-summary-low-ancient-face): Ditto.
11589         (gnus-summary-normal-ancient-face): Ditto.
11590         (gnus-summary-high-undownloaded-face): Ditto.
11591         (gnus-summary-low-undownloaded-face): Ditto.
11592         (gnus-summary-normal-undownloaded-face): Ditto.
11593         (gnus-summary-high-unread-face): Ditto.
11594         (gnus-summary-low-unread-face): Ditto.
11595         (gnus-summary-normal-unread-face): Ditto.
11596         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11597         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11598
11599         * hashcash.el (hashcash): New custom group.
11600         (hashcash-default-payment): Add :group.
11601         (hashcash-payment-alist): Ditto.
11602         (hashcash-default-accept-payment): Ditto.
11603         (hashcash-accept-resources): Ditto.
11604         (hashcash-path): Ditto.
11605         (hashcash-extra-generate-parameters): Ditto.
11606         (hashcash-double-spend-database): Ditto.
11607         (hashcash-in-news): Ditto.
11608
11609         * message.el (message-minibuffer-local-map): Add :group.
11610
11611         * netrc.el (netrc): Add :group.
11612
11613         * sieve-manage.el (sieve-manage-log): Add :group.
11614         (sieve-manage-default-user): Diito.
11615         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11616         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11617         (sieve-manage-authenticators): Ditto.
11618         (sieve-manage-authenticator-alist): Ditto.
11619         (sieve-manage-default-port): Ditto.
11620
11621         * sieve-mode.el (sieve-control-commands-face): Add :group.
11622         (sieve-action-commands-face): Ditto.
11623         (sieve-test-commands-face): Ditto.
11624         (sieve-tagged-arguments-face): Ditto.
11625
11626         * smime.el (smime): Add :group.
11627
11628         * spam-report.el (spam-report): Add :group.
11629
11630         * spam.el (spam, spam-face): Add :group.
11631
11632 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633
11634         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11635         return \n.\n.\n at the end of articles.  Protect against that.
11636         (nntp-with-open-group): Allow debugging.
11637
11638         * nnheader.el (mail-header-set-extra): Make into a function
11639         because I just could't understand how to quote the list properly.
11640
11641         * dns.el (query-dns-cached): New function.
11642
11643 2005-05-26  Lute Kamstra  <lute@gnu.org>
11644
11645         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11646
11647 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11650
11651         * gnus-art.el: Don't autoload mail-extract-address-components.
11652
11653         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11654         eval-and-compile to evaluate it.
11655
11656         * hashcash.el: Don't autoload executable-find.
11657
11658         * nndb.el: Don't declare the nndb back end two or more times; don't
11659         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11660
11661         * nntp.el: Autoload format-spec instead of format; use
11662         eval-and-compile to evaluate autoload forms.
11663
11664 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11665
11666         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11667
11668 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11669
11670         * gnus.el (gnus-version-number): Bump version.
11671
11672 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11673
11674         * gnus.el: No Gnus v0.3 is released.
11675
11676 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677
11678         * lpath.el (featurep): Bind show-nonbreak-escape.
11679
11680 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * gnus-art.el (gnus-article-edit-part): Disable undo.
11683
11684 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11687         gnus-article-date-lapsed-new-header is t if date timer is active;
11688         skip headers in which the original date value is empty.
11689         (gnus-article-save-original-date): Redefine it as a macro.
11690         (gnus-display-mime): Use it.
11691
11692 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * gnus-art.el (article-date-ut): Support converting date in
11695         forwarded parts as well.
11696         (gnus-article-save-original-date): New function.
11697         (gnus-display-mime): Use it.
11698
11699 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11700
11701         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11702         enclosure element of <item>.
11703
11704 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * message.el (message-kill-buffer-query): Renamed from
11707         `message-kill-buffer-query-if-modified'.  Added :version.
11708
11709 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11712         window layout.
11713
11714 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * mml.el: Autoload dnd when compiling.
11717
11718 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11721         x-dnd-*.
11722
11723 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * qp.el (quoted-printable-encode-region): Save excursion.
11726
11727 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11728
11729         * message.el (message-kill-buffer-query-if-modified): Add new variable
11730         so the user can kill a modified message buffer quickly.
11731         (message-kill-buffer): Use it.
11732
11733 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * lpath.el: Fbind display-time-event-handler; don't fbind
11736         string-to-multibyte.
11737
11738         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11739
11740 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11743         contained in text because xml.el decodes entities) with LFs.
11744
11745 2005-04-11  Lute Kamstra  <lute@gnu.org>
11746
11747         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11748         differently.
11749
11750 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11751
11752         * mm-util.el (mm-detect-coding-region): Typo.
11753
11754 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11757
11758 2005-04-06  Deepak Goel  <deego@gnufans.org>
11759
11760         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11761         user-function allow user modifications of the scores.
11762         (spam-stat-score-buffer-user): New function, to allow
11763         user-computed modifications to the score.
11764         (spam-stat-score-buffer-user-functions): List of additional
11765         scoring functions.
11766         (spam-stat-error-holder): Global temporary error holder.
11767         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11768         variable.
11769
11770 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11771
11772         * gnus-registry.el (gnus-registry-clean-empty-function)
11773         (gnus-registry-trim, gnus-registry-fetch-groups)
11774         (gnus-registry-delete-group): Groups that match
11775         `gnus-registry-ignored-groups' are removed from the registry
11776         entries, not just ignored for splitting.  This helps clean up the
11777         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11778         to get all the groups a message ID is in.
11779
11780         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11781         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11782         (spam-stat-score-buffer-user-functions): Add :number custom type.
11783
11784 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11787         argument in XEmacs.
11788
11789         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11790         (nnrss-request-group): Decode group name first.
11791         (nnrss-request-article): Make a text/plain article if mml-to-mime
11792         failed.
11793         (nnrss-get-encoding): Return a compatible encoding according to
11794         nnrss-compatible-encoding-alist.
11795         (nnrss-find-el): Use consp instead of listp.
11796         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11797
11798 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11801         which Emacs 20 doesn't support.
11802         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11803
11804 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11807         silence the byte compiler inside the defun.
11808
11809         * gnus-demon.el (parse-time-string): Add autoload.
11810
11811         * gnus-delay.el (parse-time-string): Add autoload.
11812
11813         * gnus-art.el (parse-time-string): Add autoload.
11814
11815         * nnultimate.el (parse-time): Require for `parse-time-string'.
11816
11817 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11820
11821         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11822
11823         * smime.el (smime-ldap-host-list): Add :version.
11824
11825 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11826
11827         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11828         pass it to `gnus-browse-read-group'.
11829         (gnus-browse-read-group): Add NUMBER argument and pass it to
11830         `gnus-group-read-ephemeral-group'.
11831
11832         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11833         argument and pass it to `gnus-group-read-group'.
11834
11835 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11836
11837         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11838         mm-xemacs-find-mime-charset-1 if we have the mule feature
11839         available at runtime.
11840
11841 2005-03-25  Werner Lemberg  <wl@gnu.org>
11842
11843         * nnmaildir.el: Replace `illegal' with `invalid'.
11844
11845 2005-03-23  Lute Kamstra  <lute@gnu.org>
11846
11847         * time-date.el: Add comment on time value formats.
11848         Don't require parse-time.
11849         (with-decoded-time-value): New macro.
11850         (encode-time-value): New function.
11851         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11852         (days-to-time): Return a valid time value when arg is huge.
11853         (time-since): Use time-subtract.
11854         (time-to-number-of-days): Use time-to-seconds.
11855
11856 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11857
11858         * gnus-start.el (gnus-display-time-event-handler):
11859         Check display-time-timer at runtime rather than only at load time
11860         in case display-time-mode is turned off in the mean time.
11861
11862 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11865         used.
11866
11867         * nneething.el (nneething-map-file-directory): Derive from
11868         `gnus-directory'.
11869
11870         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11871         the To/Cc button.
11872
11873 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11874
11875         * nnmaildir.el (nnmaildir-request-accept-article):
11876         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11877
11878 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11879
11880         * gnus-async.el: Require timer-funcs at compile time when in
11881         XEmacs for `run-with-idle-timer'.
11882
11883 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11884
11885         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11886         autoloaded function.
11887
11888 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11889
11890         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11891
11892 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11893
11894         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11895
11896 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11897
11898         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11899         gnus-expert-user to default.
11900
11901 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11902
11903         * nnimap.el (nnimap-open-server): Ditto.
11904
11905         * imap.el (imap-authenticate): Fix typo.
11906
11907 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11908
11909         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11910         buffer (since IMAP server might return FETCH response out of
11911         order, and the nntp buffer must be sorted).
11912
11913 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11914
11915         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11916         comparison on string.
11917
11918         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11919         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11920         (gnus-agent-summary-fetch-series): Modified to protect against
11921         gnus-agent-summary-fetch-group clearing processable flags.
11922         (gnus-agent-synchronize-group-flags): Update live group buffer as
11923         synchronization may occur due to the user toggle the plugged
11924         status.
11925         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11926         successfully downloaded.
11927         (gnus-agent-expire-group-1): Avoid using markers when the overview
11928         is in ascending order; greatly improves performance.
11929         (gnus-agent-regenerate-group): Use
11930         gnus-agent-synchronize-group-flags to reset read status in both
11931         gnus and server.
11932         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11933
11934 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * message.el: Don't autoload former message-utils variables.
11937         (message-strip-subject-trailing-was): Change doc string.
11938
11939         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11940         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11941         (nnweb-google-search): Add "hl=en" here.
11942         (nnweb-google-parse-1, nnweb-google-create-mapping):
11943         Don't hardcode URL.
11944
11945 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11946
11947         * message.el (message-get-reply-headers, message-followup):
11948         Mention related variables `message-use-followup-to' and
11949         `message-use-mail-followup-to', in the information buffer.
11950
11951         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11952         of broken groups(-beta).google.com.
11953
11954 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11955
11956         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11957         parameter to invoked gnus-request-move-article; remove the
11958         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11959         all at once instead of once per article.
11960         (gnus-summary-remove-process-mark): Accept a list of articles as
11961         well as a single article for processing.
11962
11963         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11964         parameter.
11965
11966         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11967
11968         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11969
11970         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11971         parameter.
11972
11973         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11974         parameter.
11975
11976         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11977         parameter and remove the gnus-sum-hint-move-is-internal variable.
11978
11979         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11980         parameter.
11981
11982         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11983         parameter.
11984
11985         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11986         parameter.
11987
11988         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11989
11990         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11991         parameter.
11992
11993         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11994         parameter.
11995
11996 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11997
11998         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11999         a more conservative way.
12000
12001 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12002
12003         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12004         buffer, so it moves the window's cursor.
12005
12006 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12007
12008         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12009         `mm-dissect-multipart' and receive the from field as an (optional)
12010         argument from `mm-dissect-multipart'.
12011         (mm-dissect-multipart): Receive the from field as an argument and
12012         pass it on when we call `mm-dissect-buffer' on MIME parts.
12013         Fixes verification/decryption of signed/encrypted MIME parts.
12014
12015 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12016
12017         * gnus-sum.el (gnus-summary-move-article): Set
12018         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12019         whatever it calls (right now, only nnimap-request-move article
12020         respects it).
12021
12022         * nnimap.el (nnimap-request-move-article): When
12023         gnus-sum-hint-move-is-internal is set, don't do the extra
12024         nnimap-request-article.
12025
12026 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12029
12030         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12031         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12032
12033         * gnus-sum.el (gnus-summary-caesar-message):
12034         Apply `gnus-treat-article' after rotation.
12035
12036         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12037         doc string.
12038
12039 2005-02-22  Simon Josefsson  <jas@extundo.com>
12040
12041         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12042         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12043         <arne@arnested.dk>.
12044         (encrypt): Add password-cache and password-cache-expiry as group
12045         members.
12046
12047 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12048
12049         * smime.el (smime-ldap-host-list): Doc fix.
12050         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12051         cache) password.
12052         (smime-sign-region): Use it.
12053         (smime-decrypt-region): Use it.
12054         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12055         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12056         fails.
12057         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12058         certificate from DER to PEM format rather than calling openssl.
12059
12060         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12061
12062         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12063         for signing/encryption.
12064
12065         * mml.el (mml-parse-1): Use them.
12066
12067 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12068
12069         * nnrss.el (nnrss-verbose): Removed.
12070         (nnrss-request-group): Use `nnheader-message' instead.
12071
12072 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12073
12074         * nnrss.el (nnrss-verbose): New variable.
12075         (nnrss-request-group): Make it say nnrss is requesting a group.
12076
12077 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12080         Handle news URL with given port correctly.
12081
12082 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12085         containing special characters.
12086
12087         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12088
12089         * mml.el (mime-to-mml): Ditto.
12090
12091         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12092         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12093         (rfc2047-decode-region): Quote decoded words containing special
12094         characters when rfc2047-quote-decoded-words-containing-tspecials
12095         is non-nil.
12096
12097 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12098
12099         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12100
12101         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12102
12103 2005-02-15  Simon Josefsson  <jas@extundo.com>
12104
12105         * nnimap.el (nnimap-debug): Doc fix.
12106
12107         * imap.el (imap-debug): Doc fix.
12108
12109 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12112
12113 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12114
12115         * gnus.el (spam-contents): Improve docs for spam-contents
12116         parameter in its variable incarnation.
12117
12118 2005-02-14  Simon Josefsson  <jas@extundo.com>
12119
12120         * smime-ldap.el: Use require instead of load-library for ldap.
12121         (smime-ldap-search): Indent.
12122         (smime-ldap-search-internal): Shorten line.
12123
12124         * smime.el (smime-cert-by-dns): Add doc-string.
12125         (smime-cert-by-ldap-1): Indent.
12126
12127         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12128         mml-smime-get-dns-ldap.
12129         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12130
12131 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12132
12133         * smime.el: Require smime-ldap.
12134         (smime-ldap-host-list): New variable.
12135         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12136
12137         * mml-smime.el (mml-smime-encrypt-query): New function.
12138         (mml-smime-encrypt-query): Use it.
12139
12140         * smime-ldap.el: New file.
12141
12142 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12145
12146 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12149         argument in doc string.  Make query for type more clear.
12150
12151 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * gnus.el (gnus-group-startup-message): Search for gnus images in
12154         etc/images/gnus.
12155         * mm-util.el (mm-image-load-path): Likewise.
12156         * smiley.el (smiley-data-directory): Search for smilies in
12157         etc/images/smilies.
12158
12159 2005-02-09  Kim F. Storm  <storm@cua.dk>
12160
12161         Change Emacs release version from 21.4 to 22.1 throughout.
12162         Change Emacs development version from 21.3.50 to 22.0.50.
12163
12164 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12167
12168         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12169         non-Mule XEmacs as well.
12170         (mm-decompress-buffer): Signal an error intentionally if it does
12171         not decompress compressed data because auto-compression-mode is
12172         disabled.
12173
12174 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12175
12176         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12177         an ID in the registry even if it has no groups.
12178
12179 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12182         merge it into mm-decompress-buffer.
12183         (gnus-mime-copy-part): Use the MIME part charset, the value which
12184         a user specified or gnus-newsgroup-charset for decoding, like
12185         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12186         save-buffer what was used.  Suggested by Kevin Ryde
12187         <user42@zip.com.au>.
12188         (gnus-mime-inline-part): Allow the name parameter as well as the
12189         filename parameter; force decompressing of compressed data; always
12190         display contents being not decoded as unibyte.
12191
12192         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12193         as well as the filename parameter.
12194
12195         * mm-util.el (mm-decompress-buffer): Merge
12196         gnus-mime-jka-compr-maybe-uncompress.
12197         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12198         of compressed data.
12199
12200 2005-02-08  Simon Josefsson  <jas@extundo.com>
12201
12202         * imap.el (imap-log): Doc fix.
12203
12204 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12207         the coding cookies; decompress compressed parts.
12208
12209         * mml.el (mml-generate-mime-1): Add the charset parameter according
12210         to the value which a user specified manually or the coding cookie.
12211
12212         * mm-util.el (mm-string-to-multibyte): New function.
12213         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12214         (mm-coding-system-to-mime-charset): New function.
12215         (mm-decompress-buffer): New function.
12216         (mm-find-buffer-file-coding-system): New function.
12217
12218         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12219         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12220         parts.
12221
12222 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12223
12224         * mm-view.el (mm-display-inline-fontify): Decode a part according
12225         to the charset parameter.
12226
12227 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12230         prefix arg is neither nil nor a number, as info specifies.
12231
12232 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12235         timestamps.
12236
12237 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12238
12239         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12240         groups error checking and notify user.
12241
12242 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12243
12244         * message.el (message-send-mail-function): Check existence of
12245         sendmail-program first before using default value
12246         `message-send-mail-with-sendmail'.  Otherwise use more generic
12247         `smtpmail-send-it'.
12248
12249 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * nntp.el (nntp-request-update-info): Always return nil.
12252
12253 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12254
12255         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12256
12257 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12258
12259         * message.el (message-beginning-of-line): Change the behavior when
12260         invoked between BOL and : so that it first moves backward.
12261
12262 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12265         article buffer when editing of the article is discarded.
12266         (gnus-article-prepare): Revert.
12267
12268 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-art.el (gnus-article-prepare):
12271         Remove message-strip-forbidden-properties from the local hook.
12272
12273 2005-01-27  Simon Josefsson  <jas@extundo.com>
12274
12275         * password.el (password-cache-add): Only start one timer per key.
12276         Reported by Derek Atkins <warlord@MIT.EDU>.
12277
12278 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12279
12280         * run-at-time.el: Removed.  It is no longer needed as
12281         timer-funcs.el in the xemacs-base package has a working version of
12282         `run-at-time'.
12283
12284         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12285
12286         * password.el: Require timer-funcs instead of run-at-time in
12287         XEmacs.
12288         Remove `password-run-at-time' macro.
12289         (password-cache-add): Use `run-at-time' instead of
12290         `password-run-at-time'.
12291
12292         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12293         Remove `nnheader-cancel-function-timers' alias,
12294         `cancel-function-timers' exists in XEmacs in timer-funcs.
12295
12296         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12297         for `run-with-idle-timer'.
12298
12299         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12300         for `run-at-time'.
12301
12302         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12303         for `with-timeout'.
12304
12305         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12306         the same as for XEmacs 21.4.
12307         No need to ignore `run-with-idle-timer', this function exists in
12308         XEmacs now in timer-funcs.el in the xemacs-base package.
12309         (dgnushack-compile): No need to delete
12310         run-at-time.el from the list of files to compile because it
12311         doesn't exist anymore.
12312
12313 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12316         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12317
12318 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12319
12320         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12321         sensitively.
12322
12323 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12324
12325         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12326
12327 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12330         which will be inserted according to the multibyteness of a buffer
12331         rather than the type of contents.  Suggested by ARISAWA Akihiro
12332         <ari@mbf.ocn.ne.jp>.
12333
12334         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12335         of string which old xml.el may return rather than a string.
12336
12337 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12340
12341 2005-01-16  Simon Josefsson  <jas@extundo.com>
12342
12343         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12344         idn/idna.el isn't available.
12345         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12346         <michael@waxrat.com>.
12347
12348         * hashcash.el: Remove non-FSF copyright header.
12349
12350         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12351         (hashcash-generate-payment): Use it.
12352         (hashcash-generate-payment-async): Use it.
12353
12354 2005-01-15  Simon Josefsson  <jas@extundo.com>
12355
12356         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12357         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12358
12359         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12360         gnus-summary-idna-message.
12361         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12362         (gnus-summary-idna-message): New function.
12363
12364 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12365
12366         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12367         gnus-novice-user.
12368
12369 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * nnrss.el (nnrss-request-delete-group): Delete entries in
12372         nnrss-group-alist as well.
12373         (nnrss-save-server-data): Insert newline.
12374
12375 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12376
12377         * gnus.el (gnus-user-agent): Use list of symbols instead of
12378         symbols.  Display full version number for (S)XEmacs.  Optionally
12379         display (S)XEmacs codename.
12380
12381         * gnus-util.el (gnus-emacs-version): Update for new
12382         `gnus-user-agent'.
12383
12384         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12385         Gnus version.
12386
12387 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12388
12389         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12390         which is unreadable in some setups.
12391
12392 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-spec.el (gnus-update-format-specifications): Flush the
12395         group format spec cache if it doesn't support decoded group names.
12396
12397 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12398
12399         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12400         Allow to apply decay on score files matching a regexp.
12401
12402 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12405         compatibility in %g and %c.
12406
12407 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12410         name for only %g and %c.
12411         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12412         of gnus-tmp-group to decoded group name.
12413         (gnus-group-make-rss-group): Exclude `/'s from group names.
12414
12415 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * nnrss.el (nnrss-get-encoding): Fix regexp.
12418
12419 2004-12-27  Simon Josefsson  <jas@extundo.com>
12420
12421         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12422         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12423         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12424
12425 2004-12-17  Kim F. Storm  <storm@cua.dk>
12426
12427         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12428
12429         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12430
12431 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12432
12433         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12434
12435 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * nnrss.el: Require rfc2047 and mml.
12438         (nnrss-file-coding-system): New variable.
12439         (nnrss-format-string): Redefine it as an inline function.
12440         (nnrss-decode-group-name): New function.
12441         (nnrss-string-as-multibyte): Remove.
12442         (nnrss-retrieve-headers): Decode group name; don't use
12443         nnrss-format-string.
12444         (nnrss-request-group): Decode group name.
12445         (nnrss-request-article): Decode group name; allow a Message-ID as
12446         well as an article number; don't use nnrss-format-string; encode a
12447         Message-ID string which may contain non-ASCII characters; use
12448         mml-to-mime to compose a MIME article.
12449         (nnrss-request-expire-articles): Decode group name.
12450         (nnrss-request-delete-group): Decode group name.
12451         (nnrss-fetch): Clarify error message.
12452         (nnrss-read-server-data): Use insert-file-contents instead of load;
12453         bind file-name-coding-system; use multibyte buffer.
12454         (nnrss-save-server-data): Bind coding-system-for-write to the
12455         value of nnrss-file-coding-system; bind file-name-coding-system;
12456         add coding cookie.
12457         (nnrss-read-group-data): Use insert-file-contents instead of load;
12458         bind file-name-coding-system; use multibyte buffer.
12459         (nnrss-save-group-data): Bind coding-system-for-write to the
12460         value of nnrss-file-coding-system; bind file-name-coding-system.
12461         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12462         make it work with non-ASCII text.
12463         (nnrss-find-el): Make it work with old xml.el as well.
12464
12465 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12466
12467         * nnrss.el (nnrss-get-encoding): New function.
12468         (nnrss-fetch): Use unibyte buffer initially; bind
12469         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12470         decode contents according to the encoding attribute.
12471         (nnrss-save-group-data): Add coding cookie.
12472         (nnrss-mime-encode-string): New function.
12473         (nnrss-check-group): Use it to encode subject and author.
12474
12475 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12476
12477         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12478         imaginary variable.
12479
12480 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12483         correctly even if there are wide characters.
12484
12485 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12486
12487         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12488         downcased symbol names; make a new cache instead of reusing
12489         bbdb-hashtable.
12490
12491 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12494         concatenating segments rather than before concatenating them.
12495         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12496
12497         * message.el (message-get-reply-headers): Bind `extra'.
12498
12499 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12500
12501         * message.el (message-extra-wide-headers): New variable.
12502         (message-get-reply-headers): Use it.
12503
12504 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12507         (gnus-agent-group-pathname): Ditto.
12508
12509         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12510
12511         * gnus-group.el (gnus-group-make-group): Decode group name.
12512         (gnus-group-make-rss-group): Register the group data after opening
12513         the nnrss group.
12514
12515 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12516
12517         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12518         by expiry now get marked as read.
12519
12520 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12523
12524 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12525
12526         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12527         unify Latin characters in XEmacs.
12528         (mm-find-mime-charset-region): Use it.
12529
12530 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-util.el (gnus-delete-directory): New function.
12533
12534         * gnus-agent.el (gnus-agent-delete-group): Use it.
12535
12536         * gnus-cache.el (gnus-cache-delete-group): Use it.
12537
12538 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12541         names.
12542
12543 2004-12-16  Simon Josefsson  <jas@extundo.com>
12544
12545         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12546
12547 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12550
12551         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12552         (gnus-group-set-current-level): Decode group name.
12553
12554 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12555
12556         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12557         failed.
12558
12559 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-group.el (gnus-group-delete-group): Decode group name.
12562         (gnus-group-make-rss-group): Encode group name.
12563         (gnus-group-catchup-current): Decode group name.
12564         (gnus-group-kill-group): Decode group name.
12565
12566 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12567
12568         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12569
12570 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-group.el (gnus-group-make-rss-group):
12573         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12574
12575         * gnus-start.el (gnus-setup-news): Honor user's setting to
12576         gnus-message-archive-method.  Suggested by Lute Kamstra
12577         <lute@gnu.org>.
12578
12579 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12580
12581         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12582         global counterparts of the buffer-local variables.
12583
12584 2004-11-16  Romain Francoise  <romain@orebokech.com>
12585
12586         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12587         counterparts of the buffer-local variables.
12588
12589 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * message.el (message-forbidden-properties): Fixed typo in doc
12592         string.
12593
12594 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * gnus-util.el (gnus-replace-in-string): Added doc string.
12597
12598         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12599         to avoid problems when splitting mails with many recipients.
12600
12601 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12602
12603         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12604         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12605
12606 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12607
12608         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12609         if there is no hashtable in memory or file modification time is
12610         newer than cached timestamp.
12611
12612 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12613
12614         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12615         not-matching option.
12616
12617 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12620         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12621         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12622         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12623         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12624         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12625
12626 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * message.el (message-forward-make-body-mml): Remove headers
12629         according to message-forward-ignored-headers if a message is decoded.
12630
12631 2004-12-02  Romain Francoise  <romain@orebokech.com>
12632
12633         * message.el (message-forward-make-body-plain): Always remove
12634         headers according to message-forward-ignored-headers.
12635
12636 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12637
12638         * spam.el (spam-summary-prepare-exit): Remove the
12639         gnus-summary-limit pop for now, it has problems with ham marks for
12640         me.
12641
12642 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12643
12644         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12645         correctly.
12646
12647 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12648
12649         * format-spec.el (format-spec): Message the char.
12650
12651 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12652
12653         * gnus-art.el (gnus-split-methods): Reformat comments.
12654
12655         * spam.el (spam-summary-prepare-exit): Remove article limits
12656         before exiting the summary buffer.
12657
12658 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12661         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12662
12663         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12664         order to silence the byte compiler.
12665
12666         * spam.el: Fix the way to silence the byte compiler, which
12667         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12668         bbdb-search-simple, spam-BBDB-register-routine,
12669         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12670         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12671         spam-stat-buffer-is-spam, spam-stat-load,
12672         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12673         spam-stat-save and spam-stat-split-fancy.
12674
12675 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12678         which may confuse users.
12679         (canlock-password-for-verify): Ditto.
12680
12681         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12682
12683         * gnus-art.el (gnus-emphasis-alist): Ditto.
12684
12685         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12686
12687         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12688
12689         * gnus-start.el (gnus-save-killed-list): Ditto.
12690
12691         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12692         (gnus-sum-thread-tree-root): Ditto.
12693         (gnus-sum-thread-tree-false-root): Ditto.
12694         (gnus-sum-thread-tree-single-indent): Ditto.
12695
12696         * message.el (message-courtesy-message): Ditto.
12697         (message-archive-note): Ditto.
12698         (message-subscribed-address-file): Ditto.
12699         (message-user-fqdn): Ditto.
12700
12701         * spam-report.el (spam-report-gmane-regex): Ditto.
12702
12703         * spam.el (spam-blackhole-good-server-regex): Ditto.
12704
12705 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * mml.el (mml-preview): Widen the message buffer before copying
12708         the contents to the preview buffer; sort headers before previewing.
12709
12710         * message.el (message-hidden-headers): Fix the way to avoid a bug
12711         in the `repeat' widget in Emacs 21.3 or earlier.
12712
12713 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * message.el (message-hidden-headers): Default to "^References:".
12716         Improve customization type.  Suggested by Reiner Steib
12717         <Reiner.Steib@gmx.de>.
12718
12719 2004-11-25  Romain Francoise  <romain@orebokech.com>
12720
12721         * message.el (message-strip-forbidden-properties): Remove check for
12722         obsolete `message-hidden' text property, hidden headers are not
12723         accessible in the buffer anymore.
12724
12725 2004-11-22  Romain Francoise  <romain@orebokech.com>
12726
12727         * message.el (message-header-format-alist): Add `From' in list
12728         so that it can be sorted.
12729         (message-fix-before-sending): Widen and sort headers before
12730         sending.
12731         (message-hide-headers): Use narrowing to hide headers by moving
12732         them to the top of the buffer and narrowing to the region
12733         underneath.
12734
12735 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12736
12737         * message.el (message-strip-forbidden-properties): Bind
12738         buffer-read-only (etc) to nil.
12739
12740 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12743         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12744
12745 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12746
12747         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12748
12749 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12750
12751         * dns.el (query-dns): Use sit-for to time instead of
12752         accept-process-output, since that doesn't seem to work on udp
12753         sockets.
12754
12755 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12758
12759 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12760
12761         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12762         doc string.  Improve doc string.
12763
12764 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * nntp.el (nntp-request-update-info): Return nil if
12767         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12768         may not call gnus-activate-group which uselessly issues the GROUP
12769         commands for all nntp groups and wastes time.  Reported by Romain
12770         Francoise <romain@orebokech.com>.
12771
12772         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12773
12774 2004-11-15  Simon Josefsson  <jas@extundo.com>
12775
12776         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12777         headers separately.
12778         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12779         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12780
12781 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * gnus-start.el (gnus-convert-old-newsrc):
12784         Assign legacy-gnus-agent to 5.10.7.
12785
12786 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787
12788         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12789         start of the lines.
12790
12791 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12792
12793         * hashcash.el (hashcash-default-payment): Change default to 20.
12794         (hashcash-default-accept-payment): Change default to 20.
12795         (hashcash-process-alist): New variable.
12796         (hashcash-generate-payment-async): Add.
12797         (hashcash-already-paid-p): Add.
12798         (hashcash-insert-payment): Don't generate payments twice.
12799         (hashcash-insert-payment-async): Add.
12800         (hashcash-insert-payment-async-2): Add.
12801         (hashcash-cancel-async): Add.
12802         (hashcash-wait-async): Add.
12803         (hashcash-processes-running-p): Add.
12804         (hashcash-wait-or-cancel): Add.
12805         (mail-add-payment): New optional argument.  Conditionally start
12806         asynchronous calculation.
12807         (mail-add-payment-async): Add.
12808
12809         * message.el (message-send-mail): Wait for asynchronous hashcash
12810         results.  Don't clobber existing X-Hashcash headers.
12811         (message-setup-1): Call mail-add-payment-async when
12812         message-generate-hashcash is non-nil.
12813
12814 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12815
12816         * message.el (message-use-alternative-email-as-from): Examine the
12817         From header as well; use message-make-from in order to include a
12818         user's full name.
12819
12820 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12823         default; improve customization type.
12824         (gnus-emphasis-custom-with-format): New macro.
12825         (gnus-emphasis-custom-value-to-external): New function.
12826         (gnus-emphasis-custom-value-to-internal): New function.
12827
12828 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12829
12830         * dns.el (query-dns): Resolve reverse addresses.
12831
12832 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12833
12834         * gnus-group.el (gnus-group-get-new-news): Use it.
12835
12836         * gnus-start.el (gnus-check-reasonable-setup): New function.
12837
12838 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12841         "Args out of range" error.  Reported by Arnaud Giersch
12842         <arnaud.giersch@free.fr>.
12843
12844 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12845
12846         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12847
12848 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12849
12850         * spam.el (spam group): Add :version.
12851
12852         * pgg-def.el (pgg group): Add :version.
12853
12854 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * gnus-art.el (gnus-article-edit-article): Don't associate the
12857         article buffer with a draft file.  This is a temporary measure
12858         against the 2004-08-22 change to gnus-article-edit-mode.
12859
12860 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12863         (html2text-format-tags): Remove unused variable `attr'.
12864
12865 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12868
12869         * tls.el (tls-process-connection-type, tls-success)
12870         (tls-certtool-program): Add :version.
12871
12872         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12873         (starttls-extra-arguments, starttls-process-connection-type)
12874         (starttls-connect, starttls-failure, starttls-success): Add :version.
12875
12876         * spam-stat.el (spam-stat): Add :version.
12877
12878         * sieve.el (sieve): Add :version.
12879
12880         * sha1.el (sha1): Add :version.
12881         (sha1-use-external): Remove redundant version.
12882
12883         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12884         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12885         (nnmail-split-fancy-match-partial-words)
12886         (nnmail-split-lowercase-expanded): Add :version.
12887
12888         * nndiary.el (nndiary): Add :version.
12889
12890         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12891
12892         * mml-sec.el (mml-default-sign-method)
12893         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12894         Add :version.
12895
12896         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12897
12898         * mm-url.el (mm-url-use-external, mm-url-program)
12899         (mm-url-arguments): Add :version.
12900
12901         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12902         (mm-attachment-file-modes, mm-decrypt-option)
12903         (mm-w3m-safe-url-regexp): Add :version.
12904
12905         * message.el (message-cite-prefix-regexp)
12906         (message-sendmail-envelope-from, message-minibuffer-local-map)
12907         (message-user-fqdn, message-completion-alist): Add :version.
12908
12909         * gnus-win.el (gnus-configure-windows-hook)
12910         (gnus-use-frames-on-any-display): Add :version.
12911
12912         * gnus-art.el (gnus-article-address-banner-alist)
12913         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12914         (gnus-treat-from-picon, gnus-treat-mail-picon)
12915         (gnus-treat-x-pgp-sig): Add :version.
12916
12917         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12918         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12919         (gnus-summary-article-delete-hook)
12920         (gnus-summary-display-while-building): Add :version.
12921
12922         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12923         (gnus-get-top-new-news-hook): Add :version.
12924
12925         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12926         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12927
12928         * gnus-registry.el (gnus-registry): Add :version.
12929
12930         * gnus-spec.el (gnus-use-correct-string-widths)
12931         (gnus-make-format-preserve-properties): Add :version.
12932
12933         * gnus.el (gnus-group-charter-alist)
12934         (gnus-group-fetch-control-use-browse-url)
12935         (gnus-install-group-spam-parameters): Add :version.
12936
12937         * gnus-diary.el (gnus-diary): Add :version.
12938
12939         * gnus-delay.el (gnus-delay): Add :version.
12940
12941         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12942         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12943         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12944         Add :version.
12945
12946         * gnus-agent.el (gnus-agent-max-fetch-size)
12947         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12948         (gnus-agent-prompt-send-queue): Add :version.
12949
12950         * deuglify.el (gnus-outlook-deuglify): Add :version.
12951
12952         * html2text.el: Beautify code.  Improve doc strings.  Some
12953         checkdoc cleanup.
12954         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12955
12956 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12957
12958         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12959
12960 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12961
12962         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12963         when package is loaded.
12964
12965         * spam.el (spam-summary-score-preferred-header): Add global preference
12966         for people who want to override the default SpamAssassin over
12967         Bogofilter preference (when both are set).
12968         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12969         (spam-user-format-function-S): Check
12970         spam-summary-score-preferred-header.
12971         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12972         (spam-user-format-function-S): Format the score correctly.
12973
12974 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12977         signature file.  Suggested by Manoj Srivastava
12978         <srivasta@golden-gryphon.com>.
12979
12980         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12981         iso-2022-jp even in the Japanese language environment.
12982         Suggested by Jason Rumney <jasonr@gnu.org>.
12983
12984 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12987         use the same characters as the dummy marks; make it free from
12988         getting affected by the language environment.
12989         (gnus-summary-read-group-1): Update mark positions only when the
12990         format spec is updated.
12991
12992         * gnus-spec.el (gnus-update-format-specifications): Return a list
12993         of updated types.
12994
12995 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12998         of boundp to check if display-warning is available.
12999
13000 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13001
13002         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13003
13004 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * nnspool.el (nnspool-spool-directory): Use news-path if the
13007         news-directory variable is not bound.
13008
13009         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13010         function instead of display-warning if it is not available.
13011
13012 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13015         v5-10: Use `point-at-bol'.
13016
13017 2004-10-26  Simon Josefsson  <jas@extundo.com>
13018
13019         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13020         <chenggao@gmail.com>.
13021
13022 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13025         instead.
13026
13027 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13028
13029         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13030         to remove a server from the nnimap-server-buffer-alist.
13031         (nnimap-open-connection, nnimap-close-server): Use it.
13032
13033         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13034
13035 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13038         running the major-mode function.
13039
13040 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13043         dummy marks in the right way.
13044
13045 2004-10-18  David Edmondson  <dme@dme.org>
13046
13047         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13048         excessively.
13049
13050 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13051
13052         * gnus-util.el (gnus-split-references): Accept a nil references
13053         string and go on blissfully.
13054
13055         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13056         cases where the references string is non-nil but has no references.
13057
13058         * encrypt.el: Add autoload tags.
13059
13060         * spam.el (spam-resolve-registrations-routine): Remove article
13061         from unregistration list too.  Reported by David Hanak
13062         <dhanak@isis.vanderbilt.edu>
13063
13064 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13065
13066         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13067         nil.  Changed custom type.
13068
13069 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13072
13073         * gnus-sum.el (gnus-summary-move-article): Use it.
13074
13075 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13076
13077         * encrypt.el: Add autoload cookies.
13078
13079         * spam.el (spam-backend-article-list-property)
13080         (spam-backend-get-article-todo-list)
13081         (spam-backend-put-article-todo-list)
13082         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13083         Resolve registrations separately.
13084         (spam-register-routine): Format comments.
13085         (spam-unregister-routine, spam-register-routine): Always call with
13086         specific-articles, no default list.
13087         (spam-summary-prepare-exit): Use the spam-classifications function.
13088
13089         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13090         gnus-encrypt.el.
13091
13092         * encrypt.el: Copied from gnus-encrypt.el.
13093
13094         * gnus-encrypt.el: Commented that it's obsolete.
13095
13096 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13099         (gnus-score-save): Use it.
13100
13101         * message.el (message-bury): Use `window-dedicated-p'.
13102
13103 2004-10-15  Simon Josefsson  <jas@extundo.com>
13104
13105         * pop3.el (top-level): Don't require nnheader.
13106         (pop3-read-timeout): Add.
13107         (pop3-accept-process-output): Add.
13108         (pop3-read-response, pop3-retr): Use it.
13109
13110 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13111
13112         * spam.el (spam-register-routine): Move comment.
13113         (spam-verify-bogofilter): Use 'unknown for the initial
13114         spam-bogofilter-valid state, not 'never.
13115
13116         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13117         for netrc-machine.
13118
13119         * nnimap.el (nnimap-open-connection): Use
13120         netrc-machine-user-or-password.
13121
13122 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13123
13124         * gnus-registry.el (gnus-registry-unload-hook):
13125         Set as a variable with add-hook.
13126
13127         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13128         of news-path.
13129
13130         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13131
13132         * spam.el: Delete duplicate `provide'.
13133         (spam-unload-hook): Set as a variable with add-hook.
13134
13135 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13138         in the doc string.
13139
13140         * message.el (message-ignored-news-headers)
13141         (message-ignored-supersedes-headers)
13142         (message-ignored-resent-headers)
13143         (message-forward-ignored-headers): Improve custom type.
13144
13145 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * message.el (message-tokenize-header): Fix 2004-09-06 change
13148         which used point-min in the wrong place.
13149
13150 2004-10-12  Simon Josefsson  <jas@extundo.com>
13151
13152         * tls.el (tls-certtool-program): New variable.
13153         (tls-certificate-information): New function, based on
13154         ssl-certificate-information.
13155
13156 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * compface.el: Move the version of ELisp-based uncompface program
13159         to the contrib directory because of the copyright problem.
13160
13161 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13162
13163         * message.el (message-kill-buffer): Raise the current frame.
13164
13165 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13166
13167         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13168
13169         * gnus.el (message-y-or-n-p): Autoload.
13170
13171         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13172         (pop3-password-required, pop3-authentication-scheme)
13173         (pop3-leave-mail-on-server): Made customizable.
13174         (pop3): New custom group.
13175         (pop3-retr): Remove `sleep-for' statements.
13176         Suggested by Dave Love <fx@gnu.org>.
13177
13178         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13179         Windows/DOS.
13180
13181         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13182         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13183         Dave Love <fx@gnu.org>.
13184
13185         * mml.el (mml-minibuffer-read-disposition): Require match.
13186         Suggested by Dave Love <fx@gnu.org>.
13187
13188 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13191         doc string.
13192
13193 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13196
13197 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13198
13199         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13200         instead of calling `mm-insert-inline', to decode text/* parts
13201         before displaying them.
13202
13203 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * mm-uu.el (mm-uu-text-plain-type): New variable.
13206         (mm-uu-pgp-signed-extract-1): Use it.
13207         (mm-uu-pgp-encrypted-extract-1): Use it.
13208         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13209         bind mm-uu-text-plain-type with that value.
13210         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13211         mm-uu-dissect.
13212
13213 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * gnus-group.el (gnus-update-group-mark-positions):
13216         * gnus-sum.el (gnus-update-summary-mark-positions):
13217         * message.el (message-check-news-body-syntax):
13218         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13219         of string-as-multibyte.
13220
13221 2004-10-05  Juri Linkov  <juri@jurta.org>
13222
13223         * gnus-group.el (gnus-update-group-mark-positions):
13224         * gnus-sum.el (gnus-update-summary-mark-positions):
13225         * message.el (message-check-news-body-syntax):
13226         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13227         8-bit unibyte values to a multibyte string for search functions.
13228
13229 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13232         (mm-uu-dissect-text-parts): New function.
13233
13234         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13235         dissect text parts.
13236
13237         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13238         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13239
13240         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13241
13242         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13243         gnus-current-topics instead of gnus-current-topic.
13244
13245 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13246
13247         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13248
13249 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13250
13251         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13252         where approriate.
13253
13254         * nnml.el (nnml-generate-active-info): do.
13255
13256         * nndiary.el (nndiary-generate-active-info): do.
13257
13258         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13259         (gnus-topic-move): do.
13260
13261         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13262         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13263
13264         * gnus-srvr.el (gnus-server-prepare)
13265         (gnus-server-open-all-servers): do.
13266
13267         * gnus-msg.el (gnus-summary-cancel-article)
13268         (gnus-summary-resend-message)
13269         (gnus-summary-mail-crosspost-complaint): do.
13270
13271         * gnus-move.el (gnus-change-server): do.
13272
13273         * gnus-group.el (gnus-group-unmark-all-groups)
13274         (gnus-group-set-current-level): do.
13275
13276 2004-10-04  Simon Josefsson  <jas@extundo.com>
13277
13278         * message.el (message-generate-hashcash): Doc fix.
13279
13280 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13281
13282         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13283         avoid infinite recursion via gnus-get-function.
13284
13285 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13286
13287         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13288
13289         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13290
13291         * nnmail.el (nnmail-split-history): do.
13292
13293         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13294         (nnml-request-delete-group): do.
13295
13296         * nnslashdot.el (nnslashdot-read-groups): do.
13297
13298         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13299         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13300
13301         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13302         (nnspool-sift-nov-with-sed): Use last.
13303         (nnspool-retrieve-headers-with-nov): Use mapc.
13304         (nnspool-request-newgroups): Use dolist.
13305         (nnspool-request-group): Use last.
13306
13307         * nntp.el (nntp-read-server-type): Use dolist.
13308
13309         * nnvirtual.el (nnvirtual-create-mapping)
13310         (nnvirtual-update-read-and-marked): Use dolist.
13311         (nnvirtual-convert-headers): Simplify.
13312
13313 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13314
13315         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13316         support for sync'ing tick marks.
13317
13318 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13321         there's no visible header.
13322
13323 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13324
13325         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13326         necessary, pass full group name to gnus-request-set-marks.
13327
13328 2004-10-01  Simon Josefsson  <jas@extundo.com>
13329
13330         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13331         acroread.
13332
13333 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13334
13335         * spam-report.el (spam-report-gmane): Fix interactive.
13336
13337         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13338
13339         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13340         when writing file.
13341         (gnus-agent-synchronize-flags): Don't default to being
13342         interactive.
13343
13344 2004-09-30  Simon Josefsson  <jas@extundo.com>
13345
13346         * message.el (message-generate-hashcash): Add.
13347         (message-send-mail): Use it, call mail-add-payment.
13348
13349 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13350
13351         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13352
13353 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13354
13355         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13356         gnus-requst-update-info with explicit code to sync the in-memory
13357         info read flags with the marks being sync'd to the backend.
13358
13359         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13360
13361 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13362
13363         * spam.el (spam-verify-bogofilter): Add new function.
13364         (spam-check-bogofilter)
13365         (spam-bogofilter-register-with-bogofilter): Use it.
13366         (spam-verify-bogofilter): Add small fixes.
13367
13368 2004-09-28  Simon Josefsson  <jas@extundo.com>
13369
13370         * hashcash.el (hashcash-generate-payment): Revert.
13371
13372 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13373
13374         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13375         gnus-extract-references instead of gnus-split-references.
13376
13377         * gnus-util.el (gnus-extract-references): Add new function, analogous
13378         to gnus-split-references but extracts only the message-ID without
13379         anything extra.
13380
13381         * hashcash.el (hashcash-generate-payment)
13382         (hashcash-check-payment): Do the right thing if hashcash-path is
13383         nil (because the hashcash program could not be found).
13384
13385         * spam.el (spam-use-hashcash): Remove comment.
13386
13387 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13388
13389         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13390         (gnus-cache-enter-article, gnus-cache-remove-article)
13391         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13392
13393         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13394
13395         * gnus-art.el (article-hide-boring-headers)
13396         (article-translate-strings, article-display-face)
13397         (gnus-article-mime-match-handle-first)
13398         (gnus-article-highlight-headers)
13399         (gnus-article-add-buttons-to-head): do.
13400
13401 2004-09-27  Simon Josefsson  <jas@extundo.com>
13402
13403         * hashcash.el: New version, from
13404         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13405         ../contrib/.
13406
13407 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13410
13411 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13412
13413         * gnus-dup.el (gnus-dup-open): Use mapc.
13414         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13415
13416         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13417         Reported by Stefan Wiens <s.wi@gmx.net>.
13418
13419         * gnus.el (gnus-shutdown): Use dolist.
13420
13421         * gnus-undo.el (gnus-undo): Use mapc.
13422
13423         * nnrss.el (nnrss-generate-active): do.
13424
13425         * message.el (message-cite-original-without-signature)
13426         (message-cite-original): Use mapc.
13427         (message-do-actions, message-make-forward-subject): Use dolist.
13428
13429 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13430
13431         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13432         deletion to remove entire duplicate line.  Fixes merged article
13433         number bug.
13434
13435 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13436
13437         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13438         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13439         first ask if you want to open a server and then, even when you
13440         responded with no, asking if you want to synchronize the server's
13441         flags.
13442         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13443         multi-line expressions.
13444         (gnus-agent-synchronize-group-flags): New internal function.
13445         Updates marks in memory (in the info structure) AND in the
13446         backend.
13447
13448         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13449
13450         * nnagent.el (nnagent-request-set-mark): Use
13451         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13452         method, to ensure that synchronization updates marks in the
13453         backend and in the info (in memory) structure.
13454
13455 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13458         convention fully; don't miss the root article of a thread; make
13459         the X-Draft-From header with correct article numbers.
13460
13461 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13462
13463         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13464         unless plugged.  Disable the agent so that an open failure causes
13465         an error.
13466
13467         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13468         Reverted 2004-09-21 change.  The backend must be opened while
13469         synchronizing flags even when the backend stores the flags
13470         locally.
13471
13472 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13475         in `header' match.  Reported by Svend Tollak Munkejord.
13476
13477         * message.el (message-cite-original): Fix use of
13478         `message-cite-articles-with-x-no-archive'.
13479
13480 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13483         (gnus-window-to-buffer): Ditto.
13484
13485         * mml.el (mml-preview-buffer): New variable.
13486         (mml-preview): Manage window layout with gnus-buffer-configuration.
13487
13488         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13489         X-Draft-From header even if those articles aren't quoted.
13490
13491 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13492
13493         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13494         (gnus-request-set-mark, gnus-request-update-mark): Use new
13495         g-s-t-u-l-m to decide to use backend even when unplugged.
13496
13497 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13500         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13501
13502 2004-09-20  Simon Josefsson  <jas@extundo.com>
13503
13504         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13505         "utf-16-le".
13506
13507 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13508
13509         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13510
13511 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * uudecode.el (uudecode-use-external): Add :version.
13514
13515         * smime.el (smime-CA-file, smime-encrypt-cipher)
13516         (smime-dns-server): Add :version.
13517
13518         * smiley.el (gnus-smiley-file-types): Add :version.
13519
13520         * sha1.el (sha1-use-external): Add :version.
13521
13522         * pgg-def.el (pgg-query-keyserver): Add :version.
13523
13524         * nnmail.el (nnmail-fancy-expiry-targets)
13525         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13526         Add :version.
13527
13528         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13529         (nnimap-retrieve-groups-asynchronous): Add :version.
13530         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13531
13532         * mml.el (mml-content-disposition-parameters)
13533         (mml-insert-mime-headers-always): Add :version.
13534
13535         * mm-util.el (mm-coding-system-priorities): Add :version.
13536
13537         * mm-decode.el (mm-inline-text-html-with-images)
13538         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13539         (mm-verify-option): Add :version.
13540         (mm-text-html-renderer): Change :version.
13541
13542         * message.el (message-fcc-externalize-attachments)
13543         (message-required-headers, message-draft-headers)
13544         (message-subject-trailing-was-query)
13545         (message-subject-trailing-was-ask-regexp)
13546         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13547         (message-mark-insert-end, message-archive-header)
13548         (message-archive-note, message-cross-post-default)
13549         (message-cross-post-note, message-followup-to-note)
13550         (message-cross-post-note-function, message-use-mail-followup-to)
13551         (message-subscribed-address-functions)
13552         (message-subscribed-address-file, message-subscribed-addresses)
13553         (message-subscribed-regexps, message-allow-no-recipients)
13554         (message-yank-cited-prefix, message-signature-insert-empty-line)
13555         (message-hidden-headers, message-hierarchical-addresses)
13556         (message-mail-user-agent, message-use-idna)
13557         (message-valid-fqdn-regexp)
13558         (message-strip-special-text-properties, message-header-synonyms)
13559         (message-beginning-of-line, message-tab-body-function): Add :version.
13560         (message-insert-canlock, message-wide-reply-confirm-recipients):
13561         Change :version.
13562
13563         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13564         and :version.
13565         (mail-source-delete-old-incoming-confirm)
13566         (mail-source-movemail-program): Add :version.
13567
13568         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13569         (gnus-agent-cache, gnus-agent): Change :version.
13570
13571         * gnus-util.el (gnus-use-byte-compile): Change :version.
13572
13573         * gnus-sum.el (gnus-summary-make-false-root-always)
13574         (gnus-summary-default-high-score)
13575         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13576         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13577         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13578         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13579         (gnus-sum-thread-tree-single-indent)
13580         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13581         (gnus-sum-thread-tree-leaf-with-other)
13582         (gnus-sum-thread-tree-single-leaf): Add :version.
13583         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13584         (gnus-article-loose-mime): Change :version.
13585
13586         * gnus-start.el (gnus-backup-startup-file)
13587         (gnus-save-startup-file-via-temp-buffer): Add :version.
13588
13589         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13590         (gnus-server-offline-face): Add :version.
13591
13592         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13593
13594         * gnus-msg.el (gnus-gcc-externalize-attachments)
13595         (gnus-debug-files, gnus-debug-exclude-variables)
13596         (gnus-discouraged-post-methods): Change :version.
13597         (gnus-confirm-mail-reply-to-news)
13598         (gnus-confirm-treat-mail-like-news): Add :version.
13599
13600         * gnus-int.el (gnus-server-unopen-status): Add :version.
13601
13602         * gnus-group.el (gnus-group-jump-to-group-prompt)
13603         (gnus-large-ephemeral-newsgroup)
13604         (gnus-fetch-old-ephemeral-headers): Add :version.
13605
13606         * gnus-fun.el (gnus-x-face-directory)
13607         (gnus-convert-pbm-to-x-face-command)
13608         (gnus-convert-image-to-x-face-command)
13609         (gnus-convert-image-to-face-command): Add :version.
13610
13611         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13612
13613         * gnus-cite.el (gnus-cite-blank-line-after-header)
13614         (gnus-article-boring-faces): Add :version.
13615
13616         * gnus-art.el (gnus-buttonized-mime-types)
13617         (gnus-inhibit-mime-unbuttonizing)
13618         (gnus-treat-display-face)
13619         (gnus-treat-body-boundary): Change :version.
13620         (gnus-body-boundary-delimiter, gnus-picon-databases)
13621         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13622         (gnus-treat-date-english, gnus-treat-fold-headers)
13623         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13624         (gnus-treat-mail-picon, gnus-treat-wash-html)
13625         (gnus-article-encrypt-protocol)
13626         (gnus-use-idna, gnus-article-over-scroll)
13627         (gnus-mime-display-multipart-alternative-as-mixed)
13628         (gnus-mime-display-multipart-related-as-mixed)
13629         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13630         (gnus-ctan-url, gnus-button-ctan-handler)
13631         (gnus-button-handle-ctan-bogus-regexp)
13632         (gnus-button-ctan-directory-regexp)
13633         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13634         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13635         (gnus-button-man-level, gnus-button-emacs-level)
13636         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13637
13638         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13639         (gnus-agent-go-online): Change :version.
13640         (gnus-agent-expire-unagentized-dirs)
13641         (gnus-agent-auto-agentize-methods): Add :version.
13642
13643         * flow-fill.el (fill-flowed-display-column)
13644         (fill-flowed-encode-column): Add :version.
13645
13646         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13647         (gnus-outlook-deuglify-unwrap-max)
13648         (gnus-outlook-deuglify-cite-marks)
13649         (gnus-outlook-deuglify-unwrap-stop-chars)
13650         (gnus-outlook-deuglify-no-wrap-chars)
13651         (gnus-outlook-deuglify-attrib-cut-regexp)
13652         (gnus-outlook-deuglify-attrib-verb-regexp)
13653         (gnus-outlook-deuglify-attrib-end-regexp)
13654         (gnus-outlook-display-hook): Add :version.
13655
13656         * binhex.el (binhex-use-external): Add :version.
13657
13658 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13661         and `invisible'.
13662
13663 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13664
13665         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13666         in gnus-registry-trim.
13667
13668 2004-09-13  Simon Josefsson  <jas@extundo.com>
13669
13670         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13671
13672         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13673
13674         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13675         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13676         <yamaoka@jpl.org>.
13677         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13678         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13679         <yamaoka@jpl.org>.
13680
13681         * sieve.el (sieve-manage-mode): Ditto.
13682
13683 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13686
13687 2004-09-11  Simon Josefsson  <jas@extundo.com>
13688
13689         * dns-mode.el: Add.
13690
13691         * mm-view.el (mm-display-dns-inline): Add.
13692
13693         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13694         (mm-automatic-display): Ditto.
13695
13696         * mailcap.el (mailcap-mime-data): Add text/dns.
13697         (mailcap-mime-extensions): Map .soa to text/dns.
13698
13699 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13700
13701         * gnus-art.el (article-decode-mime-words, article-babel)
13702         (gnus-article-highlight-signature, gnus-article-add-buttons)
13703         (gnus-signature-toggle): Remove unnecessary bindings of
13704         `inhibit-read-only' inherited from v5.10 merge.
13705
13706 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * nntp.el (nntp): New customization group.
13709         (nntp-authinfo-file): Add customization group.
13710
13711         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13712
13713         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13714
13715         * gnus.el (to-address, to-list, subscribed)
13716         (large-newsgroup-initial): Ditto.
13717
13718         * flow-fill.el (fill-flowed-display-column)
13719         (fill-flowed-encode-column): Ditto.
13720
13721 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13722
13723         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13724         Use point-min rather than 1.
13725         (message-send-mail): Use buffer-size rather than point-max.
13726
13727         * gnus-sum.el (gnus-summary-search-article-forward):
13728         Signal a specific `search-failed' rather than a generic `error'.
13729
13730         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13731         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13732         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13733
13734 2004-09-10  Simon Josefsson  <jas@extundo.com>
13735
13736         * nndb.el (require): Remove tcp and duplicate cl.
13737
13738 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * gnus-agent.el (directory-files-and-attributes): Move forward.
13741
13742 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13743
13744         * gnus-agent.el (directory-files-and-attributes): Optionally
13745         defined to support XEmacs.
13746
13747 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13748
13749         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13750         to avoid run-time CL dependencies.
13751         (gnus-agent-unfetch-articles): New function.
13752         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13753         article numbers even when local .overview file is missing.
13754         (gnus-agent-read-article-number): New function.  Only accepts
13755         27-bit article numbers.
13756         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13757         gnus-agent-read-article-number.
13758         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13759         from backend while recognizing that article numbers in .overview
13760         must be valid.
13761         (gnus-agent-update-files-total-fetched-for): Use
13762         directory-files-and-attributes to improve performance.
13763         * gnus-int.el (gnus-request-move-article): Use
13764         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13765         improve performance.
13766
13767         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13768         some users confused by references to .newsrc when they only have a
13769         .newsrc.eld file.
13770         (gnus-convert-mark-converter-prompt)
13771         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13772         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13773         New function.  Used internally to only display 'gnus converting
13774         files' message when actually necessary.
13775
13776         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13777         methods now autoloaded.
13778
13779 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13782         identifiers.
13783
13784 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * gnus-picon.el: Fix indentation and closing parenthesis.
13787
13788 2004-09-01  Simon Josefsson  <jas@extundo.com>
13789
13790         * message.el (message-canlock-generate): Require sha1, not
13791         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13792         to require within a function.  Sadly, if sha1.el isn't loaded, the
13793         let binding in m-c-g will hide the defcustom definition, which is
13794         bad.)
13795
13796         * canlock.el: Require sha1, not sha1-el.
13797
13798         * message.el: Don't autoload sha1 (there is a autoload cookie in
13799         sha1.el).
13800
13801         * sha1-el.el: Renamed to sha1.el.
13802
13803 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13804
13805         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13806
13807 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13808
13809         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13810
13811 2004-08-30  Kim F. Storm  <storm@cua.dk>
13812
13813         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13814
13815         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13816         Add :group 'nnimap.
13817
13818 2004-08-30  Andreas Schwab  <schwab@suse.de>
13819
13820         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13821         ?* and ?\;.
13822
13823         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13824         and ?\' to symbol instead of whitespace.
13825
13826 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13829
13830         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13831         instead of re-search-forward.
13832
13833         * gnus-uu.el (gnus-uu-save-article): Ditto.
13834         (gnus-uu-post-encode-uuencode): Ditto.
13835
13836         * html2text.el (html2text-clean-list-items): Ditto.
13837         (html2text-clean-dtdd): Ditto.
13838         (html2text-format-tags): Ditto.
13839
13840         * message.el (message-send-mail-with-sendmail): Fix regexp.
13841         (message-fill-field-general): Use search-forward instead of
13842         re-search-forward.
13843         (unbold-region): Ditto.
13844
13845         * nnrss.el (nnrss-request-article): Ditto.
13846
13847         * nnslashdot.el (nnslashdot-request-article): Ditto.
13848
13849         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13850
13851         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13852         "Unrecognized menu descriptor" error in XEmacs.
13853
13854 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13855
13856         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13857         parent article of a sparse article in the thread hashtb.
13858
13859 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13860
13861         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13862         (nnmail-expand-newtext): Lowercase expanded entries if
13863         nnmail-split-lowercase-expanded is non-nil.
13864
13865 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13868
13869         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13870         of gnus-tmp-news-method into string under XEmacs.  It will be
13871         passed to gnus-correct-length which takes only a string argument.
13872
13873 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * gnus-util.el (gnus-bind-print-variables): New macro.
13876         (gnus-prin1): Use it.
13877         (gnus-prin1-to-string): Use it.
13878         (gnus-pp): New function.
13879         (gnus-pp-to-string): New function.
13880
13881         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13882         Replace pp-to-string with gnus-pp-to-string.
13883         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13884         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13885         * gnus-msg.el (gnus-debug): Ditto.
13886         * gnus-score.el (gnus-score-save): Ditto.
13887         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13888         gnus-pp-to-string.
13889         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13890         with gnus-pp.
13891         * score-mode.el (gnus-score-pretty-print): Ditto.
13892         * webmail.el (webmail-debug): Ditto.
13893
13894 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-art.el (article-display-face, article-display-x-face):
13897         Use buffer-read-only.
13898
13899 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-art.el (article-hide-list-identifiers):
13902         Bind inhibit-read-only as t.
13903
13904 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13907
13908 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13909
13910         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13911         (gnus-narrow-to-page): Don't assume point-min == 1.
13912         (gnus-article-edit-mode): Derive from message-mode.
13913
13914         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13915         point-min == 1.
13916
13917         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13918         Disable incorrect use of `assert'.
13919
13920         * message.el (message-mode): Set comment-start-skip.
13921
13922
13923 2004-08-22  Sam Steingold  <sds@gnu.org>
13924
13925         * pop3.el (pop3-leave-mail-on-server): New user variable.
13926         (pop3-movemail): Delete mail only when it is nil.
13927
13928 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13929
13930         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13931
13932         * mml.el (mml-preview): Use `pop-to-buffer'.
13933
13934         * message.el (message-goto-mail-followup-to): Insert after "To".
13935         (message-carefully-insert-headers): Add comment.
13936
13937         * gnus.el: Remove unused variable `gnus-article-check-size'.
13938
13939         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13940
13941         * gnus-art.el (gnus-button-alist): Improve
13942         `gnus-button-handle-library' entry.
13943
13944 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13945
13946         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13947         downcase, since XEmacs capitalizes error messages differently.
13948
13949 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13950
13951         * nntp.el: Add (require 'gnus) due to reference to
13952         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13953
13954 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13955
13956         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13957         `mm-fill-flowed'.
13958
13959         * mm-decode.el (mm-dissect-singlepart): Check it.
13960
13961 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13962
13963         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13964         'imap' for netrc parsing.
13965
13966 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13967
13968         * mailcap.el (mailcap-mime-data): Mark as risky.
13969
13970 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13973         may be included in the encoded word.
13974         (rfc2047-encode): Don't append a space if the encoded word
13975         includes close parenthesis.
13976
13977 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13980         of text within parentheses.
13981
13982 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13983
13984         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13985         (gnus-encrypt-write-file-contents): Make the password key the file
13986         name PLUS the cipher, not just the cipher.  Also remove failed
13987         passwords from the cache.
13988
13989 2004-08-06  Simon Josefsson  <jas@extundo.com>
13990
13991         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13992         fix.
13993
13994 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13997         LWSP.
13998
13999 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14000
14001         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14002         to append in-reply-to: data to the references: header.
14003
14004         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14005         (netrc-parse): Use gnus-encrypt.el functions.
14006
14007         * gnus-encrypt.el: Add new file for encryption support; currently
14008         does only a few GPG ciphers and an internal XOR cipher.
14009
14010         * password.el: Add comments on using password-read-and-add.
14011         (password-read-and-add): Add function to read and add the
14012         password to the cache at once.
14013
14014 2004-07-28  Simon Josefsson  <jas@extundo.com>
14015
14016         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14017         parameter (but don't use it, for now).
14018
14019         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14020         instead of hard coding to nil.
14021
14022 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14025         as mm-inline-image-xemacs does.
14026
14027 2004-07-26  Simon Josefsson  <jas@extundo.com>
14028
14029         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14030         Revert part of 2004-07-17 change below.
14031
14032 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14035         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14036
14037 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14038
14039         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14040         quotes that actually start with ">" at the beginning of the
14041         lines.
14042
14043 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * rfc2047.el (rfc2047-encode-region): Fix last change.
14046         (rfc2047-encode-parameter): Remove useless concat.
14047
14048 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14051         encode special characters; fix some kind of misconfigured headers;
14052         signal a real error if debug-on-quit or debug-on-error is non-nil.
14053         (rfc2047-encode-max-chars): New variable.
14054         (rfc2047-encode-1): Use it.
14055         (rfc2047-encode-parameter): New function.
14056
14057         * mml.el (mml-insert-parameter): Remove an excessive space.
14058
14059 2004-07-17  Simon Josefsson  <jas@extundo.com>
14060
14061         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14062         Kai Grossjohann <kai@emptydomain.de>.
14063         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14064         (gnus-group-make-menu-bar): Ditto.
14065
14066         * gnus-util.el (gnus-group-server): Add.
14067
14068 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14069
14070         * message.el (message-clone-locals): Clone sendmail and smtp
14071         variables.
14072
14073 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * rfc2047.el (rfc2047-encode-region): Fix last change.
14076
14077 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14080         characters as non-special.
14081
14082 2004-07-09  Simon Josefsson  <jas@extundo.com>
14083
14084         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14085         Users will lose all flag changes made while unplugged with
14086         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14087         good default.  See numerous reports on ding mailing list.
14088
14089 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14092         add generate-head-function and generate-article-function to the
14093         rfc822-forward entry.
14094         (nndoc-rfc822-forward-generate-article): New function.
14095         (nndoc-rfc822-forward-generate-head): New function.
14096
14097         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14098
14099 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14100
14101         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14102         respect display group parameter and gnus-summary-expunge-below.
14103         (gnus-articles-to-read): Remove unused reference to display group
14104         parameter.
14105
14106 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14107
14108         * nnheader.el (nnheader-uniquify-message-id): New experimental
14109         variable.
14110         (nnheader-nov-read-message-id): Use it.
14111
14112         * spam-report.el (spam-report-gmane): Add interactive.
14113
14114 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14117         qp-or-base64 for the application/* types.
14118
14119 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14120
14121         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14122
14123 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14124
14125         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14126         trim value.
14127
14128 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14129
14130         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14131         New macro and function.
14132         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14133
14134 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14137         after-load-alist.
14138
14139 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14140
14141         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14142         update info that isn't there.
14143
14144 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14145
14146         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14147         entry.
14148
14149 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * mm-view.el (mm-inline-render-with-function): Use multibyte
14152         buffer; decode html source by charset.
14153
14154         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14155
14156         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14157         Mule-UCS is loaded under XEmacs.
14158         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14159
14160 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14161
14162         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14163
14164 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * mm-util.el (mm-coding-system-p): Return a coding-system.
14167         (mm-mime-mule-charset-alist): Use shift_jis instead of
14168         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14169         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14170         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14171         instead of japanese-shift-jis and iso-latin-1 respectively in
14172         order to share the default value with both Emacs and XEmacs-mule.
14173         (mm-mule-charset-to-mime-charset): Make
14174         mm-coding-system-priorities effective.
14175         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14176         while predicating of candidates upon the priorities.
14177
14178 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14179
14180         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14181         gnus-uu-invert-processable.
14182
14183         * gnus.el: Autoload gnus-uu-invert-processable.
14184
14185 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * mm-util.el (mm-with-multibyte-buffer): New macro.
14188
14189         * rfc2047.el (rfc2047-encode-string): Use it.
14190         (rfc2047-encode-region): Move point to the end of the region after
14191         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14192
14193 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14196         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14197
14198 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14201         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14202         Karl Chen <quarl@nospam.quarl.org>.
14203
14204 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14205
14206         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14207         invalid addresses.
14208
14209 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14210
14211         * spam.el: Change section markers, revise TODO list.
14212         (spam-backends): Make new master list of all installed backends.
14213         (spam-summary-exit-behavior): Add new variable to determine how
14214         messages moves are done at summary exit.
14215         (spam-move-spam-nonspam-groups-only)
14216         (spam-process-ham-in-nonham-groups)
14217         (spam-process-ham-in-spam-groups): Remove variables, the
14218         spam-summary-exit-behavior variable should be used to manage this
14219         behavior.
14220         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14221         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14222         and spam-old-spam-articles.
14223         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14224         Add empty variables, placeholders for the backends they represent.
14225         (spam-set-difference): Move, unchanged.
14226         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14227         unless the user has a processor variable.
14228         (spam-classifications, spam-classification-valid-p)
14229         (spam-backend-properties, spam-backend-property-valid-p)
14230         (spam-backend-function-type-valid-p)
14231         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14232         (spam-report-articles-gmane, spam-report-articles-resend):
14233         Remove functions, they are not needed.
14234         (spam-install-backend-super, spam-backend-list)
14235         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14236         (spam-backend-function, spam-backend-ham-registration-function)
14237         (spam-backend-spam-registration-function)
14238         (spam-backend-ham-unregistration-function)
14239         (spam-backend-spam-unregistration-function)
14240         (spam-backend-statistical-p, spam-backend-mover-p)
14241         (spam-install-backend-alias, spam-install-checkonly-backend)
14242         (spam-install-mover-backend, spam-install-nocheck-backend)
14243         (spam-install-backend, spam-install-statistical-backend)
14244         (spam-install-statistical-checkonly-backend): Add backend installation
14245         support.
14246         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14247         (spam-group-processor-p): Use the new backend code and respect the
14248         summary exit behavior.
14249         (spam-mark-spam-as-expired-and-move-routine): Remove.
14250         (spam-summary-prepare): Change to use the new spam-old-articles
14251         variable.
14252         (spam-copy-or-move-routine, spam-copy-spam-routine)
14253         (spam-move-spam-routine, spam-copy-ham-routine)
14254         (spam-move-ham-routine): Add code to copy/move ham or spam.
14255         (spam-fetch-field-fast): Improve doc and code, plus allow the
14256         'number request.
14257         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14258         variables.
14259         (spam-split, spam-find-spam): Use the new backend code.
14260         (spam-registration-functions): Remove variable.
14261         (spam-unregister-routine): Add convenience wrapper.
14262         (spam-log-undo-registration, spam-register-routine)
14263         (spam-log-processing-to-registry)
14264         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14265         where possible.
14266         (spam-check-gmane-xref, spam-check-regex-headers)
14267         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14268         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14269         (spam-check-bogofilter-headers, spam-check-spamoracle)
14270         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14271         (spam-check-crm114-headers): Use the spam-split-group that
14272         spam-split prepares, no need to determine it every time.
14273
14274         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14275         to the nnheader-parse-naked-head call.
14276
14277         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14278
14279         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14280         the nnheader-nov-read-message-id call.
14281
14282 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14285         gnus-activate-group twice.  Suggested by Markus Peter
14286         <warp@spin.de>.
14287
14288 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * gnus-art.el (gnus-article-time-format): Exchange the order of
14291         day and month in the default value; fix customization type.
14292         (article-date-ut): Use add-text-properties.
14293         (article-make-date-line): Use message-make-date instead of
14294         current-time-string.
14295
14296         * message.el (message-fetch-field): Don't use set-text-properties.
14297         (message-make-date): Simplify.
14298
14299         * messagexmas.el (message-xmas-make-date): New function.
14300         (message-xmas-redefine): Defalias message-make-date to it.
14301
14302 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14305         (rfc2047-encode-region): Treat text within parentheses as special;
14306         show the original text when error has occurred.
14307
14308         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14309         already-computed method to gnus-activate-group.
14310
14311         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14312         same select-methods identical Lisp objects.
14313
14314         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14315         object when modifying the info.
14316
14317 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14320         gnus-opened-servers since it has never been opened with the new
14321         configuration yet.
14322
14323 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14326         arg to nnheader-generate-fake-message-id.
14327
14328 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14329
14330         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14331         number and build a fake message ID localized to a group and
14332         article number (so it's repeatable from that point on).
14333         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14334         ID format.
14335
14336         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14337         nnheader-generate-fake-message-id with the article number.
14338
14339 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14340
14341         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14342         end-of-buffer.
14343
14344 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14345
14346         * message.el (message-ignored-supersedes-headers): Add Approved.
14347
14348 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14351         goto-char.
14352         (rfc2047-encode): Fold the line before encoding.
14353
14354 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14355
14356         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14357         folding -- not all headers can be folded, and this should be done
14358         by the message composition mode.  Probably.  I think.
14359
14360 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14363         fast.
14364
14365         * gnus-ems.el (gnus-remove-image): Don't use
14366         message-text-with-property; remove only the image found first.
14367
14368         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14369         found first.
14370
14371 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14372
14373         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14374
14375 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * message.el (message-text-with-property): Make it fast and accept
14378         optional arguments.
14379         (message-strip-forbidden-properties): Use it.
14380         (message-fix-before-sending): Follow the m-t-w-p change.
14381
14382         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14383
14384 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * gnus-art.el (article-hide-headers): Don't change the buffer
14387         mistakenly when performing mml-preview even if
14388         gnus-single-article-buffer is nil.
14389
14390 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14391
14392         * message.el (message-expand-name-databases): New user option.
14393         (message-expand-name): Use it.
14394
14395 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14396
14397         * spam.el (spam-report-articles-resend)
14398         (spam-report-resend-register-routine): Allow ham reporting.
14399         (spam-report-resend-register-ham-routine): Add wrapper.
14400         (spam-registration-functions): Add ham resending functions.
14401         (spam-list-of-processors): Add ham resend processor.
14402
14403         * gnus.el (ham-resend-to): Add new group parameter.
14404         (spam-process): Add ham resend option.
14405
14406         * spam-report.el (spam-report-resend): Allow reporting ham.
14407         (spam-report-resend-ham): Add wrapper.
14408
14409 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14410
14411         * message.el (message-cite-articles-with-x-no-archive): New
14412         variable.
14413         (message-cite-original): Use it.
14414
14415 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14416
14417         * message.el (message-cite-original): Respect X-No-Archive.
14418
14419 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-art.el (article-hide-headers): Refer to the values for
14422         gnus-ignored-headers and gnus-visible-headers in the summary
14423         buffer since a user may have set them as group parameters.
14424
14425 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14426
14427         * assistant.el (assistant-node-name): Add convenience function.
14428         (assistant-render-text, assistant-render-node): Add error handling,
14429         plus handle multiple next nodes.
14430         (assistant-find-next-node): Comment out for now.
14431         (assistant-find-next-nodes): Add function, returns list of next
14432         nodes.
14433
14434 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * mail-source.el (mail-source-directory): Fix doc-string.
14437
14438 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14439
14440         * assistant.el (assistant-render-text, assistant-eval): Add :set
14441         widget type, which is different because it takes and returns a
14442         list.  Much hilarity ensues.
14443
14444 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14447
14448         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14449         doc-string.
14450
14451         * gnus-start.el (gnus-activate-group): Added doc-string.
14452
14453 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14456
14457 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14458
14459         * assistant.el (assistant-render-text): Try to add a :set
14460         widget, more to come.
14461
14462         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14463         strings.
14464         (spam-report-articles-resend)
14465         (spam-register-routine): Do registration iff any articles warrant
14466         it.
14467         (spam-summary-prepare-exit): Change log message for nil group
14468         destinations.
14469
14470 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14471
14472         * spam.el (spam-report-resend-register-routine): Allow
14473         spam-report-resend-to to be a group parameter or a global value.
14474
14475 2004-05-26  Simon Josefsson  <jas@extundo.com>
14476
14477         * starttls.el: Merge with my GNUTLS based starttls.el.
14478         (starttls-gnutls-program, starttls-use-gnutls)
14479         (starttls-extra-arguments, starttls-process-connection-type)
14480         (starttls-connect, starttls-failure, starttls-success): New
14481         variables.
14482         (starttls-program, starttls-extra-args): Doc fix.
14483         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14484         functions.
14485         (starttls-negotiate, starttls-open-stream): Check
14486         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14487         function if it is set.
14488
14489 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14492         structured fields.
14493
14494 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14497
14498 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14499
14500         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14501         variable.
14502         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14503         assigning the spam-mark to new messages.
14504
14505 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14506
14507         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14508
14509 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14510
14511         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14512
14513         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14514         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14515         default.
14516
14517 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14518
14519         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14520         correct data.
14521
14522 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14523
14524         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14525         (spam-group-processor-p): Fix function.
14526         (spam-group-processor-multiple-p)
14527         (spam-group-spam-processor-report-gmane-p)
14528         (spam-group-spam-processor-report-resend-p)
14529         (spam-group-spam-processor-bogofilter-p)
14530         (spam-group-spam-processor-blacklist-p)
14531         (spam-group-spam-processor-ifile-p)
14532         (spam-group-ham-processor-ifile-p)
14533         (spam-group-spam-processor-spamoracle-p)
14534         (spam-group-spam-processor-crm114-p)
14535         (spam-group-ham-processor-bogofilter-p)
14536         (spam-group-spam-processor-stat-p)
14537         (spam-group-ham-processor-stat-p)
14538         (spam-group-ham-processor-whitelist-p)
14539         (spam-group-ham-processor-BBDB-p)
14540         (spam-group-ham-processor-spamoracle-p)
14541         (spam-group-ham-processor-copy-p): Remove functions with some
14542         prejudice against unneeded code.
14543         (spam-report-articles-resend)
14544         (spam-report-resend-register-routine): Allow the group/topic
14545         spam-resend-to value to override spam-report-resend-to.
14546         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14547         properly now.
14548
14549         * gnus.el (spam-resend-to): Add group/topic parameter.
14550         (spam-process): Move the OBSOLETE processors to the end of the
14551         choices.
14552
14553 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14554
14555         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14556         with resend-to set to nil, and then ask the user if necessary.
14557         (spam-report-resend): spam-report-resend takes a list of articles, not
14558         separate article numbers.
14559
14560 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14563         addition to emacs-w3m.
14564
14565 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14566
14567         * assistant.el (assistant-authinfo-data): New function.
14568         (assistant-eval): Eval for entire assistant.
14569
14570         * netrc.el (netrc-services-file): New variable.
14571         (netrc-parse-services): New function.
14572         (netrc-find-service-name): New function.
14573         (netrc-find-service-number): New function.
14574         (netrc-port-equal): New function.
14575         (netrc-machine): Use it.
14576
14577         * nnimap.el (nnimap-open-connection): Use netrc.
14578
14579         * gnus-util.el (gnus-netrc-get): Remove aliases.
14580
14581         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14582
14583         * assistant.el (wid-edit): Fix compilation.
14584
14585         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14586
14587 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14588
14589         * gnus-util.el (gnus-set-file-modes): New function.  (small
14590         patch).
14591
14592 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14593
14594         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14595
14596         * assistant.el (assistant-render-node): Fix up rendering and
14597         read-only text.
14598         (assistant-render-node): Reset.
14599         (assistant-make-read-only): Not sticky.
14600
14601 2004-05-20  Danny Siu  <dsiu@adobe.com>
14602
14603         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14604         centered even when gnus-auto-center-summary is t.
14605
14606 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14607
14608         * dns.el (dns-get-txt-answer): New function.
14609         (dns-read-txt): Ditto.
14610         (query-dns): Use it.
14611
14612 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14615         active for foreign groups even if the group level is higher than
14616         the specified value.
14617
14618 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14619
14620         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14621         non-active groups.
14622
14623         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14624
14625 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14626
14627         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14628
14629 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14630
14631         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14632         (spam-crm114-header, spam-crm114-spam-switch)
14633         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14634         (spam-crm114-positive-spam-header)
14635         (spam-crm114-database-directory, spam-list-of-processors)
14636         (spam-group-spam-processor-crm114-p)
14637         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14638         (spam-generic-score, spam-list-of-checks)
14639         (spam-list-of-statistical-checks, spam-registration-functions)
14640         (spam-check-crm114-headers, spam-crm114-score)
14641         (spam-check-crm114, spam-crm114-register-with-crm114)
14642         (spam-crm114-register-spam-routine)
14643         (spam-crm114-unregister-spam-routine)
14644         (spam-crm114-register-ham-routine)
14645         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14646         asjo@koldfront.dk (Adam Sjøgren).
14647
14648         * gnus.el: Add spam-use-crm114.
14649
14650         * spam.el (spam-list-of-processors, spam-registration-functions):
14651         Add spam-use-resend.
14652         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14653         (spam-report-articles-gmane): Add doc fix.
14654         (spam-report-articles-resend, spam-report-resend-register-routine):
14655         Add wrappers around spam-report-resend-to.
14656
14657         * spam-report.el (spam-report-resend-to, spam-report-resend):
14658         Add support for resending spam.
14659         (spam-report-gmane): Fix line length >80.
14660
14661         * gnus.el (spam-process): Add spam-use-resend.
14662
14663 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14664
14665         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14666         number of processed spam messages.
14667         (spam-ham-copy-or-move-routine): Return the number of processed
14668         ham messages.
14669         (spam-summary-prepare-exit): Use the above values to decide
14670         whether status messages shouled be displayed.
14671
14672 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14675         `rfc2047-encoding-function-alist' in order to avoid conflicting
14676         with the old version.
14677         (rfc2047-encode-region): Concatenate words containing non-ASCII
14678         characters in structured fields; don't encode space-delimited
14679         ASCII words even in unstructured fields; don't break words at
14680         char-category boundaries.
14681         (rfc2047-encode-1): New function.
14682         (rfc2047-encode): Use it; encode text so that it occupies the
14683         maximum width within 76-column; work correctly on Q encoding for
14684         iso-2022-* charsets.
14685         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14686         sure not to break a line just after the header name.
14687         (rfc2047-b-encode-region): Removed.
14688         (rfc2047-b-encode-string): New function.
14689         (rfc2047-q-encode-region): Removed.
14690         (rfc2047-q-encode-string): New function.
14691
14692         * mm-util.el (mm-replace-in-string): New function.
14693
14694 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14695
14696         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14697         get it right.
14698         (gnus-inews-make-draft): Really.
14699
14700 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14701
14702         * nnmh.el (nnmh-request-list-1): Don't check the link count
14703         before descending.  (small patch)
14704
14705 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14706
14707         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14708         stuff.
14709
14710         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14711         on real group name.
14712
14713         * gnus-art.el (gnus-signature-limit): Doc fix.
14714
14715         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14716
14717         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14718
14719 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14720
14721         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14722         isn't a string.
14723
14724 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14725
14726         * gnus-draft.el (gnus-draft-send): Bind
14727         rfc2047-encode-encoded-words.
14728
14729         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14730         (rfc2047-encodable-p): Say that =? needs encoding.
14731         (rfc2047-encode-encoded-words): New variable.
14732
14733         * gnus-group.el (gnus-group-select-group): Doc fix.
14734
14735         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14736
14737         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14738         to nil.
14739
14740         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14741
14742         * nnheader.el (nnheader-get-lines-and-char): New function.
14743
14744 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * gnus-msg.el (gnus-summary-followup-with-original): Document
14747         yanking of region when active.
14748
14749 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14752         groups if the group level is higher than the specified value.
14753
14754 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14757         (gnus-group-jump-to-group): Added prefix argument using
14758         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14759         non-active group.
14760
14761         * compface.el (uncompface): Be verbose when changing
14762         `uncompface-use-external'.
14763
14764         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14765         handle manual section.
14766
14767 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14768
14769         * gnus-art.el (gnus-button-alist): Revert previous change.
14770
14771 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14774
14775 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14776
14777         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14778         whether backend can accept message.
14779
14780         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14781
14782 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14783
14784         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14785         Avoid creating directory when nntp-marks-is-evil is true.
14786         Reported by Reiner Steib.
14787
14788 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14789
14790         * gnus-picon.el (gnus-picon-style): New variable.
14791         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14792         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14793         Jesper Harder <harder@ifa.au.dk>.
14794
14795 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14796
14797         * message.el (message-fill-field): Return point.
14798         (message-generate-headers): Go to end of field.
14799
14800         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14801         stuff for non-living groups.
14802
14803 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14804
14805         * gnus-art.el (gnus-article-followup-with-original)
14806         (gnus-article-reply-with-original): gnus-mark-active-p ->
14807         gnus-region-active-p.
14808
14809 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14810
14811         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14812         only when there is spam or ham to be processed.
14813
14814 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14815
14816         * mail-source.el (mail-source-delete-crash-box): Refactor.
14817         (mail-source-fetch): Use it.
14818         (mail-source-fetch-file): Ditto.
14819         (mail-source-fetch-directory): Run postscript in loop.
14820         (mail-source-fetch-pop): Delete.
14821         (mail-source-fetch-maildir): Ditto.
14822         (mail-source-fetch-imap): Ditto.
14823
14824         * imap.el (imap-authenticators): Comment out sasl.
14825
14826         * message.el (message-skip-to-next-address): New function.
14827         (message-fill-header-address): Refactor.
14828         (message-fill-address): Use it.
14829         (message-delete-address): Use it.
14830         (message-fill-header-general): Refactor.
14831         (message-fill-field-address): Rename.
14832         (message-narrow-to-field): Find the start of the header.
14833         (message-header-format-alist): Don't pre-fill.
14834         (message-fill-header): Removed.
14835         (message-insert-header): New function.
14836         (message-shorten-references): Use it.
14837
14838         * rfc2047.el (rfc2047-field-value): Strip props.
14839
14840         * mail-parse.el (mail-header-make-address): New alias.
14841
14842         * ietf-drums.el (ietf-drums-make-address): New function.
14843
14844         * imap.el: Add compiler directives.
14845
14846         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14847
14848         * gnus-art.el (article-decode-idna-rhs): Don't use
14849         message-idna-inside-rhs-p.
14850
14851 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14852
14853         * message.el (message-idna-inside-rhs-p): Removed.
14854         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14855
14856         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14857         false positives.
14858
14859 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14860
14861         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14862
14863 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14864
14865         * nneething.el (nneething-file-name): Don't create spurious
14866         files.
14867
14868         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14869         (gnus-inews-do-gcc): Remove sleep.
14870
14871         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14872         part under point.
14873
14874         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14875         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14876
14877 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14878
14879         * spam.el (spam-summary-prepare-exit): Fixed (length).
14880
14881 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14882
14883         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14884         as expired without moving it" message when there are spam
14885         messages left.
14886
14887 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14888
14889         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14890         header is not nil.
14891
14892 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14893
14894         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14895         nntp-possibly-create-directory, not nntp-possibly-change-group.
14896         (nntp-marks-changed-p): New arg SERVER.
14897         (nntp-request-update-info): Adjust caller.
14898
14899 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14900
14901         * nntp.el (nntp-save-marks): Pass missing arg.
14902
14903 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14904
14905         * nntp.el: Support marks.
14906         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14907         (nntp-marks-modtime, nntp-marks-directory): New variables.
14908         (nntp-request-set-mark, nntp-request-update-info)
14909         (nntp-possibly-create-directory, nntp-marks-changed-p)
14910         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14911         functions.
14912
14913 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14914
14915         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14916         (gnus-xmas-redefine): Rename.
14917
14918         * gnus-score.el (gnus-score-insert-help): Use
14919         gnus-select-lowest-window.
14920
14921         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14922         appt-select-lowest-window and rename to gnus-select-lowest-window.
14923
14924         * gnus.el: do.
14925
14926 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14927
14928         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14929         encodings of MIME-encoded words, in order to improve
14930         interoperability with several broken MUAs.
14931
14932 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14933
14934         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14935         tags, only when charsets are not specified in headers.
14936         (mm-inline-text-html-render-with-w3m): Ditto.
14937
14938         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14939         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14940
14941 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14942
14943         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14944         instead of MIME-decoded from fields when checking
14945         `gnus-article-address-banner-alist'.
14946
14947 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14948
14949         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14950         description rather than subject.
14951
14952 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14953
14954         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14955
14956 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14957
14958         * gnus.el (gnus-version-number): Bump.
14959
14960 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14961
14962         * gnus.el: No Gnus v0.2 is released.
14963
14964 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14965
14966         * gnus-agent.el (gnus-agent-read-agentview): Inline
14967         gnus-uncompress-range.
14968
14969 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14970
14971         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14972         `exec-installed-p'.
14973
14974 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14975
14976         * gnus.el (spam-process, spam-autodetect-methods): Add
14977         bsfilter and bsfilter-headers.
14978
14979         * spam.el (spam-bsfilter): New customize group.
14980         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14981         (spam-bsfilter-header, spam-bsfilter-probability-header)
14982         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14983         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14984         (spam-bsfilter-database-directory): New options.
14985         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14986         (spam-list-of-statistical-checks, spam-registration-functions):
14987         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14988         (spam-bsfilter-score): New command.
14989         (spam-check-bsfilter-headers, spam-check-bsfilter)
14990         (spam-bsfilter-register-with-bsfilter)
14991         (spam-bsfilter-register-spam-routine)
14992         (spam-bsfilter-unregister-spam-routine)
14993         (spam-bsfilter-register-ham-routine)
14994         (spam-bsfilter-unregister-ham-routine): New functions.
14995         (spam-generic-score): Support bsfilter; Accept an optional argument
14996         to recalcurate spam score even if scoring header has already been
14997         added.
14998         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14999         optional argument to recalcurate spam score even if scoring header
15000         has already been added.
15001
15002 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15003
15004         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15005         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15006         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15007         link is missing.
15008
15009 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15010
15011         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15012         (html2text-get-attr): Rewrite.
15013
15014         * message.el (message-setup-1): Remove redundant put-text-property
15015         on mail-header-separator.
15016
15017 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15018
15019         * gnus-registry.el (gnus-registry-cache-whitespace)
15020         (gnus-registry-action, gnus-registry-spool-action)
15021         (gnus-registry-split-fancy-with-parent): Change message levels
15022         from 5 to 3 or 7, as needed.
15023
15024         * spam.el (spam-summary-prepare-exit)
15025         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15026         (spam-split, spam-find-spam, spam-log-undo-registration)
15027         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15028         level from 5 to 6.
15029
15030 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15033         2004-03-04 change).
15034
15035 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15036
15037         * sieve-manage.el (sieve-manage-open):
15038         * nnweb.el (nnweb-insert-html):
15039         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15040         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15041         * nnspool.el (nnspool-request-group):
15042         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15043         * nnml.el (nnml-request-update-info):
15044         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15045         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15046         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15047         (nnimap-request-set-mark):
15048         * nnfolder.el (nnfolder-request-update-info):
15049         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15050         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15051         * gnus-uu.el (gnus-uu-find-articles-matching):
15052         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15053         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15054         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15055         * gnus-nocem.el (gnus-nocem-scan-groups):
15056         * gnus-int.el (gnus-start-news-server):
15057         * gnus-group.el (gnus-group-make-kiboze-group)
15058         (gnus-group-browse-foreign-server):
15059         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15060         Use mapc when appropriate.
15061
15062 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15063
15064         FIXME: Make separate entries for each person.
15065
15066         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15067         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15068         <shields@msrl.com>:
15069
15070         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15071         may need for spam sorting and scoring.
15072         (spam-user-format-function-S): Add user format function suitable for
15073         general use.
15074         (spam-article-sort-by-spam-status): Add sorting function for summary
15075         sorting.
15076         (spam-extra-header-to-number): Add function to get a score from a
15077         header.
15078         (spam-summary-score): Add function to get a numeric score from the
15079         headers.
15080         (spam-generic-score): Fix function doc, was in wrong place.
15081         (spam-initialize): Take symbols when it's run, and install the
15082         extra headers that spam-necessary-extra-headers thinks we need.
15083
15084 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15085
15086         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15087         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15088
15089 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15090
15091         * gnus-sum.el (gnus-set-global-variables)
15092         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15093         (gnus-article-get-xrefs, gnus-summary-best-group)
15094         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15095         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15096         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15097         Use with-current-buffer.
15098
15099 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15100
15101         * spam.el (spam-summary-prepare-exit): Simplify logic.
15102         (spam-fetch-article-header): Read the article header if it's not
15103         available.
15104         (spam-list-articles): Simplify logic.
15105         (spam-filelist-register-routine): Fix bug with unregister-list.
15106
15107         * gnus-registry.el: Fix comments at beginning.
15108
15109 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15110
15111         * message.el (message-cater-to-broken-inn): Remove.
15112         (message-shorten-references): Make sure the total folded length of
15113         References is shorter than 998 characters to cater to a bug in INN
15114         2.3.  Also, don't pretend that references aren't folded -- this
15115         hasn't worked for a while.
15116
15117 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15118
15119         * gnus-agent.el (gnus-agentize):
15120         gnus-agent-send-mail-real-function no longer set to current value
15121         of message-send-mail-function but rather a lambda that calls
15122         message-send-mail-function.  The change makes the agent real-time
15123         responsive to user changes to message-send-mail-function.
15124
15125 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15126
15127         * legacy-gnus-agent.el
15128         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15129         help from Florian Weimer <fw@deneb.enyo.de>
15130
15131 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * nnmail.el (nnmail-cache-insert): Revert last change.
15134
15135 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * nnmail.el (nnmail-cache-insert): Always check whether
15138         nnmail-cache-ignore-groups matches a group name.
15139
15140 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15141
15142         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15143         (spam-find-spam, spam-log-processing-to-registry)
15144         (spam-log-registered-p, spam-log-unregistration-needed-p)
15145         (spam-log-undo-registration): Use gnus-message instead of
15146         gnus-error, none of these errors are fatal.
15147
15148         * gnus-registry.el (gnus-registry-clean-empty-function)
15149         (gnus-registry-clean-empty): Remove only empty entries without
15150         extra data.
15151
15152 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15153
15154         * spam-stat.el (spam-stat-buffer-change-to-spam)
15155         (spam-stat-buffer-change-to-non-spam): Change (error) to
15156         (gnus-message 8) invocation.
15157
15158 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * nntp.el (nntp-via-netcat-command): New variable.
15161         (nntp-via-netcat-switches): New variable.
15162         (nntp-open-via-rlogin-and-netcat): New function.
15163         (nntp-open-connection-function): Doc fix.
15164         (nntp-telnet-command): Doc fix.
15165         (nntp-end-of-line): Doc fix.
15166         (nntp-via-rlogin-command): Doc fix.
15167         (nntp-via-user-name): Doc fix.
15168         (nntp-via-address): Doc fix.
15169
15170 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15173         error in Emacs 21.1.
15174
15175 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15176
15177         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15178
15179 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15180
15181         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15182         (gnus-agent-with-refreshed-group): New macro.
15183         (gnus-agent-rename-group): New function.
15184         (gnus-agent-delete-group): New function.
15185         (gnus-agent-save-group-info): Use gnus-command-method when
15186         `method' parameter is nil.  Don't write nil entries into the
15187         active file.
15188         (gnus-agent-get-group-info): New function.
15189         (gnus-agent-fetch-articles): Use
15190         gnus-agent-update-files-total-fetched-for to increment disk space
15191         used.
15192         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15193         gnus-agent-update-view-total-fetched-for to increment disk space
15194         used.
15195         (gnus-agent-get-local): Added optional parameters to avoid calling
15196         gnus-group-real-name and gnus-find-method-for-group.
15197         (gnus-agent-set-local): Delete stored entry if either min, or max,
15198         are nil.
15199         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15200         quit, use gnus-agent-regenerate-group to record existance of any
15201         articles fetched to disk before the quit occurred.
15202         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15203         gnus-agent-update-view-total-fetched-for, and
15204         gnus-agent-update-files-total-fetched-for to decrement disk space
15205         used.
15206         (gnus-agent-retrieve-headers): Use
15207         gnus-agent-update-view-total-fetched-for to increment disk space
15208         used.
15209         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15210         with gnus-agent-update-files-total-fetched-for to decrement disk
15211         space and fresh group buffer.
15212         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15213         (gnus-agent-need-update-total-fetched-for): New variable.
15214         (gnus-agent-update-files-total-fetched-for): New function.
15215         (gnus-agent-update-view-total-fetched-for): New function.
15216         (gnus-agent-total-fetched-for): New function.
15217
15218         * gnus-cache.el (gnus-cache-save-buffers): Use
15219         gnus-cache-update-overview-total-fetched-for to change disk space
15220         used by this group.
15221         (gnus-cache-possibly-enter-article): Use
15222         gnus-cache-update-file-total-fetched-for to increment disk space
15223         used by this group.
15224         (gnus-cache-possibly-remove-article): Use
15225         gnus-cache-update-file-total-fetched-for to decrement disk space
15226         used by this group.
15227         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15228         (gnus-cache-rename-group): New function.
15229         (gnus-cache-delete-group): New function.
15230         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15231         (gnus-cache-need-update-total-fetched-for): New variable.
15232         (gnus-cache-with-refreshed-group): New macro.
15233         (gnus-cache-update-file-total-fetched-for): New function.
15234         (gnus-cache-update-overview-total-fetched-for): New function.
15235         (gnus-cache-rename-group-total-fetched-for): New function.
15236         (gnus-cache-delete-group-total-fetched-for): New function.
15237         (gnus-cache-total-fetched-for): New function.
15238
15239         * gnus-group.el: Require gnus-sum and autoload functions to
15240         resolve warnings when gnus-group.el compiled alone.
15241         (gnus-group-line-format): Documented new %F.
15242         (size of Fetched data) group line format; identifies disk space
15243         used by agent and cache.
15244         (gnus-group-line-format-alist): Defined new F format.
15245         (gnus-total-fetched-for): New function.
15246         (gnus-group-delete-group): No longer update
15247         gnus-cache-active-altered as gnus-request-delete-group now keeps
15248         the cache in sync.
15249         (gnus-group-list-active): Let the agent store a server's active
15250         list if currently plugged.
15251
15252         * gnus-int.el (gnus-request-delete-group):
15253         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15254         local disk in sync with the server.
15255         (gnus-request-rename-group):
15256         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15257         local disk in sync with the server.
15258
15259         * gnus-start.el (gnus-get-unread-articles):
15260         Cosmetic simplification to logic.
15261
15262         * gnus-util.el (gnus-rename-file): New function.
15263
15264 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15265
15266         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15267
15268 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15269
15270         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15271         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15272
15273 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15274
15275         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15276         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15277
15278 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15279
15280         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15281
15282 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15283
15284         * spam.el (spam-set-difference): Add function to replace
15285         gnus-set-difference in spam.el.
15286         (spam-summary-prepare-exit): Use spam-set-difference.
15287
15288 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15289
15290         * gnus-registry.el (gnus-registry-cache-file): Update to use
15291         gnus-dribble-directory OR gnus-home-directory OR ~.
15292         (gnus-registry-split-fancy-with-parent): Fix doc.
15293
15294 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * message.el (message-exchange-point-and-mark): Use
15297         message-mark-active-p.  Suggested by Jesper Harder
15298         <harder@ifa.au.dk>.
15299
15300 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * message.el (message-exchange-point-and-mark): Don't activate
15303         region if it was inactive.  Suggested by Hiroshi Fujishima
15304         <pooh@nature.tsukuba.ac.jp>.
15305
15306 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * gnus-art.el (article-display-face): Display Faces in the same
15309         order as X-Faces.
15310
15311 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15314
15315 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15318         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15319         (gnus-article-mime-hierarchy): Remove.
15320         (gnus-article-mime-hierarchy-next): Remove.
15321         (gnus-article-mode): Revert 2004-03-19 change.
15322         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15323         (gnus-insert-mime-button): Revert 2004-03-19 change.
15324         (gnus-mime-accumulate-hierarchy): Remove.
15325         (gnus-mime-enter-multipart): Remove.
15326         (gnus-mime-leave-multipart): Remove.
15327         (gnus-mime-display-part): Revert 2004-03-19 change.
15328         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15329
15330         * mml.el (mml-preview): Revert 2004-03-19 change.
15331
15332 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15333
15334         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15335
15336 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15339         t while entering a file name using the mm-with-multibyte macro.
15340         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15341
15342         * mm-util.el (mm-with-multibyte): New macro.
15343
15344 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15347         user option.
15348         (gnus-mime-multipart-functions): Doc and customization fix.
15349         (gnus-article-mime-hierarchy): New variable.
15350         (gnus-article-mime-hierarchy-next): New variable.
15351         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15352         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15353         gnus-article-mime-hierarchy-next to nil.
15354         (gnus-insert-mime-button): Show hierarchy numbers.
15355         (gnus-mime-accumulate-hierarchy): New function.
15356         (gnus-mime-enter-multipart): New function.
15357         (gnus-mime-leave-multipart): New function.
15358         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15359         (gnus-mime-display-alternative): Show hierarchy numbers.
15360
15361         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15362         gnus-article-mime-hierarchy-next to nil.
15363
15364 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15365
15366         * dns.el: Don't require gnus-xmas.
15367
15368 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15369
15370         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15371         inline PGP.
15372         (mml-menu): Disable mml-quote-region if mark is inactive.
15373
15374 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15377         when the group's active is not available.
15378
15379 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15382         error.
15383
15384 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15385
15386         * imap.el (imap-store-password): New variable.
15387         (imap-interactive-login): Use it.
15388         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15389
15390 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15393         window-start and hscroll to summary window.
15394
15395 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15396
15397         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15398         conversion message to newsrc-dribble when an actual conversion is
15399         performed.
15400
15401 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15402
15403         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15404
15405 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * mm-decode.el (mm-complicated-handles): New function reviving
15408         former definition of mm-multiple-handles.
15409
15410         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15411         (gnus-mime-delete-part): Use it.
15412
15413 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15414
15415         * gnus-agent.el (gnus-agent-read-local): Bind
15416         nnheader-file-coding-system to gnus-agent-file-coding-system to
15417         avoid the implicit assumption that they will always be equal.
15418         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15419         coding-system-for-write, as the with-temp-file macro first prints
15420         to a buffer then saves the buffer.
15421
15422 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * gnus-art.el (gnus-article-edit-part): New function.
15425         (gnus-mime-save-part-and-strip): Use it; do query instead of
15426         signaling an error; don't use mm-multiple-handles.
15427         (gnus-mime-delete-part): Ditto.
15428
15429 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15430
15431         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15432         old file versions.
15433         (gnus-group-prepare-hook): Removed function that converted list
15434         form of gnus-agent-expire-days to group properties.
15435
15436         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15437         (gnus-request-accept-article): Re-indented.
15438
15439         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15440         converters to handle old agent file formats.  Added logic for a
15441         "backup before upgrading warning".
15442         (gnus-convert-mark-converter-prompt): Developers can mark
15443         functions as needing (default), or not needing,
15444         gnus-convert-old-newsrc's "backup before upgrading warning".
15445         (gnus-convert-converter-needs-prompt): Tests whether the user
15446         should be protected from potentially irreversable changes by the
15447         function.
15448
15449         * legacy-gnus-agent.el: New.  Provides converters that are only
15450         loaded when gnus-convert-old-newsrc needs to call them.
15451
15452 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * mail-source.el (mail-source-touch-pop): Doc fix.
15455
15456         * message.el (message-smtpmail-send-it): Doc fix.
15457
15458 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15459
15460         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15461
15462         * nnmail.el (nnmail-split-fancy): do.
15463
15464         * gnus-kill.el (gnus-kill, gnus-execute): do.
15465
15466 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15467
15468         * gnus-sum.el (gnus-widget-reversible-match)
15469         (gnus-widget-reversible-to-internal)
15470         (gnus-widget-reversible-to-external): New functions.
15471         (gnus-widget-reversible): New widget.
15472         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15473
15474 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15475
15476         * gnus-sum.el (gnus-thread-sort-functions)
15477         (gnus-article-sort-functions): Document `(not F)' items.
15478
15479 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15480
15481         * spam.el (spam-use-gmane-xref): Add new backend.
15482         (spam-gmane-xref-spam-group): Add variable to control the name of the
15483         Gmane spam group.
15484         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15485         (spam-regex-headers-spam, spam-regex-headers-ham)
15486         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15487         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15488         backends and checks.
15489         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15490
15491         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15492         an autodetect method.
15493
15494 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15495
15496         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15497         articles are being added to a group.
15498         (gnus-request-replace-article): Inform the agent that articles
15499         need to be uncached as the cached contents are no longer valid.
15500
15501 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * binhex.el: Don't autoload executable-find.
15504
15505         * canlock.el: Don't autoload mail-fetch-field.
15506
15507         * dgnushack.el: Autoload c-mode for XEmacs.
15508
15509         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15510
15511         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15512         rmail-dont-reply-to and rmail-output.
15513
15514         * gnus-score.el: Don't autoload ffap-string-at-point.
15515
15516         * gnus-setup.el: Don't autoload sc-cite-original.
15517
15518         * imap.el: Don't autoload base64-decode-string,
15519         base64-encode-string and md5.
15520
15521         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15522         and rmail-msg-restore-non-pruned-header.
15523
15524         * mm-decode.el: Don't autoload executable-find.
15525
15526         * mm-url.el: Don't autoload executable-find.
15527
15528         * mm-view.el: Don't autoload diff-mode.
15529
15530         * nndb.el: Don't autoload news-reply-mode, news-setup,
15531         cancel-timer and telnet.
15532
15533         * password.el: Don't autoload run-at-time for Emacs.
15534
15535         * sha1-el.el: Don't autoload executable-find.
15536
15537         * sieve-mode.el: Don't autoload c-mode.
15538
15539         * uudecode.el: Don't autoload executable-find.
15540
15541 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15542
15543         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15544         (gnus-agent-possibly-alter-active): Avoid null in numeric
15545         comparison.
15546         (gnus-agent-set-local): Refuse to save null in local object table.
15547         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15548         list of articles that will be marked as unread.
15549
15550 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15553
15554 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15555
15556         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15557         language tags.
15558
15559 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15560
15561         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15562         Don't bind "obarray".
15563
15564         * gnus-sum.el (gnus-thread-sort-functions): Added
15565         `gnus-thread-sort-by-most-recent-number' and
15566         `gnus-thread-sort-by-most-recent-date'.
15567         Reported by Kai Grossjohann <kai@emptydomain.de>.
15568
15569 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15570
15571         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15572
15573 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15574
15575         * gnus-cus.el (gnus-agent-customize-category): Removed
15576         ignore-errors macro reference that required cl to be loaded at
15577         run-time.
15578
15579         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15580         single-interval range of the form (min . max).  Previously the
15581         range had to look like ((min . max)).  Likewise, return
15582         (min . max) rather than ((min . max)).
15583         (gnus-range-map): Use gnus-range-normalize to accept
15584         single-interval range.
15585
15586         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15587         the cache, but not the agent, now appear with their usual face.
15588
15589         * dgnushack.el (loaddir): New variable that is bound to the
15590         directory containing the dgnushack.el file. Use loaddir, rather
15591         than srcdir, to update load-path. Change lets dgnushack compile
15592         code in directories other than GNUS/lisp.
15593
15594 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * lpath.el: Don't bind w3m-safe-url-regexp.
15597
15598         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15599         w3m-safe-url-regexp variable buffer-local.
15600
15601         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15602
15603 2004-02-27  Simon Josefsson  <jas@extundo.com>
15604
15605         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15606         gnus-group-real-prefix.
15607         (gnus-summary-move-article): Use it, instead of
15608         gnus-group-real-prefix.
15609
15610 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * lpath.el: Bind w3m-safe-url-regexp.
15613
15614         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15615         w3m-safe-url-regexp variable buffer-local and set it as the value
15616         of mm-w3m-safe-url-regexp.
15617
15618         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15619
15620         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15621         parsing gnus-posting-styles when the message is not for replying.
15622
15623         * dgnushack.el: Autoload sgml-mode for XEmacs.
15624
15625         * nnrss.el (nnrss-opml-export): Use
15626         mm-set-buffer-file-coding-system instead of
15627         set-buffer-file-coding-system.
15628
15629 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15630
15631         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15632         of checkdoc.el).
15633         * nnrss.el: do.
15634         * gnus-mlspl.el: do.
15635         * gnus-ml.el: do.
15636         * gnus-srvr.el: do.
15637
15638         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15639
15640 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15641
15642         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15643         Corrections to custom-manual links.
15644
15645         * gnus-art.el (gnus-article): Ditto.
15646
15647         * mm-decode.el (mime-display, mime-security): Ditto.
15648
15649 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15650
15651         * flow-fill.el: Typo.
15652
15653 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15654
15655         * spam-wash.el: New file.
15656
15657 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15658
15659         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15660
15661 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15662
15663         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15664         to be run with new-articles as LIST1, not LIST2.
15665         (spam-registration-functions): Add spam-use-ham-copy as a nil
15666         registration backend.
15667
15668 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15669
15670         * spam-stat.el (spam-stat-washing-hook): New option.
15671         (spam-stat-buffer-words): Use it.
15672         (spam-stat-process-directory, spam-stat-test-directory): Use
15673         insert-file-contents-literally.
15674         (spam-stat-coding-system): New variable.
15675         (spam-stat-load, spam-stat-save): Use it.
15676
15677 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * spam-report.el (spam-report-plug-agent): Quote
15680         spam-report-url-to-file and spam-report-url-ping-plain.
15681
15682 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15683
15684         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15685         / in mailto URLs.
15686
15687 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * spam-report.el (spam-report-process-queue): Fix interactive use.
15690         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15691         (spam-report-unplug-agent): Doc fixes.
15692         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15693         (spam-report-agentize, spam-report-deagentize): Autoload.
15694
15695 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15698
15699         * message.el (message-setup-fill-variables): Add mml tags to
15700         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15701         <ajk@iu.edu>.
15702         (message-mode): Don't modify paragraph-separate there.
15703
15704 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * compface.el (uncompface-use-external): Default to undecided.
15707         (uncompface-use-external-threshold): New variable.
15708         (uncompface-float-time): New macro.
15709         (uncompface): Determine whether to use the external decoder if
15710         uncompface-use-external is undecided.
15711
15712 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15713
15714         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15715         after images.
15716
15717         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15718
15719 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15720
15721         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15722
15723         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15724
15725         * gnus-sum.el (gnus-summary-limit-to-age)
15726         (gnus-summary-limit-children): do.
15727
15728         * gnus-int.el (gnus-request-scan): do.
15729
15730         * gnus-group.el (gnus-group-suspend): do.
15731
15732         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15733
15734         * gnus-cite.el (gnus-cite-parse-attributions): do.
15735
15736         * gnus-agent.el (gnus-summary-set-agent-mark)
15737         (gnus-agent-regenerate-group): do.
15738
15739         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15740
15741         * binhex.el (binhex-decode-region-internal): do.
15742
15743 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus-fun.el (gnus-face-properties-alist): New user option.
15746         (gnus-display-x-face-in-from): Use it.
15747
15748         * gnus-art.el (article-display-face): Ditto.
15749
15750         * compface.el (uncompface-use-external): Default to nil.
15751
15752 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15753
15754         * nntp.el (nntp-erase-buffer): New function.
15755         (nntp-retrieve-data, nntp-send-command)
15756         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15757         (nntp-possibly-change-group): Use it.
15758
15759         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15760         with-current-buffer.
15761
15762 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15763
15764         * compface.el: Merge the ELisp-based uncompface program.
15765         (compface): New customization group.
15766         (uncompface-use-external): New user option.
15767         (uncompface): Call uncompface-internal if uncompface-use-external
15768         is nil.
15769         (uncompface-internal): New function.  Note that there are also
15770         some other functions and variables added for this function.
15771
15772 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15773
15774         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15775         if necessary.
15776
15777 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15778
15779         * spam-report.el (spam-report-unplug-agent)
15780         (spam-report-plug-agent, spam-report-deagentize)
15781         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15782         Add support for the Agent in spam-report: when unplugged, report to a
15783         file; when plugged, submit all the requests.
15784
15785         * spam.el (spam-register-routine): Fix message about
15786         registration.
15787
15788 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15789
15790         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15791         dependencies.
15792         (rfc2047-encode): Use it.
15793
15794         * gnus-art.el (gnus-button-marker-list): Move before first
15795         reference.
15796
15797         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15798         (imap-parse-body): Fix format string mismatch.
15799
15800         * gnus-score.el (gnus-summary-increase-score): do.
15801
15802         * nnrss.el (nnrss-close): New function.
15803
15804 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15805
15806         * nnrss.el (nnrss-make-filename): New function.
15807         (nnrss-request-delete-group, nnrss-read-server-data)
15808         (nnrss-save-server-data, nnrss-read-group-data)
15809         (nnrss-save-group-data): Use it.
15810         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15811         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15812         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15813
15814 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15815
15816         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15817
15818 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15819
15820         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15821         files.
15822
15823         * message.el (message-generate-headers-first): Don't quote nil
15824         and t in docstrings.
15825
15826         * imap.el (imap-id): do.
15827
15828         * gnus-agent.el (gnus-agent-consider-all-articles)
15829         (gnus-agent-queue-mail): do.
15830
15831 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15832
15833         * spam-report.el (spam-report-process-queue): New function.
15834         Process requests from `spam-report-requests-file'.
15835         (spam-report-process-queue): Doc fix.
15836
15837 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15838
15839         * spam.el (spam-register-routine)
15840         (spam-log-processing-to-registry, spam-log-registered-p)
15841         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15842         Change "check" to "spam-check" for semi-clarity.
15843
15844 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15845
15846         * pop3.el: Require nnheader.
15847
15848         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15849
15850         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15851
15852         * gnus-picon.el: Require cl.
15853
15854         * gnus-fun.el: Require gnus-ems and gnus-util.
15855
15856         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15857
15858         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15859
15860         * gnus-art.el (gnus-article-edit-mode): Define before first
15861         reference.
15862
15863 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15864
15865         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15866         (gnus-uu-post-encoded): Use point-at-bol.
15867
15868         * gnus-topic.el (gnus-group-active-topic-p): do.
15869
15870         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15871
15872         * gnus-group.el (gnus-group-kill-region): do.
15873
15874         * gnus-art.el (article-date-ut): do.
15875
15876         * message.el (message-fetch-field): Remove redundant
15877         case-fold-search binding.
15878         (message-narrow-to-field): Simplify.
15879
15880 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * spam.el (spam-directory): Derive from `gnus-directory'.
15883
15884         * spam-report.el (spam-report-url-to-file)
15885         (spam-report-requests-file): New function and variable for offline
15886         reporting.
15887         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15888         and user defined function.
15889         (spam-report-url-ping-mm-url): Remove doubled slash.
15890
15891 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15892
15893         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15894
15895 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15896
15897         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15898         format string mismatch.
15899
15900         * sieve.el (sieve-deactivate-all): do.
15901
15902         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15903
15904         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15905
15906         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15907
15908         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15909
15910 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15911
15912         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15913         the list of checks.
15914
15915 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15916
15917         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15918         padding.
15919
15920 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15921
15922         * mm-view.el (mm-fill-flowed): New variable.
15923         (mm-inline-text): Use it.
15924
15925 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15926
15927         * spam.el (spam-spamassassin-register-ham-routine)
15928         (spam-spamassassin-register-spam-routine): Fix function names.
15929
15930 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus.el (gnus-tmp-grouplens): Remove.
15933         (gnus-summary-line-format): Remove grouplens.
15934
15935         * gnus-group.el (gnus-group-line-format): Ditto.
15936
15937         * gnus-spec.el (gnus-format-specs): Ditto.
15938         (gnus-update-format-specifications): Flush the group format spec
15939         cache if there's the grouplens stuff.
15940         (gnus-parse-simple-format): Replace %l with the empty string.
15941
15942 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15943
15944         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15945         omission.
15946
15947 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15950         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15951
15952 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15953
15954         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15955         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15956         New macros and functions.
15957         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15958         Handle > NLINK_MAX messages.
15959         * nnmaildir.el (nnmaildir-request-set-mark): Use
15960         nnmaildir--emlink-p and nnmaildir--eexist-p.
15961
15962 2004-01-25  Alex Schroeder  <alex@gnu.org>
15963
15964         * spam-stat.el (spam-stat-process-directory-age): New option.
15965         (spam-stat-process-directory): Use it.
15966
15967 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15968
15969         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15970         (spam-stat-save): Accept prefix argument.
15971
15972 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15973
15974         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15975         links" error.
15976
15977 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15978
15979         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15980         the rest of the and/or forms.
15981
15982 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15983
15984         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15985         compatibility with old .newsrc.eld files.
15986
15987         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15988
15989         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15990
15991         * gnus-start.el (gnus-1): do.
15992
15993         * gnus-group.el (gnus-group-line-format-alist): do.
15994
15995         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15996
15997         * gnus-gl.el: Remove.
15998
15999 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16000
16001         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16002         marks consisting of a single range {for example, (3 . 5)} rather
16003         than a list of a single range { ((3 . 5)) }.
16004
16005 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16006
16007         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16008         with-current-buffer.
16009         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16010         avoid consing a string.
16011
16012         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16013         Remove obsolete entries for big5 and gb2312.
16014
16015 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16016
16017         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16018         uncompressed list.
16019
16020 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16021
16022         * spam-stat.el (spam-stat-strip-xref): New function.
16023         (spam-stat-process-directory): Use it.
16024
16025         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16026         here -- it's done in message-fetch-field.
16027
16028 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16029
16030         * gnus-agent.el (gnus-agent-queue-mail)
16031         (gnus-agent-prompt-send-queue): New variables.
16032         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16033         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16034         "nndraft:queue" along to gnus-draft-send.  Use
16035         gnus-agent-prompt-send-queue.
16036         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16037         is "nndraft:queue".  Suggested by Gaute Strokkenes
16038         <gs234@srcf.ucam.org>
16039
16040         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16041         (agent-enable-undownloaded-faces): Added.
16042         (gnus-agent-cat-groups): Use eval-and-compile, not
16043         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16044         method of gnus-agent-cat-groups even when the buffer has been
16045         evaled.
16046         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16047         delete gnus-agent-save-active-1.
16048         (gnus-agent-save-groups): Deleted.  Identical to
16049         gnus-agent-save-active.
16050         (gnus-agent-write-active): No longer adjust agent's copy of active
16051         file as agent's adjustments are now stored in their own
16052         file.  Removed optional parameter.
16053         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16054         servers.  Add use of min/max range limits from server's local
16055         file.
16056         (gnus-agent-save-alist): Removed unused optional argument.
16057         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16058         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16059         (gnus-agent-set-local): A per-server file that keeps min/max range
16060         limits for articles known to the agent.  Provides a fast mechanism
16061         for altering many active ranges.
16062         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16063         active file (local makes it unnecessary).
16064         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16065
16066         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16067         (agent-enable-undownloaded-faces): Added.
16068
16069         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16070         disable it when sending to "nndraft:queue".
16071         (gnus-group-send-queue): Add safety check to avoid sending queue
16072         when unplugged.
16073
16074         * gnus-group.el (gnus-group-catchup): Use new
16075         gnus-sequence-of-unread-articles, not
16076         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16077         numbers of articles.  Use gnus-range-map to avoid having to
16078         uncompress the unread list.
16079         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16080         Fixed invalid ange-ftp reference.
16081
16082         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16083         (gnus-sorted-range-intersection): Intersection of two ranges
16084         without requiring that they first be uncompressed.
16085
16086         * gnus-start.el (gnus-activate-group): Unless blocked by the
16087         caller, possibly expand the active range to include both cached
16088         and agentized articles.
16089         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16090         multiple version-dependent converters.
16091         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16092         gnus-agent-save-active.
16093         (gnus-save-newsrc-file): Save dirty agent range limits.
16094
16095         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16096         gnus-agent-possibly-alter-active.
16097         (gnus-adjust-marked-articles): Faster handling of simple lists.
16098
16099 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16100
16101         * spam-stat.el (spam-stat-test-directory): New optional argument
16102         displays a list of files detected.  Suggested by Andrew Cohen
16103         <cohen@andy.bu.edu>.
16104         (spam-stat-buffer-words-with-scores): Don't narrow and change
16105         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16106
16107 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16108
16109         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16110         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16111         (spam-spamassassin-arguments)
16112         (spam-spamassassin-spam-flag-header)
16113         (spam-spamassassin-positive-spam-flag-header)
16114         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16115         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16116         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16117         (spam-list-of-processors, spam-list-of-checks)
16118         (spam-list-of-statistical-checks, spam-registration-functions)
16119         (spam-check-spamassassin-headers, spam-check-spamassassin)
16120         (spam-spamassassin-score)
16121         (spam-spamassassin-register-with-sa-learn)
16122         (spam-spamassassin-register-spam-routine)
16123         (spam-spamassassin-register-ham-routine)
16124         (spam-assassin-register-spam-routine)
16125         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16126         (spam-bogofilter-score): Fix to show article before scoring.
16127
16128 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16129
16130         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16131         default scoring function.
16132         (spam-generic-score): Call spam-spamassassin-score if
16133         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16134         spam-bogofilter-score otherwise.
16135
16136         * gnus.el (spam-process, spam-autodetect-methods): Add
16137         spamassassin and spamassassin-headers.
16138
16139 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16140
16141         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16142         Suppress unnecessary messages.
16143
16144 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16145
16146         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16147         make-hash-table.
16148
16149 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * canlock.el (base64-encode-string): Don't autoload it.
16152
16153 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * run-at-time.el: Remove useless (require 'itimer),
16156         eval-and-compile and (featurep 'xemacs).
16157
16158 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16159
16160         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16161         GROUP is a virtual group.
16162
16163 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16164
16165         * gnus.el: Autoload `message-y-or-n-p'.
16166
16167 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16168
16169         * pgg-parse.el: Remove unnecessary (require 'custom).
16170
16171         * pgg-def.el: do.
16172
16173         * nnmail.el: do.
16174
16175         * gnus-undo.el: do.
16176
16177         * gnus-picon.el: do.
16178
16179         * gnus-util.el: do.
16180
16181 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16182
16183         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16184
16185 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16188         handle, as well as a list.
16189
16190         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16191         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16192         (mm-w3m-cid-retrieve): Simplify.
16193
16194 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16195
16196         * message.el (message-kill-to-signature): Allow prefix arg to
16197         specify number of lines to keep before signature.
16198
16199 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16200
16201         * message.el (message-kill-to-signature): Change docstring.
16202
16203 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * canlock.el: Always require sha1-el.
16206         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16207
16208         * message.el: Autoload sha1 only when compiling.
16209
16210         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16211         eudc-expand-inline for XEmacs.
16212
16213 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * message.el (message-canlock-generate): Require sha1-el.
16216
16217 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16218
16219         * message.el (message-expand-name): Silence the byte compiler.
16220
16221         * lpath.el: Add detect-coding-system.
16222
16223         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16224         cus-edit.
16225
16226 2004-01-13  Simon Josefsson  <jas@extundo.com>
16227
16228         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16229         Invoke gnus-score-mode.  Reported by
16230         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16231
16232         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16233         Jim Blandy <jimb@redhat.com> (tiny change).
16234
16235 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16236
16237         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16238
16239 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16240
16241         * spam.el (spam-get-article-as-string): Update to use
16242         gnus-request-article-this-buffer, much simpler.
16243         (spam-get-article-as-buffer): Remove.
16244
16245 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16246
16247         * message.el (message-expand-name): Use EUDC if the user uses that.
16248
16249 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16250
16251         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16252         character for the encoding to avoid consing a string.
16253
16254         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16255         unnecessarily.
16256
16257         * mm-util.el (mm-replace-chars-in-string): Remove.
16258
16259         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16260         of mm-replace-chars-in-string.
16261
16262 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16263
16264         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16265
16266         * mm-util.el (mm-subst-char-in-string): Support inplace.
16267
16268         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16269         a new string in every iteration.  Use shy groups.
16270
16271 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16272
16273         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16274         * gnus-soup.el (gnus-soup-group-brew):
16275         * gnus-msg.el (gnus-put-message):
16276         * gnus-move.el (gnus-group-move-group-to-server):
16277         * gnus-kill.el (gnus-batch-score):
16278         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16279         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16280         (gnus-group-update-group, gnus-group-read-group)
16281         (gnus-group-make-group, gnus-group-make-help-group)
16282         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16283         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16284         (gnus-group-sort-by-unread, gnus-group-catchup)
16285         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16286         (gnus-group-yank-group, gnus-group-set-info)
16287         (gnus-group-list-groups):
16288         * gnus.el (gnus-generate-new-group-name):
16289         * gnus-delay.el (gnus-delay-send-queue):
16290         * nnvirtual.el (nnvirtual-catchup-group):
16291         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16292         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16293         (gnus-group-prepare-topics, gnus-topic-check-topology):
16294         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16295         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16296         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16297         (gnus-group-make-articles-read):
16298         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16299         (gnus-group-change-level, gnus-kill-newsgroup)
16300         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16301         (gnus-get-unread-articles, gnus-make-articles-unread)
16302         (gnus-make-ascending-articles-unread): Use accessor
16303         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16304         to get group information for improved readability.
16305
16306
16307 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16308
16309         * gnus-art.el (article-decode-mime-words, article-babel)
16310         (gnus-article-highlight-signature, gnus-article-add-buttons)
16311         (gnus-signature-toggle): Use gnus-with-article-buffer.
16312
16313         * gnus-art.el (gnus-article-highlight-headers)
16314         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16315
16316         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16317         (gnus-article-set-globals, gnus-request-article-this-buffer)
16318         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16319         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16320         (gnus-mime-display-alternative): Use with-current-buffer.
16321
16322 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16323
16324         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16325         also under 80 char limit, and call gnus-error if needed.
16326         (spam-fetch-article-header): Fix - it was a
16327         buffer-local variable (gnus-newsgroup-data).
16328         (spam-find-spam): Use spam-generate-fake-headers, forget about
16329         spam-insert-fake-headers.
16330         (spam-insert-fake-headers): Remove.
16331
16332 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16333
16334         * deuglify.el (gnus-article-outlook-unwrap-lines)
16335         (gnus-outlook-rearrange-article)
16336         (gnus-outlook-repair-attribution-outlook)
16337         (gnus-outlook-repair-attribution-block)
16338         (gnus-outlook-repair-attribution-other): Remove redundant
16339         save-excursion.
16340
16341 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16342
16343         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16344         (spam-fetch-field-subject-fast)
16345         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16346         (spam-fetch-article-header): Add functions to deal with Gnus
16347         internals for fast retrieval of article header data.
16348         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16349
16350 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16351
16352         * pop3.el (pop3-md5): Remove.
16353         (pop3-apop): Replace pop3-md5 with md5.
16354
16355         * mm-bodies.el: base64 is always built-in.
16356
16357         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16358         with-current-buffer.
16359
16360 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * canlock.el (canlock-insert-header): Remove excessive grouping in
16363         regexp.
16364
16365         * gnus-sum.el (gnus-summary-read-document): Ditto.
16366
16367         * gnus-uu.el (gnus-uu-part-number): Ditto.
16368
16369         * html2text.el (html2text-remove-tags): Ditto.
16370         (html2text-format-tags): Ditto.
16371         (html2text-format-single-elements): Ditto.
16372
16373         * mml.el (mml-parse-1): Ditto.
16374
16375 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16376
16377         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16378
16379         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16380
16381         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16382
16383         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16384
16385 2003-11-15  Simon Josefsson  <jas@extundo.com>
16386
16387         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16388         (pgg-gpg-lookup-key): Use regexp match instead of
16389         split-string (split-string is different between emacs 21.2 and
16390         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16391
16392 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16393
16394         * gnus-art.el (gnus-mime-view-all-parts)
16395         (gnus-article-part-wrapper, gnus-article-view-part): Use
16396         with-current-buffer.
16397
16398 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16399
16400         * spam.el (spam-disable-spam-split-during-ham-respool)
16401         (spam-spamoracle-database, spam-cache-lookups)
16402         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16403         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16404         (spam-group-ham-marks, spam-group-spam-marks)
16405         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16406         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16407         also add spam-use-blackholes to the statistical checks.
16408         (spam-fetch-field-fast): Add interface to fetching fields, may
16409         become a macro.
16410         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16411         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16412         (spam-insert-fake-headers): Fake an article when needed.
16413         (spam-find-spam): Fake article when possible.
16414         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16415         (spam-check-bogofilter-headers): Use message-fetch-field instead
16416         of nnmail-fetch-field.
16417
16418 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16419
16420         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16421
16422 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16423
16424         * spam.el (spam-split): Do not require spam-use-CHECK to be
16425         enabled if that check is passed to spam-split explicitly; also
16426         fix so 'spam doesn't get converted to spam-split-group when
16427         spam-split-symbolic-return is t.
16428         (spam-find-spam): Find registrations of the article and use those
16429         instead of re-running spam-split to find the spam/ham
16430         classification of the article.
16431         (spam-log-processing-to-registry, spam-log-registered-p)
16432         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16433         Use gnus-error instead of gnus-message.
16434         (spam-log-registration-type): Add function to determine the
16435         classification of a message based on registry entries; will
16436         return nil if both 'spam and 'ham are found.
16437         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16438         a reasonably fast local cache without the loading errors.
16439         (spam-cache-lookups): Set to t by default.
16440         (spam-find-spam): Don't try to guess spam-cache-lookups.
16441         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16442         spam-caches entry.
16443         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16444         caching of whitelist/blacklist entries.
16445         (spam-check-whitelist, spam-check-blacklist): Invoke
16446         spam-from-listed-p with a type, not a cache variable.
16447         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16448
16449 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16450
16451         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16452
16453         * nnmail.el (nnmail-split-fancy): do.
16454
16455         * mml.el (mml-parse): do.
16456
16457         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16458         (gnus-score-adaptive): do.
16459
16460 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16463         (gnus-mime-button-map): Don't set keymap parent.
16464         (gnus-button-ctan-directory-regexp): Use shy grouping.
16465         (gnus-prev-page-map): Don't set keymap parent.
16466         (gnus-prev-page-map): Remove duplicated one.
16467         (gnus-next-page-map): Don't set keymap parent.
16468         (gnus-mime-security-button-map): Ditto.
16469
16470         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16471         version number.
16472
16473         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16474
16475 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * canlock.el (canlock-sha1-function): Remove.
16478         (canlock-sha1-function-for-verify): Remove.
16479         (canlock-openssl-program): Remove.
16480         (canlock-openssl-args): Remove.
16481         (canlock-ignore-errors): Remove.
16482         (canlock-sha1-with-openssl): Remove.
16483         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16484         (canlock-verify): Don't use canlock-ignore-errors.
16485
16486         * sha1-el.el (sha1-string-external): Make it can return a string
16487         in binary form.
16488         (sha1-region-external): Ditto.
16489         (sha1-string-internal): Ditto.
16490         (sha1-region-internal): Ditto.
16491         (sha1-region): Ditto.
16492         (sha1-string): Ditto.
16493         (sha1): Ditto.
16494
16495 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16496
16497         * spam.el (spam-report-articles-gmane): New command.
16498
16499 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16502
16503         * run-at-time.el (run-at-time-saved): Remove.
16504         (run-at-time): Doc fix.
16505
16506 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16507
16508         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16509         (gnus-summary-limit-map): Add it.
16510         (gnus-summary-make-menu-bar): do.
16511
16512 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16513
16514         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16515         Make attempt at some caching support (done for BBDB only now).
16516         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16517         addresses to be checked.
16518         (spam-clear-cache-BBDB): Add function, to be invoked by
16519         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16520         (spam-check-BBDB): Check and use the caches, if
16521         spam-cache-lookups is on, remove superfluous (provide).
16522
16523 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16524
16525         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16526
16527 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16528
16529         * run-at-time.el (run-at-time-saved): Move to after the definition
16530         of `run-at-time'.
16531
16532         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16533
16534 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16537         mm-w3m-local-map-property.
16538
16539         * mm-view.el (mm-w3m-mode-map): Remove.
16540         (mm-w3m-local-map-property): Remove.
16541         (mm-inline-text-html-render-with-w3m): Don't use
16542         mm-w3m-local-map-property.
16543
16544 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16545
16546         * run-at-time.el: New file.
16547
16548         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16549         under Emacs.
16550
16551         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16552         of gnus-set-text-properties.
16553
16554         * gnus-uu.el (gnus-uu-save-article): Ditto.
16555
16556         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16557
16558         * gnus-cite.el (gnus-cite-parse): Ditto.
16559
16560         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16561         of gnus-.
16562
16563         * gnus-xmas.el (run-at-time): Require run-at-time.
16564
16565         * gnus.el: Changed calls to nnheader-run-at-time and
16566         password-run-at-time throughout to use run-at-time directly.
16567
16568         * password.el: Removed definition of run-at-time.
16569
16570         * nnheaderxm.el: Remove definition of run-at-time.
16571
16572 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16573
16574         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16575         in prompt.
16576
16577 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16578
16579         * messagexmas.el (message-xmas-redefine): Alias
16580         `message-make-caesar-translation-table' to
16581         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16582         version.
16583
16584         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16585         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16586         `gnus-xmas-set-text-properties'.
16587         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16588         `gnus-xmas-completing-read'.
16589         (gnus-xmas-completing-read): Removed.
16590         (gnus-xmas-open-network-stream): Removed.
16591
16592         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16593         XEmacs version.
16594
16595         * dns.el (dns-make-network-process): Use `open-network-stream'
16596         instead of `gnus-xmas-open-network-stream'.
16597
16598         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16599
16600         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16601
16602 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16603
16604         * gnus-art.el (gnus-mime-display-alternative)
16605         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16606         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16607         Don't use gnus-local-map-property.
16608
16609         * gnus-util.el (gnus-local-map-property): Remove.
16610
16611         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16612         gnus-completing-read-maybe-default with completing-read.
16613
16614         * gnus-util.el (gnus-completing-read): do.
16615         (gnus-completing-read-maybe-default): Remove.
16616
16617 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16618
16619         * password.el: Only autoload `run-at-time' if not XEmacs.
16620         Only autoload the itimer functions if XEmacs.
16621
16622 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16625         XEmacsen.
16626
16627         * dgnushack.el: Autoload executable-find for XEmacs.
16628
16629 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16630
16631         * gnus-art.el (gnus-read-string): Remove.
16632         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16633         read-string.
16634
16635 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16636
16637         * netrc.el: Autoload password-read.
16638         (netrc): Add configuration group.
16639         (netrc-encoding-method, netrc-openssl-path): Add
16640         variables for encoding and decoding of files with symmetric
16641         ciphers.
16642         (netrc-encode): Add assistant function to encode a file with
16643         netrc-encoding-method.
16644         (netrc-parse): Add interactive parameter, added optional
16645         decoding if netrc-encoding-method is non-nil but otherwise
16646         behavior is standard.
16647         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16648         Do s/encode/encrypt/ everywhere.
16649
16650         * spam.el: Remove executable-find autoload.
16651
16652 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16653
16654         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16655
16656         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16657
16658 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16659
16660         * gnus-art.el (gnus-treat-ansi-sequences)
16661         (article-treat-ansi-sequences): New variable and function.
16662         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16663
16664         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16665         Use it.
16666
16667 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16668
16669         * mm-util.el (mm-quote-arg): Remove.
16670
16671         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16672         shell-quote-argument.
16673
16674         * gnus-uu.el (gnus-uu-command): do.
16675
16676         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16677
16678         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16679         with make-char.
16680
16681         * mm-util.el (mm-make-char): Remove.
16682
16683         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16684         add-minor-mode.
16685
16686         * gnus-undo.el (gnus-undo-mode): do.
16687
16688         * gnus-topic.el (gnus-topic-mode): do.
16689
16690         * gnus-sum.el (gnus-dead-summary-mode): do.
16691
16692         * gnus-start.el (gnus-slave-mode): do.
16693
16694         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16695
16696         * gnus-ml.el (gnus-mailing-list-mode): do.
16697
16698         * gnus-gl.el (gnus-grouplens-mode): do.
16699
16700         * gnus-draft.el (gnus-draft-mode): do.
16701
16702         * gnus-dired.el (gnus-dired-mode): do.
16703
16704         * gnus-ems.el (gnus-add-minor-mode): Remove.
16705
16706         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16707         Replace gnus-char-width with char-width.
16708
16709         * gnus-ems.el (gnus-char-width): Remove.
16710
16711         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16712         Replace gnus-char-width with char-width.
16713
16714         * gnus-ems.el (gnus-char-width): Remove.
16715
16716         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16717         definition.
16718         Remove Emacs 20 hash table compatibility code.
16719
16720         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16721         20 compatibility code.
16722
16723         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16724
16725         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16726
16727         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16728         with point-at-{eol,bol}.
16729
16730         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16731
16732         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16733
16734         * flow-fill.el (fill-flowed-point-at-bol)
16735         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16736
16737         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16738         Replace with point-at-{eol,bol} throughout all files.
16739
16740 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * ntlm.el (ntlm-string-as-unibyte): New macro.
16743         (ntlm-build-auth-response): Use it.
16744
16745         Remove Emacs 20 stuff:
16746         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16747         (butlast, mapc, remove): Remove the compiler macros.
16748         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16749         of delq and copy-sequence.
16750         * gnus-art.el (popup-menu): Remove the compiler macro.
16751         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16752         Emacs 20.
16753
16754 2004-01-05  Simon Josefsson  <jas@extundo.com>
16755
16756         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16757         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16758         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16759         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16760         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16761         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16762         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16763         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16764         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16765         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16766         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16767         string-xor into ntlm-string-xor.  Suggested by
16768         Jesper Harder <harder@myrealbox.com>.
16769
16770         * ntlm.el: Don't include poem.
16771
16772         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16773         Jesper Harder <harder@myrealbox.com>.
16774
16775         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16776
16777         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16778         probably breaks emacs with DL patch, but do we care? Is anyone
16779         still using the DL stuff?)
16780
16781         * sieve-manage.el: Use the password package.
16782         (sieve-manage-read-passwd): Remove.
16783         (sieve-manage-interactive-login): Use password.  Re-add
16784         condition-case around loop.
16785
16786         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16787         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16788         the password package.
16789
16790 2003-02-19  Simon Josefsson  <jas@extundo.com>
16791
16792         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16793         token.
16794
16795 2002-08-07  Simon Josefsson  <jas@extundo.com>
16796
16797         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16798         (sieve-manage-authenticators):
16799         (sieve-manage-authenticator-alist): Add some SASL mechs.
16800         (sieve-sasl-auth): New function.
16801         (sieve-manage-cram-md5-auth):
16802         (sieve-manage-plain-auth): Rewrite using SASL library.
16803         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16804         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16805         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16806         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16807
16808 2004-01-05  Simon Josefsson  <jas@extundo.com>
16809
16810         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16811         New files.
16812
16813 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16814
16815         * gnus-group.el (gnus-no-groups-message): Update.
16816
16817         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16818
16819 2003-11-09  Simon Josefsson  <jas@extundo.com>
16820
16821         * imap.el: Support for ID IMAP extension (RFC 2971).
16822         (imap-local-variables): Add imap-id.
16823         (imap-id): New variable.
16824         (imap-id): New function.
16825         (imap-parse-response): Parse untagged ID response.
16826         * nnimap.el (nnimap-id): New variable.
16827         (nnimap-open-connection): Use it.
16828
16829 2003-12-28  Simon Josefsson  <jas@extundo.com>
16830
16831         * gnus-score.el (gnus-score-edit-all-score): New.
16832         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16833
16834 2004-01-04  Simon Josefsson  <jas@extundo.com>
16835
16836         * password.el: Add.
16837
16838 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16839
16840         * dns.el (dns-query-types): Fix typo.
16841         (dns-query-types): New function.
16842         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16843         PTR and SOA replies, see RFC 1035.
16844
16845 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16846
16847         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16848
16849         * Moved to Changelog.2.
16850
16851 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16852
16853         * gnus.el (gnus-version-number): Bump version.
16854
16855 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16856
16857         * gnus.el: No Gnus v0.1 is released.
16858
16859 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16860
16861         * gnus.el: No Gnus v0.0 is released.
16862
16863 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16864
16865         * gnus.el (gnus-version-number): Bump.
16866         (gnus-version): No.
16867
16868 See ChangeLog.2 for earlier changes.
16869
16870     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16871       Free Software Foundation, Inc.
16872
16873   This file is part of GNU Emacs.
16874
16875   GNU Emacs is free software: you can redistribute it and/or modify
16876   it under the terms of the GNU General Public License as published by
16877   the Free Software Foundation, either version 3 of the License, or
16878   (at your option) any later version.
16879
16880   GNU Emacs is distributed in the hope that it will be useful,
16881   but WITHOUT ANY WARRANTY; without even the implied warranty of
16882   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16883   GNU General Public License for more details.
16884
16885   You should have received a copy of the GNU General Public License
16886   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16887
16888 ;; Local Variables:
16889 ;; coding: utf-8
16890 ;; fill-column: 79
16891 ;; add-log-time-zone-rule: t
16892 ;; End: