ace8d5c1b14cc0bf5c5c612078dc204922966543
[gnus] / lisp / ChangeLog
1 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2
3         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
4         directly.
5
6 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9         apparently third-party libraries depend on it.
10
11         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
12         before starting negotiation.
13
14         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
15         privacy reasons.
16         (gnus-treat-mail-gravatar): Ditto.
17
18         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
19         buffer when inserting images.  Inserting text into the headers, for
20         instance, can make them invalid.
21
22 2010-09-25  Julien Danjou  <julien@danjou.info>
23
24         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
25         variables.
26
27         * nnheader.el: Remove useless variables news-reply-yank-from and
28         news-reply-yank-message-id.
29
30         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
31         variables.
32
33         * mml1991.el: Remove useless mml1991-verbose.
34
35         * gnus.el: Remove useless variable gnus-use-generic-from.
36         Remove obsolete variable gnus-topic-indentation.
37
38         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
39
40         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
41
42         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
43
44         * gnus-group.el: Remove useless gnus-group-icon-cache.
45         Remove useless gnus-ephemeral-group-server.
46
47         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
48
49         * mml2015.el: Remove useless mml2015-verbose.
50
51         * mml-smime.el: Remove useless mml-smime-verbose.
52
53         * gnus.el: Remove useless gnus-local-domain.
54
55         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
56         gnus-gravatar-size.
57
58         * gnus-art.el: Remove useless gnus-treat-translate.
59
60 2010-09-24  Julien Danjou  <julien@danjou.info>
61
62         * gnus-sum.el: Add support for Gravatars.
63
64         * gnus-art.el: Add support for Gravatars.
65
66         * gnus-gravatar.el: Add this file.
67
68         * gravatar.el: Add this file.
69
70 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
73
74         * gnus-group.el (gnus-group-fetch-faq): Removed.
75
76         * gnus.el (gnus-group-faq-directory): Removed.
77
78         * gnus-group.el (gnus-group-fetch-charter): Removed.
79
80         * gnus.el (gnus-group-charter-alist): Removed.
81
82         * gnus-group.el (gnus-group-archive-directory): Removed.
83         (gnus-group-recent-archive-directory): Ditto.
84         (gnus-group-make-archive-group): Removed.
85
86         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
87
88         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
89         use the same article number for all the cached articles.
90
91         * nnimap.el (nnimap-command): Register the last command time so
92         that we can use it for idling NOOPs.
93         (nnimap-open-connection): Start the keeplive timer.
94         (nnimap-make-process-buffer): Store all the process buffers.
95         (nnimap-keepalive): New function.
96
97         * starttls.el: (starttls-open-stream): Add autoload cookie.
98
99 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
100
101         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
102         handling.
103
104 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
107         its data structures.
108
109         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
110         instead of the cl.el copy-list.
111         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
112         equalp.
113
114 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
117         and tool-bar-local-item-from-menu.
118
119         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
120         mode-line-highlight face for Emacs.
121
122         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
123         loading gnus-sum.elc; fix comment for canlock-verify.
124         (gnus-article-jump-to-part): Use read-number.
125         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
126         Emacs pre-21 compatible code for help-echo.
127         (gnus-article-next-page-1): No need to adjust the number of lines.
128         (gnus-article-describe-bindings): Always use help-buffer.
129
130         * gnus-audio.el (gnus-audio-inline-sound)
131         * gnus-cus.el (gnus-custom-mode)
132         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
133
134         * gnus-sum.el (gnus-remove-overlays): Doc fix.
135
136         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
137         compatible code.
138
139 2010-09-24  Glenn Morris  <rgm@gnu.org>
140
141         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
142         visiting the fcc file in rmail-mode.
143
144         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
145
146 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * nnir.el: Silence the byte compiler.
149
150         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
151         alias to browse-url-url-encode-chars if any.
152         (gnus-html-encode-url): Use it.
153
154 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
155
156         * gnus-start.el (gnus-use-backend-marks): New variable.
157         (gnus-get-unread-articles-in-group): Use it.
158
159         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
160         makeover.
161
162 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
163
164         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
165
166 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
169         Removed.
170         (gnus-setup-news-hook): Removed
171         gnus-fixup-nnimap-unread-after-getting-new-news.
172
173         * gnus-int.el (gnus-request-update-info): Protect against backends not
174         having the function.
175
176         * nnimap.el (nnimap-stream): Mention starttls.
177         (nnimap-open-connection): Add starttls support.
178
179 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
180
181         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
182
183 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
186         BODYSTRUCTUREs.
187         (nnimap-transform-headers): Unfold quoted {42} headers.
188
189         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
190         the info.
191         (gnus-get-unread-articles): Only call updatep on backends that support
192         it.
193
194         * nnweb.el (nnweb-request-update-info): NOOP.
195
196         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
197
198         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
199         since it only deals with marks.
200
201         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
202         gnus-request-marks, and make a new gnus-request-update-info.
203
204         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
205         the active instead of the high number, which is usually too low.
206
207 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
208
209         * netrc.el (netrc-parse): Remove encrypt.el mentions.
210         * encrypt.el: Removed.
211
212 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
215         server in symbolic form.
216
217         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
218         0.9.
219
220 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
223         (nnimap-update-info): Fix up code slightly.
224
225         * gnus-int.el (gnus-open-server): Add tracing for performance
226         debugging.
227
228         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
229         (gnus-group-insert-group-line): Pass the real group name so that it
230         gets the right data.
231
232         * gnus-start.el (gnus-get-unread-articles): Don't have
233         `gnus-get-unread-articles-in-group' update info, since that can be
234         really slow and doesn't seem to be needed?
235
236 2010-09-22  Dan Christensen  <jdc@uwo.ca>
237
238         * time-date.el (date-to-time): Try using parse-time-string first before
239         using the slower timezone-make-date-arpa-standard.
240
241 2010-09-22  Julien Danjou  <julien@danjou.info>
242
243         * gnus-group.el (gnus-group-insert-group-line): Call
244         gnus-group-highlight-line.
245         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
246         default hook list.
247         (gnus-group-update-eval-form): Add new function.
248         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
249         (gnus-group-get-icon): Use gnus-group-update-eval-form.
250
251 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
254         immediate, then expire all articles.
255         (nnimap-update-info): Fix off-by-one errors.
256         (nnimap-flags-to-marks): Would return no marks lists for group with no
257         flags.  Instead return the other data.
258
259 2010-09-22  Julien Danjou  <julien@danjou.info>
260
261         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
262         Only return an icon.
263         (gnus-group-insert-group-line): Compute icon to return.
264
265         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
266         variable.
267         (gnus-html-image-fetched): Only cache if
268         gnus-html-image-automatic-caching is set.
269         (gnus-html-image-fetched): Check for errors.
270
271 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
274         once per method on `g'.  This ensures that backends like nnfolder don't
275         open all their folders.
276
277         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
278         (nnimap-request-list): Nix out group in the correct buffer.
279         (nnimap-parse-flags): Implement by using `read' instead of
280         hand-parsing.
281         (nnimap-flags-to-marks): Pass on permanent-flags.
282         (nnimap-make-process-buffer): Record the server name.
283         (nnimap-parse-flags): Fix typo.
284         (nnimap-request-scan): Run split on the server in general, not just a
285         single group.
286
287         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
288         parameter, and propagate this downwards.
289
290         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
291         since EXAMINE changes it on the server.
292
293         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
294         this command might take a while.
295
296 2010-09-22  Julien Danjou  <julien@danjou.info>
297
298         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
299         harmful if you have 2 images side-by-side, they can't be properly
300         update on text deletion.  Using text-property is safer here.
301         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
302         data.
303
304 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * nnimap.el (nnimap-expunge-inbox): Removed.
307         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
308         (nnimap-expunge): Flip default to t.
309
310         * gnus.el (gnus-method-to-server): Don't push things to the cache
311         unless it's unique.
312         (gnus-server-to-method): Ditto.
313
314 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
315
316         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
317
318 2010-09-22  Julien Danjou  <julien@danjou.info>
319
320         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
321         get the start of data.
322         (gnus-html-encode-url): Add this function to encode special chars in
323         URL.
324         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
325         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
326
327         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
328         default.
329         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
330
331         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
332         images alt-text.
333         (gnus-html-put-image): Put alt-text as help-echo.
334
335 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
338         * mm-util.el (mm-decompress-buffer)
339         * nnir.el (nnir-run-find-grep)
340         * pop3.el (pop3-list): Use 3rd arg of split-string.
341
342         * time-date.el (format-seconds): Comment fix.
343
344         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
345         and byte-optimize-form-code-walker.
346         (dgnushack-make-auto-load): Don't advise make-autoload.
347
348         * lpath.el: Remove Emacs 21 stuff.
349
350 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
353         outside the active range.  Suggested by Dan Christensen.
354
355         * gnus-start.el (gnus-get-unread-articles): Get the extended method
356         slightly later to avoid double-getting it.
357
358         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
359         previous patch.
360
361         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
362
363 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
364
365         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
366
367 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * gnus-int.el (gnus-open-server): Give a better error message in the
370         "go offline" case.
371
372         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
373         marks for nnimap, which is seldom the right thing to do.
374
375         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
376         (gnus-same-method-different-name): New function.
377
378         * nnimap.el (parse-time): Require.
379
380         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
381         method in the presence of many similar methods.
382
383         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
384
385         * nnimap.el (nnimap-find-expired-articles): Don't refer to
386         nnml-inhibit-expiry.
387
388         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
389         find out whether methods are equal.
390
391         * nnimap.el (nnimap-find-expired-articles): New function.
392         (nnimap-process-expiry-targets): New function.
393         (nnimap-request-move-article): Request the article before looking at
394         what the Message-ID is.  Fix found by Andrew Cohen.
395         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
396
397         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
398         for oldness in addition to being a predicate.
399
400         * nnimap.el (nnimap-request-group): When we have zero articles, return
401         the right data to Gnus.
402         (nnimap-request-expire-articles): Only delete articles immediately if
403         the target is 'delete.
404
405         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
406         method, this would bug out.
407
408         * gnus-group.el (gnus-group-expunge-group): Renamed from
409         gnus-group-nnimap-expunge, and implemented as a normal interface
410         function.
411
412         * gnus-int.el (gnus-request-expunge-group): New function.
413
414         * nnimap.el (nnimap-request-create-group): Implement.
415         (nnimap-request-expunge-group): New function.
416
417 2010-09-21  Julien Danjou  <julien@danjou.info>
418
419         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
420         (gnus-html-cache-expired): Add new function.
421         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
422         wethever we should display image for fetch it.
423         Compute alt-text earlier to pass it to the fetching function too.
424         (gnus-html-schedule-image-fetching): Change function argument to only
425         get one image at a time, not a list.
426         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
427         cache.
428         (gnus-html-get-image-data): New function to retrieve image data from
429         cache.
430         (gnus-html-put-image): Change buffer argument to use image data rather
431         than file, and place image above region rather than inserting a new
432         one. Do not take alt-text as argument, since it's useless now: we place
433         the image above alt-text.
434         (gnus-html-prune-cache): Remove.
435         (gnus-html-show-images): Start to fetch image when we find one, do not
436         push into a temporary list.
437         (gnus-html-prefetch-images): Only fetch image if they have expired.
438         (gnus-html-browse-image): Fix, use 'gnus-image-url.
439         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
440
441 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
444
445 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446
447         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
448         spec inser "*" if the group isn't active instead of 0.
449
450         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
451         opening the server.
452         (nnimap-request-delete-group): Implement group deletion.
453         (nnimap-transform-headers): Return the size of the entire message in
454         the Bytes header, not just the size of the first part.
455         (nnimap-request-move-article): When moving an article from nnimap,
456         request the article first so the accepting form has an article to
457         accept.  Reported by Dan Christensen.
458         (nnimap-command): Make sure that the error message doesn't error out.
459
460 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
461
462         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
463         we haven't requested anything.
464
465 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466
467         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
468         "".  Fix found by Andrew Cohen.
469
470         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
471         instead of -encode-string.
472
473 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
476
477         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
478         by mm-subst-char-in-string.
479
480 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
483         waiting for the connection string.
484
485         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
486         arriving.
487
488         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
489         bogus characters.  This allows selecting certain Gmail groups.
490
491         * nnimap.el (nnimap-find-wanted-parts-1): New function.
492         (nnimap-fetch-partial-articles): New variable.
493         (nnimap-open-connection): When looking for credentials, also use the
494         nnimap-server-port.
495         (nnimap-request-article): Return the group/article number, so that Gnus
496         `^' works as expected.
497         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
498         them.
499
500         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
501         comments.
502         (gnus-methods-sloppily-equal): New function.
503         (gnus): When using the development version of Gnus, load the gnus-load
504         file.
505
506         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
507         `gnus-open-server' on each method before trying to scan them etc.  This
508         ensures that all the backend parameters are set correctly.
509
510         * nnimap.el (nnimap-authenticator): New variable.
511         (nnimap-open-connection): Allow anonymous login.
512         (nnimap-transform-headers): The chars header is called Chars not
513         Bytes.
514         (nnimap-wait-for-response): Don't infloop if the IMAP connection
515         drops.
516
517         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
518         patch, found by Knut Anders Hatlen.
519
520 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
521
522         * gnus-agent.el (gnus-agent-batch-confirmation)
523         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
524         to gnus-message.
525         * gnus-art.el (gnus-article-describe-briefly): Likewise.
526         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
527         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
528         * gnus-int.el (gnus-open-server): Likewise.
529         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
530         (gnus-score-check-syntax): Likewise.
531         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
532         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
533         Likewise.
534         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
535
536 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
539         calling conventions so that prefetch doesn't bug out.
540
541 2010-09-19  Julien Danjou  <julien@danjou.info>
542
543         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
544         rather than `subst-char-in-region' in order to be able to replace ASCII
545         char by UTF-8 ones.
546
547         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
548         than curl.
549         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
550         the right URL and ALT text on images.
551         (gnus-html-wash-tags): Fix tag case.
552         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
553         (gnus-article-html): Add -o display_ins_del=2 option.
554         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
555
556 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
559         the extra mail headers, which sometimes seem to happen for unknown
560         reasons.
561
562         * mail-parse.el (mail-header-encode-parameter): Define as
563         rfc2045-encode-string instead of as rfc2231-encode-string, since some
564         (or most, perhaps?) mail readers don't understand the latter, but do
565         understand the former.
566
567         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
568         to nil, so that no methods are automatically agentized.  I think this
569         is probably what most users want.
570
571         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
572         from url-retrieve, for instance about invalid URLs.
573
574         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
575         groups that have no articles.
576         (nnimap-request-article): Check that we really got an article when we
577         requested one.
578
579         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
580         doesn't exist.
581
582         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
583         nntp buffer so the agent can save it.
584         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
585         that CRLF doesn't get translated to \n.
586         (nnimap-open-connection): Don't make 'shell commands only send \n.
587
588 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
589
590         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
591         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
592         Update var name.
593         (nnml-generate-nov-file): Use dolist.
594         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
595         Use with-current-buffer.
596
597 2010-09-18  Julien Danjou  <julien@danjou.info>
598
599         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
600         parallel.
601
602 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * nnimap.el (nnimap-update-info): When doing partial marks update, get
605         the range update right.
606         (nnimap-request-group): Don't make `M-g' bug out on group with no
607         marks.
608         (nnoo): Required, so that other packages can require nnimap.
609         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
610         command we're looking for.  This helps when the server sends more
611         responses after we've gotten everything we expected.
612         (nnimap): Add a `newlinep' field to keep track of end-of-line
613         conventions.
614         Don't send CRLF to things that don't want it.
615         (nnimap-request-accept-article): Ditto.
616
617 2010-09-18  Julien Danjou  <julien@danjou.info>
618
619         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
620         than curl to retrieve images.
621
622 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * nnimap.el (nnimap-update-info): Extend the info so that we can set
625         the marks.
626         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
627         (nnimap-wait-for-connection): New function.
628         (nnimap-open-connection): If we have PREAUTH, don't query for login
629         credentials.
630         (nnimap-update-info): Fix off-by-one error when concatenating ranges
631         when doing a partial update.
632
633 2010-09-18  Julien Danjou  <julien@danjou.info>
634
635         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
636         tags.
637
638 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * nnimap.el (nnimap-credentials): New function.
641         (nnimap-open-connection): Use the new function to look for credentials
642         also on the numeric equivalents of "imap" and "imaps".
643
644         * gnus-start.el (gnus-activate-group): Send the info to
645         gnus-request-group.
646
647         * nnimap.el (nnimap-request-group): Have the "check" version of the
648         function parse flags and update the info, so that a `M-g' get a total
649         resync of all flags from the group.
650
651         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
652         to allow backends to alter the info on group selection.  Also alter all
653         the backend -request-group functions to take the parameter.
654
655         * nnimap.el (nnimap-store-info): New function.
656         (nnimap-update-info): Store the info for later usage.
657         (nnimap-request-group): Use the stored info for the dont-check case, so
658         that we don't retrieve all marks when we enter a group.
659
660         * nnimap.el: Use deffoo instead of defun for interface functions.
661
662         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
663         update the group info.  This makes the nndraft groups, for instance, go
664         back to their old behaviour.
665
666         * gnus-sum.el (gnus-select-newsgroup): Indent.
667
668         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
669         in.
670         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
671         nothing.
672
673         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
674         from methods that are denied.
675
676         * gnus-int.el (gnus-method-denied-p): New function.
677
678         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
679         store the password instead of netrc.
680         (nnimap-open-connection): Don't error out when we can't make a
681         connections.
682
683         * auth-source.el (auth-source-create): In the password prompt, say what
684         we're querying for.  Also prompt for user name if that hasn't been
685         given.
686
687         * nnimap.el (nnimap-with-process-buffer): Removed.
688
689 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
692         method when we're reading from the agent.
693
694         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
695
696         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
697         that's probably most useful for users.
698
699         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
700         "failed" all the time.
701
702         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
703         ...)) with (with-current-buffer ... ).
704
705         * nntp.el (nntp-open-server): Return whether the open was successful or
706         not.
707
708         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
709         select an unread unseen article first.
710
711         * nnimap.el (nnimap-open-connection): If the user doesn't have a
712         /etc/services, supply some sensible port defaults.
713
714         * dgnushack.el: Define netrc-credentials.
715
716 2010-09-17  Julien Danjou  <julien@danjou.info>
717
718         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
719
720 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
721
722         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
723         doesn't have any parameters.
724
725 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
728         only upcased checks.
729
730         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
731
732         * nnimap.el (nnimap-open-shell-stream): New function.
733         (nnimap-open-connection): Use it.
734         (nnimap-transform-headers): Get the number of lines in each message.
735         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
736         number of lines.
737         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
738         problem.
739
740         * utf7.el (utf7-encode): Autoload.
741
742         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
743         to allow the mail splitting to not return a default group.  This is
744         useful for nnimap, which will leave unmatched mail in the inbox.
745
746         * nnimap.el: Rewritten.
747
748         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
749         nnimap usage.
750
751         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
752         if the move is internal, so that nnimap can do fast internal moves.
753
754         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
755         data.
756         (gnus-read-active-for-groups): Support finishing the early retrieval of
757         data.
758
759         * gnus-range.el (gnus-range-nconcat): New function.
760
761         * gnus-int.el (gnus-finish-retrieve-group-infos)
762         (gnus-retrieve-group-data-early): New functions.
763
764 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
765
766         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
767         (nnrss-retrieve-groups):
768         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
769         (pop3-quit): Use with-current-buffer.
770
771 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
774         instead of nnheader-accept-process-output.
775
776         * dgnushack.el (dgnushack-compile): Add comment.
777
778         * lpath.el: No need to fbind propertize for XEmacs 21.4.
779
780         * gnus-html.el (gnus-html-schedule-image-fetching)
781         (gnus-html-prefetch-images): Replace process-kill-without-query by
782         gnus-set-process-query-on-exit-flag.
783
784 2010-09-16  Romain Francoise  <romain@orebokech.com>
785
786         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
787
788 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-registry.el (gnus-registry-install-shortcuts): The second
791         parameter to unintern is mandatory-ish in Emacs 24.
792
793         * gnus-html.el (gnus-html-schedule-image-fetching)
794         (gnus-html-prefetch-images): Check for curl before using it.
795
796         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
797         depend on curl, which isn't essential.
798
799         * imap.el: Revert back to version
800         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
801         seem problematic.
802
803 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
804
805         * gnus-registry.el (gnus-registry-install-shortcuts):
806         Explicitly pass `obarray' to `unintern' to avoid a warning.
807
808 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
811         change.
812
813         * nnrss.el (nnrss-request-list): Removed this function and related
814         functions, including the moreover stuff.
815
816 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * nnrss.el (nnrss-retrieve-groups): New function.
819
820 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
821
822         * .dir-locals.el: Add no-byte-compile cookie.
823
824 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * time-date.el (format-seconds): Comment fix.
827
828         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
829         for back end that doesn't support request-scan.
830
831 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
834         then do request scans from the backends.
835
836         * netrc.el (netrc-credentials): New conveniency function.
837
838         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
839         avoid running a hook per line, since this takes a lot of time,
840         profiling shows.
841         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
842         directly if gnus-visual-p is true.
843
844 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
847         groups; replace mapcar with dolist which is a bit faster; pass groups
848         info to gnus-read-active-file-1.
849         (gnus-read-active-file-1): Scan only specified groups if the new
850         optional arg `infos' is given.
851
852 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
855
856         * pop3.el (pop3-movemail): Removed.
857         (pop3-streaming-movemail): Renamed to pop3-movemail.
858
859         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
860         don't restrict end-tag searches to the end of the line.
861
862 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
865         articles of every unchecked group to t, which means unknown since the
866         server has never been opened.
867
868 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-html.el (gnus-html-show-alt-text): New command.
871         (gnus-html-browse-image): Ditto.
872         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
873         to browse the image directly.
874         (gnus-html-wash-tags): Search for images first, so that <a><img> works
875         better.
876
877         * gnus-async.el (gnus-async-article-callback): Call
878         `gnus-html-prefetch-images' unconditionally.
879
880         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
881         before feeding URLs to curl.
882
883 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
886         internal images as deletable by `W D D'.
887
888         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
889         (gnus-async-article-callback): Fix typo.
890
891 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
894         current line to work around bugs in the output from w3m.
895
896         * gnus-async.el (gnus-async-article-callback): Always prefetch images
897         for groups that want that.
898
899         * nntp.el (nntp-wait-for-string): Supply a timeout for
900         accept-process-output to ensure progress.
901
902         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
903         level to get unread articles from, then use that for foreign groups,
904         too.
905
906         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
907         confuses the rest of the function.
908
909         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
910         for the methods that support -retrieve-groups, too.
911
912         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
913
914 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
917         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
918
919         * pop3.el: Require cl when compiling.
920         (pop3-number-of-responses): Search for "+OK", not "+OK ".
921
922 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
925         that aren't going to be activated.
926         (gnus-get-unread-articles): Fix up the last commit.
927
928         * gnus-html.el (gnus-article-html): Allow calling without specifying
929         the handle.  In that case, dissect the buffer first.
930
931         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
932
933         * nnimap.el (nnimap-open-connection): Revert the change that would look
934         into authinfo for imaps instead of imap.
935
936         * gnus-start.el (gnus-activate-group): Take an optional parameter to
937         say that you don't want to call gnus-request-group with don-check, but
938         do check the reponse.  This is for virtual groups only.
939         (gnus-get-unread-articles): Count the archive groups as secondary, so
940         that they're activated the same way as before.
941
942         * imap.el (imap-message-map): Removed optional buffer parameter, since
943         no callers use it.
944         (imap-message-get): Ditto.
945         (imap-message-put): Ditto.
946         (imap-mailbox-map): Ditto.
947         (imap-mailbox-put): Ditto.
948         (imap-mailbox-get): Ditto.
949         (imap-mailbox-get): Revert last change for this function.
950
951         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
952         case-insensitively.
953         (nnimap-debug): Removed.
954
955         * imap.el (imap-fetch-safe): Removed function, and altered all callers
956         to use `imap-fetch' instead.  According to the comments, this should be
957         safe, since all other IMAP clients use the 1:* syntax.
958         (imap-enable-exchange-bug-workaround): Removed.
959         (imap-debug): Removed -- doesn't seem very useful.
960
961         * mail-source.el (mail-source-fetch): Don't message if we're fetching
962         mail from a file, and the file doesn't exist.
963
964         * imap.el (imap-log): New convenience function used throughout instead
965         of repeating the same code all over the place.
966
967         * pop3.el (pop3-streaming-movemail): Return t for success.
968
969         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
970         .authinfo if we're using ssl connection.
971
972         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
973         already have if we're in a main Gnus `g' run.
974
975         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
976
977 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
980
981         * nnmh.el (nnmh-request-list-1): Bind `file'.
982
983         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
984         alias to set-process-query-on-exit-flag or process-kill-without-query.
985         (pop3-open-server): Use it.
986
987 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * mail-source.el (mail-source-delete-crash-box): Always move the crash
990         box to the Incoming file.  Fixes mistake in previous checkin.
991
992         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
993         request loop (for debugging purposes) removed.
994
995         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
996         culprit is more visible.
997         (nnml-save-incremental-nov, nnml-open-incremental-nov)
998         (nnml-add-incremental-nov): New functions to do "incremental" nov
999         updates, where we just append to the end of the existing nov files
1000         without reading/writing them in full.
1001
1002         * mail-source.el (mail-source-delete-crash-box): Really only check the
1003         incoming files once in a while.
1004
1005         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1006
1007         * mail-source.el (mail-source-delete-crash-box): Only check the
1008         incoming files for deletion once per day to save a lot of file
1009         accesses.
1010
1011         * pop3.el (pop3-logon): Fix up unbound variable typo.
1012
1013         * mail-source.el (pop3-streaming-movemail): Autoload.
1014
1015         * pop3.el (pop3-streaming-movemail): Respect
1016         pop3-leave-mail-on-server.
1017
1018         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1019         retrieval.
1020
1021         * pop3.el (pop3-process-filter): Removed unused function.
1022         (pop3-streaming-movemail, pop3-send-streaming-command)
1023         (pop3-wait-for-messages, pop3-write-to-file)
1024         (pop3-number-of-responses): New functions for streaming pop3
1025         retrieval.
1026
1027         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1028         come from no known methods.
1029         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1030         list.
1031
1032         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1033         message sizes.
1034         (pop3-movemail): Use erase-buffer instead of looping and deleting
1035         regions, which seems rather odd.
1036
1037         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1038         file once per `g' run.
1039
1040         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1041         directories.  This makes the draft queue directory work.
1042
1043         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1044         data from the backends, so that we only request the list of groups from
1045         each method once.  This should speed things up considerably.
1046
1047         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1048         detect that it's not implemented.
1049
1050         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1051         we actually do recurse down into the tree, but don't stat all leaf
1052         nodes.
1053
1054         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1055         then say so instead of bugging out.
1056
1057         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1058         files exist before trying to read them.
1059
1060         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1061         around <pre_int>.
1062
1063         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1064
1065         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1066
1067 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * mm-util.el (mm-image-load-path): Just return the image directories,
1070         not all directories in the path in addition to the image directories.
1071         (mm-image-load-path): Maintain a cache of the image directories so that
1072         the `g' command in Gnus doesn't have to stat dozens of directories each
1073         time.
1074
1075         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1076         (gnus-html-wash-tags): Add a new `i' command to insert images.
1077         (gnus-html-insert-image): New command and keystroke.
1078         (gnus-html-redisplay-with-images): New command and keystroke.
1079         (gnus-html-show-images): Renamed command.
1080         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1081         spacers.
1082         (gnus-html-wash-tags): Decode entities at the end, so that entities
1083         inside the tags don't mess up the rest of the "parsing".
1084
1085         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1086         so that nnimap methods aren't agentized by default.  There's apparently
1087         many problems related to agent/imap behaviour.
1088
1089         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1090
1091         * gnus-html.el: Doc fix.
1092
1093 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1094
1095         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1096         specifier-spec-list for Emacs 21.
1097
1098         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1099         glyph-width and glyph-height instead of display-graphic-p and
1100         image-size; make avoidance of displaying small images work for XEmacs.
1101
1102         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1103         for XEmacs.
1104
1105         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1106         of symbol that holds plist data.
1107         (gnus-process-plist): Remove plist of process after getting it.
1108
1109 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * message.el (message-generate-hashcash): Change default to
1112         'opportunistic if hashcash is installed.
1113
1114         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1115         (gnus-html-put-image): Only call image-size once, since it's somewhat
1116         time-consuming on remote X servers.
1117
1118 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1121         type on data, not a file name.
1122
1123         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1124         window-pixel-edges for Emacs 21.
1125
1126         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1127         decoded contents.
1128         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1129
1130 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1133         group line format, since it isn't very interesting.
1134
1135         * gnus-agent.el (gnus-agent-short-article),
1136         (gnus-agent-long-article): Increase values for these two variables,
1137         since most people are likely to have more network connection and
1138         storage than before.
1139
1140         * gnus.el (gnus-refer-article-method): Change default to 'current.
1141         When referring an article, the common behaviour is to refer it from the
1142         current select method, not the native select method.  The chances of
1143         the native select method having the message in question is rather slim
1144         these days.
1145
1146         * gnus-sum.el (gnus-auto-select-subject): Change default to
1147         `unseen-or-unread'.  I think it's likely that most people want to
1148         select an unseen article over a previously seen, but unread one.
1149
1150         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1151         means that in the article buffer none of the minor mode elements will
1152         be shown, usually, and this is not desirable in most cases.
1153
1154         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1155         that commands like `d' (and the like) go to the next line in the
1156         buffer, instead of the next unread article.  I think this is the
1157         behaviour that is most natural for most users.
1158         (gnus-single-article-buffer): Change default to nil, so that people can
1159         have as many article buffers open as they have summary buffer.  I think
1160         this is the most natural way for the groups to behave.
1161
1162         * message.el (message-generate-new-buffers): Change default to
1163         `unsent', so that all new message buffers start their names with the
1164         string "*unsent", and it's easier to find the buffers if you move from
1165         them.
1166
1167 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1170         small.  They're probably tracking images.
1171         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1172         (gnus-html-rescale-image): Yet another try at getting the image sizing
1173         right.
1174
1175         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1176         nntp-marks-file-name is nil.
1177
1178 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1179
1180         * gnus-html.el (gnus-html-wash-tags)
1181         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1182         Better logging.
1183
1184 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1187
1188         * gnus-html.el (gnus-html-wash-tags): Check the value of
1189         gnus-blocked-images in the summary buffer.
1190
1191 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1192
1193         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1194
1195 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1198         like "a", it seems like.
1199         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1200         since it needs to be picked from the correct buffer.
1201
1202         * nnwfm.el: Removed.
1203
1204         * nnlistserv.el: Removed.
1205
1206 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1207
1208         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1209         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1210
1211 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * nnkiboze.el: Removed.
1214
1215         * nndb.el: Removed.
1216
1217         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1218         alt text.
1219         (gnus-html-rescale-image): Try to get the rescaling logic right for
1220         images that are just wide and not tall.
1221
1222         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1223         overshadow variable bindings.
1224
1225 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1226
1227         * gnus-html.el (gnus-html-wash-tags)
1228         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1229         extra logging.
1230
1231 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1234         (gnus-max-image-proportion): New variable.
1235         (gnus-html-rescale-image): New function.
1236         (gnus-html-put-image): Rescale images.
1237
1238 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1239
1240         Fix up some byte-compiler warnings.
1241         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1242         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1243         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1244         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1245         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1246         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1247         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1248
1249 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * gnus-html.el (gnus-article-html): Decode contents by charset.
1252
1253 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1256         (gnus-html-frame-width, gnus-blocked-images)
1257         * message.el (message-prune-recipient-rules): Add custom version.
1258         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1259
1260         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1261         functions.
1262
1263         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1264         gnus-process-get.
1265
1266 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1267
1268         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1269         instead of lsub directly.
1270
1271 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nnwarchive.el: Removed.
1274
1275         * gnus-soup.el: Removed.
1276
1277         * nnsoup.el: Removed.
1278
1279         * nnultimate.el: Removed.
1280
1281         * gnus-html.el (gnus-blocked-images): New variable.
1282
1283         * message.el (message-prune-recipients): New function.
1284         (message-prune-recipient-rules): New variable.
1285
1286         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1287         guess whether a long line is natural text or not.
1288
1289         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1290         gnus-process-plist and friends for compatibility.
1291
1292 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1293
1294         * gnus-html.el: Require packages that define macros used in this file.
1295         (gnus-article-mouse-face): Declare to silence byte-compiler.
1296         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1297         process-get.
1298         (gnus-html-put-image): Use plist-get to avoid getf.
1299         (gnus-html-prefetch-images): Use with-current-buffer.
1300
1301 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * gnus-ems.el: Provide compatibility functions for
1304         gnus-set-process-plist.
1305
1306         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1307         header-line-format for XEmacs 21.4.
1308
1309         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1310         * gnus.el (gnus-valid-select-methods)
1311         * message.el (message-send-mail-partially-limit)
1312         * mm-decode.el (mm-text-html-renderer)
1313         * mml.el (mml-insert-mime-headers-always)
1314         * smiley.el (smiley-regexp-alist): Bump custom version.
1315
1316 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * gnus-html.el: require mm-url.
1319         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1320         with the url to `url'.
1321         (gnus-html-wash-tags): Support cid: URLs/images.
1322
1323 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1326         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1327         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1328
1329         * gnus-move.el: Removed file, since it doesn't really work.
1330
1331         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1332         UTF-8.  This seems to fix problems with some German web feeds.
1333
1334         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1335         at the top so that the proper colours are applied.
1336
1337         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1338         don't have dots in their names.
1339
1340         * gnus-art.el (gnus-article-view-part): Doc fix.
1341
1342         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1343         XEmacs-compatible.
1344         (gnus-html-put-image): Don't do images on non-graphic displays.
1345
1346         * nnslashdot.el: Removed this unused backend.
1347
1348         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1349         actions.
1350         (gnus-undo-register-1): Revert last change.
1351
1352         * gnus-group.el (gnus-group-completing-read): Protect against not
1353         having completion-styles bound.
1354
1355         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1356         make broken recipients happier.
1357
1358         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1359
1360         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1361         point parameter.
1362
1363         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1364
1365         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1366         completion-styles for group selection.
1367
1368 2009-02-04  Andreas Schwab  <schwab@suse.de>
1369
1370         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1371         headers and regexp-quote the match if necessary.
1372
1373 2009-03-24  Miles Bader  <miles@gnu.org>
1374
1375         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1376         the blinking smiley.
1377
1378 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1379
1380         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1381         blink smiley.
1382
1383 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1386         where the dribbel file lives exists.
1387
1388         * message.el (message-send-mail-partially-limit): Change the default to
1389         nil, since most people don't want this.
1390
1391         * mm-url.el (mm-url-decode-entities): Also decode entities like
1392         &#x3212.
1393
1394 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1395
1396         * gnus-sum.el (gnus-summary-idna-message):
1397         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1398         Hyperlink urls in docstrings with URL `...'.
1399
1400 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1401
1402         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1403         functions.
1404
1405 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1408         say what the mouseover text should be.
1409
1410         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1411         version of the mm-w3m-safe-url-regexp variable to only download images
1412         in the groups where we want that to happen.
1413
1414         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1415
1416         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1417         easier debugging.
1418         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1419         big pictures in the article buffer.
1420
1421         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1422         gnus-article-html.
1423         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1424         w3m.
1425
1426         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1427
1428 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1431         which doesn't exist.
1432
1433         * message.el (message-inhibit-ecomplete): New variable to allow some
1434         function to inhibit ecomplete address storage.
1435         (message-resend): Disable ecomplete message storage when resending
1436         messages.
1437
1438         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1439
1440 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1443         Save excursion while copying, moving, and deleting articles in order to
1444         prevent the cursor from jumping to unforeseen place.
1445
1446 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * lpath.el: No need to bind bookmark-current-buffer,
1449         bookmark-yank-point and bookmark-make-record-function.
1450
1451 2010-08-17  Glenn Morris  <rgm@gnu.org>
1452
1453         * gnus-sync.el: Require gnus components whose functions are used.
1454
1455         * gnus-art.el (bookmark-make-record-function):
1456         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1457         Declare for compiler.
1458
1459         * mm-url.el (mml-compute-boundary): Autoload.
1460
1461 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1464
1465 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1466
1467         Typo fix "hoo4a" -> "hook".
1468
1469         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1470
1471 2010-08-14  Glenn Morris  <rgm@gnu.org>
1472
1473         * gnus-sync.el (gnus-sync): Fix defgroup version.
1474
1475 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1476
1477         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1478
1479         * gnus-sync.el: Fix docs.
1480         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1481         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1482
1483 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1484
1485         Optimizations for gnus-sync.el.
1486
1487         * gnus-sync.el: Add docs about gnus-sync-backend
1488         possibilities.
1489         (gnus-sync-save): Remove unnecessary message.
1490         (gnus-sync-read): Optimize and show what groups were skipped.
1491
1492 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1493
1494         Minor bug fixes for gnus-sync.el.
1495
1496         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1497         read the sync on get-new-news.
1498
1499         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1500         quiet.
1501
1502         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1503
1504 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1505
1506         Make saving and restoring of hidden threads work with overlays.
1507         Patch applied by Ted Zlatanov.
1508
1509         * gnus-sum.el (gnus-hidden-threads-configuration)
1510         (gnus-restore-hidden-threads-configuration): Update to deal with text
1511         properties, rather than searching for a magic character.
1512
1513 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1514
1515         New gnus-sync.el library for synchronization of marks.
1516
1517         * gnus-sync.el: New library for synchronization of marks.
1518
1519         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1520         renamed from `gnus-registry-grep-in-list'.
1521
1522         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1523
1524         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1525
1526 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1529         determining charset of text fails.
1530
1531 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1532
1533         * nnmail.el (nnmail-get-new-mail-1): Revert.
1534
1535         * nnml.el (nnml-active-number): Make sure names of newly created groups
1536         in nnml-group-alist are encoded.
1537
1538 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1541         containing non-ASCII characters in active file for nnml back end.
1542
1543 2010-07-24  David Engster  <dengste@eml.cc>
1544
1545         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1546         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1547
1548 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1549
1550         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1551         tag (Bug#6654).
1552
1553 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1556         the article buffer, not the summary buffer.
1557
1558 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1561         Emacs 23 as well.
1562
1563 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1566         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1567
1568 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1569
1570         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1571         Patch applied by Karl Fogel.
1572
1573         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1574         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1575
1576 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1577
1578         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1579         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1580         C-w still not working correctly from Article buffers; Thierry's
1581         patch to fix that will be applied after this.
1582
1583         * gnus-art.el (bookmark-make-record-function): New local variable.
1584
1585         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1586         article buffer.
1587         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1588
1589 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1590
1591         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1592         on changes in bookmark.el.
1593
1594 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1597         `no-log' instead of message not to log prompt string.
1598
1599 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1600
1601         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1602         the *other* type of HTML form submission.
1603
1604 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1605
1606         * auth-source.el (auth-source-pick): If choice does not contain a
1607         questioned keyword, set the check to t.
1608
1609 2010-06-12  Romain Francoise  <romain@orebokech.com>
1610
1611         * gnus-util.el (gnus-date-get-time): Move up before first use.
1612
1613 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1616         (gnus-article-edit-part): Bind it to make last part that is substituted
1617         or deleted visible.
1618         (gnus-mime-display-single): Buttonize part of which id equals to
1619         gnus-mime-buttonized-part-id.
1620
1621 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1622
1623         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1624         (gnus-dd-mmm): Use gnus-date-get-time.
1625         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1626         simplify logic.
1627         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1628         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1629
1630 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1631
1632         * auth-source.el (top): Autoload `secrets-list-collections',
1633         `secrets-create-item', `secrets-delete-item'.
1634         (auth-sources): Fix tag string.
1635         (auth-get-source, auth-source-retrieve, auth-source-create)
1636         (auth-source-delete): New defuns.
1637         (auth-source-pick): Rewrite in order to avoid 2 passes.
1638         (auth-source-forget-user-or-password): New parameter USERNAME.
1639         (auth-source-user-or-password): New parameters CREATE-MISSING and
1640         DELETE-EXISTING.  Retrieve password interactively, if needed.
1641
1642 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1643
1644         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1645         deleting unused directories when gnus-expert-user is t.
1646
1647 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1650         for each temp file when gnus-article-browse-delete-temp is ask.
1651
1652 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1653
1654         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1655         Lisp calls to delete-backward-char by calls to delete-char.
1656
1657 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1658
1659         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1660
1661 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1662
1663         * password-cache.el (password-cache-remove): Fix docstring.
1664
1665 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1668         article unless decoding article to be saved.
1669
1670 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1673         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1674         generated within the mm-with-unibyte-current-buffer macro.
1675
1676 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1679         to nil when we're in a mml-preview buffer and no group is selected.
1680
1681 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1682
1683         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1684         when catching the `C-g'.  Reported by "Leo".
1685
1686 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * message.el (message-forward-make-body-plain)
1689         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1690         multibyte-string-p.
1691
1692         * lpath.el: Revert.
1693
1694 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * message.el (message-forward-make-body-mml): Assume original message
1697         is multibyte string; error on unibyte.
1698         (message-forward-make-body-plain): Ditto; don't add excessive newline
1699         in body end.
1700
1701         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1702
1703 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1704
1705         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1706         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1707
1708 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * mm-extern.el (mm-extern-url): Don't use
1711         mm-with-unibyte-current-buffer.
1712         (mm-extern-cache-contents): Use with-current-buffer instead of
1713         save-excursion + set-buffer.
1714
1715 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * mm-util.el (mm-emacs-mule): Remove.
1718
1719 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1720
1721         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1722         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1723         change.
1724
1725 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1728         bind the default value of enable-multibyte-characters to nil.
1729
1730 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * message.el (message-forward-make-body-plain)
1733         (message-forward-make-body-mml):
1734         Don't use mm-with-unibyte-current-buffer.
1735
1736 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1737
1738         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1739
1740 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1741
1742         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1743         (Bug#5592).
1744
1745 2010-05-07  Julien Danjou  <julien@danjou.info>
1746
1747         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1748         it to mm-pipe-part.
1749
1750         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1751         it is given.
1752
1753 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * binhex.el (binhex-decode-region-internal)
1756         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1757         (dns-query)
1758         * nnweb.el (nnweb-gmane-search)
1759         * pgg-parse.el (pgg-parse-armor)
1760         * pgg.el (pgg-verify-region)
1761         * sha1.el (sha1-string-external)
1762         * uudecode.el (uudecode-decode-region-internal)
1763         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1764         XEmacs.
1765
1766         * gnus-art.el (gnus-article-browse-html-parts)
1767         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1768         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1769         make-temp-file.
1770
1771         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1772         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1773         compiling.
1774
1775         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1776         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1777         XEmacs when compiling.
1778
1779         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1780         gnus-pick-mode-off-hook for XEmacs when compiling.
1781         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1782         gnus-binary-mode-off-hook for XEmacs when compiling.
1783
1784         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1785         nil if char-charset is not available.
1786
1787         * imap.el (imap-disable-multibyte)
1788         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1789         macros.
1790
1791         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1792         instead of encode-coding-string.
1793
1794         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1795         'xemacs) instead of mm-emacs-mule to switch function definitions.
1796         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1797
1798         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1799         bind temporary-file-directory for XEmacs;
1800         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1801         timer-set-function for XEmacs 21.4 and SXEmacs;
1802         bind timer-list for XEmacs 21.4 and SXEmacs;
1803         fbind char-charset and find-charset-region for non-Mule XEmacs;
1804         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1805         encode-coding-region and encode-coding-string for XEmacs having no
1806         file-coding feature.
1807
1808 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1809
1810         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1811
1812 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1815         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1816
1817 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1818
1819         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1820         alias `jka-compr-delete-temp-file' no longer exists.
1821
1822 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1823
1824         Use define-minor-mode in Gnus where applicable.
1825         * mml.el (mml-mode): Use define-minor-mode.
1826         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1827         (gnus-undo-mode): Use define-minor-mode.
1828         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1829         (gnus-dead-summary-mode): Use define-minor-mode.
1830         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1831         Initialize in declaration.
1832         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1833         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1834         (gnus-mailing-list-mode): Use define-minor-mode.
1835         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1836         (gnus-draft-mode): Use define-minor-mode.
1837         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1838         (gnus-dired-mode): Use define-minor-mode.
1839
1840 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1841
1842         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1843         handles on recursive mml-to-mime translation and check them for
1844         boundary delimiter collisions.  Reported by Greg Troxel.
1845
1846 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1847
1848         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1849
1850 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1851
1852         * mm-util.el (mm-find-buffer-file-coding-system):
1853         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1854
1855 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1856
1857         * message.el (message-generate-headers): Record insertion of optional
1858         headers as well.  Otherwise the check to prevent repeated insertion of
1859         optional headers is a no-op.
1860
1861 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1862
1863         * smime.el: Don't mention CVS.
1864
1865         * nnrss.el (nnrss-fetch): Don't mention CVS.
1866
1867         * nnir.el: Don't mention CVS.
1868
1869 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1870
1871         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1872
1873 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * lpath.el: Fbind bookmark-default-handler,
1876         bookmark-get-bookmark-record, bookmark-make-record-default,
1877         bookmark-prop-get for Emacs <23 and XEmacs.
1878
1879 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1880
1881         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1882         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1883         Use with-current-buffer to silence the byte-compiler.
1884         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1885         bother to require `gnus'.
1886         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1887
1888 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1889
1890         * gnus-sum.el (gnus-summary-bookmark-make-record)
1891         (gnus-summary-bookmark-jump): New functions.
1892         (gnus-summary-mode): Setup bookmark support.
1893
1894 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1895
1896         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1897         if set.
1898
1899 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1902         gnus-article-browse-html-save-cid-image; make it work recursively for
1903         forwarded messages as well.
1904         (gnus-article-browse-html-parts): Work when prefix arg is given.
1905         (gnus-article-browse-html-article): Doc fix.
1906
1907 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1908
1909         * message.el (message-default-mail-headers):
1910         (message-default-headers): Carry the value mail-default-headers over
1911         into message-default-mail-headers, rather than message-default-headers.
1912
1913 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1914
1915         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1916         charset.
1917
1918         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1919         charset into the <meta> tag when the article is encoded to utf-8.
1920
1921 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1924         directories as well.
1925         (gnus-article-browse-html-parts): Work for images that do not specify
1926         file names; delete temp directory when quitting; insert header at the
1927         right place; use file: scheme for image files.
1928
1929 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1930
1931         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1932         (gnus-article-browse-html-parts): Use it to make temporary cid image
1933         files in addition to html file so that browser may display them.
1934
1935 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1938
1939 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1940
1941         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1942
1943 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1944
1945         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1946         about Secret Service API sources.  Improve Customize options.
1947         (auth-source-pick): Change to accept any number of search parameters.
1948         Implement fallbacks iteratively, not recursively.  Add scoring on the
1949         second pass and sort by score.  Call Secret Service API when needed.
1950         (auth-source-user-or-password): Use it.  Call Secret Service API
1951         directly when needed to get the user name and the password.
1952
1953 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1954
1955         * message.el (message-interactive): Doc fix.
1956         (message-qmail-inject-args): Reflow.
1957         (message-kill-to-signature): Fix typo in docstring.
1958
1959         * smiley.el (smiley-buffer): Fix typo in docstring.
1960
1961 2010-03-24  Glenn Morris  <rgm@gnu.org>
1962
1963         * mail-source.el (gnus-message): Declare.
1964         (mail-source-delete-old-incoming): Require gnus-util.
1965
1966 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1969
1970         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1971
1972         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1973         password-cache's default if it is not bound.
1974         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1975         password-cache-expiry's default if it is not bound.
1976
1977         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1978         available in Emacs 21.
1979
1980         * lpath.el: Suppress compiler warnings for:
1981         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1982         XEmacs;
1983         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1984         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1985         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1986
1987 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1988
1989         * auth-source.el (auth-sources): Fix up definition so extra parameters
1990         are always inline.
1991
1992 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1993
1994         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1995         wasn't updated after mismatch.  Clear cached mailbox info correctly
1996         when uidvalidity changes.
1997         (nnimap-group-prefixed-name): New function to avoid some code
1998         duplication.
1999         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2000         (nnimap-request-group): Use it.
2001         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2002         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2003         with many imap folders.  This is done by caching the group status from
2004         the imap server persistently in a group parameter `imap-status'.  (This
2005         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2006         but not persistently, so every Gnus startup was still very slow.)
2007
2008 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2009
2010         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2011         delete the extra newline.  Otherwise editing of :string and :number
2012         types don't work.
2013
2014 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2015
2016         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2017         secrets.el dependency.
2018         (auth-sources): Add optional user name.  Add secrets.el configuration
2019         choice (unused right now).
2020
2021 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2022
2023         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2024         `gnus-registry-install-shortcuts' fill in the functions.
2025
2026         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2027         warnings.
2028         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2029         (gnus-registry-install-shortcuts): Populate and use it in a
2030         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2031
2032 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2033
2034         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2035         In-place substitutions for the group name encoding/decoding.
2036         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2037         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2038         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2039         (nnimap-update-unseen, nnimap-request-list)
2040         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2041         (nnimap-request-set-mark, nnimap-split-to-groups)
2042         (nnimap-split-articles, nnimap-request-newgroups)
2043         (nnimap-request-create-group, nnimap-request-accept-article)
2044         (nnimap-request-delete-group, nnimap-request-rename-group)
2045         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2046         `encoded-mbx' for consistency.
2047         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2048         variable `imap-current-mailbox'.
2049
2050         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2051         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2052
2053 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2054
2055         * pop3.el (pop3-display-message-size-flag): Display message size byte
2056         counts during POP3 download.
2057         (pop3-movemail): Use it.
2058         (pop3-list): Implement listing of available messages.
2059
2060 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2061
2062         * nnir.el (nnir-get-article-nov-override-function): New function to
2063         override the normal NOV retrieval.
2064         (nnir-retrieve-headers): Use it.
2065
2066 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2067
2068         * auth-source.el (netrc-machine-user-or-password): Autoload.
2069
2070 2010-03-19  Glenn Morris  <rgm@gnu.org>
2071
2072         Stop message.el from loading about 40 libraries it doesn't always need.
2073         The general approach is to autoload rather than require, and to
2074         require in the specific functions rather than the file.  (Bug#5642)
2075
2076         * gmm-utils.el: Don't require wid-edit.
2077         (widget-create-child-value, widget-convert, widget-default-get):
2078         Autoload.
2079
2080         * gnus-util.el: Don't require time-date, netrc.
2081         (message-fetch-field, gnus-group-name-decode): Declare rather than
2082         autoloading.
2083         (gnus-fetch-field): Require message.
2084         (gnus-decode-newsgroups): Require gnus-group.
2085
2086         * ietf-drums.el: Don't require time-date.
2087
2088         * message.el: Don't require hashcash, canlock, ecomplete.
2089         Do require mail-utils.  Require nnheader only when compiling.
2090         (smtpmail-default-smtp-server): Remove declaration.
2091         (message-send-mail-function): Check smtpmail-default-smtp-server
2092         is bound rather than requiring smtpmail.
2093         (message-auto-save-directory, message-insert-signature): Use
2094         expand-file-name rather than nnheader-concat.
2095         (nnheader-insert-file-contents): Autoload.
2096         (hashcash-wait-async): Declare.
2097         (message-send-mail): Only call gnus-setup-posting-charset if
2098         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2099         (message-send-mail-with-sendmail): Require sendmail.
2100         (canlock-password, canlock-password-for-verify): Declare.
2101         (message-canlock-password): Require canlock.
2102         (nnheader-get-report): Autoload.
2103         (gnus-setup-posting-charset): Declare.
2104         (message-send-news): Require gnus-msg.
2105         (message-make-references, message-make-in-reply-to): Use mail-header-id
2106         rather than the alias mail-header-message-id.
2107         (ecomplete-add-item, ecomplete-save): Declare.
2108         (message-put-addresses-in-ecomplete): Require ecomplete.
2109         (ecomplete-display-matches): Autoload.
2110
2111         * mm-decode.el: Don't require mailcap, gnus-util.
2112         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2113         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2114         Autoload.
2115         (mailcap-mime-extensions): Declare.
2116
2117         * mm-encode.el: Don't require mailcap.
2118         (mailcap-extension-to-mime): Autoload.
2119
2120         * mml-sec.el: Don't require password-cache.
2121
2122         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2123         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2124         (mml-minibuffer-read-type): Require mailcap.
2125         (mml-preview): Require gnus-msg.
2126
2127         * mml1991.el: Require password-cache.
2128         (password-cache-expiry): Remove declaration.
2129
2130         * mml2015.el: Require password-cache.
2131         (password-cache-expiry): Remove declaration.
2132
2133         * nneething.el (mailcap): Require mailcap.
2134
2135         * nnheader.el (declare-function): Add compatibility stub.
2136         (message-remove-header): Declare rather than autoload.
2137         (nnheader-replace-header): Require message.
2138
2139         * nnimap.el (declare-function): Add compatibility stub.
2140         (netrc-parse, netrc-machine-user-or-password): Declare.
2141         (nnimap-open-connection): Require netrc.
2142
2143         * nntp.el (declare-function): Add compatibility stub.
2144         (netrc-parse, netrc-machine, netrc-get): Declare.
2145         (nntp-send-authinfo): Require netrc.
2146
2147         * rfc2047.el: Don't require qp.
2148         (quoted-printable-encode-region, quoted-printable-decode-string):
2149         Autoload.
2150
2151         * sieve-mode.el: Don't require easymenu.
2152         (easy-menu-add-item): Autoload it.
2153
2154         * spam-stat.el (time-to-number-of-days): Autoload it.
2155
2156 2010-03-19  Glenn Morris  <rgm@gnu.org>
2157
2158         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2159
2160 2010-03-18  Glenn Morris  <rgm@gnu.org>
2161
2162         * hashcash.el (declare-function): Remove duplicate definition.
2163
2164 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2165
2166         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2167         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2168         value if any backslash escapes).
2169
2170 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2173         if it is available.  (bug#5647)
2174
2175         * lpath.el: Suppress compiler warning for coding-system-from-name for
2176         Emacs 21 and XEmacs.
2177
2178 2010-03-14  Juri Linkov  <juri@jurta.org>
2179
2180         * hmac-def.el:
2181         * hmac-md5.el:
2182         * netrc.el: Fix keywords.
2183
2184 2010-02-26  Glenn Morris  <rgm@gnu.org>
2185
2186         * message.el (message-send-mail-function): Change the default, so that
2187         it inherits from a customized send-mail-function.  (Bug#5643)
2188
2189 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2190
2191         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2192         shell-command-to-string signals an error (bug#5299).
2193
2194 2010-02-24  Glenn Morris  <rgm@gnu.org>
2195
2196         * message.el (message-smtpmail-send-it)
2197         (message-send-mail-with-mailclient): Doc fixes.
2198
2199 2010-02-16  Glenn Morris  <rgm@gnu.org>
2200
2201         * message.el (message-default-mail-headers): Change the default value
2202         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2203
2204 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2207         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2208
2209 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2210
2211         * time-date.el (date-to-time): Doc fix (Bug#5408).
2212
2213 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2214
2215         * message.el (message-mail): Just pass yank-action on to message-setup.
2216         (message-setup): Handle (FUN . ARGS) form of yank-action.
2217         (message-with-reply-buffer, message-widen-reply)
2218         (message-yank-original): Handle non-buffer values of
2219         message-reply-buffer (Bug#4080).
2220         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2221
2222 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2223
2224         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2225         Fix typo in docstring.
2226
2227 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2228
2229         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2230         response.
2231
2232 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2235
2236         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2237
2238         * message.el (message-check-news-header-syntax): Protect against a
2239         string that `rfc822-addresses' returns when parsing fails.
2240
2241 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2244         (gnus-previous-char-property-change): New functions.
2245
2246         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2247
2248 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2249
2250         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2251         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2252
2253 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2254
2255         * message.el (message-exchange-point-and-mark): Rework last change to
2256         avoid using optional arg of exchange-point-and-mark, for backward
2257         compatibility.
2258
2259 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2260
2261         * message.el (message-exchange-point-and-mark): Call
2262         exchange-point-and-mark with an argument rather than setting
2263         mark-active by hand (Bug#5175).
2264
2265 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * nntp.el (nntp-service-to-port): Work for service expressed with
2268         numeric string; replace [:digit:] with [0-9] for XEmacs.
2269
2270 2009-12-17  Glenn Morris  <rgm@gnu.org>
2271
2272         * gnus-group.el (gnus-bug-group-download-format-alist):
2273         Change emacs entry to debbugs.gnu.org.  Bump :version.
2274
2275 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2276
2277         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2278
2279 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2280
2281         * message.el (message-info): Explain why we use `Info-goto-node'.
2282
2283 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2284
2285         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2286
2287 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2288
2289         * message.el (message-completion-in-region): New compatibility function.
2290         (message-expand-group): Use it.
2291
2292 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2295         with no unread article should be listed if the 2nd arg `predicate' is
2296         given.
2297
2298 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2301
2302 2009-11-29  Juri Linkov  <juri@jurta.org>
2303
2304         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2305         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2306         on `gnus-recenter'. (Bug#4698, Bug#4981)
2307
2308 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2309
2310         * sha1.el (sha1-string-external): default-directory "/" in case
2311         otherwise non-existent.  process-connection-type pipe for touch of
2312         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2313
2314 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2315
2316         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2317         it's comms related and sgml-mode.el has "comm" on that basis too.
2318
2319 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2322         containing tspecial characters if they have been already quoted.
2323
2324 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2325
2326         * dns-mode.el (auto-mode-alist): Purecopy string.
2327
2328 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2329
2330         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2331
2332 2009-10-24  Glenn Morris  <rgm@gnu.org>
2333
2334         * gnus-art.el (help-xref-stack-item): Define for compiler.
2335
2336 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2337
2338         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2339
2340 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2343
2344 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2347         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2348
2349 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2352         (gnus-overlays-in): New alias to overlays-in.
2353
2354         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2355         gnus-overlay-get, and gnus-delete-overlay.
2356         (gnus-summary-show-thread): Make it work as well for systems in which
2357         next-single-char-property-change is not available.
2358         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2359
2360         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2361         (gnus-overlay-get): New alias to extent-property.
2362         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2363
2364         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2365         SXEmacs.
2366
2367         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2368         SXEmacs.
2369
2370 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2371
2372         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2373
2374 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2375
2376         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2377         and XEmacs that don't have `remove-overlays'.
2378
2379 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2380
2381         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2382         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2383         selective display.  Use overlays instead.
2384
2385 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2386
2387         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2388
2389 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2390
2391         * spam-stat.el (spam-stat-load): Fix typo in message.
2392
2393 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2394
2395         * dig.el (dig-invoke): Fix typo in docstring.
2396         (query-dig): Reflow docstring.
2397
2398 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2399
2400         * gnus-art.el (gnus-article-encrypt-body):
2401         * message.el (message-check-recipients):
2402         * mm-util.el (mm-codepage-setup):
2403         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2404         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2405
2406 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2407
2408         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2409         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2410         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2411         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2412         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2413
2414 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2415
2416         * dig.el: Add "Keywords: comm", as per net-utils.el.
2417
2418 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2419
2420         * dig.el (dig-mode): Use define-derived-mode.
2421
2422 2009-09-19  Glenn Morris  <rgm@gnu.org>
2423
2424         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2425
2426 2009-09-18  Glenn Morris  <rgm@gnu.org>
2427
2428         * gnus-diary.el (gnus-diary-check-message):
2429         * message.el (message-insert-formatted-citation-line):
2430         * nnbabyl.el (top-level):
2431         * nndiary.el (nndiary-schedule):
2432         Fix typos in condition-case handlers.
2433
2434 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2437         configuration that provides the sole article window in a frame;
2438         position point correctly after deleting a part.
2439
2440 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2441
2442         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2443         (spam-resolve-registrations-routine): Use it to unregister articles
2444         that change status.
2445
2446 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2449         with XEmacs.
2450         (parse-time-string-chars): Use it.
2451
2452 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2453
2454         * imap.el (imap-interactive-login): Better messages.
2455         (imap-open): Fix bug with renamed buffer on reconnect.
2456         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2457         for easier debugging and cleaner code.  On successful (guessed based on
2458         server capabilities) secondary authentication, set imap-state
2459         correctly.
2460         (imap-last-authenticator): Define imap-last-authenticator as a variable
2461         to avoid warnings.
2462
2463 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * nnrss.el (nnrss-request-article): Remove binding of
2466         default-enable-multibyte-characters that has gotten needless by
2467         the 2007-07-13 change in rfc2047-encode-message-header.
2468
2469         * mml.el (mml-insert-multipart): Error on the message header.
2470         (mml-insert-part): Error on the message header; position point at
2471         the end of a MIME tag.
2472
2473 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * time-date.el (autoload): Expand define-obsolete-function-alias into
2476         defalias and make-obsolete for old Emacsen that Gnus supports.
2477         (with-no-warnings): Define it for old Emacsen.
2478         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2479         is available.
2480         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2481         float-time is available; suppress compile warning for time-to-seconds.
2482
2483         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2484         (gnus-float-time): Alias to float-time if it exists.
2485
2486         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2487         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2488         float-time is available; suppress compile warning for time-to-seconds.
2489
2490         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2491         XEmacs.
2492
2493 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2494
2495         * imap.el (imap-message-map): Docstring fix.
2496
2497 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2500         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2501         Add the optional argument `encoding' that overrides the default.
2502
2503         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2504         mm-encode-buffer.
2505
2506 2009-09-04  Glenn Morris  <rgm@gnu.org>
2507
2508         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2509         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2510         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2511         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2512         * mm-util.el (mm-with-unibyte-current-buffer)
2513         (mm-find-buffer-file-coding-system):
2514         * yenc.el (yenc-decode-region): Use default-value rather than
2515         default-enable-multibyte-characters.
2516
2517 2009-09-03  Glenn Morris  <rgm@gnu.org>
2518
2519         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2520         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2521         than default-enable-multibyte-characters.
2522
2523 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2524
2525         * gnus-art.el (gnus-article-read-summary-keys):
2526         Fix gnus-buffer-configuration's value temporarily used.
2527
2528 2009-09-02  Glenn Morris  <rgm@gnu.org>
2529
2530         * gnus-util.el (gnus-float-time): New function.
2531         * gnus-delay.el (gnus-delay-article):
2532         * gnus-sum.el (gnus-thread-latest-date):
2533         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2534         * nnspool.el (nnspool-request-newgroups):
2535         Use gnus-float-time rather than time-to-seconds.
2536         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2537
2538         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2539         (gnus-header-subject-face, gnus-header-newsgroups-face)
2540         (gnus-header-name-face, gnus-header-content-face):
2541         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2542         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2543         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2544         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2545         (gnus-cite-face-11):
2546         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2547         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2548         (gnus-server-closed-face, gnus-server-denied-face)
2549         (gnus-server-offline-face):
2550         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2551         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2552         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2553         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2554         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2555         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2556         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2557         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2558         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2559         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2560         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2561         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2562         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2563         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2564         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2565         (gnus-summary-high-undownloaded-face)
2566         (gnus-summary-low-undownloaded-face)
2567         (gnus-summary-normal-undownloaded-face)
2568         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2569         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2570         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2571         (gnus-splash-face):
2572         * message.el (message-header-to-face, message-header-cc-face)
2573         (message-header-subject-face, message-header-newsgroups-face)
2574         (message-header-other-face, message-header-name-face)
2575         (message-header-xheader-face, message-separator-face)
2576         (message-cited-text-face, message-mml-face):
2577         * sieve-mode.el (sieve-control-commands-face)
2578         (sieve-action-commands-face, sieve-test-commands-face)
2579         (sieve-tagged-arguments-face):
2580         * spam.el (spam-face):
2581         Mark face aliases with "-face" in the name as obsolete.
2582
2583 2009-09-01  Glenn Morris  <rgm@gnu.org>
2584
2585         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2586         than goto-line.
2587
2588 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2591         Don't move point if the command is invoked inside the message header.
2592
2593 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2594
2595         * imap.el (imap-send-command): Simplify.
2596         (imap-wait-for-tag): point-max -> buffer-size.
2597
2598 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2599
2600         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2601         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2602         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2603         * nnir.el (nnir-swish-e-index-file):
2604         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2605         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2606         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2607         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2608         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2609         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2610
2611 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2614         Don't save excursion.
2615
2616 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2617
2618         * nnheader.el (nnheader-find-file-noselect):
2619         * mm-util.el (mm-insert-file-contents):
2620         Use (default-value 'major-mode) instead of default-major-mode.
2621
2622 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2623
2624         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2625
2626 2009-08-26  Glenn Morris  <rgm@gnu.org>
2627
2628         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2629         than placing in files.el.
2630
2631 2009-08-25  Glenn Morris  <rgm@gnu.org>
2632
2633         * nnir.el (top-level): Don't require cl at run-time.
2634         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2635         Replace cl-function substitute with gnus-replace-in-string.
2636         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2637         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2638         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2639         simplified expansions.
2640
2641 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2642
2643         * dig.el (dig): Add autoload cookie.
2644
2645 2009-08-22  Glenn Morris  <rgm@gnu.org>
2646
2647         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2648         goto-line.
2649
2650 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2651
2652         * parse-time.el (parse-time-string-chars): Save match data.
2653
2654 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2655
2656         * parse-time.el (parse-time-string-chars): Compute using character
2657         classes, to handle non-ascii characters (Bug#3190).
2658
2659 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2662
2663         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2664         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2665         (gnus-mm-display-part, gnus-mime-display-single)
2666         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2667         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2668
2669         * gnus-sum.el
2670         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2671         (gnus-summary-move-article): Add expirable mark to articles copied or
2672         moved to group that has auto-expire turned on if the option is non-nil.
2673
2674 2009-07-24  Glenn Morris  <rgm@gnu.org>
2675
2676         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2677         Fix typo.  (Bug#3903)
2678
2679 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2682         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2683         that should not be used for draft articles.
2684         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2685         that has no concern in minor mode keys.
2686         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2687         Abolish.
2688
2689 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2692         article without making inquiry to a user for unknown encoding.
2693
2694         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2695         (nnmaildir--scan): Assume i-node and device number that file-attributes
2696         returns might be cons-cell.
2697
2698         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2699
2700         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2701
2702 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2703
2704         * auth-source.el: Remove docs now in auth.texi.  Don't use
2705         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2706         `auth-source-hide-passwords' and use them.
2707
2708 2009-07-15  Glenn Morris  <rgm@gnu.org>
2709
2710         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2711
2712 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2715         excessive whitespace from the default values of title and description.
2716
2717 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2720         mail-fetch-field to fetch Content-Description header in order to
2721         exclude newlines.
2722
2723 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2724
2725         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2726         format used by GnuPG 2.0.11.
2727
2728 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2731         to deleted part.
2732
2733 2009-05-30  David Engster  <dengste@eml.cc>
2734
2735         * nnmairix.el: Remove old documentation in the commentary block.
2736         (nnmairix-request-group): Do not update active file for nnml back ends.
2737         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2738         end so that overview files are ignored.
2739         (nnmairix-update-groups): Make updating the groups more robust by using
2740         marks.
2741         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2742         with dollar characters in message-id.
2743
2744 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2745
2746         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2747         2008-12-25 in dns.el.
2748
2749 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2750
2751         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2752         could happen if the text is only composed of spaces and/or tabs.
2753
2754 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2755
2756         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2757         when sending a queued message to avoid extra mml tags.
2758
2759 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2762
2763 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2766         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2767         rmail-toggle-header for XEmacs;
2768         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2769
2770 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * gnus-dired.el: Remove autoload for gnus-setup-message.
2773         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2774         displaying Gnus logo; always use compose-mail.
2775
2776 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2779
2780 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2783         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2784         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2785         available.
2786         (gnus-nocem-epg-verify): New function.
2787
2788 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2789
2790         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2791
2792 2009-02-15  Glenn Morris  <rgm@gnu.org>
2793
2794         * gnus-util.el (rmail-insert-rmail-file-header)
2795         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2796         autoloads.
2797         (rmail-default-rmail-file): Remove unnecessary declaration.
2798         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2799
2800 2009-02-14  Glenn Morris  <rgm@gnu.org>
2801
2802         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2803         variable (only used in gnus-util, which declares it anyway).
2804         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2805         which was only needed by gnus-art (changed to not use it any more).
2806         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2807         only used in gnus-util, which autoloads it itself.
2808         (rmail-update-summary): Fix autoload.
2809
2810         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2811         rather than rmail-output-to-rmail-file.
2812
2813 2009-02-07  Glenn Morris  <rgm@gnu.org>
2814
2815         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2816         autoload of function that no longer exists.
2817         (rmail-toggle-header): Declare.
2818         (message-forward-rmail-make-body): Handle mbox Rmail.
2819
2820 2009-01-31  Glenn Morris  <rgm@gnu.org>
2821
2822         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2823         2009-01-09 change.
2824
2825 2009-01-31  Dave Love  <fx@gnu.org>
2826
2827         * imap.el (imap-fetch-safe): Bind debug-on-error.
2828         (imap-debug): Add imap-fetch-safe.
2829
2830 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2831
2832         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2833         (auth-source-forget-all-cached): New convenience function.
2834         (auth-source-user-or-password): Accept list of modes or a single mode.
2835
2836         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2837         auth-source modes.
2838
2839         * netrc.el (netrc-machine-user-or-password): Use list of
2840         auth-source modes.
2841
2842         * nnimap.el (nnimap-open-connection): Use list of
2843         auth-source modes.
2844
2845         * nntp.el (nntp-send-authinfo): Use list of
2846         auth-source modes.
2847
2848 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2849
2850         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2851         now.
2852
2853 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2856         coding system in XEmacs; add a workaround for XEmacs.
2857
2858         * lpath.el: Fbind coding-system-aliasee.
2859
2860 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2863         of current-language-environment.
2864
2865 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2866
2867         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2868         available at runtime.
2869
2870 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2873
2874 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2875
2876         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2877         the greatest positive fixnum value doesn't work under an XEmacs with
2878         bignum support; use the most-positive-fixnum constant instead,
2879         available since Emacs 21.1 with cl and XEmacs 21.1.
2880
2881 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2884         XEmacs gets not to work.
2885
2886 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * mm-util.el (mm-coding-system-priorities): Allow the value like
2889         "Japanese (UTF-8)" of current-language-environment.
2890
2891 2009-01-09  Glenn Morris  <rgm@gnu.org>
2892
2893         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2894         with last-command-event.
2895
2896 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2897
2898         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2899         in the doc string.
2900
2901         * message.el (message-fix-before-sending): Amend comment.
2902
2903 2009-01-08  Dave Love  <fx@gnu.org>
2904
2905         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2906
2907 2009-01-07  David Engster  <dengste@eml.cc>
2908
2909         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2910         simplified server definitions by converting it via
2911         gnus-server-to-method.
2912
2913 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2916         parameter's operands.
2917
2918 2009-01-06  David Engster  <dengste@eml.cc>
2919
2920         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2921         primary select method (for gnus-group-mark-article-as-read).
2922
2923 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2924
2925         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2926         `(gnus)Face', not `(gnus)X-Face'.
2927
2928 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * mm-util.el (mm-ucs-to-char): New function.
2931
2932         * mm-url.el (mm-url-decode-entities): Use it.
2933
2934         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2935         unicode-to-char.
2936
2937 2009-01-05  Dave Love  <fx@gnu.org>
2938
2939         * time-date.el: Require cl for `declare'.
2940
2941 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2942
2943         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2944         Dave Love.
2945
2946 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2947
2948         * message.el (message-fix-before-sending): Add `eight-bit' to
2949         illegible-text check.
2950
2951 2009-01-03  Michael Olson  <mwolson@gnu.org>
2952
2953         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2954         `headers' is nil.  This can occur if the IMAP server does not have
2955         permissions to read messages from a folder, but can write new messages
2956         to the folder.
2957         (nnimap-request-article-part): Do not insert `data' if it is nil.
2958
2959         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2960         characters which will confuse `read', so skip past them.
2961
2962 2009-01-01  Dave Love  <fx@gnu.org>
2963
2964         * imap.el (imap-string-to-integer): Fix typo.
2965         (imap-fetch-safe): New function.
2966         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2967
2968         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2969
2970         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2971         (imap-parse-greeting): Fix doc strings.
2972         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2973         (imap-parse-flag-list): Make messages unique.
2974         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2975
2976         * nnimap.el: Fix author email.
2977         (nnimap-split-rule): Add FIXME comment.
2978         (nnimap-debug): Fix doc string.
2979
2980 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2981
2982         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2983
2984 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2985
2986         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2987         nslookup if resolv.conf isn't available.
2988         (dns-query): Rename from query-dns.
2989         (dns-query-cached): Rename from query-dns-cached.
2990
2991 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2994         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2995         to check if those variables exist (first appeared in Emacs 18.50).
2996
2997 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * mm-util.el (mm-line-number-at-pos): New function.
3000
3001         * spam-report.el (spam-report-process-queue): Use it.
3002
3003 2008-12-24  David Engster  <dengste@eml.cc>
3004
3005         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3006         parameters that haven't existed as variables as buffer-local variables.
3007
3008 2008-12-23  Dave Love  <fx@gnu.org>
3009
3010         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3011         cadar.
3012
3013         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3014         imap-starttls-p.
3015         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3016
3017 2008-12-22  Dave Love  <fx@gnu.org>
3018
3019         * imap.el: Fix author email.  Doc fixes.
3020         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3021         reply.
3022
3023 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3024
3025         * spam-report.el (spam-report-gmane-max-requests): New constant.
3026         (spam-report-gmane-wait): New variable.
3027         (spam-report-gmane-ham, spam-report-gmane-spam)
3028         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3029         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3030         the server.
3031
3032         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3033         Add explanations.
3034
3035         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3036         nnheader-accept-process-output and nnheader-read-timeout if available.
3037         (pop3-movemail): Use it.
3038
3039         * message.el (message-check-news-body-syntax): Fix signature check if
3040         there's an attachment.
3041
3042 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * mm-util.el: Add comments to the mm- emulating functions.
3045
3046 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3047
3048         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3049         by Stephen Berman <stephen.berman@gmx.net>.
3050
3051 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * mm-util.el (mm-substring-no-properties): New function.
3054         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3055         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3056         (mm-string-to-multibyte): Doc fix.
3057
3058         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3059
3060 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3061
3062         * mml.el (mml-attach-file): Strip text properties from file name.
3063         (Bug#1574)
3064
3065 2008-12-16  Glenn Morris  <rgm@gnu.org>
3066
3067         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3068
3069 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3072         knows since the charset specified might be a bogus alias that
3073         mm-charset-synonym-alist provides.
3074
3075 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3076
3077         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3078         "ISO_8859-1".
3079
3080         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3081
3082 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * mm-util.el (mm-charset-eval-alist):
3085         Define it before mm-charset-to-coding-system.
3086         (mm-charset-to-coding-system): Add optional argument `silent';
3087         define it before mm-charset-override-alist.
3088         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3089         default value if it can be used in Emacs currently running;
3090         silence mm-charset-to-coding-system.
3091
3092 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3093
3094         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3095         `allow-override' which says whether to use `mm-charset-override-alist'.
3096         (rfc2047-decode-encoded-words): Use it.
3097
3098         * mm-util.el (mm-charset-override-alist): Fix custom type;
3099         add `(gb2312 . gbk)' to choices.
3100
3101 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3104         fast.
3105
3106         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3107
3108         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3109
3110 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3111
3112         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3113         on links.
3114
3115         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3116
3117 2008-12-03  Lute Kamstra  <lute@gnu.org>
3118
3119         * sha1.el: Remove leading * from docstrings of defcustoms,
3120         deffaces, defconsts and defuns.
3121
3122 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3125         users' addresses that don't have domain parts.
3126         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3127         rather than message-narrow-to-head since there will be the message
3128         header separator.
3129
3130 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3131
3132         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3133         since the result is inserted in a unibyte buffer anyway.
3134         (nnimap-demule-use-string-to-multibyte): Remove.
3135         (nnimap-demule): Alias it to mm-string-to-multibyte.
3136
3137 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3138
3139         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3140         variable for debugging bug#464 and bug#1174.
3141         (nnimap-demule): Use it.
3142
3143 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3144
3145         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3146         score calculation correctly.
3147
3148 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3149
3150         * message.el (message-send-mail): Just set the buffer to unibyte
3151         rather than use mm-with-unibyte-current-buffer which does a lot more.
3152         (message-send-mail-partially): Don't bother with
3153         mm-with-unibyte-current-buffer since it's already been made unibyte by
3154         message-send-mail.
3155
3156 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3157
3158         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3159
3160 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3161
3162         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3163
3164 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3167         require itself and to remove `with-no-warnings'.
3168
3169 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3170
3171         * starttls.el (starttls-any-program-available): Get the name of the
3172         available TLS layer program.
3173         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3174         well as the host name in the "opening" message.
3175
3176         * auth-source.el (auth-source-cache, auth-source-do-cache)
3177         (auth-source-user-or-password): Cache passwords and logins by default,
3178         allow override with `auth-source-do-cache'.
3179         (auth-source-forget-user-or-password): Allow users to remove cache
3180         entries if needed.
3181
3182 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3183
3184         * md4.el (md4-buffer): Fix typo in docstring.
3185         (md4, md4-64): Doc fixes.
3186         (md4-pack-int32): Reflow docstring.
3187
3188 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3189
3190         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3191         condition-case to only the forward-sexp call.
3192
3193 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3194
3195         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3196         quotes contained.  Make it more robust regardless by an extra
3197         condition-case wrapper.
3198
3199 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3202
3203 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * nnml.el (nnml-request-expire-articles): Check if the function set to
3206         `nnmail-expiry-target' returns the symbol `delete'.
3207
3208         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3209
3210         * nnmail.el (nnmail-expiry-target): Fix custom type.
3211
3212 2008-10-02  Glenn Morris  <rgm@gnu.org>
3213
3214         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3215         Silence compiler warning.
3216
3217 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3218
3219         * tls.el (open-tls-stream): Show the actual command being
3220         executed, instead of the format string.
3221
3222 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * lpath.el: Fbind codepage-setup for Emacs 23.
3225
3226 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3227
3228         * mml.el (mml-menu): Don't assume mml2015 is bound.
3229
3230 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3233         exists.
3234
3235 2008-09-27  Glenn Morris  <rgm@gnu.org>
3236
3237         * gnus-util.el (mail-header-remove-comments): Autoload it.
3238
3239 2008-09-27  Andreas Schwab  <schwab@suse.de>
3240
3241         * gnus-util.el (gnus-split-references): Strip comments.
3242         (gnus-parent-id): Likewise.
3243
3244 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3245
3246         * message.el (message-confirm-send): Fix version.
3247
3248 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * message.el (message-idna-to-ascii-rhs-1): Use
3251         mail-extract-address-components rather than mail-header-parse-addresses
3252         that is an alias by default to ietf-drums-parse-addresses that does not
3253         support non-ASCII names in headers' contents.
3254
3255 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3256
3257         * message.el (message-confirm-send): Fixed variable documentation to
3258         avoid the "y/n" wording.
3259
3260 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3261
3262         * message.el (message-set-auto-save-file-name): Save to a different
3263         filename so multiple messages (especially drafts) can be recovered.
3264
3265 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3266
3267         * message.el (message-confirm-send): Add appropriate version.
3268
3269 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3270
3271         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3272         defvar.
3273
3274 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3275
3276         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3277         (mm-pkcs7-enveloped-magic): Ditto.
3278
3279 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3280
3281         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3282         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3283
3284 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3285
3286         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3287         default, it's better.
3288
3289 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3290
3291         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3292         summary line gnus-number property and ignore them (with a warning
3293         message).
3294
3295 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3298         macro caddr in the interactive form since it won't be expanded.
3299
3300 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3303         `charset'; fix name of function called recursively.
3304         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3305
3306 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3309         (gnus-mime-set-charset-parameters): New function.
3310         (gnus-mime-view-part-as-charset): Use it to correctly display part
3311         specifying wrong charset.
3312
3313 2008-09-08  David Engster  <dengste@eml.cc>
3314
3315         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3316         in completing-read for back end server.
3317
3318 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3319
3320         * message.el (message-confirm-send): New variable to confirm sending a
3321         message.
3322         (message-send): Use it.
3323
3324 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3325
3326         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3327
3328 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3331
3332 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3333
3334         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3335         prevent tracking too many groups.
3336         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3337         Use it.
3338
3339 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3340
3341         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3342         moving point to the bottom of the window in order to avoid recentering.
3343
3344 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3347
3348         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3349         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3350         (gnus-article-beginning-of-window): Fix calculation.
3351
3352 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * gnus-msg.el (gnus-summary-supersede-article)
3355         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3356         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3357         message header.
3358
3359 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3360
3361         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3362         pending output coming after the status change.
3363
3364 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3365
3366         * message.el:
3367         * gnus-start.el:
3368         * gnus-registry.el: Remove VMS support.
3369
3370 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3373         macro.
3374         (rfc2104-hash): Use it.
3375
3376 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3377
3378         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3379         (gnus-summary-sort-by-most-recent-date): New commands.
3380         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3381         and menu entries.
3382
3383 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3386         don't redisplay article for raw contents; remove plural articles stuff.
3387
3388         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3389         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3390         on gnus-summary-save-article; display results properly.
3391
3392 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * lpath.el: No need to fbind ns-focus-frame.
3395
3396 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3399
3400 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3403         gnus-save-all-headers.
3404
3405 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3406
3407         * gnus-util.el (ns-focus-frame): Remove declaration.
3408         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3409         like x.
3410
3411 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3412
3413         * rfc2104.el (rfc2104-zero): Delete defconst.
3414         (rfc2104-hex-alist): Likewise.
3415         (rfc2104-hex-to-int): Delete func.
3416         (rfc2104-hexstring-to-bitstring): Likewise.
3417         (rfc2104-nybbles): New defconst.
3418         (rfc2104-hash): Rewrite for speed.
3419
3420 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * tls.el (open-tls-stream): Make it work with the 2nd argument
3423         BUFFER that is a string but does not exist as a buffer object, as
3424         mentioned in the doc-string.
3425
3426 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3429         SXEmacs.
3430
3431 2008-07-16  Glenn Morris  <rgm@gnu.org>
3432
3433         * gnus-util.el (ns-focus-frame): Declare for compiler.
3434
3435 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3438         set as a group parameter.
3439         (gnus-summary-save-in-pipe): Work when it is called independently.
3440         (gnus-summary-pipe-to-muttprint): Don't modify
3441         gnus-summary-pipe-output-default-command.
3442
3443 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3444
3445         * message.el (message-send-mail-with-sendmail):
3446         Display the error message.
3447
3448 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-art.el (gnus-default-article-saver):
3451         Add gnus-summary-save-in-pipe to choices.
3452         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3453         gnus-summary-pipe-output-default-command as the default command.
3454         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3455         instead of gnus-last-shell-command.
3456
3457         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3458         New user option.
3459         (gnus-summary-muttprint-program): Mention the value will be changed.
3460         (gnus-summary-save-article): Force showing of all headers.
3461         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3462
3463 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3464
3465         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3466
3467 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3468
3469         * nnimap.el (nnimap-id):
3470         * sieve-manage.el (sieve-manage-open): Doc fixes.
3471
3472 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3473
3474         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3475         if available.
3476
3477 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3478
3479         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3480
3481         * nnkiboze.el (nnkiboze-generate-group):
3482         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3483
3484         * nnmairix.el: Require CL.
3485
3486 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * dgnushack.el: Autoload get-display-table and put-display-table for
3489         XEmacs 21.5.
3490
3491         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3492         21.4 and SXEmacs.
3493
3494 2008-06-15  David Engster  <dengste@eml.cc>
3495
3496         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3497
3498 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3499
3500         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3501         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3502         runtime choice under XEmacs.
3503
3504         * gnus-sum.el (gnus-summary-set-display-table):
3505         Use `gnus-put-display-table', `gnus-get-display-table',
3506         `gnus-set-display-table' for the display table, instead of `aset'.
3507
3508         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3509         Use `gnus-put-display-table', `gnus-get-display-table',
3510         `gnus-set-display-table' for the display table.
3511
3512 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3513
3514         * nnmairix.el: Add autoloads.
3515
3516 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3517
3518         * nnmairix.el (nnmairix-delete-recreate-group)
3519         (nnmairix-update-and-clear-marks): Fix error messages.
3520
3521 2008-06-14  David Engster  <dengste@eml.cc>
3522
3523         * nnmairix.el: Upgrade to version 0.6.
3524         (nnmairix-group-toggle-propmarks-this-group)
3525         (nnmairix-group-toggle-readmarks-this-group)
3526         (nnmairix-group-delete-recreate-this-group)
3527         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3528         (nnmairix-remove-tick-mark-original-article): New commands.
3529         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3530         (nnmairix-propagate-marks-to-nnmairix-groups)
3531         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3532         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3533         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3534         functions needed for marks propagation and manipulation of read marks.
3535         (nnmairix-update-groups): New function.
3536         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3537         (nnmairix-determine-original-group-from-registry)
3538         (nnmairix-determine-original-group-from-path)
3539         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3540         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3541         New helper functions.
3542         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3543         keystrokes for new commands.
3544         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3545         (nnmairix-request-group): Check allow-fast group parameter.
3546         (nnmairix-request-create-group): Set allow-fast group parameter if
3547         nnmairix-allowfast-default is set.
3548         (nnmairix-close-group): Propagate marks upon closing if needed.
3549         (nnmairix-group-toggle-threads-this-group): Use new.
3550         nnmairix-group-toggle-parameter helper function.
3551         (nnmairix-search): Better check for empty search result.
3552         (nnmairix-goto-original-article): Use new helper functions for
3553         determining original article.
3554         (nnmairix-show-original-article): Make sure message-id is in brackets.
3555         (nnmairix-call-mairix-binary): Change variable name.
3556         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3557         helper function.
3558         (nnmairix-widget-toggle-activate): Fix doc string.
3559
3560 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * nnir.el: Require edmacro when compiling with XEmacs.
3563         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3564         available in Emacs 21.
3565
3566 2008-06-11  Glenn Morris  <rgm@gnu.org>
3567
3568         * gnus-util.el (x-focus-frame):
3569         * gnus.el (image-size):
3570         * mm-decode.el (image-size): Declare.
3571
3572         * gnus-picon.el (declare-function): Add compat definition.
3573         (image-size): Declare.
3574
3575         * gnus-group.el (tool-bar-map):
3576         * gnus-sum.el (tool-bar-map): Define for compiler.
3577
3578         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3579
3580         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3581
3582         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3583         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3584         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3585         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3586         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3587         * sieve-manage.el, spam-report.el, spam.el:
3588         Remove unnecessary eval-and-compile of autoloads.
3589
3590 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3591
3592         * auth-source.el: Precise Tramp doc.
3593
3594 2008-06-07  Glenn Morris  <rgm@gnu.org>
3595
3596         * nnmairix.el: Remove unnecessary eval-when-compile.
3597
3598 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * lpath.el: Fbind propertize for XEmacs 21.4.
3601
3602 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3603
3604         * nnir.el: Move here from ../contrib.
3605
3606 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3607
3608         * gnus-util.el (gnus-read-shell-command): New function.
3609         * mm-decode.el (mm-pipe-part):
3610         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3611
3612 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3615
3616 2008-06-03  Glenn Morris  <rgm@gnu.org>
3617
3618         * pop3.el (nnheader-accept-process-output): Autoload it.
3619
3620 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3623         are not 2-digit hexadecimal characters that follow `%'s.
3624
3625 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3626
3627         * message.el (message-bogus-recipient-p): Fix type in doc string.
3628         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3629         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3630         Improve custom options.
3631         (message-bogus-recipient-p): Adjust accordingly.
3632
3633 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3634
3635         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3636         long-form month and day names.
3637
3638 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * dgnushack.el: Autoload debug, eudc-expand-inline and
3641         pgg-snarf-keys-region for XEmacs.
3642
3643         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3644
3645         * nnmairix.el: Require edmacro when compiling with XEmacs.
3646
3647 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3648
3649         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3650         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3651
3652 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3653
3654         * auth-source.el: Add more docs.
3655
3656         * netrc.el (netrc-machine): Always match if the port is not given.
3657
3658 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3661         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3662         retrieval faster in some cases, but might make CPU usage larger.  If
3663         this has any bad side effects, we might revert this change.
3664
3665         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3666         seems to make mail retrieval much, much faster.
3667         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3668         unconditionally.
3669
3670         * gnus-draft.el (gnus-group-send-queue): Bind
3671         message-send-mail-partially-limit to nil to avoid being prompted.
3672
3673 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3674
3675         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3676
3677         * message.el (message-bogus-address-regexp): Fix and improve custom
3678         type.
3679         (message-setup-hook): Add message-check-recipients as custom option.
3680
3681 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * message.el (message-cite-function): Remove bogus autoload which crept
3684         in during merge from v5-10.
3685
3686 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3687
3688         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3689
3690         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3691
3692         * auth-source.el: Preliminary Tramp docs.
3693         (auth-sources): Change the default auth-sources to use
3694         EPA .gpg files.
3695
3696 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3697
3698         * nntp.el: Autoload `auth-source-user-or-password'.
3699         (nntp-send-authinfo): Use it.
3700
3701         * nnimap.el: Autoload `auth-source-user-or-password'.
3702         (nnimap-open-connection): Use it.
3703
3704         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3705         for the gnus-message function.
3706         (auth-source-user-or-password): Use it.
3707
3708 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3709
3710         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3711         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3712         (rfc2104-hash): Use it.
3713
3714 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3715
3716         * gnus-art.el (gnus-article-toggle-truncate-lines):
3717         Don't use `iff' in docstring.
3718
3719 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3720
3721         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3722
3723         * gnus-util.el (gnus-extract-address-component-name)
3724         (gnus-extract-address-component-email): Convenience functions around
3725         `gnus-extract-address-components'.
3726
3727         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3728         Use `gnus-extract-address-component-email' to fix bug of comparing full
3729         sender name to `user-mail-address'.
3730
3731 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3732
3733         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3734         catch/throw to optimize.
3735         (gnus-registry-find-keywords): Just use member to find a keyword.
3736
3737 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3738
3739         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3740         is current before calling gnus-server-prepare.
3741         (gnus-server-setup-buffer, gnus-server-update-server)
3742         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3743
3744 2008-05-04  Juri Linkov  <juri@jurta.org>
3745
3746         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3747         (mailcap-file-default-commands): Use mailcap-replace-in-string
3748         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3749         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3750
3751 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3752
3753         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3754
3755 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3756
3757         * gnus.el: Bump version to 0.11.
3758
3759 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3760
3761         * gnus.el: No Gnus v0.10 is released.
3762
3763 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3766         hooks.
3767         (gnus-update-read-articles): Speed up non-marks-using users.
3768         (gnus-use-marks): Define gnus-use-marks.
3769         (gnus-propagate-marks): Rename variable to something more sensible.
3770
3771 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3772
3773         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3774         (gmm-image-load-path-for-library): Fix typos in docstrings.
3775         (gmm-message): Reflow docstring.
3776
3777 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         * mail-source.el (mail-source-set-1, mail-source-bind):
3780         Move auth-source code out of the macro to clean it up and fix bugs.
3781
3782 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3783
3784         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3785         by sender if it's equal to user-mail-address, it's likely to be
3786         useless.
3787
3788         * mail-source.el (mail-source-bind): Don't use user or password if they
3789         are not bound.  Unintern them if they are nil.  Don't use server unless
3790         it's bound, and default it to empty string otherwise.
3791
3792 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3793
3794         * mail-source.el: Load auth-source.el.
3795         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3796         get user name or password, if auth-sources is set up.
3797
3798         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3799         strategy of splitting with parent.
3800         (gnus-registry-split-fancy-with-parent)
3801         (gnus-registry-post-process-groups): Use it and fix prior
3802         bug (returning a list as the split result).
3803
3804         * auth-source.el (auth-sources): Remove server parameter.
3805         (auth-source-pick, auth-source-user-or-password)
3806         (auth-source-user-or-password-imap)
3807         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3808         (auth-source-user-or-password-sftp)
3809         (auth-source-user-or-password-smtp): Remove server parameter.
3810
3811 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3812
3813         * smime.el (smime-sign-region, smime-encrypt-region)
3814         (smime-decrypt-region):
3815         Remove redundant calls to `generate-new-buffer-name'.
3816
3817 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3818
3819         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3820         Don't use QP for message/rfc822.
3821         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3822
3823 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3824
3825         * sieve-manage.el (sieve-string-bytes): Remove.
3826         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3827         correct byte-length only if the process's coding-system is the same as
3828         the one used internally by Emacs to represent strings.
3829
3830 2008-04-22  Juri Linkov  <juri@jurta.org>
3831
3832         * mailcap.el (mailcap-file-default-commands): New function.
3833
3834 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3835
3836         * message.el (message-signature-separator, message-cite-function):
3837         Change custom version.
3838
3839 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3840
3841         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3842         commands.
3843         (tls-checktrust): Ditto.
3844
3845 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * mm-decode.el (mm-display-external): Make temp file read-only.
3848
3849 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3850
3851         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3852         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3853         `C-c C-f d'.
3854
3855 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3856
3857         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3858
3859 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3860
3861         * gnus.el: Bump version to 0.9.
3862
3863 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3864
3865         * gnus.el: No Gnus v0.8 is released.
3866
3867 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3868
3869         * mail-source.el (mail-source-value):
3870         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
3876
3877 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3878
3879         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3880         Prefer fboundp to functionp so it works with macros as well.
3881
3882 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3883
3884         * auth-source.el: Added docs.
3885         (auth-sources): Modify format to support server.
3886         (auth-source-pick, auth-source-user-or-password)
3887         (auth-source-user-or-password-imap)
3888         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3889         (auth-source-user-or-password-sftp)
3890         (auth-source-user-or-password-smtp): Add server parameter.
3891
3892 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3893
3894         * gnus-registry.el: Initialize the registry when gnus-registry-install
3895         is t.
3896
3897 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * compface.el (uncompface): Make buffer unibyte.
3900
3901 2008-04-05  Glenn Morris  <rgm@gnu.org>
3902
3903         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3904
3905 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3906
3907         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3908         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3909
3910         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3911         multibyteness after rather than before erasing it.
3912
3913         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3914         mm-with-multibyte.
3915         (gnus-request-article-this-buffer): Make sure the proper decoding is
3916         used if gnus-original-article-buffer happens to be unibyte.
3917
3918         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3919         default-enable-multibyte-characters.
3920
3921         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3922         default-enable-multibyte-characters.
3923
3924         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3925
3926         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3927
3928 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3929
3930         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3931         (imap-message-copyuid-1): Use it.
3932         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3933         J. Williams in
3934         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3935
3936         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3937         imap-enable-exchange-bug-workaround.
3938         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3939
3940 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3941
3942         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3943         a 100 byte status-checks into a 2-3MB transfer for each group.
3944         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3945         to enable bug workaround or not.
3946         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3947
3948 2008-03-31  Glenn Morris  <rgm@gnu.org>
3949
3950         * message.el (mml2015-use): Declare for compiler.
3951         (message-info): Require mml2015 when appropriate.
3952
3953 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3956         whitespace.
3957
3958 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3959
3960         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3961         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3962         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3963         (nntp-service-to-port): New function.
3964         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3965         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3966         (nntp-open-netcat-stream): New function.
3967         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3968
3969 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3970
3971         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3972
3973 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3974
3975         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3976
3977 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3978
3979         * dns.el (dns-write): Use set-buffer-multibyte.
3980
3981 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3982
3983         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3984
3985 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3986
3987         * message.el (message-signature-separator): Change default.
3988         Improve custom type.
3989         (message-cite-function): Change default to
3990         message-cite-original-without-signature.
3991
3992         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3993         toggle.
3994
3995         * message.el (message-check-news-body-syntax): Fix signature check.
3996         (message-setup-1): Mark buffer as unmodified _after_ running
3997         message-setup-hook and handling message-alternative-emails.
3998         (message-shorten-references): Be more strict when building list of
3999         valid references to comply with GNKSA.
4000
4001         * gnus-group.el (gnus-read-ephemeral-bug-group)
4002         (gnus-read-ephemeral-debian-bug-group)
4003         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4004
4005         * message.el (message-info): Don't use booleanp which isn't supported
4006         in Emacs 21 and XEmacs.
4007
4008 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4009
4010         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4011         gnus-group-gmane-group-download-format.
4012         (gnus-group-read-ephemeral-gmane-group): Rename from
4013         gnus-group-read-ephemeral-gmane-group.
4014         (gnus-read-ephemeral-gmane-group-url): Rename from
4015         gnus-group-read-ephemeral-gmane-group-url.
4016         (gnus-bug-group-download-format-alist): New variable.
4017         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4018         (gnus-read-ephemeral-emacs-bug-group): New commands.
4019
4020 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4023         (gnus-visible-headers): Improve custom type.
4024
4025 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4026
4027         * mml.el (mml-menu): Add workarounds for XEmacs.
4028
4029         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4030         X-Boundary header.
4031
4032         * message.el (message-simplify-recipients): Fix previous commit.
4033
4034 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4035
4036         * mm-util.el (mm-set-buffer-multibyte): New function.
4037         * mm-decode.el (mm-copy-to-buffer): Use it.
4038
4039 2008-03-19  Glenn Morris  <rgm@gnu.org>
4040
4041         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4042         Accidentally removed in the sync process with Emacs.
4043
4044 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * message.el (message-alter-recipients-discard-bogus-full-name):
4047         New function.
4048         (message-alter-recipients-function): New variable.
4049         (message-get-reply-headers): Use it.
4050         (message-replace-header): New helper function.
4051         (message-recipients-without-full-name): New variable.
4052         (message-simplify-recipients): New command.
4053
4054         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4055
4056         * message.el (message-info): Handle EasyPG manual.
4057
4058         * mml.el (mml-menu): Add entry for EasyPG.
4059
4060 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4061
4062         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4063         parameter.
4064
4065         * message.el (message-disassociate-draft): Specify drafts group name
4066         fully.
4067
4068 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4069
4070         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4071         unnecessary duplicates from the match list.
4072
4073 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4076
4077         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4078
4079         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4080         args of `how-many' of which the XEmacs version doesn't take; declare
4081         Info-index-next as function.
4082
4083 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4084
4085         * gnus-score.el (gnus-score-headers): Fix handling of
4086         gnus-inhibit-slow-scoring.
4087
4088         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4089         string.
4090         (gnus-button-url-regexp): Improve handling of parenthesis.
4091         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4092         (gnus-button-handle-info-keystrokes): Handle index entries.
4093
4094 2008-03-15  Glenn Morris  <rgm@gnu.org>
4095
4096         * parse-time.el (parse-time-string): Simplify.
4097
4098 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4101         Incoming* files.
4102
4103 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4104
4105         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4106         (auth-source-pick): Use it.
4107
4108 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4109
4110         * binhex.el (binhex-decode-region-internal):
4111         * uudecode.el (uudecode-decode-region-internal):
4112         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4113         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4114         setting default-enable-multibyte-characters.
4115
4116 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4117
4118         * auth-source.el (auth-source-protocols)
4119         (auth-source-protocols-customize, auth-source-choices): Added and
4120         modified variable customizations and defaults.
4121         (auth-source-pick, auth-source-user-or-password)
4122         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4123         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4124         (auth-source-user-or-password-sftp)
4125         (auth-source-user-or-password-smtp): Use new variables and provide an
4126         interface to netrc.el.
4127
4128 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4131         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4132         Make sure the nntp port to specify is a string.
4133
4134 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4135
4136         * nntp.el: Use with-current-buffer.
4137         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4138         dubious mm-with-unibyte-current-buffer.
4139         (nntp-with-open-group-function): New function extracted from
4140         nntp-with-open-group macro.
4141         (nntp-with-open-group): Use the function, so it's easier to debug.
4142         Add indentation and debugging info.
4143         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4144         the use of the netcat alternatives.
4145
4146         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4147         Avoid mm-string-as-multibyte as well.
4148
4149         * nnweb.el (nnweb-insert-html):
4150         Remove use of nnheader-string-as-multibyte.
4151
4152         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4153         (nnheader-string-as-multibyte): Remove.
4154
4155         * mm-view.el: Use inhibit-read-only.
4156         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4157         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4158         or unibyte-string.
4159
4160         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4161         (mm-uu-yenc-extract): Use with-current-buffer.
4162
4163         * gnus-soup.el (gnus-soup-send-packet): Don't use
4164         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4165
4166         * nnmh.el: Use with-current-buffer.
4167         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4168         mm-string-as-multibyte on the output of mm-encode-coding-string.
4169
4170         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4171         (nnimap-request-move-article): Use with-current-buffer.
4172
4173         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4174         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4175         conversion uses string-make-unibyte rather than string-as-unibyte.
4176
4177         * gnus-msg.el: Use with-current-buffer.
4178
4179         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4180
4181 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4182
4183         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4184         string for caching if it is 'PIN.
4185
4186 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * lpath.el: Consider the case without Emacs/W3.
4189
4190 2008-03-08  Glenn Morris  <rgm@gnu.org>
4191
4192         * time-date.el (date-to-time, time-subtract, time-add)
4193         (safe-date-to-time): Doc fixes.
4194
4195 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * mail-source.el (mail-source-delete-old-incoming-confirm):
4198         Change default to nil.
4199         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4200
4201 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * lpath.el: Rearrange.
4204
4205         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4206         (gnus-article-goto-prev-page): Work for articles having ^L's.
4207
4208         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4209
4210         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4211
4212 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4213
4214         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4215         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4216         (gnus-bookmark-jump): Adjust some variable names.
4217
4218 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4219
4220         * auth-source.el: New package.
4221         (auth-source-choices): Add customization entry point variable.
4222
4223         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4224         bug.
4225
4226 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4227
4228         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4229         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4230         (gnus-registry-install-shortcuts): Rename from
4231         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4232         the `gnus-registry-mark-map' keymap dynamically from
4233         `gnus-registry-marks'.  The generated functions update the summary line
4234         when a registry mark is added or deleted, and will call
4235         `gnus-registry-install-p' (see the comments in the code).
4236         (gnus-registry-user-format-function-M): Use concat intelligently.
4237
4238         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4239         the registry mark functions.
4240
4241 2008-03-05  Glenn Morris  <rgm@gnu.org>
4242
4243         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4244         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4245         gnus-art.
4246         (top-level): No need to load own source when compiling.
4247
4248 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4249
4250         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4251         Suggested by <chris.anderton@zetnet.co.uk>.
4252
4253 2008-03-04  Glenn Morris  <rgm@gnu.org>
4254
4255         * gnus-sum.el (top-level): No need to require gnus when compiling,
4256         since unconditionally required near start of file.
4257         (gnus-summary-display-while-building): Move definition before use.
4258
4259 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4260
4261         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4262         formatting function.
4263
4264 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4265
4266         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4267         with plists.
4268         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4269         Use new format.
4270
4271 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4274         `where-is-internal' that returns a range of key sequences.
4275
4276 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4277
4278         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4279
4280         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4281         (gnus-summary-jump-to-group): Consider windows on other displayed
4282         frames as well.  Similar changes might be needed elsewhere, but that's
4283         the one I've bumped into during my use.
4284
4285         * nndoc.el (nndoc-oe-dbx-type-p):
4286         * gnus-msg.el (gnus-debug):
4287         * gnus-group.el (gnus-update-group-mark-positions):
4288         Use mm-string-to-multibyte.
4289
4290 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4293         doesn't handle NotDashEscaped.
4294
4295         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4296         (mml-dnd-attach-options): Fix typo in custom choice.
4297
4298         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4299         nndoc-article-type to mbox.
4300         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4301
4302         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4303         to nil, instead of html2text.
4304
4305         * imap.el (imap-debug): Add `imap-ping-server'.
4306
4307         * gnus-bookmark.el: Add FIXMEs.
4308
4309         * message.el (message-form-letter-separator)
4310         (message-send-form-letter-delay): New variables.
4311         (message-send-form-letter): Use them.  New command to send form
4312         letters.  Requested by Uwe Siart.
4313         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4314
4315 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4316
4317         * Update copyright years.
4318
4319 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4320
4321         Sync from EMACS_22_BASE.
4322
4323         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4324
4325 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4326
4327         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4328         empty author.
4329
4330 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4331
4332         * gnus-registry.el (gnus-registry-marks): Add variable for
4333         customization of marks and their appearance.
4334         (gnus-registry-read-mark): Use it.
4335         (gnus-registry-do-marks): Add utility function to loop through
4336         `gnus-registry-marks'.
4337         (gnus-registry-install-shortcuts-and-menus): Add function to install
4338         shortcuts and menus.
4339         (gnus-registry-initialize): Use it.
4340         (gnus-registry-default-mark): Clarify documentation.
4341
4342 2008-02-29  Glenn Morris  <rgm@gnu.org>
4343
4344         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4345         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4346         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4347         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4348         Change defcustom :version from 23.0 to 23.1.
4349
4350 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4351
4352         * gnus-registry.el (gnus-registry-follow-group-p)
4353         (gnus-registry-post-process-groups): Add functions to aid registry
4354         splitting and improve logging.  Clarify behavior in function
4355         documentation.
4356         (gnus-registry-split-fancy-with-parent): Use them.
4357
4358 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4359
4360         * gnus-art.el: Use with-current-buffer.
4361
4362 2008-02-27  David Engster  <dengste@eml.cc>
4363
4364         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4365         Express real group name in the response.
4366
4367 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4370         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4371         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4372         autoload gnus-registry-fetch-group when compiling.
4373         (nnmairix-request-group-with-article-number-correction): Remove
4374         unreferenced argument passed to nnmairix-call-backend.
4375
4376 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4377
4378         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4379         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4380         Wilde.
4381
4382 2008-02-27  Glenn Morris  <rgm@gnu.org>
4383
4384         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4385         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4386         variables to defconsts.  Convert comments to doc-strings.
4387         (nnmairix-last-server, nnmairix-current-server): Convert from free
4388         variables to defvars.  Convert comments to doc-strings.
4389         (gnus-registry-fetch-group): Autoload.
4390         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4391         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4392         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4393         caddr.
4394         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4395         nnmairix-request-group-with-article-number-correction call.
4396         (nnmairix-fast, nnmairix-group): New, less general names, for free
4397         variables passed from nnmairix-request-group to
4398         nnmairix-request-group-with-article-number-correction.  Declare.
4399         (nnmairix-request-group-with-article-number-correction):
4400         Use nnmairix-fast, nnmairix-group rather than fast, group.
4401
4402 2008-02-26  David Engster  <dengste@eml.cc>
4403
4404         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4405         version 0.5.
4406
4407 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4408
4409         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4410         instead of making an extra function call.  Don't add the current group
4411         to articles only when they have the group.  Use
4412         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4413         Reported by David <de_bb@arcor.de>.
4414
4415 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4418         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4419
4420 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4421
4422         * mail-source.el (mail-source-delete-incoming): Change default.
4423         Supplement doc string.
4424
4425         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4426
4427 2008-02-14  Glenn Morris  <rgm@gnu.org>
4428
4429         * time-date.el (format-seconds): New function.
4430
4431 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * nnmail.el (nnmail-message-id-cache-file): Derive from
4434         `gnus-home-directory'.
4435
4436 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4437
4438         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4439         Document negative prefix.
4440
4441         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4442
4443 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * message.el (message-unsent-separator): Add the Exim bounce
4446         separator.
4447
4448 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4449
4450         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4451         list.
4452         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4453         recipient/signer list.
4454
4455 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * Makefile.in (datarootdir): Define.
4458         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4459         name that might contain whitespace.
4460
4461 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4462
4463         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4464         fbound (Emacs 23 unicode), signal an error.
4465
4466 2008-02-08  Glenn Morris  <rgm@gnu.org>
4467
4468         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4469
4470 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4471
4472         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4473         ports to the calls to `netrc-machine-user-or-password' in addition to
4474         "imap" and "imaps".
4475
4476 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4477
4478         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4479
4480         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4481
4482 2008-02-01  Kenichi Handa  <handa@m17n.org>
4483
4484         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4485         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4486         (rfc2104-hash): Convert the result of concat to unibyte string.
4487
4488 2008-02-01  Dave Love  <fx@gnu.org>
4489
4490         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4491         coding-system-for-read.
4492         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4493
4494 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4497         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4498         <hanche@math.ntnu.no>.
4499
4500 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4503
4504         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4505
4506 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4507
4508         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4509         * message.el (message-beginning-of-line): Use featurep instead of bound
4510         tests in order to resolve conditionals at compile time.
4511
4512 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4513
4514         * mail-source.el (mail-sources): Add `group' choice.
4515
4516         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4517         parameter `in-group' to control into which group the articles go.
4518         Add treatment of `group' mail-source.
4519
4520 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4523
4524         * mm-decode.el (mm-dissect-buffer): Decode description.
4525
4526         * mml.el (mml-to-mime): Encode message header first.
4527
4528 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4531         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4532
4533         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4534         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4535
4536 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4537
4538         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4539
4540 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4543         prefix keys.
4544         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4545         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4546         gnus-xmas.el.
4547
4548         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4549         (gnus-xmas-article-describe-bindings): New function.
4550         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4551         gnus-xmas-article-describe-bindings.
4552
4553         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4554
4555 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4558         Add new variables for article mark management.
4559         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4560         list of extra data entries which, when present, will indicate that the
4561         article ID should not be trimmed from the registry.
4562         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4563         functions.
4564         (gnus-registry-read-mark): New function to read a mark name from the
4565         user.
4566         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4567         (gnus-registry-set-article-mark-internal): New functions to add and
4568         remove marks.
4569         (gnus-registry-get-article-marks): New function to show the marks for
4570         an article, or retrieve them for further use.
4571
4572 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4575         keys when no argument is given.
4576
4577 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4578
4579         * imap.el (imap-ping-server): New variable.
4580         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4581         (imap-ping-server): Minor doc string fixes.
4582
4583 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4584
4585         * imap.el (imap-ping-server): New function.
4586         (imap-opened): Call imap-ping-server.
4587
4588 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4589
4590         * gnus-sum.el (gnus-article-sort-by-random)
4591         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4592         jidanni@jidanni.org.
4593
4594 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * gnus-art.el (gnus-article-describe-bindings): New function.
4597         (gnus-article-read-summary-keys): Use it.
4598         (gnus-article-mode-map): Bind `C-h b' to it.
4599
4600 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4603         XEmacs.
4604         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4605         against non-character events.
4606
4607         * lpath.el: Fbind map-keymap for Emacs 21.
4608
4609 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4610
4611         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4612         command.
4613         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4614         instead of END.  Change name of the temp file.
4615         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4616         customizable.
4617
4618 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4621         bind `S W' to gnus-article-wide-reply-with-original; set default
4622         binding to gnus-article-read-summary-send-keys.
4623         (gnus-article-read-summary-keys): Fix the order of keys; display
4624         continuation keys correctly in the echo area; describe bindings
4625         correctly when keys end with `C-h'.
4626         (gnus-article-read-summary-send-keys): New function.
4627         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4628         for gnus-article-read-summary-send-keys; display continuation keys
4629         correctly in the echo area.
4630         (gnus-article-reply-with-original): Ignore prefix argument.
4631         (gnus-article-wide-reply-with-original): New function.
4632
4633         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4634         Emacs 21.
4635
4636 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4639         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4640
4641 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4642
4643         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4644         (gnus-group-read-ephemeral-gmane-group): New command.
4645
4646 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4647
4648         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4649
4650 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4651
4652         * message.el (message-send-mail-function): Increase custom version.
4653
4654         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4655         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4656
4657 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4658
4659         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4660         for the cases where imap-authenticate is called with a nil buffer
4661         parameter.
4662
4663 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4666         html parts correctly; support forwarded messages.
4667         (gnus-article-browse-html-article): Remove work buffers.
4668
4669         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4670         compiling.
4671         (netrc-bound-and-true-p): New macro.
4672         (netrc-parse): Use it instead of bound-and-true-p that is not available
4673         in XEmacs 21.4.
4674
4675 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4676
4677         * gnus-registry.el (gnus-registry-mark-article)
4678         (gnus-registry-article-marks): Add functionality to mark articles
4679         through the Gnus registry.
4680
4681         * encrypt.el: Clarify documentation for the new pgg method.
4682         (encrypt-file-alist): Add PGG option.
4683         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4684         functionality.  Abstract password key and messaging to external
4685         functions.
4686         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4687         (encrypt-message-method-and-cipher): Add new convenience external
4688         functions.
4689         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4690         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4691
4692         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4693         (netrc-parse): Use encrypt-file-alist to determine if
4694         encrypt-find-model or encrypt-insert-file-contents should be used.
4695
4696         * encrypt.el: Clarify documentation.  Load password-cache or
4697         password, whichever one is found first, instead of autoloading.
4698
4699 2007-12-19  Glenn Morris  <rgm@gnu.org>
4700
4701         * mml.el (message-options-set, message-narrow-to-head)
4702         (message-in-body-p, message-mail-p, message-encode-message-body):
4703         Autoload.
4704         (message-remove-header, message-narrow-to-headers-or-head)
4705         (message-subscribed-p, message-make-mail-followup-to)
4706         (message-position-on-field, message-news-p)
4707         (message-options-set-recipient, message-generate-headers)
4708         (message-sort-headers): Declare as functions.
4709
4710 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4711
4712         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4713         convention in doc string.
4714
4715 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4718         title to html parts.
4719         (gnus-article-browse-html-article): Pass message header to it.
4720
4721         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4722
4723 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4724
4725         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4726         or password compatible with XEmacs.
4727
4728 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4729
4730         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4731         format document.
4732         (gnus-mime-delete-part): Don't write description line if empty.
4733         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4734
4735 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4736
4737         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4738         (gnus-summary-mark-read-and-unread-as-read)
4739         (gnus-summary-mark-current-read-and-unread-as-read)
4740         (gnus-summary-mark-unread-as-ticked): Doc fix.
4741         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4742
4743 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4744
4745         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4746         Christoph Conrad <christoph.conrad@gmx.de>.
4747
4748 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4749
4750         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4751         yes-or-no-p.
4752
4753 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * mm-decode.el (mm-add-meta-html-tag): New function.
4756         (mm-save-part-to-file, mm-pipe-part): Use it.
4757
4758         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4759         gnus-y-or-n-p instead of y-or-n-p.
4760         (gnus-article-browse-html-parts): Work with message/external-body; use
4761         mm-add-meta-html-tag.
4762
4763 2007-12-11  Glenn Morris  <rgm@gnu.org>
4764
4765         * gnus-cache.el: Require gnus-sum not just when compiling.
4766
4767         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4768
4769         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4770         definitions before use.
4771
4772         * mm-decode.el: Require gnus-util.
4773         (mm-remove-part): Only call delete-annotation on XEmacs.
4774
4775         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4776
4777         * nnmail.el: Require gnus-int.
4778
4779         * spam.el: Move `require's before `eval-when-compile's.
4780
4781         * gnus-ems.el (gnus-alive-p):
4782         * gnus-fun.el (message-goto-eoh):
4783         * gnus-util.el (gnus-group-name-decode):
4784         * mail-source.el (gnus-compress-sequence):
4785         * message.el (Info-goto-node, format-spec):
4786         * mm-bodies.el (message-options-get):
4787         * mm-decode.el (mm-view-pkcs7):
4788         * mm-util.el (gmm-write-region):
4789         * mml-smime.el (mml-compute-boundary)
4790         (gnus-completing-read-with-default):
4791         * mml.el (widget-button-press, gnus-make-hashtable):
4792         * mml1991.el (mm-decode-content-transfer-encoding)
4793         (mm-encode-content-transfer-encoding)
4794         (message-options-get, message-options-set):
4795         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4796         * nnfolder.el (gnus-request-group):
4797         * nnheader.el (ietf-drums-unfold-fws):
4798         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4799         * smime.el (gnus-run-mode-hooks):
4800         * spam-stat.el (gnus-message): Autoload.
4801
4802         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4803         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4804         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4805         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4806         Add declare-function compatibility definition.
4807
4808         * gnus-cache.el (nnvirtual-find-group-art):
4809         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4810         (gnus-add-image, gnus-add-wash-type):
4811         * gnus-group.el (nnkiboze-score-file):
4812         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4813         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4814         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4815         (message-tokenize-header, gnus-get-buffer-create)
4816         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4817         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4818         * gnus.el (gnus-group-decoded-name):
4819         * mail-source.el (imap-capability):
4820         * mm-bodies.el (message-options-set):
4821         * mm-decode.el (gnus-configure-windows):
4822         * mm-extern.el (message-goto-body):
4823         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4824         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4825         (epg-sub-key-validity, message-options-set):
4826         * mml.el (widget-event-point, gnus-configure-windows):
4827         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4828         * mml2015.el (epg-check-configuration, epg-configuration)
4829         (message-options-set):
4830         * nndb.el (nndb-request-article):
4831         * nnfolder.el (gnus-request-create-group):
4832         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4833         * nnmaildir.el (gnus-group-mark-article-read):
4834         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4835         * rfc1843.el (message-fetch-field):
4836         * spam.el (gnus-extract-address-components):
4837         Declare as functions.
4838
4839 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4842
4843         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4844
4845         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4846         bind show-trailing-whitespace for XEmacs.
4847
4848 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4851         new no-op macro for backward compatibility.
4852
4853         * imap.el (imap-string-to-integer): New function.
4854
4855 2007-12-09  Glenn Morris  <rgm@gnu.org>
4856
4857         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4858
4859         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4860         * message.el, mm-view.el, sieve-manage.el, smime.el:
4861         Add declare-function compatibility definition.
4862
4863         * gnus-art.el (w3-region, w3m-region, Info-menu):
4864         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4865         * gnus-sum.el (gnus-get-predicate):
4866         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4867         * message.el (mail-abbrev-in-expansion-header-p):
4868         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4869         (w3m-detect-meta-charset, w3m-region):
4870         * sieve-manage.el (password-read, password-cache-add)
4871         (password-cache-remove):
4872         * smime.el (password-read-and-add): Declare as functions.
4873
4874 2007-12-08  David Kastrup  <dak@gnu.org>
4875
4876         * gnus-sum.el (gnus-summary-simplify-subject-query):
4877         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4878         `message'.
4879
4880 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4883         it to bind idna-program, installation-directory, defined-colors, and
4884         face-attribute for XEmacs of the version that compiles defcustom forms.
4885
4886 2007-12-07  Glenn Morris  <rgm@gnu.org>
4887
4888         * gnus-art.el (article-make-date-line): Revert previous change.
4889
4890 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4891
4892         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4893
4894 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4895
4896         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4897         Call gnus-add-to-range ranges only once with a prepared article-list.
4898
4899 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4900
4901         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4902         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4903         group names with backslashes.  Reported by Tassilo Horn
4904         <tassilo@member.fsf.org>.
4905
4906 2007-12-06  Deepak Goel  <deego3@gmail.com>
4907
4908         * gnus-art.el (article-make-date-line):
4909         * gnus-start.el (gnus-load):
4910         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4911
4912 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus-art.el (gnus-use-idna)
4915         * gnus-start.el (gnus-site-init-file)
4916         * message.el (message-use-idna)
4917         * mm-uu.el (mm-uu-hide-markers)
4918         * smiley.el (smiley-style): Revert changes that suppress warnings.
4919
4920 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4923         specify charset to html source.  Reported by Christoph Conrad
4924         <christoph.conrad@gmx.de>.
4925
4926 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4929         idna-program in order to suppress byte compile warning issued by XEmacs
4930         that came to byte compile the default value section of defcustom forms
4931         recently.
4932
4933         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4934         value of installation-directory.
4935
4936         * message.el (message-use-idna): Don't directly refer to the value of
4937         idna-program.
4938
4939         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4940
4941         * smiley.el (smiley-style): Don't directly call face-attribute.
4942
4943 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4944
4945         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4946
4947         * gnus-dired.el: Reduce Gnus dependencies.
4948         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4949         require.  Use autoloads instead.
4950         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4951         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4952         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4953         (gnus-dired-mode): Adjust doc string.
4954         (gnus-dired-mail-mode): New variable.
4955         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4956         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4957         (gnus-dired-mail-buffers): New function.  Return mail or message
4958         composition buffers.
4959         (gnus-dired-attach): Use it.
4960         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4961         NO-DECODE.
4962         (gnus-dired-print): Use `gnus-print-buffer' depending on
4963         `gnus-dired-mail-mode'.
4964
4965 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * rfc2047.el (rfc2047-encoded-word-regexp)
4968         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4969         explaining what regexp patterns are for.
4970
4971 2007-12-04  Glenn Morris  <rgm@gnu.org>
4972
4973         * password.el: Move to password-cache.el.
4974
4975         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4976         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4977         * mml-smime.el (password-read, password-cache-add)
4978         (password-cache-remove):
4979         No need to autoload, since mml-sec requires password.
4980
4981         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4982         * message.el (gnus-extract-address-components):
4983         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4984
4985         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4986         password.
4987
4988 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4989
4990         * mailcap.el: Reduce dependencies.
4991         (mail-header-parse-content-type): Autoload.
4992         (mailcap-delete-duplicates): New alias.
4993         (mailcap-mime-info): Add optional argument NO-DECODE.
4994         (mailcap-mime-types): Use mailcap-delete-duplicates.
4995
4996         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4997
4998 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4999
5000         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5001         (imap-parse-status): Upcase status-att for servers that sends them
5002         lower-case (e.g., MS Exchange 2007).
5003
5004 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5007         function.
5008
5009         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5010         (gnus-uu-yenc-article): New function.
5011
5012         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5013
5014         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5015         buffer.
5016
5017 2007-12-02  Glenn Morris  <rgm@gnu.org>
5018
5019         * binhex.el (binhex): New custom group.
5020         (binhex-decoder-program, binhex-decoder-switches)
5021         (binhex-use-external): Move to the binhex custom group.
5022
5023         * uudecode.el (uudecode): New custom group.
5024         (uudecode-decoder-program, uudecode-decoder-switches)
5025         (uudecode-use-external): Move to the uudecode custom group.
5026
5027         * netrc.el (top-level): Don't load `encrypt' features.
5028         (netrc-parse): Don't use encrypt.
5029         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5030
5031         * encrypt.el: Remove file.
5032
5033 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5034
5035         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5036         matches on patches.
5037
5038         * gnus-art.el (gnus-article-browse-html-article): Mention
5039         `mm-text-html-renderer' in the doc string.
5040
5041         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5042         string.  Add comments.
5043
5044         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5045         if rhs is ASCII.
5046
5047 2007-12-01  Glenn Morris  <rgm@gnu.org>
5048
5049         * mail-source.el (top-level): Require format-spec before
5050         eval-when-compile.
5051
5052 2007-11-30  Glenn Morris  <rgm@gnu.org>
5053
5054         * encrypt.el: Require password, rather than autoloading password-read.
5055
5056 2007-11-29  Glenn Morris  <rgm@gnu.org>
5057
5058         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5059         (sasl-make-client, sasl-next-step, sasl-step-data)
5060         (sasl-step-set-data): Declare as functions.
5061
5062 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5063
5064         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5065
5066 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5067
5068         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5069         certs should be verified and what is to be done in the event of a
5070         verification failure.
5071
5072         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5073         caller can indicate whether the cache should be disregarded for this
5074         call.  This way the result of the call is reproducible at all times and
5075         can be considered a canonical server name for the supplied method.
5076         (gnus-agent-method-p): Canonicalize server names by pushing their
5077         method through `gnus-method-to-server' using the no-cache argument.
5078
5079         * gnus-srvr.el (gnus-server-insert-server-line): Call
5080         `gnus-method-to-server' with `no-cache' argument.
5081
5082         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5083         gnus-agent-possibly-synchronize-flags as this should be called when the
5084         server is actually being opened.
5085         (gnus-agent-possibly-synchronize-flags)
5086         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5087         flags file of an agentized server to the latter function.
5088
5089         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5090         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5091         after a connection has been established successfully.
5092
5093 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * gnus-art.el (article-display-face): Force to display face if called
5096         interactively; check if gnus-article-x-face-too-ugly matches author.
5097         (article-display-x-face): Display face even if From header is missing
5098         as article-display-face does.
5099
5100 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5101
5102         * hashcash.el (message-narrow-to-headers-or-head)
5103         (message-fetch-field, message-goto-eoh)
5104         (message-narrow-to-headers): Declare as functions.
5105
5106 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5107
5108         * mail-source.el (mail-sources): Default to fetch from file for
5109         compatibility with default of nnmail-spool-file.
5110
5111 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5114         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5115         to look for encoded word that should be encoded again.
5116         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5117         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5118         encoding pattern.
5119         (rfc2047-decode-region): Switch strict regexp and loose one according
5120         to rfc2047-allow-irregular-q-encoded-words.
5121
5122 2007-11-25  Romain Francoise  <romain@orebokech.com>
5123
5124         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5125
5126 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5127
5128         * tls.el (tls-program): Provide more custom choices from
5129         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5130         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5131
5132 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5133
5134         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5135         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5136
5137         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5138         `nnmail-spool-file'.
5139
5140         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5141         `nnmail-spool-file'.
5142
5143         * gnus-move.el (gnus-change-server): Ditto.
5144
5145         * gnus-kill.el (gnus-batch-score): Ditto.
5146
5147         * gnus-cache.el (gnus-jog-cache): Ditto.
5148
5149         * gnus-msg.el (gnus-summary-reply):
5150         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5151
5152 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5153
5154         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5155         version.  Minor improvement to doc strings.
5156         (tls-program): Add comment.
5157
5158 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5159
5160         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5161         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5162         mismatch between the hostname provided in the certificate and the name
5163         of the host connnecting to.
5164         (open-tls-stream): Use them.  Check certificates against trusted root
5165         certificates.
5166
5167 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5168
5169         * gnus-cache.el (gnus-cache-generate-nov-databases):
5170         Use nnml-generate-nov-databases-directory instead of
5171         nnml-generate-nov-databases-1.
5172
5173 2007-11-24  Glenn Morris  <rgm@gnu.org>
5174
5175         * message.el (message-tool-bar-retro): Update for rename
5176         mail_send.xpm->mail-send.xpm.
5177
5178 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5179
5180         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5181         `smime-ldap-search' for Emacs 22 and up.
5182
5183 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5184
5185         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5186
5187         * message.el (message-send-mail-function): Fix error convention.
5188         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5189         (message-widen-reply, message-send-mail, message-talkative-question)
5190         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5191         (message-clone-locals, message-send-news): Use with-current-buffer.
5192         (message-insert-or-toggle-importance): Remove unused var `valid'.
5193         (message-make-references): Remove unused var `new-references'.
5194         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5195
5196 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5197
5198         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5199         (spam-split-symbolic-return-positive): Reflow docstring.
5200         (spam-backends, spam-summary-exit-behavior)
5201         (spam-mark-ham-unread-before-move-from-spam-group)
5202         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5203         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5204         (spam-clear-cache, spam-backend-check, spam-install-backend)
5205         (spam-install-statistical-backend, spam-list-of-processors)
5206         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5207         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5208         (spam-check-crm114, spam-initialize, spam-unload-hook):
5209         Fix typos in docstrings.
5210
5211 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5214         been checked if they have never been read and those group levels are
5215         higher than the one that a user specified.
5216
5217 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5220         foreign groups unless a group level is specified by a user.
5221         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5222
5223 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5224
5225         * message.el (message-send-mail-function): Require sendmail.
5226
5227 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5228
5229         * message.el (message-send-mail-function): Check for smtpmail too.
5230
5231         * utf7.el (utf7-encode, utf7-decode): Use coding system
5232         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5233
5234         * message.el (message-send-mail-function): New function.
5235         (message-send-mail-function): Set default using
5236         message-send-mail-function.  Adjust doc string.
5237         (message-send-mail-with-mailclient): New function.
5238
5239 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5240
5241         * smime.el (from):
5242         * rfc2047.el (message-posting-charset):
5243         * qp.el (mm-use-ultra-safe-encoding):
5244         * pop3.el (parse-time-months):
5245         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5246         * nnml.el (files):
5247         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5248         (jka-compr-compression-info-list, ange-ftp-path-format)
5249         (efs-path-regexp):
5250         * nndiary.el (files):
5251         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5252         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5253         (epg-digest-algorithm-alist, inhibit-redisplay)
5254         (password-cache-expiry):
5255         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5256         (pgg-output-buffer, password-cache-expiry):
5257         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5258         (efs-path-regexp):
5259         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5260         (inhibit-redisplay):
5261         * mm-uu.el (file-name, start-point, end-point, entry)
5262         (gnus-newsgroup-name, gnus-newsgroup-charset):
5263         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5264         (latin-unity-ucs-list):
5265         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5266         (mm-uu-binhex-decode-function):
5267         * message.el (gnus-message-group-art, gnus-list-identifiers)
5268         (rmail-enable-mime-composing, gnus-local-organization)
5269         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5270         (gnus-read-active-file, facemenu-add-face-function)
5271         (facemenu-remove-face-function, gnus-article-decoded-p)
5272         (tool-bar-mode):
5273         * mail-source.el (display-time-mail-function):
5274         * gnus-util.el (nnmail-pathname-coding-system)
5275         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5276         (gnus-original-article-buffer, gnus-user-agent)
5277         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5278         (xemacs-codename, sxemacs-codename, emacs-program-version):
5279         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5280         * gnus-start.el (gnus-agent-covered-methods)
5281         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5282         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5283         (gnus-newsgroup-headers, gnus-group-list-mode)
5284         (gnus-group-mark-positions, gnus-newsgroup-data)
5285         (gnus-newsgroup-unreads, nnoo-state-alist)
5286         (gnus-current-select-method, mail-sources)
5287         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5288         (nnmail-spool-file, gnus-cache-active-hashtb):
5289         * gnus-mh.el (mh-lib-progs):
5290         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5291         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5292         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5293         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5294         (gnus-group-buffer):
5295         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5296         (font-lock-set-defaults):
5297         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5298         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5299         (gnus-summary-post-menu, total-parts, type, condition, length):
5300         * gnus-agent.el (gnus-agent-read-agentview):
5301         * flow-fill.el (show-trailing-whitespace):
5302         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5303         eval-and-compile wrappers for byte compiler pacifiers.
5304
5305         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5306         (mm-display-inline-fontify): Check for featurep 'xemacs not
5307         extent-list.
5308
5309         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5310         itimer-list.
5311         (mm-create-image-xemacs): Only do something for XEmacs.
5312         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5313
5314         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5315
5316         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5317         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5318
5319 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5320
5321         * nnimap.el (nnimap-split-download-body):
5322         * gnus-demon.el (gnus-demon):
5323         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5324
5325 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5328         macros.
5329         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5330         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5331         copy data from unibyte buffer to multibyte current buffer.
5332         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5333         to copy data from unibyte current buffer to multibyte buffer.
5334         (nntp-make-process-buffer): Make process buffer unibyte.
5335
5336         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5337
5338 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5339
5340         * pop3.el (pop3-open-server): Accept and process data more robustly at
5341         connexion start to avoid spurious "POP SSL connexion failed" errors.
5342
5343 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5346         read group names.
5347
5348 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5349
5350         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5351
5352 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5355         (nnmail-save-active): Use a unibyte buffer when saving active file,
5356         which may contain non-ASCII group names.
5357
5358         * nnml.el (nnml-request-group): Decode group names in messages.
5359
5360 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5361
5362         * message.el (message-citation-line-function)
5363         (message-insert-formatted-citation-line): Fix spelling of
5364         `message-insert-formated-citation-line'.
5365
5366 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5367
5368         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5369
5370 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5373         nnmail-pathname-coding-system.
5374
5375         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5376         that a user enters; decode group names in messages.
5377
5378         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5379
5380 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5381
5382         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5383
5384         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5385
5386         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5387         risky local variable.
5388
5389         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5390
5391 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5392
5393         * encrypt.el: Improve documentation to fix function name typo.
5394         Reported by Daiki Ueno <ueno@unixuser.org>.
5395
5396 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5399         even if the point is not in the last page of an article.
5400         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5401         back to the previous page.
5402
5403 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5404
5405         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5406
5407 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5410
5411 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5412
5413         * message.el (message-check-news-body-syntax): Avoid
5414         mm-string-as-multibyte.
5415         (message-hide-headers): Don't assume (point-min)==1.
5416
5417 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5418
5419         * message.el (message-remove-blank-cited-lines): Fix if remove is
5420         given.
5421         (message-bogus-address-regexp): New variable.
5422         (message-bogus-recipient-p): New function.
5423         (message-check-recipients): New command.
5424         (message-syntax-checks): Add `bogus-recipient'.
5425         (message-fix-before-sending): Add `bogus-recipient'.
5426
5427         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5428         (gnus-treat-body-boundary): Don't test window-system.
5429
5430 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5431
5432         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5433
5434 2007-10-28  Miles Bader  <miles@gnu.org>
5435
5436         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5437         at compile-time too.
5438
5439 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * gnus-msg.el (gnus-message-setup-hook): Add
5442         `message-remove-blank-cited-lines' to options.
5443
5444 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * message.el (message-remove-blank-cited-lines): New function.
5447         Suggested by Karl Plästerer.
5448
5449 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5452         mapc.
5453
5454         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5455         (top-level): Use mapc to set functions to be traced for debugging.
5456
5457         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5458         called for effect with while loop.
5459
5460         * message.el (message-talkative-question): Replace mapcar called for
5461         effect with mapc.
5462
5463         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5464         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5465         called for effect with dolist.
5466
5467         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5468
5469         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5470         gnus-extra-headers and nnmail-extra-headers.
5471
5472         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5473         called for effect with dolist.
5474         (top-level): Use mapc to set functions to be traced for debugging.
5475
5476         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5477         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5478         dolist.
5479
5480         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5481         Replace mapcar called for effect with mapc.
5482         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5483         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5484         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5485         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5486
5487         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5488         remove-if that's a cl function.
5489
5490         * webmail.el (webmail-debug): Replace mapcar called for effect with
5491         dolist.
5492
5493         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5494         with mapc.
5495
5496 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5499         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5500         with while loop.
5501
5502         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5503         functions from article-* functions.
5504         (gnus-multi-decode-header): Replace mapcar called for effect with
5505         dolist.
5506
5507         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5508         (gnus-bookmark-show-details): Replace mapcar called for effect with
5509         while loop.
5510
5511         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5512         called for effect with while loop.
5513
5514         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5515         with dolist.
5516
5517         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5518         mapcar called for effect with dolist.
5519
5520         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5521
5522         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5523         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5524         Replace mapcar called for effect with dolist.
5525         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5526         mapc.
5527
5528         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5529         Replace mapcar called for effect with dolist.
5530         (gnus-topic-list): Replace mapcar called for effect with mapc.
5531
5532         * gnus.el: Use mapc instead of mapcar to add autoloads.
5533
5534 2007-10-23  Richard Stallman  <rms@gnu.org>
5535
5536         * gnus-group.el (gnus-group-highlight): Mark as risky.
5537
5538 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus.el (gnus-server-to-method): Return method found first in
5541         gnus-newsrc-alist.
5542
5543         * gnus-art.el (gnus-article-highlight-signature)
5544         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5545         button overlay without the front stickiness.
5546
5547 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5548
5549         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5550         overview buffer needed a catch to receive its throw.
5551         (gnus-agent-flush-cache): Declared as interactive to make this function
5552         easier to use.
5553
5554 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5557         `next-line'.
5558
5559 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5562         exclude address matching message-dont-reply-to-names.
5563
5564 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * gnus-util.el (gnus-string<): New function.
5567
5568         * gnus-sum.el (gnus-article-sort-by-author)
5569         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5570
5571 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5574         the frame-focus tag is set in gnus-buffer-configuration.
5575
5576 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5579         the front stickiness.
5580
5581 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5584         url pattern; remove duplicate one.
5585         (gnus-article-extend-url-button): New function.
5586         (gnus-article-add-buttons): Use it.
5587         (gnus-button-push): Use concatenated url that it makes.
5588
5589 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5590
5591         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5592
5593 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5594
5595         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5596         Don't hardcode point-min==1.
5597
5598 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5601         Fix comment about "iso8859-1".
5602
5603 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5604
5605         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5606         ones returned from the verify-function.
5607
5608         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5609         mml2015-extract-cleartext-signature if extraction failed.
5610
5611 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5612
5613         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5614         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5615         failed.
5616
5617 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5618
5619         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5620
5621 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5622
5623         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5624         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5625         recommends to use EasyPG instead of PGG.
5626
5627         * pgg.el: Revert to revision 6.23.2.16.
5628
5629         * pgg-def.el: Revert to revision 6.6.2.14.
5630
5631         * pgg-gpg.el: Revert to revision 6.23.2.34.
5632
5633 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5636         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5637         thread for both the null and zero (kill/expire thread) universal prefix
5638         cases.
5639         (gnus-summary-expire-thread): Add new function to expire a thread,
5640         using gnus-summary-kill-thread.
5641         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5642         shortcuts for gnus-summary-expire-thread.
5643         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5644         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5645
5646 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5647
5648         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5649         extras value, so an extras entry can be deleted.
5650         (gnus-registry-delete-extra-entry): Use it.
5651         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5652         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5653         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5654         storage through the gnus-registry, and provide an appropriate API for
5655         it.
5656
5657 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5660         Suggested by Leo <sdl.web@gmail.com>.
5661
5662         * gnus.el: Do.
5663
5664 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5667         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5668
5669         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5670
5671         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5672         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5673
5674 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5677         newline.
5678         (nnmbox-request-accept-article): Don't change article in source buffer;
5679         narrow to header to use message-fetch-field rather than
5680         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5681         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5682         as delimiters; make sure article ends with newline.
5683         (nnmbox-delete-mail): Correct last position of article to be deleted;
5684         ignore X-Gnus-Newsgroup header in article body.
5685         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5686         positions; make sure article ends with newline.
5687
5688         * message.el (message-display-abbrev): Don't infloop when a user
5689         inserts SPC in the beginning of header.
5690
5691         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5692         coding-system-for-read and coding-system-for-write for XEmacs having no
5693         file-coding feature.
5694
5695         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5696
5697 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5698
5699         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5700         list of groups not followed by default.  Fix type to be regexp.
5701         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5702
5703 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5704
5705         * hmac-def.el (define-hmac-function): Switch from old-style to
5706         new-style backquotes.
5707
5708         * md4.el (md4-make-step): Likewise.
5709
5710 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5713         raw-text coding system when saving .newsrc file, which may contain
5714         non-ASCII group names.
5715
5716 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * gnus-cus.el (gnus-score-extra): New widget.
5719         (gnus-score-extra-convert): New function.
5720         (gnus-score-customize): Use it for Extra.
5721
5722 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5723
5724         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5725         (mml2015-mailcrypt-clear-verify): Use it.
5726         (mml2015-gpg-clear-verify): Use it.
5727         (mml2015-pgg-clear-verify): Use it.
5728         (mml2015-epg-clear-verify): Replace the current part with the output
5729         from GnuPG; don't extract the plaintext by itself.
5730
5731         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5732         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5733         mml2015-clear-verify-function; don't touch the armor headers or
5734         dash-escaped text here.
5735
5736 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5739         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5740         parts, or application/octet-stream as a last resort.
5741         (gnus-mime-view-part-as-type): Don't toggle display.
5742         (gnus-mime-view-part-as-charset): Don't turn off display before
5743         querying charset.
5744
5745         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5746         stuff to undisplayer function in Emacs.
5747         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5748
5749         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5750         text/calendar parts.
5751
5752 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5755         decoding text/calendar parts.
5756
5757         * message.el (message-forward-make-body-mime): Always mark body as
5758         having no illegible text; remove signed-or-encrypted argument.
5759         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5760
5761         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5762         (mml-generate-mime-1): Don't encode body if it is specified to be in
5763         raw form; don't make buffer be unibyte when inserting multibyte string.
5764
5765 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5766
5767         * sha1.el: Fix up comment style.
5768         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5769         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5770
5771         * hex-util.el: Fix up comment style.
5772         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5773
5774         * gnus-salt.el: Use with-current-buffer.
5775         (gnus-pick-setup-message): Fix long-standing typo.
5776
5777 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * imap.el (imap-logout-timeout): New variable.
5780         (imap-logout, imap-logout-wait): New functions.
5781         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5782
5783         * nnimap.el (nnimap-logout-timeout): New server variable.
5784         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5785         nnimap-logout-timeout.
5786
5787         * gnus-art.el (gnus-article-summary-command-nosave)
5788         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5789
5790 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus.el (gnus-maximum-newsgroup): New variable.
5793
5794         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5795         according to gnus-maximum-newsgroup.
5796
5797         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5798         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5799         Limit the range of articles according to gnus-maximum-newsgroup.
5800
5801 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5802
5803         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5804         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5805         Don't perform gnus-configure-windows here; reuse existing sticky
5806         article buffer.
5807
5808         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5809         it doesn't exist in gnus-article-mode.
5810
5811 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5814         (gnus-agent-decoded-group-name): New function.
5815         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5816         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5817
5818 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5819
5820         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5821         Add binding for gnus-sticky-article.
5822         (gnus-summary-exit): Don't kill sticky article buffers.
5823
5824         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5825         article buffer.
5826         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5827         (gnus-kill-sticky-article-buffers): New commands.
5828
5829 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * nntp.el (nntp-xref-number-is-evil): New server variable.
5832         (nntp-find-group-and-number): If it is non-nil, don't trust article
5833         numbers in the Xref header.
5834
5835 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-agent.el (gnus-agent-read-group): New function.
5838         (gnus-agent-flush-group, gnus-agent-expire-group)
5839         (gnus-agent-regenerate-group): Use it.
5840         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5841         nnmail-pathname-coding-system.
5842
5843 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5846
5847         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5848         that are unread as unread, and also as selected so that information of
5849         marks having been changed by a user may be updated when exiting group.
5850
5851 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5854         calculated ignoring signature parts to gnus-treat-article.
5855
5856 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5859         a point here in order to keep the window start.
5860         (gnus-insert-mime-security-button): Make a button overlay without the
5861         front stickiness.
5862         (gnus-mime-display-security): Goto the end of a button.
5863
5864         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5865
5866 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5869         group-name-at-point.
5870         (gnus-group-completing-read): New function that offers decoded
5871         non-ASCII group names for completion.
5872         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5873         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5874         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5875         (gnus-group-fetch-control): Use it.
5876         (gnus-fetch-group): Use group-name-at-point for the initial value
5877         rather than the default value; use gnus-alive-p.
5878
5879         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5880         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5881         (gnus-summary-post-news): Use gnus-group-completing-read.
5882
5883         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5884         (gnus-read-move-group-name): Decode group name for completion.
5885
5886 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5887
5888         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5889         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5890         Yamaoka slightly modified the code).
5891
5892 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5895         (nnmail-split-incoming): Bind it.
5896
5897         * nnml.el (nnml-group-name-charset): New function.
5898         (nnml-decoded-group-name): Use it; don't decode group name if
5899         nnmail-group-names-not-encoded-p is non-nil.
5900         (nnml-encoded-group-name): New function.
5901         (nnml-group-pathname): Inline nnml-decoded-group-name.
5902         (nnml-request-expire-articles): Decode group name in message.
5903         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5904         nnmail-pathname-coding-system.
5905         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5906         not decoded ones according to nnmail-group-names-not-encoded-p.
5907         (nnml-generate-active-info): Use nnml-encoded-group-name.
5908
5909 2007-08-08  Glenn Morris  <rgm@gnu.org>
5910
5911         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5912         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5913         doc-strings and comments.
5914
5915 2007-07-25  Glenn Morris  <rgm@gnu.org>
5916
5917         * Relicense all FSF files to GPLv3 or later.
5918
5919 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-sum.el (gnus-summary-move-article): Make
5922         gnus-summary-respool-article work.
5923
5924 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5925
5926         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5927         string.
5928
5929 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5930
5931         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5932         that should be ignored when comparing distant RSS articles with local
5933         ones.
5934         (nnrss-make-hash-index): New function.  Create a hash index according
5935         to the ignored fields.
5936         (nnrss-check-group): Use it.
5937
5938 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5941
5942         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5943
5944         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5945         the new optional argument ENCODED is non-nil.
5946         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5947         coding system for encoding group name.
5948         (gnus-group-make-rss-group): Pass un-encoded group name to
5949         gnus-group-make-group.
5950         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5951         encoded.
5952
5953         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5954         Encode group name to which articles are moved or copied.
5955         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5956         coding system for encoding Newsgroup, Followup-To and Xref headers.
5957
5958         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5959         marks; use nnheader-file-coding-system to write a file.
5960         (nnagent-retrieve-headers): Bind file-name-coding-system to
5961         nnmail-pathname-coding-system.
5962
5963         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5964
5965         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5966         (nnml-request-article, nnml-request-create-group)
5967         (nnml-request-rename-group, nnml-find-id)
5968         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5969         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5970         (nnml-save-marks): Use nnml-group-pathname instead of
5971         nnmail-group-pathname.
5972
5973         (nnml-request-create-group, nnml-request-expire-articles)
5974         (nnml-request-move-article, nnml-request-delete-group)
5975         (nnml-deletable-article-p, nnml-possibly-create-directory)
5976         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5977         (nnml-open-marks): Bind file-name-coding-system to
5978         nnmail-pathname-coding-system.
5979
5980         (nnml-request-article): Pass server argument to nnml-find-group-number.
5981         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5982         server argument to nnml-possibly-create-directory.
5983         (nnml-request-accept-article): Pass server argument to
5984         nnml-active-number and nnml-save-mail.
5985         (nnml-find-group-number): Pass server argument to nnml-find-id.
5986         (nnml-request-update-info): Pass server argument to
5987         nnml-marks-changed-p.
5988
5989         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5990         (nnml-save-mail, nnml-active-number): Add server argument.
5991
5992         (nnml-request-delete-group): Warn if group is missing.
5993         (nnml-get-nov-buffer): Decode group name.
5994         (nnml-generate-active-info): Encode group name.
5995         (nnml-open-marks): Decode group name in messages.
5996
5997 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6000         if it is not specified.
6001         (gnus-article-pipe-part, gnus-article-save-part)
6002         (gnus-article-interactively-view-part, gnus-article-copy-part)
6003         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6004         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6005         (gnus-article-replace-part, gnus-article-delete-part)
6006         (gnus-article-view-part-as-type): Pass raw prefix argument to
6007         gnus-article-part-wrapper.
6008
6009 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * gnus-agent.el (gnus-agent-save-active): Bind
6012         nnheader-file-coding-system to gnus-agent-file-coding-system.
6013
6014         * gnus-cache.el (gnus-cache-save-buffers)
6015         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6016         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6017         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6018         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6019         (gnus-cache-generate-active, gnus-cache-rename-group)
6020         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6021         (gnus-cache-update-overview-total-fetched-for): Bind
6022         file-name-coding-system to nnmail-pathname-coding-system.
6023         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6024         variables.
6025         (gnus-cache-decoded-group-name): New function.
6026         (gnus-cache-file-name): Use it.
6027         (gnus-cache-generate-active): Use non-decoded group name for active.
6028
6029         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6030         right place.
6031         (gnus-write-active-file): Don't break non-ASCII group names.
6032
6033         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6034         nnmail-pathname-coding-system.
6035
6036         * lpath.el: Bind default-file-name-coding-system,
6037         file-name-coding-system and language-info-alist for XEmacs.
6038
6039         * gnus-uu.el (gnus-uu-decode-save): Typo.
6040
6041 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6044
6045 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6048         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6049         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6050         (gnus-agent-flush-group, gnus-agent-flush-cache)
6051         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6052         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6053         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6054         (gnus-agent-regenerate-group)
6055         (gnus-agent-update-files-total-fetched-for)
6056         (gnus-agent-update-view-total-fetched-for): Bind
6057         file-name-coding-system to nnmail-pathname-coding-system.
6058         (gnus-agent-group-pathname): Don't encode file names by
6059         nnmail-pathname-coding-system.
6060         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6061         coding-system-for-write instead of buffer-file-coding-system to
6062         gnus-agent-file-coding-system.
6063
6064         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6065         Decode group name.
6066
6067         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6068
6069         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6070         (gnus-read-newsrc-el-file): Make group names unibyte.
6071
6072         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6073         nnmail-pathname-coding-system.
6074
6075         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6076         (nnrss-request-delete-group): Bind file-name-coding-system to
6077         nnmail-pathname-coding-system.
6078         (nnrss-read-server-data, nnrss-read-group-data): Bind
6079         file-name-coding-system correctly.
6080         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6081
6082         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6083         (nntp-server-to-method-cache): New variable.
6084         (nntp-group-pathname): New function that decodes non-ASCII group names.
6085         (nntp-possibly-create-directory, nntp-marks-changed-p)
6086         (nntp-save-marks, nntp-open-marks): Use it.
6087         (nntp-possibly-create-directory, nntp-open-marks):
6088         Bind file-name-coding-system to nnmail-pathname-coding-system.
6089         (nntp-open-marks): Decode group names when bootstrapping marks.
6090
6091         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6092         Newsgroups and Folowup-To headers.
6093
6094 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6097         (gnus-server-closed-face, gnus-server-denied-face)
6098         (gnus-server-offline-face): Remove variable.
6099         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6100
6101         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6102         of modifying message-stack directly for XEmacs.
6103
6104         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6105         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6106         if the coding-system argument is nil for XEmacs.
6107
6108         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6109         mm-charset-override-alist.
6110
6111         * rfc2047.el: Don't require base64; require rfc2045 for the function
6112         rfc2045-encode-string.
6113         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6114         to quote the parameter value.
6115
6116 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6119         form in gnus-group-name-charset-method-alist.
6120
6121         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6122         overrides the default layout edit-form.
6123
6124         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6125
6126         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6127
6128 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6131         as unfetched articles.
6132
6133 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6134
6135         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6136
6137 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6140         original back end that keeps marks in the local system.
6141
6142 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6145         arg of pop-to-buffer for XEmacs.
6146         (gnus-article-read-summary-keys): Ditto; don't restore window
6147         configuration if summary command ends up with neither article buffer
6148         nor summary buffer; describe bindings if summary keys end with C-h.
6149
6150 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * message.el (message-fix-before-sending): Skip raw message part to be
6153         forwarded while checking illegible text.
6154         (message-forward-make-body-mime, message-forward-make-body): Mark
6155         signed or encrypted raw message as having no illegible text.
6156
6157 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6160         (gnus-message-with-timestamp-1): New macro.
6161         (gnus-message-with-timestamp): New function.
6162         (gnus-message): Use them.
6163
6164         * nnheader.el (nnheader-message): Use them.
6165
6166 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6167
6168         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6169         .newsrc.eld file.
6170
6171 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * gnus-agent.el (gnus-agent-fetch-headers)
6174         (gnus-agent-retrieve-headers): Bind
6175         gnus-decode-encoded-address-function to identity.
6176
6177         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6178         available also when the server returns simply a dot.
6179
6180         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6181
6182 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6185
6186 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gnus-ems.el (gnus-x-splash): Make it work.
6189
6190         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6191         from being used.
6192
6193         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6194
6195 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6198         4th and the 5th arguments.
6199
6200         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6201         the front stickiness.
6202         (gnus-article-summary-command-nosave): Correct the order of the
6203         arguments passed to pop-to-buffer.
6204         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6205         summary command ends up with the article buffer.
6206
6207         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6208         the same faces.
6209
6210 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6211
6212         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6213
6214 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6215
6216         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6217         * gnus-sum.el (gnus-summary-highlight):
6218         * pgg.el (pgg-sign-region, pgg-sign):
6219         * mail-source.el (mail-source-delete-old-incoming-confirm):
6220         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6221
6222 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-art.el (gnus-mime-view-part-externally)
6225         (gnus-mime-view-part-internally): Fix predicate function passed to
6226         completing-read.
6227
6228         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6229
6230         * gnus.el (gnus-update-message-archive-method): Add :version.
6231
6232 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * gnus.el (gnus-update-message-archive-method): New variable.
6235
6236         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6237         according to gnus-message-archive-method if
6238         gnus-update-message-archive-method is non-nil.
6239
6240 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6243         by Loic Dachary <loic@dachary.org>.
6244         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6245
6246 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * message.el (message-pop-to-buffer): Add switch-function argument.
6249         (message-mail): Pass switch-function argument to it.
6250
6251 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6252
6253         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6254         Improve doc string.
6255
6256 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6259         (gnus-header-content)
6260         * gnus-cite.el (gnus-cite-10)
6261         * gnus-srvr.el (gnus-server-closed)
6262         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6263         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6264         (gnus-group-mail-3-empty, gnus-group-mail-low)
6265         (gnus-group-mail-low-empty, gnus-splash)
6266         * message.el (message-header-to, message-header-cc)
6267         (message-header-subject, message-header-other, message-header-name)
6268         (message-header-xheader, message-separator, message-cited-text)
6269         (message-mml): Lighten colors of faces used for dark background.
6270
6271 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6272
6273         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6274         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6275
6276 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * message.el (message-narrow-to-headers-or-head):
6279         Ignore mail-header-separator in the body.
6280
6281 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6284         same as window size.
6285
6286 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6287
6288         * message.el (message-font-lock-keywords): Use message-header-xheader
6289         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6290         ahead of the anything pattern, to get it recognised.
6291
6292 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6295         spam.el loads uses it in the compiled defadvice form.
6296
6297 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6298
6299         * gnus-sum.el (gnus-articles-to-read)
6300         (gnus-summary-insert-old-articles): Don't truncate group name for
6301         `read-string'.
6302
6303         * gnus-util.el (gnus-limit-string): Delete this function.
6304
6305         * gnus-sum.el (gnus-simplify-subject-fully): Use
6306         `truncate-string-to-width' instead.
6307
6308 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6309
6310         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6311         if, on summary exit, the next group has to be selected.
6312         (gnus-summary-exit): Use it.
6313
6314 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6315
6316         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6317         non-break space.
6318
6319 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6322         Check if group is not a directory.
6323         (nnfolder-request-expire-articles): Don't delete articles if the target
6324         group is not available.
6325
6326         * nnml.el (nnml-request-create-group): Properly check if group is not a
6327         file.
6328         (nnml-request-expire-articles): Don't delete articles if the target
6329         group is not available.
6330
6331         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6332         Don't quote characters that are within parentheses.
6333
6334 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6337         (gnus-handle-ephemeral-exit): Select article according to it.
6338
6339 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * message.el (message-insert-formated-citation-line): Remove newline.
6342         (message-citation-line-format): Add final \n here so that the user can
6343         avoid a blank line.
6344
6345 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6346
6347         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6348         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6349         Update lanl/arXiv support.
6350
6351 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * gnus.el: Bump version number.
6354
6355 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6356
6357         * gnus.el (gnus-version-number): Bump version.
6358
6359 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6360
6361         * gnus.el: No Gnus v0.6 is released.
6362
6363 2007-04-27  Didier Verna  <didier@xemacs.org>
6364
6365         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6366         * gmm-utils.el (gmm-regexp-concat): here.
6367         * message.el: Don't require 'gnus-util.
6368         (message-dont-reply-to-names): Handle name change above.
6369         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6370
6371 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6374         since the initial value varies according to the system.
6375
6376 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6379
6380 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6381
6382         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6383
6384 2007-04-24  Didier Verna  <didier@xemacs.org>
6385
6386         Improve the type of gnus-ignored-from-addresses.
6387         * gnus-util.el (gnus-orify-regexp): New function.
6388         * message.el (gnus-util): Require it.
6389         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6390         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6391         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6392
6393 2007-04-24  Didier Verna  <didier@xemacs.org>
6394
6395         * gnus-sum.el:
6396         * gnus-utils.el: Fix some trailing whitespaces.
6397
6398 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6401         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6402         article's Message-ID; refer parent article in summary buffer.
6403
6404         * message.el (message-bounce): Call mime-to-mml.
6405
6406         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6407         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6408         optimize and/or forms properly.
6409
6410 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6411
6412         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6413         URL.
6414
6415 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6418
6419 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6422         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6423         displayed of multipart/alternative part if it is invoked from summary
6424         buffer.
6425
6426         * mm-view.el (mm-inline-text-html-render-with-w3m)
6427         (mm-inline-text-html-render-with-w3m-standalone)
6428         (mm-inline-render-with-function): Use mail-parse-charset by default.
6429
6430 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6431
6432         * parse-time.el (parse-time-string-chars): Check if CHAR
6433         is less than the length of parse-time-syntax.
6434
6435 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6438         from gnus-newsgroup-processable.
6439
6440 2007-04-16  Didier Verna  <didier@xemacs.org>
6441
6442         * gnus-msg.el (gnus-configure-posting-styles): Handle
6443         message-signature-directory properly with :file syntax.  Reported by
6444         "Leo".
6445
6446 2007-04-11  Didier Verna  <didier@xemacs.org>
6447
6448         New user option: message-signature-directory.
6449         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6450         * message.el (message-insert-signature): Ditto.
6451         * message.el (message-signature-file): Doc update.
6452         * message.el (message-signature-directory): New.
6453
6454 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * gnus-msg.el (gnus-inews-yank-articles): Use
6457         message-exchange-point-and-mark instead of exchange-point-and-mark.
6458
6459 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * message.el (message-yank-original): Make sure cited text ends with
6462         newline; don't exchange point and mark.
6463
6464 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6465
6466         * tls.el (open-tls-stream): Properly handle case where there
6467         is no associated buffer.
6468
6469 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6470
6471         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6472         message-yank-original, make sure (< mark TEXT point).
6473
6474 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6475
6476         * message.el (message-fill-column): New variable.
6477         (message-mode): Use it.  Add comment on a possible new hook.
6478
6479         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6480         (nnmail-get-new-mail): Reformat.
6481
6482         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6483
6484         * gmm-utils.el: Fix Commentary.
6485         (gmm-tool-bar-from-list): Fix typo in doc string.
6486
6487 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6488
6489         * message.el (message-yank-original): Don't switch point and mark
6490         unnecessarily to put point and mark as documented.
6491
6492 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6493
6494         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6495         from the message heads.
6496
6497 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6498
6499         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6500         article buffer does not have a window.  This may not be the best
6501         solution but is certainly better than setting the start of the null,
6502         that is the current, window.
6503
6504 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6505
6506         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6507         (gnus-draft-setup): Run it.
6508
6509         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6510         gnus-score-fast-scoring.  Allow regexp.
6511         (gnus-score-headers): Use it.
6512
6513         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6514         XEmacs.
6515
6516         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6517         string.
6518         (gnus-button-alist): Also catch `<f1> k ...'.
6519         (gnus-treat-display-x-face): Fix doc string.
6520
6521 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6522
6523         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6524         evaluation of gnus-extended-version to ensure correct generation of the
6525         User-Agent header when message-generate-headers-first is used.
6526
6527 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6528
6529         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6530         hashcash-path is nil.  Don't call callback with incorrect number of
6531         parameters if val is 0.
6532
6533 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6534
6535         * message.el (message-required-news-headers):
6536         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6537
6538 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6539
6540         * tls.el (open-tls-stream): In handshake-waiting loop,
6541         don't wait more if there is output available to process.
6542
6543 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6544
6545         * tls.el (tls-program): Doc fix.
6546
6547 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * message.el (message-generate-new-buffers): Change the meaning of the
6550         nil value; add `standard' to the choices; treat t as `unique'; improve
6551         doc string.
6552         (gnus-select-frame-set-input-focus): Autoload.
6553         (message-buffer-name): Search for the existing message buffer if
6554         message-generate-new-buffers is nil or `standard'; treat the value t of
6555         message-generate-new-buffers as `unique'.
6556         (message-pop-to-buffer): Raise the frame already displaying the message
6557         buffer; clear the echo area after querying.
6558         (message-setup): Pass the `continue' argument to compose-mail.
6559         (message-mail): Prefer `switch-function' if it is given; search for the
6560         existing message buffer if the `continue' argument is non-nil; pass
6561         continue and switch-function arguments to compose-mail by way of
6562         message-setup.
6563         (message-mail-other-window): Adjust argument of message-setup.
6564         (message-mail-other-frame): Ditto.
6565
6566 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6569         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6570         to turn font-lock on when turning gnus-message-citation-mode on.
6571
6572 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6573
6574         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6575         (mml-smime-function-alist): New variable; add epg as the backend.
6576         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6577         mml-smime- functions instead.
6578         * mm-view.el: Require smime.
6579
6580 2007-03-05  Didier Verna  <didier@xemacs.org>
6581
6582         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6583         instead of just inheritance for posting styles.
6584         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6585
6586 2007-02-24  Chris Moore  <dooglus@gmail.com>
6587
6588         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6589         * pgg-pgp.el (pgg-pgp-encrypt-region):
6590         * pgg-gpg.el (pgg-gpg-encrypt-region):
6591         Check pgg-encrypt-for-me if no other recipients.
6592
6593 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6594
6595         * tls.el (tls-certtool-program): Fix custom type.
6596
6597 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6600         and point-at-eol instead of line-(beginning|end)-position.
6601
6602         * assistant.el (assistant-parse-buffer): Ditto.
6603
6604         * netrc.el (netrc-parse-services): Ditto.
6605
6606 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6607
6608         * mml2015.el (mml2015-epg-find-usable-key): New function.
6609         (mml2015-epg-sign): Use it.
6610         (mml2015-epg-encrypt): Use it.
6611
6612 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * message.el (message-make-in-reply-to): Quote name containing
6615         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6616         if there are special characters.  Reported by NAKAJI Hiroyuki
6617         <nakaji@jp.freebsd.org>.
6618
6619 2007-02-27  Didier Verna  <didier@xemacs.org>
6620
6621         Include the group parameters as well as the topic ones in the
6622         inheritance filter process.
6623         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6624         argument GROUP-PARAMS-LIST.
6625         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6626
6627 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * nntp.el (nntp-never-echoes-commands)
6630         (nntp-open-connection-functions-never-echo-commands): New variables.
6631         (nntp-send-command): Use them.
6632
6633 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6634
6635         * mml2015.el (mml2015-epg-verify): Simplified.
6636
6637 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * mml.el (mml-content-disposition-alist): New user option.
6640         (mml-content-disposition): New function.
6641         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6642         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6643
6644 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6645
6646         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6647         verification.
6648
6649 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6650
6651         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6652         articles posted in the last 24 hours.
6653
6654 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6655
6656         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6657
6658 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6659
6660         * nntp.el (nntp-send-command): Don't wait for echoes when
6661         nntp-open-ssl-stream is used.
6662
6663 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6666         (gnus-message-add-citation-keywords)
6667         (gnus-message-remove-citation-keywords): Remove.
6668         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6669         directly, make the variables in font-lock-defaults buffer-local, add
6670         gnus-message-citation-keywords to them and then update the value of
6671         font-lock-keywords.
6672
6673 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * message.el (message-cite-original-1): Don't call
6676         gnus-article-highlight-citation.
6677
6678         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6679         citations; fix line count.
6680
6681 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6684         (gnus-message-add-citation-keywords)
6685         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6686         versions of font-lock-add-keywords and font-lock-remove-keywords to
6687         work with XEmacs correctly.
6688
6689 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus-cite.el (gnus-cite-face-list): Set the values of
6692         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6693         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6694         (gnus-message-cite-prefix-regexp): New variable.
6695         (gnus-message-search-citation-line): Use it; protect against long
6696         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6697         the 0th match data for Emacs.
6698         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6699         (gnus-message-add-citation-keywords): Append keywords rather than
6700         prepending; emulate font-lock-add-keywords if it is not available.
6701         (gnus-message-remove-citation-keywords): Emulate
6702         font-lock-remove-keywords if it is not available.
6703
6704         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6705
6706         * message.el (message-cite-prefix-regexp): Set the value of
6707         gnus-message-cite-prefix-regexp.
6708
6709 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6710
6711         * nnweb.el (nnweb-google-parse-1): Update parser.
6712
6713 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6714
6715         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6716
6717 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6718
6719         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6720         regexp.
6721
6722 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6725         string-to-multibyte.
6726         (uudecode-decode-region-internal): Use it.
6727
6728         * lpath.el: Fbind string-as-multibyte for XEmacs.
6729
6730 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6731
6732         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6733         custom choice.
6734
6735         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6736
6737 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6738
6739         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6740
6741         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6742         `write-region' to respect `mm-inhibit-file-name-handlers'.
6743
6744 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6747         Use gnus-home-directory instead of "~/" or "$HOME".
6748
6749 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6750
6751         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6752         to mention filename.
6753         Add comments at beginning regarding usage.
6754         (encrypt-write-file-contents): Change interactive so a string is
6755         acceptable.  If the file has no associated model, show an error instead
6756         of a nonsense prompt.
6757
6758 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6759
6760         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6761         Thanks to Yoshihiko Yamada for kind notification of this typo.
6762
6763 2007-01-12  Kenichi Handa  <handa@m17n.org>
6764
6765         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6766         multibyte buffer.
6767
6768 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * gnus-score.el (gnus-score-fast-scoring): New variable.
6771         (gnus-score-headers): Use it.
6772
6773         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6774
6775         * message.el (message-cite-original-1): Call
6776         gnus-article-highlight-citation if requested.
6777         (message-make-from): Allow name and address as optional arguments.
6778
6779         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6780
6781         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6782         bugs to doc string.
6783         (gnus-button-alist): Add mid\\|message-id.
6784         (gnus-button-fetch-group): Extend for use in
6785         `browse-url-browser-function'.
6786         (gnus-button-url-regexp): Try to catch paired parentheses like in
6787         Wikipedia URLs.
6788
6789         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6790         Suggested by Simon Krahnke <overlord@gmx.li>.
6791
6792 2007-01-13  Romain Francoise  <romain@orebokech.com>
6793
6794         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6795         Update copyright.
6796
6797 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6798
6799         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6800
6801 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6802
6803         * gnus-registry.el (gnus-registry-unfollowed-groups)
6804         (gnus-registry-split-fancy-with-parent): Fix documentation.
6805
6806 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6807
6808         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6809         from nnweb groups.
6810
6811 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812
6813         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6814         Xref urls.  Erase buffer before requesting head.
6815
6816 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6817
6818         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6819         customizable.
6820
6821 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6822
6823         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6824         no signing key is found.
6825         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6826         no encrypting and/or signing key is found.
6827
6828 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6831
6832 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6833
6834         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6835         headers read from disk with the ones newly found in the current search.
6836         This should no longer cause problems, because the article numbers in
6837         Gmane's `nov.php' output are ignored since the previous change.
6838
6839 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6840
6841         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6842
6843 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6846         replace-regexp-in-string; bind url-version; fbind display-images-p and
6847         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6848         find-face and set-itimer-function for Emacs; bind itimer-list for
6849         Emacs.
6850
6851         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6852
6853 2007-01-01  Romain Francoise  <romain@orebokech.com>
6854
6855         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6856
6857 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6858
6859         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6860         `define-minor-mode' macro definition expanded properly.
6861         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6862         exclude it there.
6863
6864         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6865         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6866         `fboundp' test.
6867         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6868         This is OK to autoload in (S)XEmacs now.
6869
6870 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6871
6872         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6873         keystroke.
6874         (gnus-summary-limit-to-singletons): Fix typo.
6875
6876         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6877         else fails.
6878
6879 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6880
6881         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6882         docstring.
6883
6884         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6885         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6886         (gnus-summary-insert-dormant-articles): Fix typo in message.
6887
6888 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6889
6890         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6891         nil for XEmacs.
6892         (gnus-message-citation-mode): Don't autoload in XEmacs.
6893
6894         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6895
6896 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6897
6898         * nnimap.el (nnimap-expunge-search-string): Mention
6899         nnimap-search-uids-not-since-is-evil in docstring.
6900
6901 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6902
6903         * spam.el: Revert to make-obsolete-variable because
6904         define-obsolete-variable-alias is not supported in Emacs 21.
6905
6906         * spam.el (spam-ifile-path, spam-ifile-database-path)
6907         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6908         make-obsolete-variable.
6909         (spam-bsfilter-path, spam-bsfilter-program)
6910         (spam-spamassassin-path, spam-spamassassin-program)
6911         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6912         use "path" inappropriately.
6913         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6914         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6915         variable names.
6916
6917 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6918
6919         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6920         summary buffer.
6921
6922         * password.el (password-cache-remove): Use clear-string to burn
6923         password, if available.
6924
6925 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6926
6927         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6928
6929         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6930
6931         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6932         (gnus-message-highlight-citation): Move defcustom here from
6933         gnus-cite.el.
6934         (gnus-message-citation-mode): Autoload.
6935
6936         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6937         checks to make it compile with XEmacs.
6938         (gnus-message-citation-mode): New minor mode.
6939         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6940         (gnus-message-highlight-citation): New variables.
6941         (gnus-message-search-citation-line)
6942         (gnus-message-add-citation-keywords)
6943         (gnus-message-remove-citation-keywords)
6944         (turn-on-gnus-message-citation-mode)
6945         (turn-off-gnus-message-citation-mode): New functions.
6946
6947 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6948
6949         * gnus-cite.el: Enable highlighting of different citation levels in
6950         message-mode.
6951
6952 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * message.el (message-make-fqdn): Fix comment.
6955         (message-bogus-system-names): Add ".local".
6956
6957         * spam.el (spam-ifile-path, spam-ifile-program)
6958         (spam-ifile-database-path, spam-ifile-database)
6959         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6960         Don't use "path" inappropriately.
6961         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6962         strings.
6963         (spam-check-ifile, spam-ifile-register-with-ifile)
6964         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6965         new variable names.
6966
6967         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6968         (gnus-treat-display-smileys): Simplify using
6969         gnus-image-type-available-p.
6970
6971         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6972         available.
6973
6974         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6975         `display-images-p' if available.
6976
6977 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6980         one after turning on the buffer's multibyteness instead of decoding
6981         them directly in the unibyte buffer that causes unexpected conversion
6982         in Emacs 23 (unicode).
6983
6984 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6985
6986         * message.el (message-generate-hashcash): Fix custom type.
6987
6988 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6989
6990         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6991
6992 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6995         disconnect icons.  Add help text.
6996
6997 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6998
6999         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7000         negated to be consistent with the others we handle.
7001
7002 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7003
7004         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7005         version of gnus-summary-buffer to something, so that we can use two
7006         article buffers at the same time.
7007
7008 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7009
7010         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7011         trigger all the extra headers.
7012         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7013         sorting.
7014
7015 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7016
7017         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7018         solid groups.
7019
7020 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7021
7022         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7023
7024 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * legacy-gnus-agent.el: Add Copyright notice.
7027
7028 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7029
7030         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7031
7032 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033
7034         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7035
7036         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7037         to make it work reliably in CVS Emacs.
7038         (gnus-summary-limit-strange-charsets-predicate)
7039         (gnus-summary-limit-to-predicate): New functions.
7040
7041 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7042
7043         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7044         specifying array size.
7045         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7046         array if it is too small.
7047         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7048         (gnus-sort-threads-loop): New function.
7049
7050 2006-12-06  Chris Moore  <dooglus@gmail.com>
7051
7052         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7053         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7054
7055 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7056
7057         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7058         options.
7059
7060 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7063         DOS-ing the recipient.
7064
7065         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7066         the headers when creating the mapping to avoid mismappings.
7067         (nnweb-gmane-create-mapping): Always nix out old mapping.
7068
7069 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7072         and mm-verify-option to never.
7073
7074 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * message.el (message-signed-or-encrypted-p): New function.
7077         (message-forward-make-body): Use it.
7078
7079         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7080         Replace encode-coding-string with mm-encode-coding-string.
7081
7082 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * nneething.el (nneething-decode-file-name): Replace
7085         decode-coding-string with mm-decode-coding-string.
7086
7087         * gnus-int.el (gnus-open-server): Say failed server's name.
7088
7089 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7090
7091         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7092         strings to a single string.  Quote `errors-file-name'.
7093         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7094         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7095         Adjust calls.  Use `shell-quote-argument'.
7096
7097 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7098
7099         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7100         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7101
7102         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7103         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7104         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7105         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7106         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7107         (gnus-subscribe-newsgroup, gnus-1):
7108         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7109         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7110         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7111         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7112
7113 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7116         keystroke.
7117         (gnus-summary-limit-to-bodies): Implement headersp.
7118
7119 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120
7121         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7122
7123 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7126
7127 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7128
7129         * message.el (message-generate-hashcash): Expand range of values to
7130         include `opportunistic'.
7131         (message-send-mail): Use it.
7132
7133 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7134
7135         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7136         and comment it.
7137
7138         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7139
7140 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * gnus-util.el (gnus-extract-address-components): Improve comment.
7143
7144 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-util.el (gnus-extract-address-components): Work with address in
7147         which the name portion contains @.
7148
7149         * lpath.el: Fbind custom-autoload.
7150
7151 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * gnus.el (gnus-start): Move custom group up.
7154         (gnus-select-method): Don't autoload, but make it available for
7155         `customize-variable'.
7156         (gnus-getenv-nntpserver): Don't autoload.
7157
7158 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7159
7160         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7161
7162 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * message.el (message-sendmail-extra-arguments): New variable.
7165         (message-send-mail-with-sendmail): Use it.
7166
7167 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7170         mm-with-unibyte-current-buffer to make string unibyte.
7171
7172         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7173         mm-string-as-multibyte.
7174
7175 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7176
7177         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7178         Reported by Werner Koch <wk@gnupg.org>.
7179
7180 2006-11-14  Daiki Ueno  <ueno@p360>
7181
7182         * mml2015.el: Autoload epa-select-keys when compiling.
7183
7184 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7185
7186         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7187         message-options.
7188         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7189
7190 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7191
7192         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7193         EasyPG (< 0.0.6).
7194         (mml2015-always-trust): New user option.
7195         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7196         prompt.
7197
7198 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * nntp.el (nntp-authinfo-force): New variable.
7201         (nntp-send-authinfo): Use it.
7202
7203 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7204
7205         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7206         decode encoded words.  Improve prompt.  Add comment about forwarding.
7207         (message-replacement-char): Move up.
7208
7209 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7210
7211         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7212         instead of gnus-intersection because arguments of gnus-sorted-nunion
7213         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7214
7215 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7216
7217         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7218         (message-simplify-subject-functions): Enable
7219         message-strip-subject-encoded-words by default.
7220
7221 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7222
7223         * message.el (message-strip-subject-encoded-words): New function.
7224         (message-simplify-subject-functions): New variable.
7225         (message-simplify-subject): Use it.  Fix typo in doc string.
7226         Support message-strip-subject-encoded-words.
7227
7228 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7229
7230         * gnus-diary.el (gnus-diary-delay-format-function):
7231         * nndiary.el (nndiary-reminders):
7232         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7233
7234 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * gnus-art.el (article-hide-boring-headers): Fetch date from
7237         gnus-original-article-buffer to avoid problems with localized date
7238         strings.
7239
7240 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7243
7244 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7245
7246         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7247         New variables.
7248         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7249         (mm-charset-synonym-alist): Move some entries to
7250         mm-codepage-iso-8859-list.
7251         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7252         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7253
7254 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7257
7258 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7259
7260         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7261         with Emacs 21 and XEmacs.
7262
7263 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7264
7265         * spam.el (spam-parse-address): New function for better parsing,
7266         catching errors, etc.
7267         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7268
7269 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * mm-view.el: Add interactive arg to html2text autoload.
7272
7273 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7276
7277 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7280         variables.
7281         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7282         (mm-charset-synonym-alist): Move some entries to
7283         mm-codepage-iso-8859-list.
7284
7285         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7286
7287 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * message.el (message-citation-line-format)
7290         (message-insert-formated-citation-line): Fix implementation of %E, %N
7291         and %n according to the doc string.
7292
7293 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7294
7295         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7296         car-safe to avoid bad parses.
7297
7298 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7301         names.
7302
7303         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7304
7305 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7308         header.
7309
7310         * message.el (message-draft-headers): Add Date.
7311         (message-headers-to-generate): Fix typo in docstring.
7312
7313         * nndraft.el (nndraft-required-headers): New variable.
7314         (nndraft-generate-headers): Use it.
7315
7316         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7317
7318 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7319
7320         * gnus-registry.el (gnus-registry-wash-for-keywords)
7321         (gnus-registry-find-keywords): New functions to allow easy searching of
7322         articles that are in the registry.
7323
7324 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7325
7326         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7327         ietf-drums-parse-address instead of gnus-extract-address-components.
7328         Reported by Damien Elmes <damien@repose.cx>.
7329
7330 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7331
7332         * gnus.el (gnus-mime): Remove unused custom group.
7333
7334 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7335
7336         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7337         "blank line" when searching for end of armor headers.
7338
7339 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gmm-utils.el (gmm-write-region): Fix variable name.
7342
7343 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * gmm-utils.el (gmm-write-region): New function based on compatibility
7346         code from `mm-make-temp-file'.
7347
7348         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7349
7350         * nnmaildir.el (nnmaildir--update-nov)
7351         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7352         Use `gmm-write-region'.
7353
7354 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7355
7356         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7357         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7358
7359         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7360
7361         * message.el (message-replacement-char): New variable.
7362         (message-fix-before-sending): Use it.
7363         (message-simplify-subject): New function to remove duplicate code.
7364         (message-reply, message-followup): Use it.
7365
7366         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7367         gnus-summary-limit-to-articles.
7368
7369 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-util.el (gnus-with-local-quit): New macro.
7372
7373         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7374
7375 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7376
7377         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7378         ignore non-string data.
7379
7380 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7381
7382         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7383         non-string data (needs to be done in the registry too).
7384
7385 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7386
7387         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7388         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7389         (gnus-registry-split-fancy-with-parent)
7390         (gnus-registry-fetch-simplified-message-subject-fast)
7391         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7392         Remove text properties on ingress into the registry and when it's saved.
7393         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7394         registry from entries with no groups.
7395
7396 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7397
7398         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7399         function to remove string properties.
7400
7401 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gmm-utils.el (gmm): Adjust custom version.
7404
7405         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7406         custom version.
7407
7408         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7409
7410 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7411
7412         * gnus-art.el (gnus-insert-prev-page-button)
7413         (gnus-insert-next-page-button): Simplify.  Reformat.
7414
7415 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7416
7417         * gnus-art.el (gnus-insert-prev-page-button)
7418         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7419
7420 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7421
7422         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7423
7424 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7425
7426         * gnus-art.el (gnus-insert-mime-button)
7427         (gnus-insert-mime-security-button):
7428         Apply gnus-article-button-face to MIME and security buttons.
7429
7430 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7431
7432         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7433         readable.
7434
7435 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7438
7439 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7440
7441         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7442         `browse-url-of-file' instead of `browse-url'.
7443
7444 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7445
7446         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7447         regexp.  Articles containing quotation were cut prematurely.
7448
7449 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * message.el (message-cite-original-1): Use nobody by default for the
7452         value of From header.
7453         (message-reply): Ditto.
7454
7455 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7456
7457         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7458         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7459         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7460
7461 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7464         mails in the doc string.  Add some URLs in comment.
7465         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7466
7467 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7470         backslashes handling and the way to find boundaries of quoted strings.
7471
7472 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7473
7474         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7475         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7476         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7477         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7478
7479 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7482         doc string.
7483         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7484
7485 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * lpath.el: Fbind epg-check-configuration.
7488
7489 2006-09-06  Simon Josefsson  <jas@extundo.com>
7490
7491         * mml2015.el (mml2015-use): Doc fix, mention epg.
7492
7493 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7494
7495         * mml2015.el (mml2015-use): Default to epg, if available.
7496
7497 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7498
7499         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7500         message-sender.
7501         (mml1991-epg-encrypt): Ditto.
7502         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7503         message-sender.
7504         (mml2015-epg-encrypt): Ditto.
7505
7506 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7507
7508         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7509         several common directories.
7510
7511 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7512
7513         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7514         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7515
7516 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * gnus-art.el (article-decode-encoded-words): Make it fast.
7519
7520 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7523
7524         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7525         in quoted string into `\'.
7526
7527 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7530         Use standard-syntax-table.
7531
7532 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-art.el (gnus-decode-address-function): New variable.
7535         (article-decode-encoded-words): Use it to decode headers which are
7536         assumed to contain addresses.
7537         (gnus-mime-delete-part): Remove useless `or'.
7538
7539         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7540         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7541         (gnus-nov-parse-line): Use it to decode From header.
7542         (gnus-get-newsgroup-headers): Ditto.
7543         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7544
7545         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7546         (mail-decode-encoded-address-string): New alias.
7547
7548         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7549         New function.
7550         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7551         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7552         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7553         (rfc2047-decode-string): Ditto.
7554         (rfc2047-decode-address-region): New function.
7555         (rfc2047-decode-address-string): New function.
7556
7557 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7558
7559         * message.el (message-caesar-buffer-body): Allow rotating headers.
7560
7561         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7562
7563         * message.el (message-insert-formated-citation-line): Fix %f.
7564         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7565
7566 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7569         (gnus-bookmark-mouse-available-p): New macro.
7570         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7571         (gnus-bookmark-bmenu-show-infos): Use it.
7572         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7573         (gnus-bookmark-bmenu-hide-infos): Ditto.
7574         (gnus-bookmark-remove-properties): New function.
7575         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7576         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7577         (gnus-bookmark-write-file): Bind coding-system-for-write.
7578         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7579         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7580         group before selecting it.
7581         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7582         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7583         quit-window if it is not available; use gnus-mouse-2 and bind it to
7584         gnus-bookmark-bmenu-select-by-mouse.
7585         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7586         (gnus-bookmark-bmenu-select-by-mouse): New function.
7587
7588 2006-08-13  Romain Francoise  <romain@orebokech.com>
7589
7590         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7591         space.
7592
7593 2006-08-10  Romain Francoise  <romain@orebokech.com>
7594
7595         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7596         (dns-mode-soa-auto-increment-serial): New user option.
7597         (dns-mode-soa-maybe-increment-serial): New function.
7598         (dns-mode): Add the latter to `write-contents-functions'.
7599
7600 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * compface.el (uncompface): Use binary rather than raw-text-unix.
7603
7604 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * compface.el (uncompface): Make sure the eol conversion doesn't take
7607         place when communicating with the external programs.  Reported by
7608         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7609
7610 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7613
7614 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7615
7616         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7617         Make it more robust by parsing author and date independently.
7618
7619 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7622
7623 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7624
7625         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7626         first matching secret key.
7627         (mml2015-epg-encrypt): Ditto.
7628
7629         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7630         first matching secret key.
7631         (mml1991-epg-encrypt): Ditto.
7632
7633         * mml2015.el (mml2015-encrypt-to-self): New user option.
7634         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7635         mml2015-epg-encrypt-to-self is set.
7636
7637         * mml1991.el (mml1991-encrypt-to-self): New variable.
7638         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7639         mml1991-epg-encrypt-to-self is set.
7640
7641         * mml2015.el (mml2015-signers): New user option.
7642         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7643         (mml2015-epg-encrypt): Allow to select signing keys.
7644
7645         * mml1991.el (mml1991-signers): New variable.
7646         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7647         (mml1991-epg-encrypt): Allow to select signing keys.
7648
7649 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * nnheader.el (nnheader-insert-head): Make it work even if the file
7652         uses CRLF for the line-break code.
7653
7654 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7655
7656         * mml2015.el: Require mml-sec instead of password.
7657         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7658         (mml2015-cache-passphrase): Inherit the default value from
7659         mml-secure-cache-passphrase.
7660         (mml2015-passphrase-cache-expiry): Inherit the default value from
7661         mml-secure-passphrase-cache-expiry.
7662
7663         * mml1991.el: Require mml-sec instead of password.
7664         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7665         (mml1991-cache-passphrase): Inherit the default value from
7666         mml-secure-cache-passphrase.
7667         (mml1991-passphrase-cache-expiry): Inherit the default value from
7668         mml-secure-passphrase-cache-expiry.
7669
7670         * mml-sec.el: Require password.
7671         (mml-secure-verbose): New user option.
7672         (mml-secure-cache-passphrase): New user option.
7673         (mml-secure-passphrase-cache-expiry): New user option.
7674
7675 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7676
7677         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7678         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7679         andreas@altroot.de (Andreas Vögele).
7680
7681         FIXME: Use `tiny change'?
7682
7683 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7684
7685         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7686         workaround for the url package included with Emacs.
7687
7688         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7689
7690 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7693         correctly.  This fixes a bug caused by the 2006-05-12 change.
7694
7695 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7696
7697         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7698         some information about the error when saying that the `bogus' mail
7699         group will be used.
7700
7701 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7704         string.
7705
7706 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7707
7708         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7709
7710 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7711
7712         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7713
7714 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7715
7716         * mml1991.el (mml1991-function-alist): Add epg.
7717         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7718         (mml1991-epg-encrypt): New functions.
7719
7720 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7721
7722         * mml2015.el (mml2015-verbose): New variable.
7723         (mml2015-cache-passphrase): Ditto.
7724         (mml2015-passphrase-cache-expiry): Ditto.
7725         (mml2015-function-alist): Add epg.
7726         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7727         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7728         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7729         functions.
7730
7731 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7732
7733         * message.el (message-cite-original-1): Preserve region when removing
7734         quoted text due to X-No-Archive in order to avoid bogus attribution
7735         when citing multiple messages.
7736
7737 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7738
7739         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7740         Kenneth Jacker <khj@be.cs.appstate.edu>.
7741
7742 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * gnus-diary.el (gnus-user-format-function-d)
7745         (gnus-user-format-function-D): Autoload.
7746
7747         * imap.el (Commentary): Fix typo.
7748
7749         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7750         2006-04-22 contribution.
7751
7752 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7753
7754         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7755         It didn't really fix the bogosity I'm seeing with solid web groups.
7756
7757 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7758
7759         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7760         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7761         created using server names.  If we use the feature without declaring
7762         it, Gnus does not properly manage server and group state.
7763
7764         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7765         bound.
7766
7767 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7768
7769         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7770         looking up the method using GROUP's prefix before inventing a new one.
7771         It is used on killed/unknown groups in various places where returning
7772         an all-new method isn't expected by the caller.
7773
7774         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7775         and match semantics of gnus-group-real-prefix.
7776
7777 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7778
7779         * nnmail.el (nnmail-broken-references-mailers): New variable.
7780         (nnmail-ignore-broken-references): New function generalizing
7781         nnmail-fix-eudora-headers.
7782         (nnmail-fix-eudora-headers): Now obsolete.
7783
7784         * gnus-art.el (gnus-button-handle-custom): Support
7785         `customize-apropos*'.
7786
7787 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788
7789         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7790
7791         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7792         articles.
7793
7794 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * message.el (message-cite-reply-above): New variable.
7797         (message-yank-original): Use it.
7798
7799 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7802
7803 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7806         as read.
7807
7808         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7809
7810 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7813         (gnus-bookmark-default-file): Use gnus-directory.
7814         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7815         Remove "*" in doc string.
7816         (gnus-bookmark-write-file): Simplify.
7817         (gnus-bookmark-maybe-sort-alist): Use `when'.
7818         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7819         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7820         FIXME about Emacs 21 and XEmacs compatibility.
7821         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7822         compatibility.
7823         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7824         compatibility.
7825         (gnus-bookmark-menu-heading): Fix version.
7826
7827 2006-06-19  Bastien Guerry  <bzg@altern.org>
7828
7829         * gnus-bookmark.el: New file.
7830
7831 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * message.el (message-syntax-checks): Doc fix.
7834
7835 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7836
7837         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7838         unsubscribed groups as if they were killed ones.  It causes duplicate
7839         entries in gnus-newsrc-alist.
7840
7841 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * message.el (message-syntax-checks): Doc fix.
7844         (message-send-mail): Add check for continuation headers.
7845         (message-check-news-header-syntax): Fix regexp used to check for
7846         continuation headers.
7847
7848 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7851
7852 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7855
7856 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7859         default-truncate-lines.
7860
7861 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7864         to fill the utf-8 entry.
7865
7866         * lpath.el: Fbind unicode-precedence-list.
7867
7868 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7869
7870         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7871
7872 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7873
7874         * gnus-agent.el (directory-files-and-attributes): Move all the way
7875         forward (the third and final move).
7876         (gnus-agent-read-agentview): Trap reconstruction errors due to
7877         nonexistant directory.  Handle by returning nil.
7878
7879 2006-05-30  Didier Verna  <didier@xemacs.org>
7880
7881         * message.el (message-dont-reply-to-names): Update the custom type.
7882         * message.el (message-dont-reply-to-names): New defsubst: potentially
7883         convert a list of regexps into a single one.
7884         * message.el (message-get-reply-headers): Use it.
7885         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7886
7887 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-agent.el (directory-files-and-attributes): Move forward.
7890
7891 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * gnus-ml.el (gnus-mailing-list-subscribe)
7894         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7895         (gnus-mailing-list-message): Fix doc strings.
7896
7897 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7898
7899         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7900         of doing it manually.
7901
7902 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7905         comment.
7906
7907 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7908
7909         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7910         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7911         (gnus-agent-read-local): All symbols allocated in my-obarray.
7912         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7913         (gnus-agent-regenerate-group): Check numeric names to see if they are
7914         messages or groups.
7915         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7916         better way of do this...)
7917
7918         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7919         'dummy.group' (there should be a better way of do this...)
7920
7921 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7924         (gnus-saved-headers): Ditto.
7925         (gnus-default-article-saver): Mention functions may have properties.
7926         (gnus-article-save): Override gnus-save-all-headers and
7927         gnus-saved-headers by :headers property which saver function may have.
7928         (gnus-summary-save-in-file): Add :headers property.
7929         (gnus-summary-write-to-file): Ditto.
7930
7931         * gnus-sum.el (gnus-summary-save-article): Bind
7932         gnus-prompt-before-saving to t when saving many articles in a file;
7933         always show all headers.
7934
7935         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7936
7937 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7938
7939         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7940         marks.
7941
7942         * message.el (message-indent-citation): Add optional arguments to allow
7943         using it outside of message buffers.
7944
7945         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7946         (gnus-article-treat-unfold-headers): Use it.
7947         (gnus-article-truncate-lines): New variable.
7948         (gnus-article-mode): Use it.
7949         (gnus-article-toggle-truncate-lines): New function.
7950
7951         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7952         gnus-article-toggle-truncate-lines.
7953
7954         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7955         coding system in XEmacs, use binary.
7956
7957 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7960         after-load-alist.
7961
7962         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7963         this function should save decoded articles.
7964         (gnus-summary-write-to-file): Use property to specify this function
7965         should save decoded articles and specify gnus-summary-save-in-file
7966         should be used to save articles other than the first one when saving
7967         many articles.
7968         (gnus-summary-save-body-in-file): Use property to specify this
7969         function should save decoded articles.
7970         (gnus-summary-write-body-to-file): Use property to specify this
7971         function should save decoded articles and specify
7972         gnus-summary-save-body-in-file should be used to save articles other
7973         than the first one when saving many articles.
7974
7975         * gnus-sum.el (gnus-summary-save-article): Simplify.
7976
7977 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * gnus-art.el (gnus-default-article-saver): Add
7980         gnus-summary-write-body-to-file.
7981         (gnus-article-save-coding-system): Don't use coding system object
7982         in XEmacs.
7983         (gnus-read-save-file-name): Add optional `dir-var' argument which
7984         specifies directory in which files are saved; work even if optional
7985         `variable' argument is not specified.
7986         (gnus-summary-write-to-file): Read file name.
7987         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7988         (gnus-summary-write-body-to-file): New function.
7989
7990         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7991         (gnus-summary-local-variables): Add it.
7992         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7993         (gnus-summary-save-article): Remove optional `decode' argument;
7994         determine whether to decode articles by the value of
7995         gnus-default-article-saver; when saving many files using
7996         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7997         it first and use gnus-summary-save-in-file or
7998         gnus-summary-save-body-in-file thereafter unless
7999         gnus-prompt-before-saving is always; move point to article which
8000         will be saved.
8001         (gnus-summary-save-article-file): Revert.
8002         (gnus-summary-write-article-file): Revert.
8003         (gnus-summary-save-article-body-file): Revert.
8004         (gnus-summary-write-article-body-file): New function.
8005
8006 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-art.el (gnus-default-article-saver): Doc fix.
8009         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8010         from gnus-summary-save-article-coding-system, and default to a
8011         certain coding system.
8012         (gnus-output-to-file): Add coding cookie and encode text according
8013         to gnus-article-save-coding-system; don't use mm-append-to-file.
8014
8015         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8016         gnus-art.el and rename to gnus-article-save-coding-system.
8017         (gnus-summary-save-article): Require gnus-art; don't show all
8018         headers if it decodes articles; don't add coding cookie here;
8019         don't bind mm-text-coding-system-for-write.
8020         (gnus-summary-save-article-file): Save decoded articles.
8021         (gnus-summary-write-article-file): When saving many files, use
8022         gnus-summary-write-to-file first and gnus-summary-save-in-file
8023         thereafter unless gnus-prompt-before-saving is always.
8024         (gnus-summary-save-article-body-file): Save decoded articles.
8025
8026         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8027
8028 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * nnrss.el (nnrss-check-group): Bind hash-index.
8031
8032 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8033
8034         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8035         its hash index.  Store this hash in `nnrss-group-data'.
8036         (nnrss-read-group-data): Update accordingly.
8037
8038 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8041         entry.
8042
8043         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8044         gnus-article-browse-html-article.
8045
8046 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8047
8048         * gnus-sum.el (gnus-summary-mime-map): Add
8049         gnus-article-browse-html-article.
8050
8051         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8052
8053 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8056         suitable coding systems in customize.
8057
8058 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8059
8060         * mail-source.el (mail-sources): Fix custom type.
8061
8062 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8065         (gnus-summary-expire-articles-now): Shorten prompt.
8066
8067         * gmm-utils.el (wid-edit): Require.
8068         (defun-gmm): Renamed from `gmm-defun-compat'.
8069         (gmm-image-search-load-path): Use it.
8070         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8071
8072 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8075         variable.
8076         (gnus-summary-save-article): Add optional `decode' argument.  If
8077         it is set and gnus-summary-save-article-coding-system is non-nil,
8078         save decoded article.
8079         (gnus-summary-write-article-file): Save decoded article if
8080         gnus-summary-save-article-coding-system is non-nil.
8081
8082         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8083         type.
8084
8085 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8088
8089 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8092         first to test gnus-single-article-buffer which may be buffer-local.
8093
8094         * gnus-sum.el (gnus-summary-setup-buffer): Make
8095         gnus-single-article-buffer buffer-local and nil in ephemeral
8096         group; make gnus-article-buffer, gnus-article-current, and
8097         gnus-original-article-buffer always buffer-local.
8098         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8099         group.
8100         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8101
8102 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * nnml.el (nnml-request-compact-group): Compressed files might not
8105         have .gz extension.
8106
8107 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8108
8109         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8110         (mm-copy-to-buffer): Use with-current-buffer.
8111         (mm-display-part): Simplify.
8112         (mm-inlinable-p): Add optional arg `type'.
8113
8114 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8115
8116         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8117         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8118         Try harder to show the attachment internally or externally using
8119         gnus-mime-view-part-as-type.
8120
8121 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * message.el (message-from-style, message-signature-separator)
8124         (message-user-organization-file, message-send-mail-function)
8125         (message-citation-line-function, message-yank-prefix)
8126         (message-indent-citation-function, message-signature)
8127         (message-signature-file, message-signature-insert-empty-line):
8128         Remove autoloads.
8129
8130         * gnus-art.el (gnus-buttonized-mime-types): Remove
8131         "multipart/signed".  Revert 2006-04-26 change.
8132
8133 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * gnus.el (gnus-version-number): Bump version.
8136
8137 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8138
8139         * gnus.el: No Gnus v0.5 is released.
8140
8141 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8142
8143         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8144         fetching articles by message-id.
8145
8146 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * message.el (hashcash): Require hashcash as normal.
8149
8150         * ecomplete.el (ecomplete-highlight-match-line): Use
8151         point-at-eol.
8152         (ecomplete-highlight-match-line): Use `highlight', because that
8153         face exists in both Emacs and XEmacs.
8154
8155         * message.el (message-display-abbrev): Use point-at-bol.
8156
8157         * mail-source.el: Don't require timer/timer-funcs.
8158
8159         * gnus-async.el: Ditto.
8160
8161         * password.el: Ditto.
8162
8163         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8164
8165         * mm-url.el: Ditto.
8166
8167         * gnus-xmas.el: Don't require timer-funcs.
8168
8169         * mm-util.el: Require timer/timer-funcs.
8170
8171 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8172
8173         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8174         Close.
8175
8176 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8179         unibyte after clear-decrypt function runs.
8180
8181         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8182         returns as a unibyte string.
8183
8184 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * lpath.el: Revert.
8187
8188         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8189         (pgg-gpg-process-sentinel): Revert.
8190
8191         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8192         (pgg-pgp-lookup-key): Revert.
8193
8194         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8195         (pgg-pgp5-lookup-key): Revert.
8196
8197         * pgg.el (pgg-fetch-key): Revert.
8198
8199 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * lpath.el: Fbind string-as-multibyte for XEmacs.
8202
8203         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8204         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8205         (mml1991-pgg-encrypt): Ditto.
8206
8207         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8208         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8209         a multibyte buffer.
8210
8211         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8212         (pgg-pgp-lookup-key): Ditto.
8213
8214         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8215         (pgg-pgp5-lookup-key): Ditto.
8216
8217         * pgg.el (pgg-fetch-key): Ditto.
8218
8219 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * message.el (message-user-organization-file): Check several
8222         locations of the organization file.
8223
8224         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8225         Add gnus-article-view-part-as-type.
8226
8227         * gnus-art.el (gnus-article-view-part-as-type): New function.
8228
8229         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8230         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8231
8232         * mml.el: Simplify autoload.
8233         (mml-mode): defvar dnd-protocol-alist instead of using
8234         symbol-value.
8235         (mml-default-directory): New variable.
8236         (mml-minibuffer-read-file): Use it.
8237         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8238
8239         * message.el (message-citation-line-format): New variable.
8240         (message-insert-formated-citation-line): New function.
8241         (message-citation-line-function): Add
8242         `message-insert-formated-citation-line' to custom type.
8243
8244         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8245         to doc string.
8246
8247         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8248         depending on mm-verify-option.
8249
8250 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8253         binding pgg-* variables; reimplement the section which prevents
8254         MIME header from being signed.
8255         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8256         pgg-text-mode; remove a blank line at the top of body.
8257
8258         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8259         lines at the top of body; use gnus-newsgroup-charset if there's no
8260         Charset header.
8261
8262 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * message.el (message-self-insert-commands): Doc fix.
8265
8266         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8267         (mm-uu-pgp-encrypted-test): Ditto.
8268         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8269         between header and body; return application/pgp-encrypted handle
8270         if decryption failed; decode decrypted body by charset.
8271
8272         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8273         element match to application/pgp-*.
8274
8275 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8276
8277         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8278         HTML.
8279
8280 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * mail-source.el (mail-source-call-script): Message the error
8283         string.
8284
8285 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * gnus-util.el (gnus-byte-compile): Use it.
8288
8289 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8290
8291         * gnus-util.el (kill-empty-logs): New function.
8292
8293 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * message.el (message-mail-alias-type): Doc fix.
8296         (message-mail-alias-type-p): New function.
8297         (message-send): Use it.
8298         (message-mode): Ditto.
8299         (message-strip-forbidden-properties): Ditto.
8300
8301         * ecomplete.el (ecomplete-database-file-coding-system): New
8302         variable.
8303         (ecomplete-save): Use it.
8304         (ecomplete-setup): Use it.
8305
8306 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * message.el (message-self-insert-commands): New variable.
8309         (message-strip-forbidden-properties): Use it.
8310
8311 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8312
8313         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8314         that doesn't make XEmacs choke.
8315
8316 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * gnus-util.el (gnus-replace-in-string):
8319         Prefer replace-regexp-in-string over of replace-in-string.
8320
8321 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * gnus-util.el (gnus-select-frame-set-input-focus):
8324         Use select-frame-set-input-focus if it is available in XEmacs; use
8325         definition defined in Emacs 22 for old Emacsen.
8326
8327         * dgnushack.el: Autoload unmorse-region for XEmacs.
8328
8329         * lpath.el: Bind cursor-in-non-selected-windows and
8330         select-frame-set-input-focus for XEmacs.
8331
8332 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8335
8336 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8337
8338         * gnus-registry.el (gnus-registry-cache-save): Remove text
8339         properties when saving via the temp buffer.
8340
8341 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * message.el (message-generate-hashcash): Honor custom type.
8344
8345 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * message.el (message-generate-hashcash): Default to non-nil when
8348         hashcash is found.
8349
8350         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8351         (gnus-refer-thread-limit): Increase default to 500.
8352
8353         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8354
8355         * flow-fill.el (fill-flowed): Allow delete-space.
8356
8357 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8358
8359         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8360         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8361         Remove autoloads.
8362
8363 2006-04-18  Simon Josefsson  <jas@extundo.com>
8364
8365         * message.el (message-generate-hashcash): Default to.
8366
8367 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8370         concatenating segments rather than before concatenating them.
8371
8372 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8375
8376 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8377
8378         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8379
8380         * message.el (message-forward-make-body-plain): Allow
8381         message-forward-ignored-headers to be a list.
8382         (message-remove-ignored-headers): Factor out into function.
8383         (message-forward-make-body-mml): Use it.
8384
8385         * imap.el (imap-quote-specials): New function.
8386         (imap-login-auth): Quote specials.
8387
8388         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8389         (rfc2231-parse-string): Allow concatanation of parameters that
8390         aren't contiguous.  The test case is
8391           (mail-header-parse-content-type "message/external-body;
8392             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8393             access-type=LOCAL-FILE;
8394             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8395
8396 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8397
8398         * nntp.el (nntp-accept-process-output): Return the value of
8399         `nnheader-accept-process-output'.
8400
8401 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402
8403         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8404         (gnus-button-alist): Recognize more diff formats.
8405         (gnus-button-patch): Strip directory.
8406
8407 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8408
8409         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8410         Emacs 22 when setting focus.
8411
8412 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * gnus-art.el (gnus-article-treat-types): Do treatment of
8415         text/x-verbatim parts.
8416         (gnus-button-patch): New command.
8417
8418         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8419         addresses that contain invalid characters.
8420
8421 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8422
8423         * message.el (message-put-addresses-in-ecomplete): Use
8424         gnus-replace-in-string.
8425         (message-is-yours-p): Use the more correct
8426         mail-header-parse-address instead of
8427         mail-extract-address-components.
8428         (message-put-addresses-in-ecomplete): Fix typo.
8429
8430         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8431         keystroke.
8432
8433         * gnus-art.el (gnus-treatment-function-alist): Change order of
8434         newsgroups/generic header folding to avoid double-folding.
8435
8436         * message.el (message-hidden-headers): Add X-Draft-From.
8437
8438         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8439         command.
8440         (gnus-summary-repeat-search-article-backward): New command.
8441
8442         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8443         groups in the parent topic.
8444
8445 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8446
8447         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8448         (spam-extra-header-to-number): Return the CRM114 number as a
8449         number instead of a string.
8450
8451 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8452
8453         * gnus-art.el (gnus-face-properties-alist): Moved here from
8454         gnus-fun.
8455
8456         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8457
8458 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8459
8460         * message.el (message-strip-forbidden-properties): Only display on
8461         self-insert-command.
8462
8463         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8464         reindent.
8465         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8466
8467 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8468
8469         * smiley.el (smiley-style): Fix typo.
8470
8471 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8472
8473         * hashcash.el (hashcash-insert-payment-async-2): Use
8474         message-goto-eoh instead of doing it manually.
8475         (mail-add-payment): Use message-narrow-to-header instead of trying
8476         to do the same itself.
8477
8478         * message.el (message-hidden-headers): Add Face.
8479
8480         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8481         reparenting code.
8482         (gnus-summary-reparent-children): Refactored out code.
8483         (gnus-summary-thread-map): New keystroke.
8484         (gnus-summary-reparent-children): Make into command.
8485
8486         * smiley.el (smiley-style): Default to `medium' if using a large
8487         font.
8488
8489         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8490         does it itself.
8491
8492         * message.el (message-point-in-header-p): Simplify definition.
8493
8494 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8495
8496         * nnagent.el (nnagent-request-set-mark): Silence log file
8497         writing.
8498         (nnagent-request-set-mark): Use write-region instead of
8499         append-to-file.
8500
8501         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8502         strange select method.
8503
8504         * ecomplete.el (ecomplete-display-matches): Get highlightling
8505         right.
8506         (ecomplete-display-matches): Use literals.
8507         (ecomplete-display-matches): Disable message logging.
8508
8509         * message.el (message-display-abbrev): Small optimization.
8510
8511         * ecomplete.el (ecomplete-display-matches): Allow automatic
8512         display.
8513
8514         * message.el (message-strip-forbidden-properties): Display
8515         abbrevs.
8516         (message-display-abbrev): Get automatic display right.
8517
8518         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8519         keystrokes.
8520
8521 2006-04-13  Romain Francoise  <romain@orebokech.com>
8522
8523         TODO: Backport to v5-10!
8524
8525         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8526         Moved here (and renamed) from gnus-registry.el.
8527
8528         * gnus-registry.el: Require gnus-util.
8529         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8530
8531 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532
8533         * gnus-group.el (gnus-group-catchup-current): Change
8534         if-then-else-if-then-else into cond.
8535         (gnus-group-catchup): Indent.
8536         (group-name-at-point): New function.
8537         (gnus-fetch-group): Provide default from thing at point.
8538
8539 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8540
8541         * message.el (message-display-abbrev): Fix regexp.
8542
8543         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8544         choosing.
8545         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8546         dead variables.
8547
8548         * message.el (message-newline-and-indent): Remove debugging.
8549         (message-display-abbrev): Use new implementation.
8550
8551 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * gnus-art.el (gnus-article-mode): Set
8554         cursor-in-non-selected-windows to nil.
8555
8556         * smiley.el: Revert previous change.
8557         (smiley-data-directory): defvar it before using it in the
8558         defcustom of `smiley-style'.
8559
8560 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * message.el (message-newline-and-indent): New function.
8563
8564         * ecomplete.el: Implement more bits.
8565
8566         * message.el (message-put-addresses-in-ecomplete): Clean up the
8567         string.
8568
8569         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8570
8571         * gnus-sum.el (gnus-summary-save-parts): Bind
8572         gnus-summary-save-parts-counter and use it to make unique file
8573         names.
8574
8575         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8576
8577         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8578         parameter to say whether to actually parse the individual
8579         addresses.
8580
8581         * message.el (message-put-addresses-in-ecomplete): New function.
8582         (ecomplete): Require.
8583         (message-mail-alias-type): Add ecomplete as an option.
8584
8585 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8586
8587         * flow-fill.el (fill-flowed): Remove trailing space from blank
8588         quoted lines.
8589
8590 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * smiley.el (smiley-style): Move definition later to avoid a
8593         compilation warning.
8594
8595 2006-04-12  Kenichi Handa  <handa@m17n.org>
8596
8597         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8598         buffer and then decode the buffer text if necessary.
8599         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8600         first, and after mm-encode-body, change the buffer to unibyte.
8601         Use mm-disable-multibyte instead of set-buffer-multibyte.
8602
8603 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8606         Content-Type header instead of Content-Disposition header.
8607         (gnus-mime-inline-part): Ditto.
8608         (gnus-mime-view-part-as-charset): Ignore charset that the part
8609         specifies.
8610
8611         * mm-decode.el (mm-display-part): Work with external parts and
8612         usual parts similarly.
8613
8614         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8615         instead of gnus-display-mime.
8616
8617         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8618         instead of with-temp-buffer.
8619
8620         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8621         tag to summarized topics part in order to encode non-ASCII text.
8622
8623 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8624
8625         * smiley.el (smiley-style): New variable.
8626         (smiley-directory): New function.
8627         (smiley-data-directory): Derive from `smiley-style' using
8628         `smiley-directory'.
8629         (smiley-regexp-alist): Add new entries.
8630
8631         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8632         (gnus-article-browse-delete-temp): Add :version.
8633
8634 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8635
8636         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8637         the sieve region.
8638
8639 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8640
8641         * gnus.el (gnus-version-number): Bump version.
8642
8643 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * gnus.el: No Gnus v0.4 is released.
8646
8647 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8650         layout.
8651
8652         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8653         unknown charset.
8654
8655         * message.el (message-header-synonyms): Add Original-To to the
8656         default.
8657
8658         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8659         optional parameter.
8660
8661 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * gnus-fun.el (gnus): Require it for gnus-directory.
8664
8665 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8668
8669 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8670
8671         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8672
8673 2006-04-05  Simon Josefsson  <jas@extundo.com>
8674
8675         * password.el (password-reset): New function.
8676
8677 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8678
8679         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8680         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8681
8682 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8683
8684         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8685         Some whitespace was matched into the url, which broke browsing hits
8686         > 100 when mm-url-use-external was nil.
8687
8688 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8691         gnus-extra-headers for 'Newsgroups.
8692
8693         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8694         bound.
8695
8696 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8697
8698         * pgg-gpg.el: Clean up process buffers every time gpg processes
8699         complete.
8700
8701 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8704         doc string.
8705
8706 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8707
8708         * pgg-gpg.el (pgg-gpg-process-filter)
8709         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8710
8711         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8712         lines, temporary fix.
8713
8714 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8717
8718 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8719
8720         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8721         default-enable-multibyte-characters.  This reverts the change from
8722         revision 6.17 which is no longer necessary because the passphrase
8723         is sent separately now.  GnuPG messages are unreadable under
8724         multibyte locales with default-enable-multibyte-characters set to
8725         nil.
8726
8727 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * message.el (message-tool-bar-gnome): Move "spell".
8730
8731 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8732
8733         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8734         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8735         instead.
8736
8737 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8738
8739         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8740         newsgroups handling for NNTP overviews which don't include
8741         Newsgroups.
8742
8743 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8744
8745         * message.el (message-resend): Bind message-generate-hashcash to nil.
8746
8747 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8748
8749         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8750         when searching for already-paid recipients.
8751
8752 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8753
8754         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8755         passphrases when it is not needed.
8756         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8757         passphrase stuff from gpg, should only be necessary when you use
8758         gpg with a smartcard.
8759
8760 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * mml.el (mml-insert-mime): Ignore cached contents of
8763         message/external-body part.
8764
8765         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8766         (mm-insert-part): Ditto.
8767
8768 2006-03-23  Simon Josefsson  <jas@extundo.com>
8769
8770         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8771         Reiner.
8772         (pgg-gpg-use-agent-p): Use it again.
8773
8774 2006-03-23  Simon Josefsson  <jas@extundo.com>
8775
8776         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8777         older emacsen.
8778         (pgg-gpg-use-agent-p): Don't use it.
8779
8780 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8781
8782         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8783         if we can.
8784
8785 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8786
8787         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8788         (pgg-gpg-update-agent): New function.
8789         (pgg-gpg-use-agent-p): New function.
8790         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8791         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8792         (pgg-gpg-sign-region): Use it.
8793
8794 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8797         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8798
8799 2006-03-21  Simon Josefsson  <jas@extundo.com>
8800
8801         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8802         <wilde@sha-bang.de>.
8803         (pgg-gpg-use-agent): New variable.
8804         (pgg-gpg-process-region): Use it.
8805         (pgg-gpg-encrypt-region): Likewise.
8806         (pgg-gpg-encrypt-symmetric-region): Likewise.
8807         (pgg-gpg-decrypt-region): Likewise.
8808         (pgg-gpg-sign-region): Likewise.
8809         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8810
8811 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8812
8813         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8814
8815         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8816         Add comment on version.
8817
8818 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * smiley.el: Add missing test smiley.
8821
8822 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * mm-decode.el (mm-with-part): New macro.
8825         (mm-get-part): Use it; work with message/external-body as well.
8826         (mm-save-part): Treat name and filename equally.
8827
8828         * mm-extern.el (mm-extern-cache-contents): New function.
8829         (mm-inline-external-body): Use it; force the part to be displayed;
8830         move undisplayer added to the cached handle to the parent.
8831
8832         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8833         (gnus-mime-view-part-as-type): Work with message/external-body.
8834
8835         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8836
8837 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8838
8839         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8840         images in image-load-path.  [Sync with image.el, revision 1.60, in
8841         Emacs.]
8842
8843 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8846         path rather than symbol.  Always return list of directories.
8847         Guarantee that image directory comes first.  [Sync with image.el,
8848         revision 1.59, in Emacs.]
8849
8850         * message.el (message-make-tool-bar): Adjust to new API of
8851         `gmm-image-load-path-for-library'.
8852
8853         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8854
8855         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8856
8857 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8858
8859         * gnus-art.el (gnus-article-only-boring-p):
8860         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8861         intangible text.
8862         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8863
8864 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8867         `defun' instead of `gmm-defun-compat'.
8868
8869 2006-03-14  Simon Josefsson  <jas@extundo.com>
8870
8871         * message.el (message-unique-id): Don't use message-number-base36
8872         if (user-uid) is a float.
8873         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8874
8875 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8878
8879         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8880         empty line between a part and a message part.
8881
8882 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * smiley.el: Add more test smileys.
8885         (smiley-data-directory, smiley-regexp-alist)
8886         (gnus-smiley-file-types): Fix doc strings.
8887         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8888         adding new elements.
8889         (smiley-mouse-map): Unused code.  Make it a comment.
8890
8891 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8894         scan latest NoCeM messages instead of old ones.
8895         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8896         delimiters that are recently used.
8897         (gnus-nocem-load-cache): Add autoload cookie.
8898
8899         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8900
8901         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8902         level which is larger than gnus-use-nocem is specified.
8903
8904         * gnus-group.el (gnus-group-get-new-news): Ditto.
8905
8906 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         * gnus-util.el (gnus-tool-bar-update): New function.
8909
8910         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8911         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8912
8913         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8914
8915         * gnus-group.el (gnus-group-redraw-when-idle)
8916         (gnus-group-redraw-check): Remove.
8917         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8918
8919 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8922         if optional last element is specified in splits (FIELD VALUE...).
8923
8924 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8927         to gmm-image-load-path-for-library.  Call with no-error argument.
8928         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8929
8930         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8931
8932         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8933
8934         * gmm-utils.el (gmm-image-load-path): Remove alias.
8935
8936 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8937
8938         * gmm-utils.el (gmm-image-load-path): Add alias.
8939
8940         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8941         nnml-generate-nov-databases-1.
8942         (nnml-generate-nov-databases): Use it.
8943         (nnml-generate-nov-databases-directory): Document no-active
8944         argument.
8945
8946         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8947         directory if path is t.  Add no-error.
8948
8949         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8950         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8951
8952         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8953         resetting gnus-article-browse-html-temp-list.
8954
8955         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8956         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8957         Add example to docstring.  Rename local variables.  Move error
8958         checks to default case in cond and simplify.
8959
8960 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8963         handle is multipart when calling it recursively.
8964         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8965
8966 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8967
8968         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8969         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8970
8971 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8974         is loaded.
8975
8976         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8977         loaded.
8978
8979 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8982         to "Emacs 23 (unicode)" in doc string.
8983
8984         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8985         "Emacs 23 (unicode)" in comment.
8986
8987 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8990
8991         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8992         characters 160 through 255 in Emacs 23.
8993
8994 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8995
8996         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8997         gnus-article-browse-html-temp.
8998         (gnus-article-browse-delete-temp): Make it customizable.  Add
8999         `file'.  Adjust doc string.
9000         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9001         query for each file.  Adjust doc string.
9002         (gnus-article-browse-html-parts): Add
9003         `gnus-article-browse-delete-temp-files' to
9004         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9005
9006 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9007
9008         * gnus-art.el (gnus-article-browse-html-temp)
9009         (gnus-article-browse-delete-temp): New variables.
9010         (gnus-article-browse-delete-temp-files): New function.
9011         (gnus-article-browse-html-parts): Use it.
9012
9013 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9016
9017         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9018         string.
9019
9020         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9021         gnus-summary-insert-new-articles when unplugged.  Remove
9022         gnus-summary-search-article-forward.
9023
9024         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9025         display-visual-class instead of display-color-cells.
9026
9027 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * dgnushack.el: Autoload customize-group for XEmacs.
9030
9031         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9032         message/* containing non-ASCII text properly.
9033
9034 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * message.el: Require gmm-utils, remove autoloads.
9037         (message-tool-bar): Set default based on
9038         gmm-tool-bar-style.
9039         (message-tool-bar-gnome): Add gmm-customize-mode.
9040
9041         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9042         gmm-tool-bar-style.
9043         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9044
9045         * gnus-group.el (gnus-group-tool-bar): Set default based on
9046         gmm-tool-bar-style.
9047         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9048
9049         * gmm-utils.el (gmm-image-directory): Rename variable from
9050         gmm-image-load-path.
9051         (gmm-image-load-path): Use gmm-image-directory.
9052         (gmm-customize-mode): New function.
9053         (gmm-tool-bar-style): New variable.
9054
9055         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9056         gnus-group-redraw-line-number.
9057         (gnus-group-redraw-check): Simplify.
9058         (gnus-group-tool-bar-update): Remove redraw check.
9059         (gnus-group-make-tool-bar): Add redraw check.
9060
9061 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9062
9063         * gnus-art.el (gnus-button): Add missing parentheses.
9064
9065 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * lpath.el: Fbind line-number-at-pos.
9068
9069 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9072
9073 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * gnus-art.el (gnus-button): New face.
9076         (gnus-article-button-face): Use it.
9077
9078         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9079         gnus-summary-next-page.  Re-order.
9080
9081         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9082         next-node are now included.
9083         (gnus-group-redraw-line-number): New internal variable.
9084         (gnus-group-redraw-check): Helper function for updating the tool
9085         bar.
9086         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9087
9088         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9089
9090         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9091         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9092         Use it to match format of Spamassassin 3.0 and later.  Reported by
9093         IRIE Tetsuya <irie@t.email.ne.jp>.
9094         (spam-check-bogofilter)
9095         (spam-bogofilter-register-with-bogofilter): Fix args of
9096         `gnus-error' calls.
9097
9098 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9101         unnecessary interaction when sending queued mails.  Reported by
9102         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9103
9104 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9107         first or last are nil.
9108
9109 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9110
9111         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9112
9113 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9114
9115         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9116
9117 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * dns.el (query-dns): Protect more against buggy tcp output.
9120
9121 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9124         nov.php.
9125
9126 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9127
9128         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9129         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9130         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9131         output on the server side.
9132         (nnweb-google-create-mapping): Update regexps and add some
9133         progress indication.
9134
9135 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9136
9137         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9138         gnus-agent-toggle-plugged.  Re-order icons.
9139         (gnus-group-tool-bar-gnome): Add
9140         gnus-group-{prev,next}-unread-group.
9141         (gnus-group-tool-bar-gnome): Re-order icons.
9142
9143         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9144         gnus-summary-insert-new-articles.
9145
9146         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9147         comments.
9148
9149         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9150         also available in Emacs 21.3.
9151
9152         * message.el (message-fix-before-sending): Change "Emacs 22" to
9153         "Emacs 23 (unicode)" in comment.
9154
9155         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9156         "Emacs 23 (unicode)" in comment.
9157
9158         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9159         comment.
9160         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9161
9162         * mm-view.el (mm-fill-flowed): Add :version.
9163
9164 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9167         and load-path.
9168
9169 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * message.el: Autoload gmm-image-load-path.
9172         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9173         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9174         consitency.
9175
9176         * gmm-utils.el (gmm-image-load-path): Also search in
9177         "../etc/images".  Don't set gmm-image-load-path if we don't find
9178         the image.
9179
9180 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * gmm-utils.el (gmm-image-load-path): Don't make
9183         `gmm-image-load-path' include subdirectories which the second arg
9184         `image' might specify.
9185
9186         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9187         subdirectory to icon file names.
9188
9189         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9190
9191 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9194         gmm-image-load-path calls.
9195
9196         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9197
9198         * message.el (message-make-tool-bar): Ditto.
9199
9200         * mml.el (mml-preview): Added comment concerning tool bar icons.
9201
9202         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9203         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9204
9205         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9206         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9207
9208         * message.el (message-tool-bar-gnome): Use new icon names.
9209         (message-make-tool-bar): Use `gmm-image-load-path'.
9210
9211         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9212         functions from MH-E.
9213         (gmm-image-load-path): New variable from MH-E.
9214         (gmm-image-load-path): New function from MH-E.  Added arguments
9215         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9216         *-image-load-path-called-flag.
9217
9218 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9219
9220         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9221
9222 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9223
9224         * nnimap.el (nnimap-request-move-article): Change folder back to
9225         source group before deleting.
9226
9227 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9230
9231         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9232         mm-url.
9233
9234         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9235
9236 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9239         coding system which mm-charset-to-coding-system returns for a
9240         given charset is valid.
9241
9242 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9243
9244         * html2text.el (html2text-remove-tag-list):
9245         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9246
9247 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9248
9249         * gnus-cus.el: Revert 2005-10-17 change.
9250
9251 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * gnus-art.el (article-strip-banner): Call
9254         article-really-strip-banner only when the regexp match is made.
9255
9256 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * gnus-art.el (article-strip-banner): Use
9259         gnus-extract-address-components instead of
9260         mail-header-parse-addresses to make it work with non-ASCII text;
9261         remove mail-encode-encoded-word-string.
9262
9263         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9264         values which are surrounded with \"...\"; make it never cause a
9265         Lisp error; give up parsing of parameters if it failed in
9266         extracting type.
9267
9268 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9269
9270         * smime.el (smime-cert-by-ldap-1): Fix bug where
9271         `smime-ldap-search' returns results without userCertificates.
9272
9273 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9276
9277 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9278
9279         * spam.el (spam-check-spamassassin-headers): Adapt format for
9280         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9281         <ari@mbf.ocn.ne.jp>.
9282         (spam-list-of-processors): Add spam-use-gmane.
9283
9284 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9287         make-temp-file; make it work with XEmacs as well.
9288
9289         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9290         mm-make-temp-file.
9291
9292         * mm-decode.el (mm-display-external): Use the 3rd arg of
9293         mm-make-temp-file.
9294         (mm-create-image-xemacs): Ditto.
9295
9296 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9299         with message-narrow-to-headers.
9300         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9301         (gnus-draft-check-draft-articles): New function.
9302         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9303
9304 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * gnus-art.el (gnus-article-browse-html-parts):
9307         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9308         Don't use suffix argument for mm-make-temp-file for Emacs 21
9309         compatibility.  Remove useless `format'.
9310
9311 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9312
9313         * nnweb.el (nnweb-google-wash-article): Update regexps.
9314         (nnweb-group-alist): Use defvoo instead of defvar.
9315
9316 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9319         re-loading nn* modules.
9320
9321 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9324         for `tool-bar-mode' and don't check it's default-value.
9325
9326         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9327
9328         * message.el (message-make-tool-bar): Ditto.
9329
9330         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9331         `substring'.  Shorten tmp-file name.
9332
9333         * gnus.el: Remove bogus comment.
9334
9335 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9336
9337         * gnus-art.el (gnus-article-browse-html-parts): New function.
9338         (gnus-article-browse-html-article): New function for viewing html
9339         articles with a browser.
9340
9341 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9342
9343         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9344         in elisp.
9345         (pgg-gpg-encrypt-symmetric-region): Ditto.
9346         (pgg-gpg-sign-region): Ditto.
9347
9348         * pgg-def.el (pgg-text-mode): New variable.
9349
9350         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9351         (mml2015-pgg-encrypt): Ditto.
9352
9353         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9354         (mml1991-pgg-encrypt): Ditto.
9355
9356 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9359         message-make-date instead of current-time-string.
9360
9361         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9362         to gnus-decoded which mm-uu might set.
9363
9364 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9367         don't decode quoted parameters; remove misimported Emacs code.
9368         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9369         (rfc2231-decode-encoded-string): Don't use split-string which
9370         behaves differently according to Emacs version; use
9371         mm-decode-coding-region to convert charset to coding-system.
9372         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9373         (rfc2231-encode-string): Remove misimported Emacs code.
9374
9375 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9378         when calling mail-header-parse-content-type.
9379         (article-de-quoted-unreadable): Ditto.
9380         (article-de-base64-unreadable): Ditto.
9381         (article-wash-html): Ditto.
9382
9383         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9384         calling mail-header-parse-content-type and
9385         mail-header-parse-content-disposition.
9386         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9387         mail-header-parse-content-type.
9388
9389         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9390         insert charset and format parameters; encode description after
9391         inserting it to buffer.
9392         (mml-insert-parameter): Fold lines properly even if a parameter is
9393         segmented into two or more lines; change the max column to 76.
9394
9395         * rfc1843.el (rfc1843-decode-article-body): Don't use
9396         ignore-errors when calling mail-header-parse-content-type.
9397
9398         * rfc2231.el (rfc2231-parse-string): Return at least type if
9399         possible; don't cause an error even if it fails in parsing of
9400         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9401         (rfc2231-encode-string): Don't break lines at the beginning, leave
9402         it to mml-insert-parameter.
9403
9404         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9405         calling mail-header-parse-content-type.
9406
9407 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * spam-report.el (spam-report-gmane-use-article-number):
9410         Improve doc string.
9411         (spam-report-gmane-internal): Check if a suitable header was found
9412         in the article.
9413
9414 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9417         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9418
9419 2006-02-05  Romain Francoise  <romain@orebokech.com>
9420
9421         Update copyright notices of all files in the gnus directory.
9422
9423 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9424
9425         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9426
9427 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9430         segmented lines of parameter value to cope with Thunderbird 1.5
9431         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9432         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9433         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9434
9435 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9436
9437         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9438         parts.
9439
9440 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9441
9442         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9443         there's only one active file for all servers.
9444         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9445         solid groups.  Gnus might have used a FAST request to select the group.
9446         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9447         and nnweb-search redundantly in the active file.
9448         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9449         (nnweb-request-create-group): Don't use ARGS.
9450         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9451         initialisations.  Let nnoo do the work.
9452
9453 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9456         Say the part has been decoded.
9457
9458         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9459
9460 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9461
9462         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9463         mailcap-viewer-test-cache when there's no 'test clause, since that
9464         will invert the meaning of a "nil" test previously determined by
9465         mailcap-mailcap-entry-passes-test.
9466
9467 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9470         compiling.
9471
9472         * gnus-sum.el: Ditto.
9473
9474         * message.el: Don't bind tool-bar-map when compiling.
9475
9476 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9479
9480 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9481
9482         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9483         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9484         current Google Groups.
9485
9486 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9489         and tool-bar-mode.
9490
9491         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9492         and tool-bar-mode.
9493
9494         * message.el (message-tool-bar-update): Simplify.
9495         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9496
9497         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9498         gnus-summary-buffer.
9499         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9500         gnus-summary-reply.
9501
9502         * gmm-utils.el (gmm): Add :version.
9503
9504 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * Makefile.in (clean): New rule.
9507         (distclean): Use it.
9508
9509 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9510
9511         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9512         autoload.
9513
9514 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gmm-utils.el (gmm-verbose): Add :group.
9517
9518 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * message.el: Change some comments WRT tool-bars.
9521
9522         * gnus-sum.el (gnus-summary-tool-bar)
9523         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9524         (gnus-summary-tool-bar-zap-list): New variables.
9525         (gnus-summary-make-tool-bar): Complete rewrite using
9526         `gmm-tool-bar-from-list'.
9527
9528         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9529         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9530         variables.
9531         (gnus-group-make-tool-bar): Complete rewrite using
9532         `gmm-tool-bar-from-list'.
9533         (gnus-group-tool-bar-update): New function.
9534
9535         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9536
9537 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9540         is dissected into a single part of which the type is the same as
9541         the given one; decode charset.
9542
9543 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9544
9545         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9546         into alists as symbol not string, since that's what
9547         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9548         look for.
9549
9550 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9553         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9554
9555         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9556
9557 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9560         (gnus-xmas-mime-security-button-menu): New function.
9561
9562         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9563         (gnus-mime-security-button-menu): New definition.
9564         (gnus-mime-security-button-map): Use them.
9565         (gnus-mime-security-button-menu): New function.
9566         (gnus-insert-mime-security-button): Addition to help echo.
9567         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9568         (gnus-mime-security-pipe-part): New functions.
9569
9570         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9571         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9572
9573         * mm-decode.el (mm-handle-set-disposition): Remove.
9574         (mm-handle-set-description): Remove.
9575
9576 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9579         (mm-w3m-standalone-supports-m17n-p): New function.
9580         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9581         w3m usage.
9582
9583         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9584         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9585
9586 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9587
9588         * message.el (message-tool-bar-zap-list): Use
9589         gmm-tool-bar-zap-list as custom type.
9590         (message-tool-bar-update): New function.
9591         (message-tool-bar, message-tool-bar-gnome)
9592         (message-tool-bar-retro): Add message-tool-bar-update.
9593         (message-tool-bar-gnome): Add flyspell-buffer.
9594
9595         * gnus-util.el (gnus-error): Describe `args'.
9596
9597         * gmm-utils.el (gmm-error): Describe `args'.
9598         (gmm-tool-bar-zap-list): New widget.
9599         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9600
9601 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9604         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9605         the number of recursive calls.
9606
9607         * mm-decode.el (mm-handle-set-disposition): New macro.
9608         (mm-handle-set-description): New macro.
9609
9610 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9613         encoding.
9614
9615 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * message.el (message-tool-bar-zap-list, message-tool-bar)
9618         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9619         (message-tool-bar-local-item-from-menu): Remove.
9620         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9621         (message-make-tool-bar): New function.
9622         (message-mode): Use `message-make-tool-bar'.
9623
9624         * gmm-utils.el: New file.
9625         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9626         (gmm-lazy): New widget copied from `nnmail.el'.
9627         (gmm-tool-bar-from-list): New function for creating customizable
9628         tool bars.
9629         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9630         output.
9631         (gmm): Add :prefix to defgroup.
9632
9633 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9634
9635         * gmm-utils.el (gmm-widget-p): New function.
9636
9637 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9638
9639         * mml.el (mml-attach-file): Describe `description' in doc string.
9640         (mml-menu): Add Emacs MIME manual and PGG manual.
9641
9642 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9643
9644         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9645
9646 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9647
9648         * nntp.el (nntp-end-of-line): Doc fix.
9649
9650 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9651
9652         * imap.el (imap-open): Handle case where buffer is a buffer
9653         object.
9654
9655 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9656
9657         * gnus-delay.el (gnus-delay): Don't autoload.
9658         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9659         to be re-loaded when customizing the `gnus-delay' group.
9660
9661 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9662
9663         * message.el (message-insert-citation-line): Use newlines.
9664
9665 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9666
9667         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9668         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9669         these routines, so the passphrase can be managed externally and
9670         passed in to the system.
9671         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9672         pgg-add-passphrase-to-cache function.
9673
9674         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9675         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9676         these routines, so the passphrase can be managed externally and
9677         passed in to the system.
9678         (pgg-pgp5-sign-region): Use new name of
9679         pgg-add-passphrase-to-cache function.
9680
9681 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9682
9683         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9684         part of the decoded armor to find the key-identifier.
9685         (pgg-gpg-lookup-key-owner): New function to return the
9686         human-readable identifier of a key owner.
9687         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9688         itself.
9689         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9690         the key value) if we have a key and can match it against a secret
9691         key.  Also, added a note pointing out fact that the prompt only
9692         indicates the first matching key.
9693
9694         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9695         pgg-decrypt-region.
9696         (pgg-add-passphrase-to-cache): Rename from
9697         `pgg-add-passphrase-cache' to reduce confusion (all callers
9698         changed).
9699         (pgg-remove-passphrase-from-cache): Rename from
9700         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9701         changed).
9702         (pgg-read-passphrase, pgg-add-passphrase-cache)
9703         (pgg-remove-passphrase-cache): Add informative docstrings.
9704         (pgg-decrypt): Convey provided passphrase in subordinate call to
9705         pgg-decrypt-region.
9706
9707 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9708
9709         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9710         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9711         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9712         'passphrase' argument, so the passphrase can be managed externally
9713         and then passed in to the system.
9714
9715         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9716         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9717         so the passphrase cache can be used reliably with identifiers
9718         besides a pgp packet's key id.
9719
9720         * pgg-gpg.el (pgg-gpg-encrypt-region)
9721         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9722         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9723         these routines, so the passphrase can be managed externally and
9724         passed in to the system.
9725
9726         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9727         'notruncate' argument, so the passphrase cache can be used
9728         reliably with identifiers besides a pgp packet's key id.
9729
9730 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9731
9732         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9733         symmetric encryption.
9734         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9735         encrypted session key.
9736         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9737         message ask for the passphrase in a proper way.
9738
9739         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9740         New user commands for symmetric encryption.
9741
9742 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9745
9746         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9747
9748 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9749
9750         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9751
9752 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * mm-decode.el (mm-inlined-types): Add application/pgp.
9755         (mm-automatic-display): Ditto.
9756
9757         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9758         part as text.
9759
9760 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * nnrss.el: Update copyright.
9763         (nnrss-opml-import): Query whether to subscribe to each entry.
9764
9765         * gnus-art.el:
9766         * gnus-sum.el:
9767         * gnus-xmas.el:
9768         * messagexmas.el:
9769         * mm-uu.el:
9770         * mm-view.el: Update copyright.
9771
9772 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * message.el (message-info): New function.
9775         (message-mode-menu): Add it.
9776         Update copyright.
9777
9778         * ChangeLog: Fix and update copyright.
9779
9780 2006-01-13  Romain Francoise  <romain@orebokech.com>
9781
9782         * message.el (message-forward-subject-name-subject): Prefer the
9783         address to 'nowhere' if the sender has no name.
9784         Fix typo.  Update copyright year.
9785
9786 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gnus-art.el (article-wash-html): Use
9789         gnus-summary-show-article-charset-alist if a numeric arg is given.
9790         (gnus-article-wash-html-with-w3m-standalone): New function.
9791
9792         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9793         mm-inline-text-html-render-with-w3m-standalone.
9794         (mm-text-html-washer-alist): Map w3m-standalone to
9795         gnus-article-wash-html-with-w3m-standalone.
9796         (mm-inline-text-html-render-with-w3m-standalone): New function.
9797
9798 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9799
9800         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9801         Improve LaTeX.
9802
9803 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9806         (nnrss-request-article): Render text/plain parts as HTML.
9807
9808         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9809         the buffer.
9810
9811 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9814         custom definition of `gnus-posting-styles'.
9815
9816         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9817         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9818
9819 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9822         Use nntp for bug archive.
9823
9824 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9827         parts.
9828         (nnrss-normalize-date): New function converts ISO 8601 date into
9829         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9830         (nnrss-check-group): Use it.
9831
9832 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9835
9836         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9837         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9838         (nnrss-insert-w3): Ditto.
9839
9840 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9843         the articles to be forwarded including the case where neither a
9844         number of articles nor a region is specified.
9845
9846 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * nnrss.el (nnrss-request-article): Fix last change; fill
9849         text/plain parts.
9850
9851 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9854         in text/plain part.
9855         (nnrss-check-group): Don't add excessive newline to dc:subject.
9856
9857 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9858
9859         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9860         article.
9861
9862 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9865         (nnml-use-compressed-files, nnml-save-mail): Support other
9866         comression programs such as bzip2.
9867
9868 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869
9870         * dns.el (query-dns): Make sure we check the buffer size before
9871         removing tcp headers.
9872
9873 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9876         remove MIME buttons associated with multipart/alternative parts.
9877         (gnus-mime-display-alternative): Tag buttons using `article-type'
9878         text property.
9879
9880         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9881         associated with multipart/alternative parts.
9882
9883         * gnus-art.el (gnus-signature-separator): Fix custom type.
9884
9885         * mm-decode.el (mm-inlined-types): Fix custom type.
9886         (mm-keep-viewer-alive-types): Ditto.
9887         (mm-automatic-display): Ditto.
9888         (mm-attachment-override-types): Ditto.
9889         (mm-inline-override-types): Ditto.
9890         (mm-automatic-external-display): Ditto.
9891
9892 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * spam-report.el (spam-report-user-mail-address)
9895         (spam-report-user-agent): New variables.
9896         (spam-report-url-ping-plain): Use spam-report-user-agent.
9897
9898 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9899
9900         * gnus-art.el (gnus-button-handle-custom): Do not just use
9901         `customize-apropos' for any "M-x customize-*" button but the
9902         function called for.  Accept both the function name and its
9903         argument in order to achieve this.
9904         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9905         function name to `gnus-button-handle-custom' in case of "M-x
9906         customize-*" buttons.
9907
9908 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9911         multipart/alternative and add xref to mm-discouraged-alternatives
9912         in doc string.
9913
9914         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9915         gnus-buttonized-mime-types in doc string.
9916
9917 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9918
9919         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9920         Suggest image/.* in the doc string.
9921
9922 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9925         message-marks (Debian bug #342521).
9926
9927 2005-12-12  Simon Josefsson  <jas@extundo.com>
9928
9929         * password.el (password-read-from-cache): Add.
9930         (password-read): Use it.
9931
9932 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9935         us-ascii as a MIME charset.
9936
9937         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9938         against the case where the 2nd arg TYPE is nil.
9939
9940 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * pop3.el (pop3-stream-type): Fix custom version.
9943
9944         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9945
9946 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9947
9948         * mm-decode.el (mm-display-external): Add missing cdr.
9949
9950 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9953         RFC1524) if it is in mailcap or add a suffix according to
9954         mailcap-mime-extensions when generating a temp filename; postpone
9955         deleting a temp file for 2 seconds for some wrappers, shell
9956         scripts, and so on, which might exit right after having started a
9957         viewer command as a background job.
9958
9959 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * nntp.el (nntp-marks-directory): Fix custom group.
9962
9963         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9964         steps when < 10.
9965
9966         * gnus-start.el (gnus-no-server-1): Mention
9967         `gnus-level-default-subscribed' in doc string.
9968
9969 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9970
9971         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9972         parens.
9973
9974 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-xmas.el (gnus-use-toolbar): Revert.
9977         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9978         gnus-use-toolbar is default.
9979
9980         * messagexmas.el (message-use-toolbar): Revert.
9981         (message-setup-toolbar): Use global default-toolbar if
9982         message-use-toolbar is default.
9983
9984 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9987         according to default-toolbar-visible-p.
9988
9989         * messagexmas.el (message-use-toolbar): Ditto.
9990
9991 2005-11-26  Dave Love  <fx@gnu.org>
9992
9993         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9994         (tls-program, tls-success): Provide openssl alternative.
9995
9996         * starttls.el: Doc fixes.
9997         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9998         SERVICE to PORT.
9999
10000         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10001         port null or service name.
10002         (starttls-negotiate): Autoload.
10003
10004 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * message.el (message-kill-to-signature): Fix interactive spec.
10007
10008 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * pop3.el (pop3-open-server): Recognize a string as a service name.
10011
10012 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10013
10014         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10015
10016 2005-11-23  Dave Love  <fx@gnu.org>
10017
10018         Add pop3s, pop3/starttls.
10019
10020         * pop3.el (pop3-authentication-scheme): Clarify doc.
10021         (open-tls-stream, starttls-open-stream): Autoload.
10022         (pop3-stream-type): New.
10023         (pop3-open-server): Use it.
10024
10025         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10026         for POP.
10027         (mail-source-keyword-map): Add :stream for POP.
10028         (mail-source-fetch-pop): Use pop3-stream-type.
10029
10030 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10033         of current-time-string.
10034
10035 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10036
10037         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10038         date header.
10039
10040 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10041
10042         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10043         it can seriously impact performance as it bypasses the agent's
10044         local caches.
10045
10046 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10047
10048         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10049         must be explicitly online rather than "not explicitly offline" for
10050         its flags to be synchronized.
10051
10052         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10053         that gnus-uu-unmark-thread will function correctly.
10054
10055         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10056         1024K is instead displayed as 1M.
10057
10058 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10059
10060         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10061
10062 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10063
10064         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10065
10066 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10067
10068         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10069         error message to display actual error condition.
10070         (gnus-agent-save-local): Avoid saving symbols that are bound to
10071         nil as they simply result in a warning message in
10072         gnus-agent-read-local.
10073
10074 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10077         rather than make-variable-buffer-local for file-precious-flag.
10078
10079 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10080
10081         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10082         for duplicates which are removed.  The invalid sort check then
10083         triggers a rescan after the sort as sorting may have moved
10084         duplicate entries such that they can be cheaply detected.
10085
10086 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10089
10090 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10091
10092         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10093         internal variable to a custom variable.  Changed default value
10094         from compressed(2) to uncompressed(1).
10095         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10096         support for uncompressed agentview files.  Taken together, reading
10097         the agentview file should now be 6-7 times faster.
10098
10099 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10100
10101         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10102         as a buffer-local variable.  This avoids creating truncated
10103         dribble files as a result of a hang up, eg.
10104
10105 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10106
10107         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10108         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10109         XEmacs.
10110
10111 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * gnus-start.el (gnus-start-draft-setup): Enforce
10114         `gnus-draft-mode' for nndraft:drafts at startup.
10115
10116         * gnus.el (gnus-splash): Change custom group.
10117         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10118         allow-list argument.
10119
10120         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10121         string.
10122
10123 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * gnus-art.el (gnus-default-article-saver): Add user-defined
10126         `function' to custom type.
10127
10128 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10129
10130         * imap.el (imap-open): Handle case where buffer is a buffer
10131         object.
10132
10133 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10136         long lines.
10137         (gnus-cache-delete-group): Wrap doc strings.
10138
10139         * gnus-agent.el (gnus-agent-rename-group)
10140         (gnus-agent-delete-group): Wrap doc strings.
10141
10142 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * messagexmas.el (message-use-toolbar): Change the valid values
10145         into default, top, bottom, left, and right.
10146         (message-toolbar-thickness): New variable.
10147         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10148         well.
10149         (message-setup-toolbar): Make it work.
10150
10151         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10152         (gnus-use-toolbar): Change the valid values into default, top,
10153         bottom, left, and right.
10154         (gnus-toolbar-thickness): New variable.
10155         (gnus-xmas-setup-toolbar): New function.
10156         (gnus-xmas-setup-group-toolbar): Use it.
10157         (gnus-xmas-setup-summary-toolbar): Use it.
10158
10159 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10160
10161         * gnus-start.el (gnus-1): Add "native" to
10162         gnus-predefined-server-alist.
10163
10164         * gnus.el (gnus-method-to-server): Don't add "native" to the
10165         lists here, because that leads to problems when
10166         gnus-select-method is bound.
10167
10168 2005-11-09  Simon Josefsson  <jas@extundo.com>
10169
10170         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10171         use (not sort-by-date) instead.
10172
10173 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10174
10175         * gnus-delay.el (gnus-delay-group): Don't autoload.
10176         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10177         to be re-loaded when customizing the `gnus-delay' group.
10178
10179 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10180
10181         * message.el: Revert last changes.
10182         (message-insert-citation-line): Use newlines.
10183
10184 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10185
10186         * message.el (message-courtesy-message)
10187         (message-mark-insert-begin, message-mark-insert-end)
10188         (message-elide-ellipsis, message-cancel-message)
10189         (message-add-header, message-change-subject)
10190         (message-cross-post-followup-to-header)
10191         (message-cross-post-insert-note, message-reduce-to-to-cc)
10192         (message-widen-reply, message-delete-not-region)
10193         (message-kill-to-signature, message-insert-signature)
10194         (message-insert-importance-high, message-insert-importance-low)
10195         (message-insert-or-toggle-importance)
10196         (message-insert-disposition-notification-to)
10197         (message-indent-citation, message-yank-original)
10198         (message-cite-original-without-signature, message-cite-original)
10199         (message-insert-citation-line, message-position-on-field)
10200         (message-fix-before-sending, message-send-mail-partially)
10201         (message-send-mail, message-send-mail-with-sendmail)
10202         (message-send-mail-with-qmail, message-send-news)
10203         (message-check-news-header-syntax, message-generate-headers)
10204         (message-insert-courtesy-copy, message-fill-address)
10205         (message-fill-header, message-shorten-references)
10206         (message-setup-1, message-cancel-news)
10207         (message-forward-make-body-plain, message-forward-make-body-mime)
10208         (message-forward-make-body-mml, message-encode-message-body)
10209         (message-forward-make-body-digest-plain)
10210         (message-forward-make-body-digest-mime)
10211         (message-use-alternative-email-as-from): Insert `hard-newline'
10212         instead of ordinary newlines.
10213
10214 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * message.el (message-generate-headers): Downcase the argument
10217         given to message-check-element.
10218
10219 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10220
10221         * nntp.el (nntp-authinfo-rejected): New error condition.
10222         (nntp-wait-for): Use new error condition to signal authentication
10223         error.
10224         (nntp-retrieve-data): Rethrow new error condition to break out of
10225         recursive call to nntp-send-authinfo.
10226
10227 2005-11-08  Romain Francoise  <romain@orebokech.com>
10228
10229         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10230         (gnus-summary-exit-map): Bind to `Z p'.
10231         (gnus-summary-make-menu-bar): Add menu item.
10232
10233 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10234
10235         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10236         (gnus-treat-*): Add `first' in all doc strings.
10237
10238         * gnus-group.el (gnus-group-compact-group): Fix typo.
10239
10240 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus.el (gnus-parameters-case-fold-search): New variable.
10243         (gnus-parameters-get-parameter): Use it.
10244
10245         * gnus-score.el (gnus-home-score-file): Doc fix.
10246
10247 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10248
10249         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10250
10251 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * mm-util.el (mm-special-display-p): New function.
10254
10255         * mml.el (mml-preview): Use it; doc fix.
10256
10257 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10258
10259         * imap.el (imap-open): Handle case where buffer is a buffer object.
10260
10261 2005-10-29  Romain Francoise  <romain@orebokech.com>
10262
10263         * message.el (message-fix-before-sending): Fix comment.
10264
10265 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10266
10267         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10268
10269 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10270
10271         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10272         Used in gnus-score.el.
10273
10274 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10277
10278 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10281         whitespace removed in revision 7.8.  Use concatenated string to
10282         protect trailing whitespace.
10283
10284 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10285
10286         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10287         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10288         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10289         Courier IMAP ("some version from 2004").  Mostly based on similar
10290         code in the same function.
10291
10292 2005-10-26  Didier Verna  <didier@xemacs.org>
10293
10294         * gnus-group.el (gnus-group-compact-group): Invalidate original
10295         article buffer.
10296         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10297         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10298         NOV database and in article itself.
10299         Invalidate article backlog.
10300
10301 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10304
10305 2005-10-26  Simon Josefsson  <jas@extundo.com>
10306
10307         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10308         part of 2004-07-25 change.
10309
10310 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * message.el (message-display-completion-list): New function.
10313         (message-expand-group): Use it; make sure the Completions buffer
10314         is modifiable.
10315 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10316
10317         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10318         user-mail-name is an empty string.
10319
10320 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10321
10322         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10323         depending on gnus-score-decay-constant.
10324
10325         * encrypt.el (encrypt-insert-file-contents)
10326         (encrypt-write-file-contents): Don't use `gnus-message'.
10327
10328         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10329         arguments.
10330         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10331         arguments to mm-uu-verbatim-marks-extract.
10332         (mm-uu-hide-markers): New variable.
10333         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10334
10335         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10336         (gnus-convert-image-to-face-command): Use "convert" by default to
10337         allow other input image formats.
10338         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10339         accordingly.
10340
10341 2005-10-23  Simon Josefsson  <jas@extundo.com>
10342
10343         * imap.el (imap-gssapi-program): Align command line parameters
10344         with latest GNU SASL.
10345         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10346
10347 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10348
10349         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10350         HTML.
10351         (nnslashdot-request-article): Ditto.
10352
10353         * lpath.el (featurep): Add nobreak-char-display.
10354
10355 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10356
10357         * mail-source.el (mail-source-fetch-pop): Require pop3.
10358         (mail-source-check-pop): Ditto.
10359
10360 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10363         errors.
10364
10365 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10368         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10369
10370         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10371
10372         * mm-bodies.el (mm-decode-string): Call
10373         `mm-charset-to-coding-system' with allow-override argument.
10374
10375 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10378         (rfc2047-charset-to-coding-system): New function.
10379         (rfc2047-decode-encoded-words): New function.
10380         (rfc2047-decode-region): Use them.
10381         (rfc2047-decode-cte): Remove.
10382         (rfc2047-parse-and-decode): Remove.
10383         (rfc2047-decode): Remove.
10384
10385 2005-10-15  Kenichi Handa  <handa@m17n.org>
10386
10387         * rfc2047.el (rfc2047-decode-cte): New function.
10388         (rfc2047-decode-region): Change the way to decode successive
10389         encoded-words: decode B- or Q-encoding in each encoded-word,
10390         concatenate them, and decode it as charset.
10391
10392 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * lpath.el: Fbind codepage-setup for XEmacs.
10395
10396 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10397
10398         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10399         widget-move-and-invoke.
10400         (gnus-custom-mode): Use gnus-custom-map.
10401
10402 2005-10-15  Bill Wohler  <wohler@newt.com>
10403
10404         * message.el (message-tool-bar-map): Renamed image file from
10405         mail_send to mail/send.
10406
10407 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10408
10409         * message.el (message-expand-group): Pass the common
10410         prefix substring of completion to `display-completion-list'.
10411
10412 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10413
10414         * mml-sec.el (mml-secure-method): New internal variable.
10415         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10416         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10417         functions using mml-secure-method.
10418
10419         * mml.el (mml-mode-map): Add key bindings for those functions.
10420         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10421         Harder <harder@myrealbox.com>.
10422         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10423         end of message if point is the headers of the message.
10424
10425         * message.el (message-in-body-p): New function.
10426
10427         * assistant.el: Autoload gnus-util and netrc.
10428
10429         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10430         Use `mm-charset-override-alist' only when decoding.
10431
10432         * mm-bodies.el (mm-decode-body): Call
10433         `mm-charset-to-coding-system' with allow-override argument.
10434
10435         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10436         `filename' from Content-Disposition if Content-Type doesn't
10437         provide `name'.
10438         (gnus-mime-view-part-as-type): Set default instead of
10439         initial-input.
10440
10441 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10442
10443         * format-spec.el (format-spec): Propagate text properties of % spec.
10444
10445 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * gnus-art.el (gnus-treat-predicate): Add `first'.
10448
10449 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10452         (mm-charset-override-alist): New variable.
10453         (mm-charset-to-coding-system): Use it.
10454         (mm-codepage-setup): New helper function.
10455         (mm-charset-eval-alist): New variable.
10456         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10457         about unknown charsets.
10458
10459         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10460
10461 2005-10-04  David Hansen  <david.hansen@gmx.net>
10462
10463         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10464         (nnrss-check-group): Ditto.
10465
10466 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10469         Rename x-gnus-verbatim to x-verbatim.
10470         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10471
10472         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10473         x-verbatim.
10474
10475         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10476
10477         * gnus-util.el (gnus-remove-duplicates): Remove.
10478
10479         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10480         instead of gnus-remove-duplicates.
10481
10482         * message.el (message-remove-duplicates): Remove.
10483         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10484         message-remove-duplicates.
10485
10486         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10487         available, else use implementation from `delete-dups'.
10488
10489         * message.el (message-insert-expires): New function.
10490         (message-mode-map): Add key binding.
10491         (message-mode-field-menu): Add menu entry.
10492         (message-mode): Document it.
10493         (message-make-expires-date): Use `message-make-date'.
10494
10495 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10496
10497         * message.el (message-make-expires-date): New function.
10498
10499 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * Makefile.in (list-installed-shadows): New entry.
10502         (install): Use it.
10503         (remove-installed-shadows): New entry.
10504
10505         * dgnushack.el (dgnushack-default-load-path): New variable.
10506         (dgnushack-find-lisp-shadows): New function.
10507         (dgnushack-remove-lisp-shadows): New function.
10508
10509 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * Makefile.in (install-el-elc): New entry.
10512         (install): Use it so that .el files are necessarily installed.
10513
10514 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10517
10518 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10519
10520         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10521         function rather than the diff-mode.el package.
10522         (mm-display-external): Use with-current-buffer.
10523         (mm-viewer-completion-map, mm-viewer-completion-map):
10524         Move initialization inside declaration.
10525
10526 2005-09-29  Simon Josefsson  <jas@extundo.com>
10527
10528         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10529         autoload mail-check-payment.
10530         (spam-check-hashcash): Define unconditionally, since hashcash.el
10531         is part of Gnus now.  Ignore errors from payment checking.
10532
10533 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * message.el (message-bold-region, message-unbold-region): Rename
10536         from `bold-region' and `unbold-region'.
10537
10538         * message.el: Remove useless autoloads.
10539
10540 2005-09-28  Simon Josefsson  <jas@extundo.com>
10541
10542         * message.el (message-use-idna): Default to t.
10543         (message-use-idna): Test whether encoding works too.  Doc fix.
10544
10545 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * nntp.el (nntp-warn-about-losing-connection): Remove.
10548
10549 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10550
10551         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10552         customizable.  Change default value.
10553         (mm-uu-diff-groups-regexp): Change default value.
10554         (mm-uu-type-alist): Add doc string.
10555         (mm-uu-configure): Add doc string.  Make it interactive.
10556         (mm-uu-tex-groups-regexp): New variable.
10557         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10558         (mm-uu-type-alist): Add LaTeX documents.
10559         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10560         of "text/verbatim".
10561         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10562
10563         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10564         instead of "text/verbatim".
10565
10566         * message.el (message-mark-inserted-region)
10567         (message-mark-insert-file): Use slrn style marks when called with
10568         prefix argument.
10569
10570 2005-09-27  Simon Josefsson  <jas@extundo.com>
10571
10572         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10573
10574 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10575
10576         * message.el (message-remove-duplicates): New function.
10577         Implementation borrowed from `gnus-remove-duplicates'.
10578         (message-idna-to-ascii-rhs): Also encode idna addresses in
10579         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10580         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10581         only ask about the same idna domain once per header and also tell
10582         in what header to replace the idna domain.
10583
10584         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10585         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10586         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10587         a header is decoded and not just the last one.
10588
10589 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10592         has been decoded.
10593
10594         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10595         (mm-insert-part): Don't modify text if it has been decoded.
10596
10597         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10598         decoded.
10599
10600         * mm-view.el (mm-inline-text): Don't strip text props unless
10601         decoding enriched or richtext parts.
10602
10603 2005-09-25  Romain Francoise  <romain@orebokech.com>
10604
10605         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10606         * gnus-start.el (gnus-subscribe-interactively):
10607         * gnus-uu.el (gnus-uu-grab-articles):
10608         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10609         space.
10610
10611 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10612
10613         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10614         * mm-view.el (mm-view-pkcs7-decrypt):
10615         * gnus-sum.el (gnus-summary-limit-to-extra)
10616         (gnus-summary-respool-article, gnus-read-move-group-name):
10617         * gnus-score.el (gnus-summary-increase-score):
10618         * gnus-util.el (gnus-completing-read-with-default):
10619         * gnus-art.el (gnus-read-save-file-name)
10620         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10621         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10622         * message.el (message-check-news-header-syntax):
10623         Follow convention for reading with the minibuffer.
10624
10625 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * spam-report.el (spam-report-url-ping-plain):
10628         Use gnus-extended-version as User-Agent.
10629
10630         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10631         default value is nil.
10632
10633         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10634         (mm-uu-verbatim-marks-extract): New function.
10635         (mm-uu-extract): New face.
10636         (mm-uu-copy-to-buffer): Use it.
10637
10638         * spam-report.el (spam-report-gmane-ham): Renamed from
10639         `spam-report-gmane-unspam'.
10640         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10641         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10642
10643         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10644         Autoload.
10645         (spam-report-gmane-unregister-routine): Renamed
10646         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10647
10648 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10649
10650         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10651         (spam-report-gmane-unregister-routine): Add support for gmane
10652         unregistration.
10653
10654         * spam-report.el (spam-report-gmane-unspam)
10655         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10656         (spam-report-gmane): Change to take a single article and do unspam
10657         registration.
10658
10659 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10660
10661         * mm-url.el (mm-url-decode-entities): Fix regexp.
10662
10663 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10664
10665         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10666         default to nil, to be able to use Gnus at all.  If the default
10667         switches to something else, then the function should be fixed not
10668         be exceedingly slow.
10669
10670 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10671
10672         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10673         fail hard.
10674
10675         * spam-report.el: Add better Keywords line.
10676
10677         * spam.el: Add Maintainer and better Keywords line.
10678
10679 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * gnus-art.el (gnus-article-replace-part)
10682         (gnus-mime-replace-part): New functions.
10683         (gnus-mime-action-alist, gnus-mime-button-commands)
10684         (gnus-mime-save-part-and-strip): Added file argument.
10685         (gnus-article-part-wrapper): Added interactive argument.
10686
10687         * gnus-sum.el (gnus-summary-mime-map): Add
10688         `gnus-article-replace-part'.
10689
10690 2005-09-19  Didier Verna  <didier@xemacs.org>
10691
10692         The nnml compaction feature:
10693         * nnml.el (nnml-request-compact-group): New function.
10694         * nnml.el (nnml-request-compact): New function.
10695         * gnus-int.el (gnus-request-compact-group): New function.
10696         * gnus-int.el (gnus-request-compact): New function.
10697         * gnus-group.el (gnus-group-compact-group): New function.
10698         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10699         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10700         * gnus-srvr.el (gnus-server-compact-server): New function.
10701         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10702         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10703
10704 2005-09-18  Deepak Goel  <deego@gnufans.org>
10705
10706         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10707         format spec.
10708
10709 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10712
10713 2005-09-15  Romain Francoise  <romain@orebokech.com>
10714
10715         * message.el (message-fill-paragraph): Clarify docstring.
10716
10717 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-art.el (gnus-mime-display-part): Protect against broken
10720         MIME messages.
10721
10722 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10725         before parsing header.
10726
10727 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10728
10729         * html2text.el (html2text-replace-list): Add new entities.
10730
10731 2005-09-11  Romain Francoise  <romain@orebokech.com>
10732
10733         * message.el (message-alternative-emails): Improve docstring.
10734         (message-setup-1): Call `message-use-alternative-email-as-from'
10735         after `message-setup-hook' to give it precedence over posting
10736         styles, etc.
10737         (message-use-alternative-email-as-from): Add docstring.  Remove
10738         the original From header if present.
10739
10740         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10741         (nnml-save-mail): Use it.
10742
10743         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10744         articles.  Add new argument `silent'.
10745         (gnus-uu-mark-all): Report the total number of marked articles.
10746
10747 2005-09-10  Romain Francoise  <romain@orebokech.com>
10748
10749         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10750         (gnus-uu-mark-series): Likewise.
10751
10752 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * spam-report.el (spam-report-gmane): Fix generation of spam
10755         report URL.
10756
10757 2005-09-10  Simon Josefsson  <jas@extundo.com>
10758
10759         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10760         t, based on discussion on the ding list with Robert Epprecht
10761         <epprecht@solnet.ch>.
10762
10763 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * spam-report.el (spam-report-gmane): Make it work without
10766         X-Report-Spam header.  Gmane now only provides Archived-At.
10767         This is only used if `spam-report-gmane-use-article-number' is nil.
10768         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10769
10770         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10771         make `gnus-summary-sort-by-recipient' work with threading.
10772
10773         * nnweb.el (nnweb-google-wash-article): Print a message if article
10774         is not available.
10775
10776 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10777
10778         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10779         change.  Decode text/* parts content before displaying.
10780
10781 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10784
10785 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10788
10789         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10790         url-package-name, url-package-version,
10791         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10792         w3m-display-inline-images, and w3m-minor-mode-map.
10793
10794 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * message.el (message-tab-body-function): Fix mismatched custom type.
10797
10798         * gnus.el (gnus-group-change-level-function): Ditto.
10799
10800         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10801
10802         * gnus-art.el (gnus-signature-limit)
10803         (gnus-article-mime-part-function): Ditto.
10804
10805 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * mml.el (mml-mode): Silence the byte compiler.
10808
10809         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10810         using `(sit-for 0)' before moving the point to the specified part;
10811         skip unbuttonized parts.
10812         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10813         return to the summary window if gnus-auto-select-part is non-nil.
10814
10815 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10818         variables.
10819         (mml-dnd-attach-file, mml-mode): Use them.
10820
10821         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10822         Make fetching article by MID work again for Google Groups.  Added
10823         FIXME concerning gnus-group-make-web-group.
10824
10825         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10826         Don't depend on Gnus by using mail-extract-address-components if
10827         gnus-extract-address-components is not bound.
10828
10829 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10830
10831         * gnus-art.el (gnus-mime-display-security): Don't display the
10832         signature, but only the signed part.
10833
10834 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10837
10838         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10839         list, not listp.
10840
10841 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10842
10843         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10844         when encoding.
10845
10846         * mm-bodies.el (mm-decode-content-transfer-encoding):
10847         De-canonicalize CRLF for all text content types, not just
10848         text/plain.
10849
10850 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10853         valid article; point arrow and cursor at the MIME button.
10854
10855 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10858         Suggested by Dan Christensen <jdc@uwo.ca>.
10859
10860         * mm-decode.el (mm-save-part): Enable change of prompt.
10861
10862 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10863
10864         * gnus-msg.el (gnus-inews-add-send-actions): Made
10865         `message-post-method' lambda parameter ARG `&optional'.
10866
10867 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * gnus-sum.el (gnus-summary-mime-map): Added
10870         gnus-article-save-part-and-strip, gnus-article-delete-part and
10871         gnus-article-jump-to-part.
10872
10873         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10874         (gnus-article-edit-part): Use it.
10875         (gnus-article-part-wrapper): Added no-handle argument.
10876         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10877         functions.
10878
10879 2005-08-29  Romain Francoise  <romain@orebokech.com>
10880
10881         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10882         docstring.
10883         (gnus-face-from-file): Likewise.
10884
10885 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10886
10887         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10888         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10889         non-nil.
10890         (gnus-auto-select-part): New variable.
10891         (gnus-article-jump-to-part): New function.
10892         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10893         (gnus-mime-delete-part): Allow selecting specified part after
10894         deleting or stripping parts.
10895         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10896         part if argument is bogus.
10897
10898 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10899
10900         * gnus-art.el (w3m-minor-mode-map):
10901         * gnus-spec.el (gnus-newsrc-file-version):
10902         * gnus-util.el (nnmail-active-file-coding-system)
10903         (gnus-original-article-buffer, gnus-user-agent):
10904         * gnus.el (gnus-ham-process-destinations)
10905         (gnus-parameter-ham-marks-alist)
10906         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10907         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10908         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10909         * mm-decode.el (gnus-current-window-configuration):
10910         * mm-extern.el (gnus-article-mime-handles):
10911         * mm-url.el (url-current-object, url-package-name)
10912         (url-package-version):
10913         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10914         (smime-keys, w3m-cid-retrieve-function-alist)
10915         (w3m-current-buffer, w3m-display-inline-images)
10916         (w3m-minor-mode-map):
10917         * mml-smime.el (gnus-extract-address-components):
10918         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10919         (gnus-newsrc-hashtb, message-default-charset)
10920         (message-deletable-headers, message-options)
10921         (message-posting-charset, message-required-mail-headers)
10922         (message-required-news-headers):
10923         * mml1991.el (mc-pgp-always-sign):
10924         * mml2015.el (mc-pgp-always-sign):
10925         * nnheader.el (nnmail-extra-headers):
10926         * rfc1843.el (gnus-decode-encoded-word-function)
10927         (gnus-decode-header-function, gnus-newsgroup-name):
10928         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10929
10930 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10931
10932         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10933         the end of the date treatments.
10934
10935 2005-08-15  Simon Josefsson  <jas@extundo.com>
10936
10937         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10938         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10939         Capello and Romain Francoise.
10940         (pgg-fetch-key-function): Removed, not used?
10941         (pgg-insert-url-with-w3): Require url, to get
10942         url-insert-file-contents regardless of where it is defined.
10943
10944 2005-08-13  Romain Francoise  <romain@orebokech.com>
10945
10946         * message.el (message-cite-original-1): New function.
10947         (message-cite-original): Use it.
10948         (message-cite-original-without-signature): Ditto.
10949
10950 2005-08-08  Romain Francoise  <romain@orebokech.com>
10951
10952         * message.el (message-yank-empty-prefix): New variable.
10953         (message-indent-citation): Use it.
10954         (message-cite-original-without-signature): Respect X-No-Archive.
10955
10956 2005-08-08  Simon Josefsson  <jas@extundo.com>
10957
10958         * pgg.el: Autoload url-insert-file-contents instead of loading
10959         w3/url.
10960         (pgg-insert-url-with-w3): Don't load url here.
10961
10962 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10963
10964         * message.el (message-kill-to-signature): Don't insert newline at
10965         bol.
10966         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10967
10968 2005-08-06  Romain Francoise  <romain@orebokech.com>
10969
10970         * message.el (message-user-fqdn): Fix typo in docstring.
10971
10972 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10973
10974         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10975
10976         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10977
10978 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * mm-bodies.el (mm-encode-body): Use coding system rather than
10981         charset to encode text.
10982
10983         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10984         number of charsets if utf-8 is available (XEmacs).
10985
10986 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10989         taken from `gnus-button-mid-or-mail-regexp'.
10990         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10991         (gnus-button-alist): Improve regexp for domain part of the MIDs
10992         for news:localpart@domain buttons.
10993         (gnus-button-ctan-directory-regexp): Update.
10994
10995 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * sieve-manage.el (sieve-manage-interactive-login): Use
10998         make-local-variable rather than make-variable-buffer-local.
10999         (sieve-manage-open): Ditto.
11000         (sieve-manage-authenticate): Ditto.
11001
11002         * mml.el (mml-generate-mime-1): Make the content type default to
11003         text/plain if the filename is not specified.
11004
11005 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11008         instead of insert-buffer.
11009
11010         * message.el (message-yank-original): Ditto; set the mark at the
11011         end of the yanked message.
11012
11013 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11016         lines to scroll rather than to stop it.
11017
11018         * mml.el (mml-generate-default-type): Add doc string.
11019         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11020         default to application/octet-stream when determining the content
11021         type if it is not specified for the part or the mml contents; add
11022         a comment about mml-generate-default-type.
11023
11024 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11025
11026         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11027         make it default to application/octet-stream when determining the
11028         content type if it is not specified for the external contents.
11029
11030 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11033         segmented parameter but also other parameters might be there.
11034
11035 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * mm-decode.el (mm-display-external): Delete temp file, directory
11038         and buffer immediately if the external process is exited.
11039
11040 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11043         fewer lines than that of scroll-margin.
11044         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11045
11046 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * gnus-art.el (gnus-article-next-page): Revert.
11049         (gnus-article-beginning-of-window): New macro.
11050         (gnus-article-next-page-1): Use it.
11051         (gnus-article-prev-page): Ditto.
11052         (gnus-article-edit-part): Use insert-buffer-substring instead of
11053         insert-buffer.
11054         (gnus-article-edit-exit): Ditto.
11055
11056         * gnus-util.el (gnus-beginning-of-window): Remove.
11057         (gnus-end-of-window): Remove.
11058
11059         * lpath.el: Don't bind header-line-format and scroll-margin.
11060
11061 2005-07-25  Simon Josefsson  <jas@extundo.com>
11062
11063         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11064         to have the url package without w3.  Reported by Daiki Ueno
11065         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11066
11067 2005-07-20  Didier Verna  <didier@xemacs.org>
11068
11069         * gnus-diary.el: Remove the description comment (nndiary is now
11070         properly documented in the Gnus manual).
11071         Fix the spelling of "Back End".
11072         * nndiary.el: Ditto.
11073         Fix the copyright notice.
11074
11075 2005-07-18  Romain Francoise  <romain@orebokech.com>
11076
11077         * gnus-sum.el (gnus-summary-to-prefix)
11078         (gnus-summary-newsgroup-prefix): New variables.
11079         (gnus-summary-from-or-to-or-newsgroups): Use them.
11080
11081 2005-07-17  Romain Francoise  <romain@orebokech.com>
11082
11083         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11084         space as it's generally not especially interesting to the user.
11085
11086 2005-07-16  Romain Francoise  <romain@orebokech.com>
11087
11088         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11089         nil to avoid prompting and file modification if one of the
11090         messages at the top of the nnfolder file contains a copyright
11091         notice.
11092         Update copyright notice.
11093
11094         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11095         instead of `current-time-string' as the latter creates a time
11096         string that is not RFC 2822 compliant (it lacks the zone).
11097         Update copyright notice.
11098
11099 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11100
11101         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11102         for text/rtf.  Display default in prompt.  Pass default for M-n.
11103
11104         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11105
11106 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11107
11108         * gnus-msg.el (gnus-button-mailto): Remove
11109         save-selected-window-window hackery because it relies on
11110         save-selected-window internals.
11111
11112 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11115         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11116         (gnus-article-prev-page): Ditto.
11117
11118         * gnus-util.el (gnus-beginning-of-window): New function.
11119         (gnus-end-of-window): New function.
11120
11121         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11122
11123 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11124
11125         * gnus-score.el (gnus-score-edit-all-score): Set
11126         gnus-score-edit-exit-function to gnus-score-edit-done and call
11127         gnus-message.
11128
11129 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11130
11131         * gnus-msg.el (gnus-button-mailto): Remove
11132         save-selected-window-window hackery because it relies on
11133         save-selected-window internals.
11134
11135 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11138         add-minor-mode.
11139         (gnus-binary-mode): Ditto.
11140
11141         * gnus-topic.el (gnus-topic-mode): Ditto.
11142
11143 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11144
11145         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11146         (gnus-article-prev-page): Take scroll-margin into consideration.
11147
11148 2005-07-04  Lute Kamstra  <lute@gnu.org>
11149
11150         Update FSF's address in GPL notices.
11151
11152 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11153
11154         * gnus.el (gnus-exit):
11155         * gnus-group.el (gnus-group-icons):
11156         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11157
11158         * gnus-nocem.el (gnus-nocem):
11159         * message.el (message-various, message-buffers, message-sending)
11160         (message-interface, message-forwarding, message-insertion)
11161         (message-headers, message-news, message-mail):
11162         * pgg-gpg.el (pgg-gpg):
11163         * pgg-parse.el (pgg-parse):
11164         * pgg-pgp.el (pgg-pgp):
11165         * pgg-pgp5.el (pgg-pgp5):
11166         * pop3.el (pop3): Finish `defgroup' description with period.
11167
11168 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * gnus-art.el (article-display-face): Improve the efficiency.
11171         (article-display-x-face): Ditto; remove grey x-face stuff.
11172
11173 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * gnus-art.el (article-display-face): Correct the position in
11176         which Faces are inserted.
11177
11178 2005-06-29  Didier Verna  <didier@xemacs.org>
11179
11180         * gnus-art.el (article-display-face): Display faces in correct
11181         order.
11182
11183 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11186         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11187         (gnus-nocem-check-article): Fetch the Type header.
11188         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11189         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11190         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11191         make sure gnus-nocem-hashtb is initialized.
11192         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11193         (gnus-nocem-unwanted-article-p): Ditto.
11194
11195         * pgg.el (pgg-verify): Return the verification result.
11196
11197 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11198
11199         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11200         is ascii.
11201
11202 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11203
11204         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11205         `show-nonbreak-escape'.
11206
11207 2005-06-23  Lute Kamstra  <lute@gnu.org>
11208
11209         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11210
11211         * dig.el (dig-mode):
11212         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11213
11214 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11215
11216         * nnimap.el (nnimap-split-download-body): Fix spellings.
11217
11218 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11219
11220         * gnus-art.el (gnus-article-encrypt-body):
11221         * gnus-cus.el (gnus-score-customize):
11222         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11223         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11224
11225 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11226
11227         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11228         header by looking for magic "MII" at the beginnig.
11229
11230 2005-06-16  Miles Bader  <miles@gnu.org>
11231
11232         * gnus-xmas.el (gnus-xmas-group-startup-message):
11233         Use renamed gnus-splash face.
11234
11235         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11236         (assistant-field-face): New backward-compatibility alias for renamed
11237         face.
11238         (assistant-render-text): Use renamed assistant-field face.
11239
11240         * spam.el (spam): Remove "-face" suffix from face name.
11241         (spam-face): New backward-compatibility alias for renamed face.
11242         (spam-face, spam-initialize): Use renamed spam face.
11243
11244         * message.el (message-header-to, message-header-cc)
11245         (message-header-subject, message-header-newsgroups)
11246         (message-header-other, message-header-name)
11247         (message-header-xheader, message-separator, message-cited-text)
11248         (message-mml): Remove "-face" suffix from face names.
11249         (message-header-to-face, message-header-cc-face)
11250         (message-header-subject-face, message-header-newsgroups-face)
11251         (message-header-other-face, message-header-name-face)
11252         (message-header-xheader-face, message-separator-face)
11253         (message-cited-text-face, message-mml-face):
11254         New backward-compatibility aliases for renamed faces.
11255         (message-font-lock-keywords): Use renamed message faces.
11256
11257         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11258         (sieve-test-commands, sieve-tagged-arguments):
11259         Remove "-face" suffix from face names.
11260         (sieve-control-commands-face, sieve-action-commands-face)
11261         (sieve-test-commands-face, sieve-tagged-arguments-face):
11262         New backward-compatibility aliases for renamed faces.
11263         (sieve-control-commands-face, sieve-action-commands-face)
11264         (sieve-test-commands-face, sieve-tagged-arguments-face):
11265         Use renamed sieve faces.
11266
11267         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11268         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11269         (gnus-group-news-3-empty, gnus-group-news-4)
11270         (gnus-group-news-4-empty, gnus-group-news-5)
11271         (gnus-group-news-5-empty, gnus-group-news-6)
11272         (gnus-group-news-6-empty, gnus-group-news-low)
11273         (gnus-group-news-low-empty, gnus-group-mail-1)
11274         (gnus-group-mail-1-empty, gnus-group-mail-2)
11275         (gnus-group-mail-2-empty, gnus-group-mail-3)
11276         (gnus-group-mail-3-empty, gnus-group-mail-low)
11277         (gnus-group-mail-low-empty, gnus-summary-selected)
11278         (gnus-summary-cancelled, gnus-summary-high-ticked)
11279         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11280         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11281         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11282         (gnus-summary-low-undownloaded)
11283         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11284         (gnus-summary-low-unread, gnus-summary-normal-unread)
11285         (gnus-summary-high-read, gnus-summary-low-read)
11286         (gnus-summary-normal-read, gnus-splash):
11287         Remove "-face" suffix from face names.
11288         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11289         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11290         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11291         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11292         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11293         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11294         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11295         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11296         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11297         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11298         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11299         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11300         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11301         (gnus-summary-normal-ticked-face)
11302         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11303         (gnus-summary-normal-ancient-face)
11304         (gnus-summary-high-undownloaded-face)
11305         (gnus-summary-low-undownloaded-face)
11306         (gnus-summary-normal-undownloaded-face)
11307         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11308         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11309         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11310         (gnus-splash-face):
11311         New backward-compatibility aliases for renamed faces.
11312         (gnus-group-startup-message): Use renamed gnus faces.
11313
11314         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11315         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11316         (gnus-server-agent): Remove "-face" suffix from face names.
11317         (gnus-server-agent-face, gnus-server-opened-face)
11318         (gnus-server-closed-face, gnus-server-denied-face)
11319         (gnus-server-offline-face):
11320         New backward-compatibility aliases for renamed faces.
11321         (gnus-server-agent-face, gnus-server-opened-face)
11322         (gnus-server-closed-face, gnus-server-denied-face)
11323         (gnus-server-offline-face): Use renamed gnus faces.
11324
11325         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11326         Remove "-face" suffix from face names.
11327         (gnus-picon-xbm-face, gnus-picon-face):
11328         New backward-compatibility aliases for renamed faces.
11329
11330         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11331         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11332         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11333         (gnus-cite-11): Remove "-face" suffix from face names.
11334         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11335         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11336         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11337         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11338         New backward-compatibility aliases for renamed faces.
11339         (gnus-cite-attribution-face, gnus-cite-face-list)
11340         (gnus-article-boring-faces): Use renamed gnus faces.
11341
11342         * gnus-art.el (gnus-signature, gnus-header-from)
11343         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11344         (gnus-header-content): Remove "-face" suffix from face names.
11345         (gnus-signature-face, gnus-header-from-face)
11346         (gnus-header-subject-face, gnus-header-newsgroups-face)
11347         (gnus-header-name-face, gnus-header-content-face):
11348         New backward-compatibility aliases for renamed faces.
11349         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11350
11351         * gnus-sum.el (gnus-summary-selected-face)
11352         (gnus-summary-highlight): Use renamed gnus faces.
11353         * gnus-group.el (gnus-group-highlight): Likewise.
11354
11355 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11356
11357         * gnus-sieve.el (gnus-sieve-article-add-rule):
11358         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11359         * spam-stat.el (spam-stat-buffer-change-to-spam)
11360         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11361
11362         * message.el (message-is-yours-p):
11363         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11364
11365 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * mm-view.el (mm-inline-text): Withdraw the last change.
11368
11369 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11372         executing enriched-decode.
11373
11374 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11377         charset of tar files.
11378
11379 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11380
11381         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11382
11383 2005-06-04  Lute Kamstra  <lute@gnu.org>
11384
11385         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11386         information is never recorded.
11387
11388 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11389
11390         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11391
11392 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * pop3.el (pop3-apop): Run md5 in the binary mode.
11395
11396         * starttls.el (starttls-set-process-query-on-exit-flag):
11397         Use eval-and-compile.
11398
11399 2005-05-31  Simon Josefsson  <jas@extundo.com>
11400
11401         * smime.el (smime-replace-in-string): Define.
11402         (smime-cert-by-ldap-1): Use it.
11403
11404 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * gnus-art.el (article-display-x-face): Replace
11407         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11408
11409         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11410         set-process-query-on-exit-flag or process-kill-without-query.
11411
11412         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11413         loop instead of replace-regexp.
11414
11415         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11416         instead of process-kill-without-query if it is available.
11417
11418         * lpath.el: Fbind ldap-search-entries.
11419
11420         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11421         instead of find-file-hooks if it is available.
11422
11423         * mml1991.el: Bind pgg-default-user-id when compiling.
11424
11425         * mml2015.el: Bind pgg-default-user-id when compiling.
11426
11427         * nndraft.el (nndraft-request-associate-buffer):
11428         Use write-contents-functions instead of write-contents-hooks if it is
11429         available.
11430
11431         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11432         instead of find-file-hooks if it is available.
11433
11434         * nntp.el (nntp-open-connection): Replace
11435         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11436         (nntp-open-ssl-stream): Ditto.
11437         (nntp-open-tls-stream): Ditto.
11438
11439         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11440         set-process-query-on-exit-flag or process-kill-without-query.
11441         (starttls-open-stream-gnutls): Use it instead of
11442         process-kill-without-query.
11443         (starttls-open-stream): Ditto.
11444
11445 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11446
11447         * smime.el (smime-cert-by-ldap-1): Don't use
11448         replace-regexp-in-string.
11449
11450 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11451
11452         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11453
11454         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11455         in PEM format.  Adjust to the XEmacs compability.
11456
11457 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11460         by `string-to-number'.
11461         * gnus-agent.el (gnus-agent-regenerate-group)
11462         (gnus-agent-fetch-articles): Ditto.
11463         * gnus-art.el (gnus-button-fetch-group): Ditto.
11464         * gnus-cache.el (gnus-cache-generate-active)
11465         (gnus-cache-articles-in-group): Ditto.
11466         * gnus-group.el (gnus-group-set-current-level)
11467         (gnus-group-insert-group-line): Ditto.
11468         * gnus-score.el (gnus-score-set-expunge-below)
11469         (gnus-score-set-mark-below, gnus-summary-score-effect)
11470         (gnus-summary-score-entry): Ditto.
11471         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11472         (gnus-soup-pack): Ditto.
11473         * gnus-spec.el (gnus-xmas-format): Ditto.
11474         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11475         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11476         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11477         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11478         * nndb.el (nndb-get-remote-expire-response): Ditto.
11479         * nndiary.el (nndiary-parse-schedule-value)
11480         (nndiary-string-to-number, nndiary-request-replace-article)
11481         (nndiary-request-article): Ditto.
11482         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11483         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11484         * nneething.el (nneething-make-head): Ditto.
11485         * nnfolder.el (nnfolder-request-article)
11486         (nnfolder-retrieve-headers): Ditto.
11487         * nnheader.el (nnheader-file-to-number): Ditto.
11488         * nnkiboze.el (nnkiboze-request-article): Ditto.
11489         * nnmail.el (nnmail-process-unix-mail-format)
11490         (nnmail-process-babyl-mail-format): Ditto.
11491         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11492         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11493         (nnmh-request-create-group, nnmh-request-list-1)
11494         (nnmh-request-group, nnmh-request-article): Ditto.
11495         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11496         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11497         * nnsoup.el (nnsoup-make-active): Ditto.
11498         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11499         * nntp.el (nntp-find-group-and-number)
11500         (nntp-retrieve-headers-with-xover): Ditto.
11501         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11502         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11503         (pgg-format-key-identifier): Ditto.
11504         * pop3.el (pop3-last, pop3-stat): Ditto.
11505         * qp.el (quoted-printable-decode-region): Ditto.
11506
11507         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11508         of concat.
11509
11510 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11513
11514         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11515
11516         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11517
11518         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11519
11520         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11521
11522         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11523
11524         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11525         (gnus-carpal-mode): Ditto.
11526
11527         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11528         (gnus-browse-mode): Ditto.
11529
11530         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11531
11532         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11533
11534 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11535
11536         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11537
11538 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-util.el (gnus-run-mode-hooks): New function.
11541
11542         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11543
11544         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11545         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11546
11547 2005-05-27  Lute Kamstra  <lute@gnu.org>
11548
11549         * dns-mode.el (dns-mode): Specify customization group.
11550
11551 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11552
11553         * gnus-agent.el (gnus-agent-make-mode-line-string):
11554         Use mode-line-highlight as mouse-face.
11555
11556 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * canlock.el (canlock): Change the parent group to news.
11559
11560         * deuglify.el (gnus-outlook-deuglify): Add :group.
11561
11562         * dig.el (dig): Add :group.
11563
11564         * dns-mode.el (dns-mode): Add :group.
11565
11566         * encrypt.el (encrypt): Add :group.
11567
11568         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11569         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11570         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11571         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11572         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11573
11574         * gnus-diary.el (gnus-diary): Add :group.
11575
11576         * gnus.el (gnus-group-news-1-face): Add :group.
11577         (gnus-group-news-1-empty-face): Ditto.
11578         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11579         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11580         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11581         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11582         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11583         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11584         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11585         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11586         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11587         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11588         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11589         (gnus-summary-high-ticked-face): Ditto.
11590         (gnus-summary-low-ticked-face): Ditto.
11591         (gnus-summary-normal-ticked-face): Ditto.
11592         (gnus-summary-high-ancient-face): Ditto.
11593         (gnus-summary-low-ancient-face): Ditto.
11594         (gnus-summary-normal-ancient-face): Ditto.
11595         (gnus-summary-high-undownloaded-face): Ditto.
11596         (gnus-summary-low-undownloaded-face): Ditto.
11597         (gnus-summary-normal-undownloaded-face): Ditto.
11598         (gnus-summary-high-unread-face): Ditto.
11599         (gnus-summary-low-unread-face): Ditto.
11600         (gnus-summary-normal-unread-face): Ditto.
11601         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11602         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11603
11604         * hashcash.el (hashcash): New custom group.
11605         (hashcash-default-payment): Add :group.
11606         (hashcash-payment-alist): Ditto.
11607         (hashcash-default-accept-payment): Ditto.
11608         (hashcash-accept-resources): Ditto.
11609         (hashcash-path): Ditto.
11610         (hashcash-extra-generate-parameters): Ditto.
11611         (hashcash-double-spend-database): Ditto.
11612         (hashcash-in-news): Ditto.
11613
11614         * message.el (message-minibuffer-local-map): Add :group.
11615
11616         * netrc.el (netrc): Add :group.
11617
11618         * sieve-manage.el (sieve-manage-log): Add :group.
11619         (sieve-manage-default-user): Diito.
11620         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11621         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11622         (sieve-manage-authenticators): Ditto.
11623         (sieve-manage-authenticator-alist): Ditto.
11624         (sieve-manage-default-port): Ditto.
11625
11626         * sieve-mode.el (sieve-control-commands-face): Add :group.
11627         (sieve-action-commands-face): Ditto.
11628         (sieve-test-commands-face): Ditto.
11629         (sieve-tagged-arguments-face): Ditto.
11630
11631         * smime.el (smime): Add :group.
11632
11633         * spam-report.el (spam-report): Add :group.
11634
11635         * spam.el (spam, spam-face): Add :group.
11636
11637 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11638
11639         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11640         return \n.\n.\n at the end of articles.  Protect against that.
11641         (nntp-with-open-group): Allow debugging.
11642
11643         * nnheader.el (mail-header-set-extra): Make into a function
11644         because I just could't understand how to quote the list properly.
11645
11646         * dns.el (query-dns-cached): New function.
11647
11648 2005-05-26  Lute Kamstra  <lute@gnu.org>
11649
11650         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11651
11652 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11655
11656         * gnus-art.el: Don't autoload mail-extract-address-components.
11657
11658         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11659         eval-and-compile to evaluate it.
11660
11661         * hashcash.el: Don't autoload executable-find.
11662
11663         * nndb.el: Don't declare the nndb back end two or more times; don't
11664         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11665
11666         * nntp.el: Autoload format-spec instead of format; use
11667         eval-and-compile to evaluate autoload forms.
11668
11669 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11670
11671         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11672
11673 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11674
11675         * gnus.el (gnus-version-number): Bump version.
11676
11677 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11678
11679         * gnus.el: No Gnus v0.3 is released.
11680
11681 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11682
11683         * lpath.el (featurep): Bind show-nonbreak-escape.
11684
11685 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-art.el (gnus-article-edit-part): Disable undo.
11688
11689 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11692         gnus-article-date-lapsed-new-header is t if date timer is active;
11693         skip headers in which the original date value is empty.
11694         (gnus-article-save-original-date): Redefine it as a macro.
11695         (gnus-display-mime): Use it.
11696
11697 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * gnus-art.el (article-date-ut): Support converting date in
11700         forwarded parts as well.
11701         (gnus-article-save-original-date): New function.
11702         (gnus-display-mime): Use it.
11703
11704 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11705
11706         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11707         enclosure element of <item>.
11708
11709 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * message.el (message-kill-buffer-query): Renamed from
11712         `message-kill-buffer-query-if-modified'.  Added :version.
11713
11714 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11717         window layout.
11718
11719 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * mml.el: Autoload dnd when compiling.
11722
11723 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11726         x-dnd-*.
11727
11728 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * qp.el (quoted-printable-encode-region): Save excursion.
11731
11732 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11733
11734         * message.el (message-kill-buffer-query-if-modified): Add new variable
11735         so the user can kill a modified message buffer quickly.
11736         (message-kill-buffer): Use it.
11737
11738 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * lpath.el: Fbind display-time-event-handler; don't fbind
11741         string-to-multibyte.
11742
11743         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11744
11745 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11748         contained in text because xml.el decodes entities) with LFs.
11749
11750 2005-04-11  Lute Kamstra  <lute@gnu.org>
11751
11752         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11753         differently.
11754
11755 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11756
11757         * mm-util.el (mm-detect-coding-region): Typo.
11758
11759 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11762
11763 2005-04-06  Deepak Goel  <deego@gnufans.org>
11764
11765         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11766         user-function allow user modifications of the scores.
11767         (spam-stat-score-buffer-user): New function, to allow
11768         user-computed modifications to the score.
11769         (spam-stat-score-buffer-user-functions): List of additional
11770         scoring functions.
11771         (spam-stat-error-holder): Global temporary error holder.
11772         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11773         variable.
11774
11775 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11776
11777         * gnus-registry.el (gnus-registry-clean-empty-function)
11778         (gnus-registry-trim, gnus-registry-fetch-groups)
11779         (gnus-registry-delete-group): Groups that match
11780         `gnus-registry-ignored-groups' are removed from the registry
11781         entries, not just ignored for splitting.  This helps clean up the
11782         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11783         to get all the groups a message ID is in.
11784
11785         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11786         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11787         (spam-stat-score-buffer-user-functions): Add :number custom type.
11788
11789 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11792         argument in XEmacs.
11793
11794         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11795         (nnrss-request-group): Decode group name first.
11796         (nnrss-request-article): Make a text/plain article if mml-to-mime
11797         failed.
11798         (nnrss-get-encoding): Return a compatible encoding according to
11799         nnrss-compatible-encoding-alist.
11800         (nnrss-find-el): Use consp instead of listp.
11801         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11802
11803 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11806         which Emacs 20 doesn't support.
11807         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11808
11809 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11812         silence the byte compiler inside the defun.
11813
11814         * gnus-demon.el (parse-time-string): Add autoload.
11815
11816         * gnus-delay.el (parse-time-string): Add autoload.
11817
11818         * gnus-art.el (parse-time-string): Add autoload.
11819
11820         * nnultimate.el (parse-time): Require for `parse-time-string'.
11821
11822 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11825
11826         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11827
11828         * smime.el (smime-ldap-host-list): Add :version.
11829
11830 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11831
11832         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11833         pass it to `gnus-browse-read-group'.
11834         (gnus-browse-read-group): Add NUMBER argument and pass it to
11835         `gnus-group-read-ephemeral-group'.
11836
11837         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11838         argument and pass it to `gnus-group-read-group'.
11839
11840 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11841
11842         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11843         mm-xemacs-find-mime-charset-1 if we have the mule feature
11844         available at runtime.
11845
11846 2005-03-25  Werner Lemberg  <wl@gnu.org>
11847
11848         * nnmaildir.el: Replace `illegal' with `invalid'.
11849
11850 2005-03-23  Lute Kamstra  <lute@gnu.org>
11851
11852         * time-date.el: Add comment on time value formats.
11853         Don't require parse-time.
11854         (with-decoded-time-value): New macro.
11855         (encode-time-value): New function.
11856         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11857         (days-to-time): Return a valid time value when arg is huge.
11858         (time-since): Use time-subtract.
11859         (time-to-number-of-days): Use time-to-seconds.
11860
11861 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11862
11863         * gnus-start.el (gnus-display-time-event-handler):
11864         Check display-time-timer at runtime rather than only at load time
11865         in case display-time-mode is turned off in the mean time.
11866
11867 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11870         used.
11871
11872         * nneething.el (nneething-map-file-directory): Derive from
11873         `gnus-directory'.
11874
11875         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11876         the To/Cc button.
11877
11878 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * nnmaildir.el (nnmaildir-request-accept-article):
11881         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11882
11883 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11884
11885         * gnus-async.el: Require timer-funcs at compile time when in
11886         XEmacs for `run-with-idle-timer'.
11887
11888 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11889
11890         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11891         autoloaded function.
11892
11893 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11894
11895         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11896
11897 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11898
11899         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11900
11901 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11902
11903         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11904         gnus-expert-user to default.
11905
11906 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11907
11908         * nnimap.el (nnimap-open-server): Ditto.
11909
11910         * imap.el (imap-authenticate): Fix typo.
11911
11912 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11913
11914         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11915         buffer (since IMAP server might return FETCH response out of
11916         order, and the nntp buffer must be sorted).
11917
11918 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11919
11920         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11921         comparison on string.
11922
11923         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11924         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11925         (gnus-agent-summary-fetch-series): Modified to protect against
11926         gnus-agent-summary-fetch-group clearing processable flags.
11927         (gnus-agent-synchronize-group-flags): Update live group buffer as
11928         synchronization may occur due to the user toggle the plugged
11929         status.
11930         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11931         successfully downloaded.
11932         (gnus-agent-expire-group-1): Avoid using markers when the overview
11933         is in ascending order; greatly improves performance.
11934         (gnus-agent-regenerate-group): Use
11935         gnus-agent-synchronize-group-flags to reset read status in both
11936         gnus and server.
11937         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11938
11939 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11940
11941         * message.el: Don't autoload former message-utils variables.
11942         (message-strip-subject-trailing-was): Change doc string.
11943
11944         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11945         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11946         (nnweb-google-search): Add "hl=en" here.
11947         (nnweb-google-parse-1, nnweb-google-create-mapping):
11948         Don't hardcode URL.
11949
11950 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11951
11952         * message.el (message-get-reply-headers, message-followup):
11953         Mention related variables `message-use-followup-to' and
11954         `message-use-mail-followup-to', in the information buffer.
11955
11956         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11957         of broken groups(-beta).google.com.
11958
11959 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11960
11961         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11962         parameter to invoked gnus-request-move-article; remove the
11963         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11964         all at once instead of once per article.
11965         (gnus-summary-remove-process-mark): Accept a list of articles as
11966         well as a single article for processing.
11967
11968         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11969         parameter.
11970
11971         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11972
11973         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11974
11975         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11976         parameter.
11977
11978         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11979         parameter.
11980
11981         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11982         parameter and remove the gnus-sum-hint-move-is-internal variable.
11983
11984         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11985         parameter.
11986
11987         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11988         parameter.
11989
11990         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11991         parameter.
11992
11993         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11994
11995         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11996         parameter.
11997
11998         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11999         parameter.
12000
12001 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12002
12003         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12004         a more conservative way.
12005
12006 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12007
12008         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12009         buffer, so it moves the window's cursor.
12010
12011 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12012
12013         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12014         `mm-dissect-multipart' and receive the from field as an (optional)
12015         argument from `mm-dissect-multipart'.
12016         (mm-dissect-multipart): Receive the from field as an argument and
12017         pass it on when we call `mm-dissect-buffer' on MIME parts.
12018         Fixes verification/decryption of signed/encrypted MIME parts.
12019
12020 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12021
12022         * gnus-sum.el (gnus-summary-move-article): Set
12023         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12024         whatever it calls (right now, only nnimap-request-move article
12025         respects it).
12026
12027         * nnimap.el (nnimap-request-move-article): When
12028         gnus-sum-hint-move-is-internal is set, don't do the extra
12029         nnimap-request-article.
12030
12031 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12034
12035         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12036         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12037
12038         * gnus-sum.el (gnus-summary-caesar-message):
12039         Apply `gnus-treat-article' after rotation.
12040
12041         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12042         doc string.
12043
12044 2005-02-22  Simon Josefsson  <jas@extundo.com>
12045
12046         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12047         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12048         <arne@arnested.dk>.
12049         (encrypt): Add password-cache and password-cache-expiry as group
12050         members.
12051
12052 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12053
12054         * smime.el (smime-ldap-host-list): Doc fix.
12055         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12056         cache) password.
12057         (smime-sign-region): Use it.
12058         (smime-decrypt-region): Use it.
12059         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12060         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12061         fails.
12062         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12063         certificate from DER to PEM format rather than calling openssl.
12064
12065         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12066
12067         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12068         for signing/encryption.
12069
12070         * mml.el (mml-parse-1): Use them.
12071
12072 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12073
12074         * nnrss.el (nnrss-verbose): Removed.
12075         (nnrss-request-group): Use `nnheader-message' instead.
12076
12077 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12078
12079         * nnrss.el (nnrss-verbose): New variable.
12080         (nnrss-request-group): Make it say nnrss is requesting a group.
12081
12082 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12083
12084         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12085         Handle news URL with given port correctly.
12086
12087 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12090         containing special characters.
12091
12092         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12093
12094         * mml.el (mime-to-mml): Ditto.
12095
12096         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12097         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12098         (rfc2047-decode-region): Quote decoded words containing special
12099         characters when rfc2047-quote-decoded-words-containing-tspecials
12100         is non-nil.
12101
12102 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12103
12104         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12105
12106         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12107
12108 2005-02-15  Simon Josefsson  <jas@extundo.com>
12109
12110         * nnimap.el (nnimap-debug): Doc fix.
12111
12112         * imap.el (imap-debug): Doc fix.
12113
12114 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12117
12118 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12119
12120         * gnus.el (spam-contents): Improve docs for spam-contents
12121         parameter in its variable incarnation.
12122
12123 2005-02-14  Simon Josefsson  <jas@extundo.com>
12124
12125         * smime-ldap.el: Use require instead of load-library for ldap.
12126         (smime-ldap-search): Indent.
12127         (smime-ldap-search-internal): Shorten line.
12128
12129         * smime.el (smime-cert-by-dns): Add doc-string.
12130         (smime-cert-by-ldap-1): Indent.
12131
12132         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12133         mml-smime-get-dns-ldap.
12134         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12135
12136 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12137
12138         * smime.el: Require smime-ldap.
12139         (smime-ldap-host-list): New variable.
12140         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12141
12142         * mml-smime.el (mml-smime-encrypt-query): New function.
12143         (mml-smime-encrypt-query): Use it.
12144
12145         * smime-ldap.el: New file.
12146
12147 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12150
12151 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12154         argument in doc string.  Make query for type more clear.
12155
12156 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * gnus.el (gnus-group-startup-message): Search for gnus images in
12159         etc/images/gnus.
12160         * mm-util.el (mm-image-load-path): Likewise.
12161         * smiley.el (smiley-data-directory): Search for smilies in
12162         etc/images/smilies.
12163
12164 2005-02-09  Kim F. Storm  <storm@cua.dk>
12165
12166         Change Emacs release version from 21.4 to 22.1 throughout.
12167         Change Emacs development version from 21.3.50 to 22.0.50.
12168
12169 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12172
12173         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12174         non-Mule XEmacs as well.
12175         (mm-decompress-buffer): Signal an error intentionally if it does
12176         not decompress compressed data because auto-compression-mode is
12177         disabled.
12178
12179 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12180
12181         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12182         an ID in the registry even if it has no groups.
12183
12184 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12187         merge it into mm-decompress-buffer.
12188         (gnus-mime-copy-part): Use the MIME part charset, the value which
12189         a user specified or gnus-newsgroup-charset for decoding, like
12190         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12191         save-buffer what was used.  Suggested by Kevin Ryde
12192         <user42@zip.com.au>.
12193         (gnus-mime-inline-part): Allow the name parameter as well as the
12194         filename parameter; force decompressing of compressed data; always
12195         display contents being not decoded as unibyte.
12196
12197         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12198         as well as the filename parameter.
12199
12200         * mm-util.el (mm-decompress-buffer): Merge
12201         gnus-mime-jka-compr-maybe-uncompress.
12202         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12203         of compressed data.
12204
12205 2005-02-08  Simon Josefsson  <jas@extundo.com>
12206
12207         * imap.el (imap-log): Doc fix.
12208
12209 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12212         the coding cookies; decompress compressed parts.
12213
12214         * mml.el (mml-generate-mime-1): Add the charset parameter according
12215         to the value which a user specified manually or the coding cookie.
12216
12217         * mm-util.el (mm-string-to-multibyte): New function.
12218         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12219         (mm-coding-system-to-mime-charset): New function.
12220         (mm-decompress-buffer): New function.
12221         (mm-find-buffer-file-coding-system): New function.
12222
12223         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12224         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12225         parts.
12226
12227 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12228
12229         * mm-view.el (mm-display-inline-fontify): Decode a part according
12230         to the charset parameter.
12231
12232 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12235         prefix arg is neither nil nor a number, as info specifies.
12236
12237 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12240         timestamps.
12241
12242 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12243
12244         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12245         groups error checking and notify user.
12246
12247 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12248
12249         * message.el (message-send-mail-function): Check existence of
12250         sendmail-program first before using default value
12251         `message-send-mail-with-sendmail'.  Otherwise use more generic
12252         `smtpmail-send-it'.
12253
12254 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * nntp.el (nntp-request-update-info): Always return nil.
12257
12258 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12259
12260         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12261
12262 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12263
12264         * message.el (message-beginning-of-line): Change the behavior when
12265         invoked between BOL and : so that it first moves backward.
12266
12267 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12270         article buffer when editing of the article is discarded.
12271         (gnus-article-prepare): Revert.
12272
12273 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * gnus-art.el (gnus-article-prepare):
12276         Remove message-strip-forbidden-properties from the local hook.
12277
12278 2005-01-27  Simon Josefsson  <jas@extundo.com>
12279
12280         * password.el (password-cache-add): Only start one timer per key.
12281         Reported by Derek Atkins <warlord@MIT.EDU>.
12282
12283 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12284
12285         * run-at-time.el: Removed.  It is no longer needed as
12286         timer-funcs.el in the xemacs-base package has a working version of
12287         `run-at-time'.
12288
12289         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12290
12291         * password.el: Require timer-funcs instead of run-at-time in
12292         XEmacs.
12293         Remove `password-run-at-time' macro.
12294         (password-cache-add): Use `run-at-time' instead of
12295         `password-run-at-time'.
12296
12297         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12298         Remove `nnheader-cancel-function-timers' alias,
12299         `cancel-function-timers' exists in XEmacs in timer-funcs.
12300
12301         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12302         for `run-with-idle-timer'.
12303
12304         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12305         for `run-at-time'.
12306
12307         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12308         for `with-timeout'.
12309
12310         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12311         the same as for XEmacs 21.4.
12312         No need to ignore `run-with-idle-timer', this function exists in
12313         XEmacs now in timer-funcs.el in the xemacs-base package.
12314         (dgnushack-compile): No need to delete
12315         run-at-time.el from the list of files to compile because it
12316         doesn't exist anymore.
12317
12318 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12321         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12322
12323 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12324
12325         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12326         sensitively.
12327
12328 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12329
12330         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12331
12332 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12335         which will be inserted according to the multibyteness of a buffer
12336         rather than the type of contents.  Suggested by ARISAWA Akihiro
12337         <ari@mbf.ocn.ne.jp>.
12338
12339         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12340         of string which old xml.el may return rather than a string.
12341
12342 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12345
12346 2005-01-16  Simon Josefsson  <jas@extundo.com>
12347
12348         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12349         idn/idna.el isn't available.
12350         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12351         <michael@waxrat.com>.
12352
12353         * hashcash.el: Remove non-FSF copyright header.
12354
12355         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12356         (hashcash-generate-payment): Use it.
12357         (hashcash-generate-payment-async): Use it.
12358
12359 2005-01-15  Simon Josefsson  <jas@extundo.com>
12360
12361         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12362         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12363
12364         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12365         gnus-summary-idna-message.
12366         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12367         (gnus-summary-idna-message): New function.
12368
12369 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12370
12371         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12372         gnus-novice-user.
12373
12374 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * nnrss.el (nnrss-request-delete-group): Delete entries in
12377         nnrss-group-alist as well.
12378         (nnrss-save-server-data): Insert newline.
12379
12380 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * gnus.el (gnus-user-agent): Use list of symbols instead of
12383         symbols.  Display full version number for (S)XEmacs.  Optionally
12384         display (S)XEmacs codename.
12385
12386         * gnus-util.el (gnus-emacs-version): Update for new
12387         `gnus-user-agent'.
12388
12389         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12390         Gnus version.
12391
12392 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12395         which is unreadable in some setups.
12396
12397 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-spec.el (gnus-update-format-specifications): Flush the
12400         group format spec cache if it doesn't support decoded group names.
12401
12402 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12403
12404         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12405         Allow to apply decay on score files matching a regexp.
12406
12407 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12410         compatibility in %g and %c.
12411
12412 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12415         name for only %g and %c.
12416         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12417         of gnus-tmp-group to decoded group name.
12418         (gnus-group-make-rss-group): Exclude `/'s from group names.
12419
12420 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * nnrss.el (nnrss-get-encoding): Fix regexp.
12423
12424 2004-12-27  Simon Josefsson  <jas@extundo.com>
12425
12426         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12427         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12428         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12429
12430 2004-12-17  Kim F. Storm  <storm@cua.dk>
12431
12432         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12433
12434         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12435
12436 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12437
12438         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12439
12440 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * nnrss.el: Require rfc2047 and mml.
12443         (nnrss-file-coding-system): New variable.
12444         (nnrss-format-string): Redefine it as an inline function.
12445         (nnrss-decode-group-name): New function.
12446         (nnrss-string-as-multibyte): Remove.
12447         (nnrss-retrieve-headers): Decode group name; don't use
12448         nnrss-format-string.
12449         (nnrss-request-group): Decode group name.
12450         (nnrss-request-article): Decode group name; allow a Message-ID as
12451         well as an article number; don't use nnrss-format-string; encode a
12452         Message-ID string which may contain non-ASCII characters; use
12453         mml-to-mime to compose a MIME article.
12454         (nnrss-request-expire-articles): Decode group name.
12455         (nnrss-request-delete-group): Decode group name.
12456         (nnrss-fetch): Clarify error message.
12457         (nnrss-read-server-data): Use insert-file-contents instead of load;
12458         bind file-name-coding-system; use multibyte buffer.
12459         (nnrss-save-server-data): Bind coding-system-for-write to the
12460         value of nnrss-file-coding-system; bind file-name-coding-system;
12461         add coding cookie.
12462         (nnrss-read-group-data): Use insert-file-contents instead of load;
12463         bind file-name-coding-system; use multibyte buffer.
12464         (nnrss-save-group-data): Bind coding-system-for-write to the
12465         value of nnrss-file-coding-system; bind file-name-coding-system.
12466         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12467         make it work with non-ASCII text.
12468         (nnrss-find-el): Make it work with old xml.el as well.
12469
12470 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12471
12472         * nnrss.el (nnrss-get-encoding): New function.
12473         (nnrss-fetch): Use unibyte buffer initially; bind
12474         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12475         decode contents according to the encoding attribute.
12476         (nnrss-save-group-data): Add coding cookie.
12477         (nnrss-mime-encode-string): New function.
12478         (nnrss-check-group): Use it to encode subject and author.
12479
12480 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12481
12482         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12483         imaginary variable.
12484
12485 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12488         correctly even if there are wide characters.
12489
12490 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12491
12492         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12493         downcased symbol names; make a new cache instead of reusing
12494         bbdb-hashtable.
12495
12496 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12499         concatenating segments rather than before concatenating them.
12500         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12501
12502         * message.el (message-get-reply-headers): Bind `extra'.
12503
12504 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12505
12506         * message.el (message-extra-wide-headers): New variable.
12507         (message-get-reply-headers): Use it.
12508
12509 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12512         (gnus-agent-group-pathname): Ditto.
12513
12514         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12515
12516         * gnus-group.el (gnus-group-make-group): Decode group name.
12517         (gnus-group-make-rss-group): Register the group data after opening
12518         the nnrss group.
12519
12520 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12521
12522         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12523         by expiry now get marked as read.
12524
12525 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12528
12529 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12530
12531         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12532         unify Latin characters in XEmacs.
12533         (mm-find-mime-charset-region): Use it.
12534
12535 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * gnus-util.el (gnus-delete-directory): New function.
12538
12539         * gnus-agent.el (gnus-agent-delete-group): Use it.
12540
12541         * gnus-cache.el (gnus-cache-delete-group): Use it.
12542
12543 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12546         names.
12547
12548 2004-12-16  Simon Josefsson  <jas@extundo.com>
12549
12550         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12551
12552 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12553
12554         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12555
12556         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12557         (gnus-group-set-current-level): Decode group name.
12558
12559 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12560
12561         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12562         failed.
12563
12564 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-group.el (gnus-group-delete-group): Decode group name.
12567         (gnus-group-make-rss-group): Encode group name.
12568         (gnus-group-catchup-current): Decode group name.
12569         (gnus-group-kill-group): Decode group name.
12570
12571 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12572
12573         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12574
12575 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * gnus-group.el (gnus-group-make-rss-group):
12578         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12579
12580         * gnus-start.el (gnus-setup-news): Honor user's setting to
12581         gnus-message-archive-method.  Suggested by Lute Kamstra
12582         <lute@gnu.org>.
12583
12584 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12585
12586         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12587         global counterparts of the buffer-local variables.
12588
12589 2004-11-16  Romain Francoise  <romain@orebokech.com>
12590
12591         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12592         counterparts of the buffer-local variables.
12593
12594 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * message.el (message-forbidden-properties): Fixed typo in doc
12597         string.
12598
12599 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12600
12601         * gnus-util.el (gnus-replace-in-string): Added doc string.
12602
12603         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12604         to avoid problems when splitting mails with many recipients.
12605
12606 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12607
12608         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12609         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12610
12611 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12612
12613         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12614         if there is no hashtable in memory or file modification time is
12615         newer than cached timestamp.
12616
12617 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12620         not-matching option.
12621
12622 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12625         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12626         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12627         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12628         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12629         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12630
12631 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * message.el (message-forward-make-body-mml): Remove headers
12634         according to message-forward-ignored-headers if a message is decoded.
12635
12636 2004-12-02  Romain Francoise  <romain@orebokech.com>
12637
12638         * message.el (message-forward-make-body-plain): Always remove
12639         headers according to message-forward-ignored-headers.
12640
12641 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12642
12643         * spam.el (spam-summary-prepare-exit): Remove the
12644         gnus-summary-limit pop for now, it has problems with ham marks for
12645         me.
12646
12647 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12648
12649         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12650         correctly.
12651
12652 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12653
12654         * format-spec.el (format-spec): Message the char.
12655
12656 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12657
12658         * gnus-art.el (gnus-split-methods): Reformat comments.
12659
12660         * spam.el (spam-summary-prepare-exit): Remove article limits
12661         before exiting the summary buffer.
12662
12663 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12666         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12667
12668         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12669         order to silence the byte compiler.
12670
12671         * spam.el: Fix the way to silence the byte compiler, which
12672         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12673         bbdb-search-simple, spam-BBDB-register-routine,
12674         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12675         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12676         spam-stat-buffer-is-spam, spam-stat-load,
12677         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12678         spam-stat-save and spam-stat-split-fancy.
12679
12680 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12683         which may confuse users.
12684         (canlock-password-for-verify): Ditto.
12685
12686         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12687
12688         * gnus-art.el (gnus-emphasis-alist): Ditto.
12689
12690         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12691
12692         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12693
12694         * gnus-start.el (gnus-save-killed-list): Ditto.
12695
12696         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12697         (gnus-sum-thread-tree-root): Ditto.
12698         (gnus-sum-thread-tree-false-root): Ditto.
12699         (gnus-sum-thread-tree-single-indent): Ditto.
12700
12701         * message.el (message-courtesy-message): Ditto.
12702         (message-archive-note): Ditto.
12703         (message-subscribed-address-file): Ditto.
12704         (message-user-fqdn): Ditto.
12705
12706         * spam-report.el (spam-report-gmane-regex): Ditto.
12707
12708         * spam.el (spam-blackhole-good-server-regex): Ditto.
12709
12710 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * mml.el (mml-preview): Widen the message buffer before copying
12713         the contents to the preview buffer; sort headers before previewing.
12714
12715         * message.el (message-hidden-headers): Fix the way to avoid a bug
12716         in the `repeat' widget in Emacs 21.3 or earlier.
12717
12718 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * message.el (message-hidden-headers): Default to "^References:".
12721         Improve customization type.  Suggested by Reiner Steib
12722         <Reiner.Steib@gmx.de>.
12723
12724 2004-11-25  Romain Francoise  <romain@orebokech.com>
12725
12726         * message.el (message-strip-forbidden-properties): Remove check for
12727         obsolete `message-hidden' text property, hidden headers are not
12728         accessible in the buffer anymore.
12729
12730 2004-11-22  Romain Francoise  <romain@orebokech.com>
12731
12732         * message.el (message-header-format-alist): Add `From' in list
12733         so that it can be sorted.
12734         (message-fix-before-sending): Widen and sort headers before
12735         sending.
12736         (message-hide-headers): Use narrowing to hide headers by moving
12737         them to the top of the buffer and narrowing to the region
12738         underneath.
12739
12740 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12741
12742         * message.el (message-strip-forbidden-properties): Bind
12743         buffer-read-only (etc) to nil.
12744
12745 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12748         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12749
12750 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12751
12752         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12753
12754 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12755
12756         * dns.el (query-dns): Use sit-for to time instead of
12757         accept-process-output, since that doesn't seem to work on udp
12758         sockets.
12759
12760 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12763
12764 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12765
12766         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12767         doc string.  Improve doc string.
12768
12769 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * nntp.el (nntp-request-update-info): Return nil if
12772         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12773         may not call gnus-activate-group which uselessly issues the GROUP
12774         commands for all nntp groups and wastes time.  Reported by Romain
12775         Francoise <romain@orebokech.com>.
12776
12777         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12778
12779 2004-11-15  Simon Josefsson  <jas@extundo.com>
12780
12781         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12782         headers separately.
12783         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12784         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12785
12786 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * gnus-start.el (gnus-convert-old-newsrc):
12789         Assign legacy-gnus-agent to 5.10.7.
12790
12791 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792
12793         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12794         start of the lines.
12795
12796 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12797
12798         * hashcash.el (hashcash-default-payment): Change default to 20.
12799         (hashcash-default-accept-payment): Change default to 20.
12800         (hashcash-process-alist): New variable.
12801         (hashcash-generate-payment-async): Add.
12802         (hashcash-already-paid-p): Add.
12803         (hashcash-insert-payment): Don't generate payments twice.
12804         (hashcash-insert-payment-async): Add.
12805         (hashcash-insert-payment-async-2): Add.
12806         (hashcash-cancel-async): Add.
12807         (hashcash-wait-async): Add.
12808         (hashcash-processes-running-p): Add.
12809         (hashcash-wait-or-cancel): Add.
12810         (mail-add-payment): New optional argument.  Conditionally start
12811         asynchronous calculation.
12812         (mail-add-payment-async): Add.
12813
12814         * message.el (message-send-mail): Wait for asynchronous hashcash
12815         results.  Don't clobber existing X-Hashcash headers.
12816         (message-setup-1): Call mail-add-payment-async when
12817         message-generate-hashcash is non-nil.
12818
12819 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12820
12821         * message.el (message-use-alternative-email-as-from): Examine the
12822         From header as well; use message-make-from in order to include a
12823         user's full name.
12824
12825 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12828         default; improve customization type.
12829         (gnus-emphasis-custom-with-format): New macro.
12830         (gnus-emphasis-custom-value-to-external): New function.
12831         (gnus-emphasis-custom-value-to-internal): New function.
12832
12833 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12834
12835         * dns.el (query-dns): Resolve reverse addresses.
12836
12837 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12838
12839         * gnus-group.el (gnus-group-get-new-news): Use it.
12840
12841         * gnus-start.el (gnus-check-reasonable-setup): New function.
12842
12843 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12846         "Args out of range" error.  Reported by Arnaud Giersch
12847         <arnaud.giersch@free.fr>.
12848
12849 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12850
12851         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12852
12853 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12854
12855         * spam.el (spam group): Add :version.
12856
12857         * pgg-def.el (pgg group): Add :version.
12858
12859 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * gnus-art.el (gnus-article-edit-article): Don't associate the
12862         article buffer with a draft file.  This is a temporary measure
12863         against the 2004-08-22 change to gnus-article-edit-mode.
12864
12865 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12868         (html2text-format-tags): Remove unused variable `attr'.
12869
12870 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12873
12874         * tls.el (tls-process-connection-type, tls-success)
12875         (tls-certtool-program): Add :version.
12876
12877         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12878         (starttls-extra-arguments, starttls-process-connection-type)
12879         (starttls-connect, starttls-failure, starttls-success): Add :version.
12880
12881         * spam-stat.el (spam-stat): Add :version.
12882
12883         * sieve.el (sieve): Add :version.
12884
12885         * sha1.el (sha1): Add :version.
12886         (sha1-use-external): Remove redundant version.
12887
12888         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12889         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12890         (nnmail-split-fancy-match-partial-words)
12891         (nnmail-split-lowercase-expanded): Add :version.
12892
12893         * nndiary.el (nndiary): Add :version.
12894
12895         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12896
12897         * mml-sec.el (mml-default-sign-method)
12898         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12899         Add :version.
12900
12901         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12902
12903         * mm-url.el (mm-url-use-external, mm-url-program)
12904         (mm-url-arguments): Add :version.
12905
12906         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12907         (mm-attachment-file-modes, mm-decrypt-option)
12908         (mm-w3m-safe-url-regexp): Add :version.
12909
12910         * message.el (message-cite-prefix-regexp)
12911         (message-sendmail-envelope-from, message-minibuffer-local-map)
12912         (message-user-fqdn, message-completion-alist): Add :version.
12913
12914         * gnus-win.el (gnus-configure-windows-hook)
12915         (gnus-use-frames-on-any-display): Add :version.
12916
12917         * gnus-art.el (gnus-article-address-banner-alist)
12918         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12919         (gnus-treat-from-picon, gnus-treat-mail-picon)
12920         (gnus-treat-x-pgp-sig): Add :version.
12921
12922         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12923         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12924         (gnus-summary-article-delete-hook)
12925         (gnus-summary-display-while-building): Add :version.
12926
12927         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12928         (gnus-get-top-new-news-hook): Add :version.
12929
12930         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12931         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12932
12933         * gnus-registry.el (gnus-registry): Add :version.
12934
12935         * gnus-spec.el (gnus-use-correct-string-widths)
12936         (gnus-make-format-preserve-properties): Add :version.
12937
12938         * gnus.el (gnus-group-charter-alist)
12939         (gnus-group-fetch-control-use-browse-url)
12940         (gnus-install-group-spam-parameters): Add :version.
12941
12942         * gnus-diary.el (gnus-diary): Add :version.
12943
12944         * gnus-delay.el (gnus-delay): Add :version.
12945
12946         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12947         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12948         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12949         Add :version.
12950
12951         * gnus-agent.el (gnus-agent-max-fetch-size)
12952         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12953         (gnus-agent-prompt-send-queue): Add :version.
12954
12955         * deuglify.el (gnus-outlook-deuglify): Add :version.
12956
12957         * html2text.el: Beautify code.  Improve doc strings.  Some
12958         checkdoc cleanup.
12959         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12960
12961 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12962
12963         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12964
12965 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12966
12967         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12968         when package is loaded.
12969
12970         * spam.el (spam-summary-score-preferred-header): Add global preference
12971         for people who want to override the default SpamAssassin over
12972         Bogofilter preference (when both are set).
12973         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12974         (spam-user-format-function-S): Check
12975         spam-summary-score-preferred-header.
12976         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12977         (spam-user-format-function-S): Format the score correctly.
12978
12979 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12982         signature file.  Suggested by Manoj Srivastava
12983         <srivasta@golden-gryphon.com>.
12984
12985         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12986         iso-2022-jp even in the Japanese language environment.
12987         Suggested by Jason Rumney <jasonr@gnu.org>.
12988
12989 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12992         use the same characters as the dummy marks; make it free from
12993         getting affected by the language environment.
12994         (gnus-summary-read-group-1): Update mark positions only when the
12995         format spec is updated.
12996
12997         * gnus-spec.el (gnus-update-format-specifications): Return a list
12998         of updated types.
12999
13000 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13003         of boundp to check if display-warning is available.
13004
13005 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13006
13007         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13008
13009 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * nnspool.el (nnspool-spool-directory): Use news-path if the
13012         news-directory variable is not bound.
13013
13014         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13015         function instead of display-warning if it is not available.
13016
13017 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13020         v5-10: Use `point-at-bol'.
13021
13022 2004-10-26  Simon Josefsson  <jas@extundo.com>
13023
13024         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13025         <chenggao@gmail.com>.
13026
13027 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13030         instead.
13031
13032 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13033
13034         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13035         to remove a server from the nnimap-server-buffer-alist.
13036         (nnimap-open-connection, nnimap-close-server): Use it.
13037
13038         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13039
13040 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13043         running the major-mode function.
13044
13045 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13048         dummy marks in the right way.
13049
13050 2004-10-18  David Edmondson  <dme@dme.org>
13051
13052         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13053         excessively.
13054
13055 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13056
13057         * gnus-util.el (gnus-split-references): Accept a nil references
13058         string and go on blissfully.
13059
13060         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13061         cases where the references string is non-nil but has no references.
13062
13063         * encrypt.el: Add autoload tags.
13064
13065         * spam.el (spam-resolve-registrations-routine): Remove article
13066         from unregistration list too.  Reported by David Hanak
13067         <dhanak@isis.vanderbilt.edu>
13068
13069 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13072         nil.  Changed custom type.
13073
13074 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13075
13076         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13077
13078         * gnus-sum.el (gnus-summary-move-article): Use it.
13079
13080 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13081
13082         * encrypt.el: Add autoload cookies.
13083
13084         * spam.el (spam-backend-article-list-property)
13085         (spam-backend-get-article-todo-list)
13086         (spam-backend-put-article-todo-list)
13087         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13088         Resolve registrations separately.
13089         (spam-register-routine): Format comments.
13090         (spam-unregister-routine, spam-register-routine): Always call with
13091         specific-articles, no default list.
13092         (spam-summary-prepare-exit): Use the spam-classifications function.
13093
13094         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13095         gnus-encrypt.el.
13096
13097         * encrypt.el: Copied from gnus-encrypt.el.
13098
13099         * gnus-encrypt.el: Commented that it's obsolete.
13100
13101 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13102
13103         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13104         (gnus-score-save): Use it.
13105
13106         * message.el (message-bury): Use `window-dedicated-p'.
13107
13108 2004-10-15  Simon Josefsson  <jas@extundo.com>
13109
13110         * pop3.el (top-level): Don't require nnheader.
13111         (pop3-read-timeout): Add.
13112         (pop3-accept-process-output): Add.
13113         (pop3-read-response, pop3-retr): Use it.
13114
13115 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13116
13117         * spam.el (spam-register-routine): Move comment.
13118         (spam-verify-bogofilter): Use 'unknown for the initial
13119         spam-bogofilter-valid state, not 'never.
13120
13121         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13122         for netrc-machine.
13123
13124         * nnimap.el (nnimap-open-connection): Use
13125         netrc-machine-user-or-password.
13126
13127 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13128
13129         * gnus-registry.el (gnus-registry-unload-hook):
13130         Set as a variable with add-hook.
13131
13132         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13133         of news-path.
13134
13135         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13136
13137         * spam.el: Delete duplicate `provide'.
13138         (spam-unload-hook): Set as a variable with add-hook.
13139
13140 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13141
13142         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13143         in the doc string.
13144
13145         * message.el (message-ignored-news-headers)
13146         (message-ignored-supersedes-headers)
13147         (message-ignored-resent-headers)
13148         (message-forward-ignored-headers): Improve custom type.
13149
13150 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * message.el (message-tokenize-header): Fix 2004-09-06 change
13153         which used point-min in the wrong place.
13154
13155 2004-10-12  Simon Josefsson  <jas@extundo.com>
13156
13157         * tls.el (tls-certtool-program): New variable.
13158         (tls-certificate-information): New function, based on
13159         ssl-certificate-information.
13160
13161 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * compface.el: Move the version of ELisp-based uncompface program
13164         to the contrib directory because of the copyright problem.
13165
13166 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * message.el (message-kill-buffer): Raise the current frame.
13169
13170 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13173
13174         * gnus.el (message-y-or-n-p): Autoload.
13175
13176         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13177         (pop3-password-required, pop3-authentication-scheme)
13178         (pop3-leave-mail-on-server): Made customizable.
13179         (pop3): New custom group.
13180         (pop3-retr): Remove `sleep-for' statements.
13181         Suggested by Dave Love <fx@gnu.org>.
13182
13183         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13184         Windows/DOS.
13185
13186         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13187         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13188         Dave Love <fx@gnu.org>.
13189
13190         * mml.el (mml-minibuffer-read-disposition): Require match.
13191         Suggested by Dave Love <fx@gnu.org>.
13192
13193 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13194
13195         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13196         doc string.
13197
13198 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13201
13202 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13203
13204         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13205         instead of calling `mm-insert-inline', to decode text/* parts
13206         before displaying them.
13207
13208 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * mm-uu.el (mm-uu-text-plain-type): New variable.
13211         (mm-uu-pgp-signed-extract-1): Use it.
13212         (mm-uu-pgp-encrypted-extract-1): Use it.
13213         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13214         bind mm-uu-text-plain-type with that value.
13215         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13216         mm-uu-dissect.
13217
13218 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-group.el (gnus-update-group-mark-positions):
13221         * gnus-sum.el (gnus-update-summary-mark-positions):
13222         * message.el (message-check-news-body-syntax):
13223         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13224         of string-as-multibyte.
13225
13226 2004-10-05  Juri Linkov  <juri@jurta.org>
13227
13228         * gnus-group.el (gnus-update-group-mark-positions):
13229         * gnus-sum.el (gnus-update-summary-mark-positions):
13230         * message.el (message-check-news-body-syntax):
13231         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13232         8-bit unibyte values to a multibyte string for search functions.
13233
13234 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13237         (mm-uu-dissect-text-parts): New function.
13238
13239         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13240         dissect text parts.
13241
13242         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13243         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13244
13245         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13246
13247         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13248         gnus-current-topics instead of gnus-current-topic.
13249
13250 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13251
13252         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13253
13254 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13255
13256         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13257         where approriate.
13258
13259         * nnml.el (nnml-generate-active-info): do.
13260
13261         * nndiary.el (nndiary-generate-active-info): do.
13262
13263         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13264         (gnus-topic-move): do.
13265
13266         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13267         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13268
13269         * gnus-srvr.el (gnus-server-prepare)
13270         (gnus-server-open-all-servers): do.
13271
13272         * gnus-msg.el (gnus-summary-cancel-article)
13273         (gnus-summary-resend-message)
13274         (gnus-summary-mail-crosspost-complaint): do.
13275
13276         * gnus-move.el (gnus-change-server): do.
13277
13278         * gnus-group.el (gnus-group-unmark-all-groups)
13279         (gnus-group-set-current-level): do.
13280
13281 2004-10-04  Simon Josefsson  <jas@extundo.com>
13282
13283         * message.el (message-generate-hashcash): Doc fix.
13284
13285 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13286
13287         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13288         avoid infinite recursion via gnus-get-function.
13289
13290 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13291
13292         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13293
13294         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13295
13296         * nnmail.el (nnmail-split-history): do.
13297
13298         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13299         (nnml-request-delete-group): do.
13300
13301         * nnslashdot.el (nnslashdot-read-groups): do.
13302
13303         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13304         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13305
13306         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13307         (nnspool-sift-nov-with-sed): Use last.
13308         (nnspool-retrieve-headers-with-nov): Use mapc.
13309         (nnspool-request-newgroups): Use dolist.
13310         (nnspool-request-group): Use last.
13311
13312         * nntp.el (nntp-read-server-type): Use dolist.
13313
13314         * nnvirtual.el (nnvirtual-create-mapping)
13315         (nnvirtual-update-read-and-marked): Use dolist.
13316         (nnvirtual-convert-headers): Simplify.
13317
13318 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13319
13320         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13321         support for sync'ing tick marks.
13322
13323 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13326         there's no visible header.
13327
13328 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13329
13330         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13331         necessary, pass full group name to gnus-request-set-marks.
13332
13333 2004-10-01  Simon Josefsson  <jas@extundo.com>
13334
13335         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13336         acroread.
13337
13338 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13339
13340         * spam-report.el (spam-report-gmane): Fix interactive.
13341
13342         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13343
13344         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13345         when writing file.
13346         (gnus-agent-synchronize-flags): Don't default to being
13347         interactive.
13348
13349 2004-09-30  Simon Josefsson  <jas@extundo.com>
13350
13351         * message.el (message-generate-hashcash): Add.
13352         (message-send-mail): Use it, call mail-add-payment.
13353
13354 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13355
13356         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13357
13358 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13359
13360         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13361         gnus-requst-update-info with explicit code to sync the in-memory
13362         info read flags with the marks being sync'd to the backend.
13363
13364         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13365
13366 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13367
13368         * spam.el (spam-verify-bogofilter): Add new function.
13369         (spam-check-bogofilter)
13370         (spam-bogofilter-register-with-bogofilter): Use it.
13371         (spam-verify-bogofilter): Add small fixes.
13372
13373 2004-09-28  Simon Josefsson  <jas@extundo.com>
13374
13375         * hashcash.el (hashcash-generate-payment): Revert.
13376
13377 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13378
13379         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13380         gnus-extract-references instead of gnus-split-references.
13381
13382         * gnus-util.el (gnus-extract-references): Add new function, analogous
13383         to gnus-split-references but extracts only the message-ID without
13384         anything extra.
13385
13386         * hashcash.el (hashcash-generate-payment)
13387         (hashcash-check-payment): Do the right thing if hashcash-path is
13388         nil (because the hashcash program could not be found).
13389
13390         * spam.el (spam-use-hashcash): Remove comment.
13391
13392 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13393
13394         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13395         (gnus-cache-enter-article, gnus-cache-remove-article)
13396         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13397
13398         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13399
13400         * gnus-art.el (article-hide-boring-headers)
13401         (article-translate-strings, article-display-face)
13402         (gnus-article-mime-match-handle-first)
13403         (gnus-article-highlight-headers)
13404         (gnus-article-add-buttons-to-head): do.
13405
13406 2004-09-27  Simon Josefsson  <jas@extundo.com>
13407
13408         * hashcash.el: New version, from
13409         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13410         ../contrib/.
13411
13412 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13415
13416 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13417
13418         * gnus-dup.el (gnus-dup-open): Use mapc.
13419         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13420
13421         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13422         Reported by Stefan Wiens <s.wi@gmx.net>.
13423
13424         * gnus.el (gnus-shutdown): Use dolist.
13425
13426         * gnus-undo.el (gnus-undo): Use mapc.
13427
13428         * nnrss.el (nnrss-generate-active): do.
13429
13430         * message.el (message-cite-original-without-signature)
13431         (message-cite-original): Use mapc.
13432         (message-do-actions, message-make-forward-subject): Use dolist.
13433
13434 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13435
13436         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13437         deletion to remove entire duplicate line.  Fixes merged article
13438         number bug.
13439
13440 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13441
13442         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13443         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13444         first ask if you want to open a server and then, even when you
13445         responded with no, asking if you want to synchronize the server's
13446         flags.
13447         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13448         multi-line expressions.
13449         (gnus-agent-synchronize-group-flags): New internal function.
13450         Updates marks in memory (in the info structure) AND in the
13451         backend.
13452
13453         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13454
13455         * nnagent.el (nnagent-request-set-mark): Use
13456         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13457         method, to ensure that synchronization updates marks in the
13458         backend and in the info (in memory) structure.
13459
13460 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13463         convention fully; don't miss the root article of a thread; make
13464         the X-Draft-From header with correct article numbers.
13465
13466 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13467
13468         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13469         unless plugged.  Disable the agent so that an open failure causes
13470         an error.
13471
13472         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13473         Reverted 2004-09-21 change.  The backend must be opened while
13474         synchronizing flags even when the backend stores the flags
13475         locally.
13476
13477 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13478
13479         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13480         in `header' match.  Reported by Svend Tollak Munkejord.
13481
13482         * message.el (message-cite-original): Fix use of
13483         `message-cite-articles-with-x-no-archive'.
13484
13485 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13488         (gnus-window-to-buffer): Ditto.
13489
13490         * mml.el (mml-preview-buffer): New variable.
13491         (mml-preview): Manage window layout with gnus-buffer-configuration.
13492
13493         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13494         X-Draft-From header even if those articles aren't quoted.
13495
13496 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13497
13498         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13499         (gnus-request-set-mark, gnus-request-update-mark): Use new
13500         g-s-t-u-l-m to decide to use backend even when unplugged.
13501
13502 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13505         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13506
13507 2004-09-20  Simon Josefsson  <jas@extundo.com>
13508
13509         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13510         "utf-16-le".
13511
13512 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13513
13514         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13515
13516 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13517
13518         * uudecode.el (uudecode-use-external): Add :version.
13519
13520         * smime.el (smime-CA-file, smime-encrypt-cipher)
13521         (smime-dns-server): Add :version.
13522
13523         * smiley.el (gnus-smiley-file-types): Add :version.
13524
13525         * sha1.el (sha1-use-external): Add :version.
13526
13527         * pgg-def.el (pgg-query-keyserver): Add :version.
13528
13529         * nnmail.el (nnmail-fancy-expiry-targets)
13530         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13531         Add :version.
13532
13533         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13534         (nnimap-retrieve-groups-asynchronous): Add :version.
13535         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13536
13537         * mml.el (mml-content-disposition-parameters)
13538         (mml-insert-mime-headers-always): Add :version.
13539
13540         * mm-util.el (mm-coding-system-priorities): Add :version.
13541
13542         * mm-decode.el (mm-inline-text-html-with-images)
13543         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13544         (mm-verify-option): Add :version.
13545         (mm-text-html-renderer): Change :version.
13546
13547         * message.el (message-fcc-externalize-attachments)
13548         (message-required-headers, message-draft-headers)
13549         (message-subject-trailing-was-query)
13550         (message-subject-trailing-was-ask-regexp)
13551         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13552         (message-mark-insert-end, message-archive-header)
13553         (message-archive-note, message-cross-post-default)
13554         (message-cross-post-note, message-followup-to-note)
13555         (message-cross-post-note-function, message-use-mail-followup-to)
13556         (message-subscribed-address-functions)
13557         (message-subscribed-address-file, message-subscribed-addresses)
13558         (message-subscribed-regexps, message-allow-no-recipients)
13559         (message-yank-cited-prefix, message-signature-insert-empty-line)
13560         (message-hidden-headers, message-hierarchical-addresses)
13561         (message-mail-user-agent, message-use-idna)
13562         (message-valid-fqdn-regexp)
13563         (message-strip-special-text-properties, message-header-synonyms)
13564         (message-beginning-of-line, message-tab-body-function): Add :version.
13565         (message-insert-canlock, message-wide-reply-confirm-recipients):
13566         Change :version.
13567
13568         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13569         and :version.
13570         (mail-source-delete-old-incoming-confirm)
13571         (mail-source-movemail-program): Add :version.
13572
13573         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13574         (gnus-agent-cache, gnus-agent): Change :version.
13575
13576         * gnus-util.el (gnus-use-byte-compile): Change :version.
13577
13578         * gnus-sum.el (gnus-summary-make-false-root-always)
13579         (gnus-summary-default-high-score)
13580         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13581         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13582         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13583         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13584         (gnus-sum-thread-tree-single-indent)
13585         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13586         (gnus-sum-thread-tree-leaf-with-other)
13587         (gnus-sum-thread-tree-single-leaf): Add :version.
13588         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13589         (gnus-article-loose-mime): Change :version.
13590
13591         * gnus-start.el (gnus-backup-startup-file)
13592         (gnus-save-startup-file-via-temp-buffer): Add :version.
13593
13594         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13595         (gnus-server-offline-face): Add :version.
13596
13597         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13598
13599         * gnus-msg.el (gnus-gcc-externalize-attachments)
13600         (gnus-debug-files, gnus-debug-exclude-variables)
13601         (gnus-discouraged-post-methods): Change :version.
13602         (gnus-confirm-mail-reply-to-news)
13603         (gnus-confirm-treat-mail-like-news): Add :version.
13604
13605         * gnus-int.el (gnus-server-unopen-status): Add :version.
13606
13607         * gnus-group.el (gnus-group-jump-to-group-prompt)
13608         (gnus-large-ephemeral-newsgroup)
13609         (gnus-fetch-old-ephemeral-headers): Add :version.
13610
13611         * gnus-fun.el (gnus-x-face-directory)
13612         (gnus-convert-pbm-to-x-face-command)
13613         (gnus-convert-image-to-x-face-command)
13614         (gnus-convert-image-to-face-command): Add :version.
13615
13616         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13617
13618         * gnus-cite.el (gnus-cite-blank-line-after-header)
13619         (gnus-article-boring-faces): Add :version.
13620
13621         * gnus-art.el (gnus-buttonized-mime-types)
13622         (gnus-inhibit-mime-unbuttonizing)
13623         (gnus-treat-display-face)
13624         (gnus-treat-body-boundary): Change :version.
13625         (gnus-body-boundary-delimiter, gnus-picon-databases)
13626         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13627         (gnus-treat-date-english, gnus-treat-fold-headers)
13628         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13629         (gnus-treat-mail-picon, gnus-treat-wash-html)
13630         (gnus-article-encrypt-protocol)
13631         (gnus-use-idna, gnus-article-over-scroll)
13632         (gnus-mime-display-multipart-alternative-as-mixed)
13633         (gnus-mime-display-multipart-related-as-mixed)
13634         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13635         (gnus-ctan-url, gnus-button-ctan-handler)
13636         (gnus-button-handle-ctan-bogus-regexp)
13637         (gnus-button-ctan-directory-regexp)
13638         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13639         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13640         (gnus-button-man-level, gnus-button-emacs-level)
13641         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13642
13643         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13644         (gnus-agent-go-online): Change :version.
13645         (gnus-agent-expire-unagentized-dirs)
13646         (gnus-agent-auto-agentize-methods): Add :version.
13647
13648         * flow-fill.el (fill-flowed-display-column)
13649         (fill-flowed-encode-column): Add :version.
13650
13651         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13652         (gnus-outlook-deuglify-unwrap-max)
13653         (gnus-outlook-deuglify-cite-marks)
13654         (gnus-outlook-deuglify-unwrap-stop-chars)
13655         (gnus-outlook-deuglify-no-wrap-chars)
13656         (gnus-outlook-deuglify-attrib-cut-regexp)
13657         (gnus-outlook-deuglify-attrib-verb-regexp)
13658         (gnus-outlook-deuglify-attrib-end-regexp)
13659         (gnus-outlook-display-hook): Add :version.
13660
13661         * binhex.el (binhex-use-external): Add :version.
13662
13663 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13664
13665         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13666         and `invisible'.
13667
13668 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13669
13670         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13671         in gnus-registry-trim.
13672
13673 2004-09-13  Simon Josefsson  <jas@extundo.com>
13674
13675         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13676
13677         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13678
13679         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13680         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13681         <yamaoka@jpl.org>.
13682         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13683         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13684         <yamaoka@jpl.org>.
13685
13686         * sieve.el (sieve-manage-mode): Ditto.
13687
13688 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13689
13690         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13691
13692 2004-09-11  Simon Josefsson  <jas@extundo.com>
13693
13694         * dns-mode.el: Add.
13695
13696         * mm-view.el (mm-display-dns-inline): Add.
13697
13698         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13699         (mm-automatic-display): Ditto.
13700
13701         * mailcap.el (mailcap-mime-data): Add text/dns.
13702         (mailcap-mime-extensions): Map .soa to text/dns.
13703
13704 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13705
13706         * gnus-art.el (article-decode-mime-words, article-babel)
13707         (gnus-article-highlight-signature, gnus-article-add-buttons)
13708         (gnus-signature-toggle): Remove unnecessary bindings of
13709         `inhibit-read-only' inherited from v5.10 merge.
13710
13711 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13712
13713         * nntp.el (nntp): New customization group.
13714         (nntp-authinfo-file): Add customization group.
13715
13716         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13717
13718         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13719
13720         * gnus.el (to-address, to-list, subscribed)
13721         (large-newsgroup-initial): Ditto.
13722
13723         * flow-fill.el (fill-flowed-display-column)
13724         (fill-flowed-encode-column): Ditto.
13725
13726 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13727
13728         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13729         Use point-min rather than 1.
13730         (message-send-mail): Use buffer-size rather than point-max.
13731
13732         * gnus-sum.el (gnus-summary-search-article-forward):
13733         Signal a specific `search-failed' rather than a generic `error'.
13734
13735         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13736         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13737         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13738
13739 2004-09-10  Simon Josefsson  <jas@extundo.com>
13740
13741         * nndb.el (require): Remove tcp and duplicate cl.
13742
13743 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * gnus-agent.el (directory-files-and-attributes): Move forward.
13746
13747 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13748
13749         * gnus-agent.el (directory-files-and-attributes): Optionally
13750         defined to support XEmacs.
13751
13752 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13753
13754         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13755         to avoid run-time CL dependencies.
13756         (gnus-agent-unfetch-articles): New function.
13757         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13758         article numbers even when local .overview file is missing.
13759         (gnus-agent-read-article-number): New function.  Only accepts
13760         27-bit article numbers.
13761         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13762         gnus-agent-read-article-number.
13763         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13764         from backend while recognizing that article numbers in .overview
13765         must be valid.
13766         (gnus-agent-update-files-total-fetched-for): Use
13767         directory-files-and-attributes to improve performance.
13768         * gnus-int.el (gnus-request-move-article): Use
13769         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13770         improve performance.
13771
13772         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13773         some users confused by references to .newsrc when they only have a
13774         .newsrc.eld file.
13775         (gnus-convert-mark-converter-prompt)
13776         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13777         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13778         New function.  Used internally to only display 'gnus converting
13779         files' message when actually necessary.
13780
13781         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13782         methods now autoloaded.
13783
13784 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13787         identifiers.
13788
13789 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13790
13791         * gnus-picon.el: Fix indentation and closing parenthesis.
13792
13793 2004-09-01  Simon Josefsson  <jas@extundo.com>
13794
13795         * message.el (message-canlock-generate): Require sha1, not
13796         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13797         to require within a function.  Sadly, if sha1.el isn't loaded, the
13798         let binding in m-c-g will hide the defcustom definition, which is
13799         bad.)
13800
13801         * canlock.el: Require sha1, not sha1-el.
13802
13803         * message.el: Don't autoload sha1 (there is a autoload cookie in
13804         sha1.el).
13805
13806         * sha1-el.el: Renamed to sha1.el.
13807
13808 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13809
13810         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13811
13812 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13813
13814         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13815
13816 2004-08-30  Kim F. Storm  <storm@cua.dk>
13817
13818         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13819
13820         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13821         Add :group 'nnimap.
13822
13823 2004-08-30  Andreas Schwab  <schwab@suse.de>
13824
13825         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13826         ?* and ?\;.
13827
13828         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13829         and ?\' to symbol instead of whitespace.
13830
13831 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13834
13835         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13836         instead of re-search-forward.
13837
13838         * gnus-uu.el (gnus-uu-save-article): Ditto.
13839         (gnus-uu-post-encode-uuencode): Ditto.
13840
13841         * html2text.el (html2text-clean-list-items): Ditto.
13842         (html2text-clean-dtdd): Ditto.
13843         (html2text-format-tags): Ditto.
13844
13845         * message.el (message-send-mail-with-sendmail): Fix regexp.
13846         (message-fill-field-general): Use search-forward instead of
13847         re-search-forward.
13848         (unbold-region): Ditto.
13849
13850         * nnrss.el (nnrss-request-article): Ditto.
13851
13852         * nnslashdot.el (nnslashdot-request-article): Ditto.
13853
13854         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13855
13856         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13857         "Unrecognized menu descriptor" error in XEmacs.
13858
13859 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13860
13861         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13862         parent article of a sparse article in the thread hashtb.
13863
13864 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13865
13866         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13867         (nnmail-expand-newtext): Lowercase expanded entries if
13868         nnmail-split-lowercase-expanded is non-nil.
13869
13870 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13873
13874         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13875         of gnus-tmp-news-method into string under XEmacs.  It will be
13876         passed to gnus-correct-length which takes only a string argument.
13877
13878 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * gnus-util.el (gnus-bind-print-variables): New macro.
13881         (gnus-prin1): Use it.
13882         (gnus-prin1-to-string): Use it.
13883         (gnus-pp): New function.
13884         (gnus-pp-to-string): New function.
13885
13886         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13887         Replace pp-to-string with gnus-pp-to-string.
13888         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13889         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13890         * gnus-msg.el (gnus-debug): Ditto.
13891         * gnus-score.el (gnus-score-save): Ditto.
13892         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13893         gnus-pp-to-string.
13894         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13895         with gnus-pp.
13896         * score-mode.el (gnus-score-pretty-print): Ditto.
13897         * webmail.el (webmail-debug): Ditto.
13898
13899 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-art.el (article-display-face, article-display-x-face):
13902         Use buffer-read-only.
13903
13904 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-art.el (article-hide-list-identifiers):
13907         Bind inhibit-read-only as t.
13908
13909 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13910
13911         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13912
13913 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13914
13915         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13916         (gnus-narrow-to-page): Don't assume point-min == 1.
13917         (gnus-article-edit-mode): Derive from message-mode.
13918
13919         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13920         point-min == 1.
13921
13922         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13923         Disable incorrect use of `assert'.
13924
13925         * message.el (message-mode): Set comment-start-skip.
13926
13927
13928 2004-08-22  Sam Steingold  <sds@gnu.org>
13929
13930         * pop3.el (pop3-leave-mail-on-server): New user variable.
13931         (pop3-movemail): Delete mail only when it is nil.
13932
13933 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13936
13937         * mml.el (mml-preview): Use `pop-to-buffer'.
13938
13939         * message.el (message-goto-mail-followup-to): Insert after "To".
13940         (message-carefully-insert-headers): Add comment.
13941
13942         * gnus.el: Remove unused variable `gnus-article-check-size'.
13943
13944         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13945
13946         * gnus-art.el (gnus-button-alist): Improve
13947         `gnus-button-handle-library' entry.
13948
13949 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13950
13951         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13952         downcase, since XEmacs capitalizes error messages differently.
13953
13954 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13955
13956         * nntp.el: Add (require 'gnus) due to reference to
13957         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13958
13959 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13960
13961         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13962         `mm-fill-flowed'.
13963
13964         * mm-decode.el (mm-dissect-singlepart): Check it.
13965
13966 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13967
13968         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13969         'imap' for netrc parsing.
13970
13971 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13972
13973         * mailcap.el (mailcap-mime-data): Mark as risky.
13974
13975 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13978         may be included in the encoded word.
13979         (rfc2047-encode): Don't append a space if the encoded word
13980         includes close parenthesis.
13981
13982 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13985         of text within parentheses.
13986
13987 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13988
13989         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13990         (gnus-encrypt-write-file-contents): Make the password key the file
13991         name PLUS the cipher, not just the cipher.  Also remove failed
13992         passwords from the cache.
13993
13994 2004-08-06  Simon Josefsson  <jas@extundo.com>
13995
13996         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13997         fix.
13998
13999 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14002         LWSP.
14003
14004 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14005
14006         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14007         to append in-reply-to: data to the references: header.
14008
14009         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14010         (netrc-parse): Use gnus-encrypt.el functions.
14011
14012         * gnus-encrypt.el: Add new file for encryption support; currently
14013         does only a few GPG ciphers and an internal XOR cipher.
14014
14015         * password.el: Add comments on using password-read-and-add.
14016         (password-read-and-add): Add function to read and add the
14017         password to the cache at once.
14018
14019 2004-07-28  Simon Josefsson  <jas@extundo.com>
14020
14021         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14022         parameter (but don't use it, for now).
14023
14024         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14025         instead of hard coding to nil.
14026
14027 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14030         as mm-inline-image-xemacs does.
14031
14032 2004-07-26  Simon Josefsson  <jas@extundo.com>
14033
14034         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14035         Revert part of 2004-07-17 change below.
14036
14037 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14040         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14041
14042 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14043
14044         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14045         quotes that actually start with ">" at the beginning of the
14046         lines.
14047
14048 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * rfc2047.el (rfc2047-encode-region): Fix last change.
14051         (rfc2047-encode-parameter): Remove useless concat.
14052
14053 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14056         encode special characters; fix some kind of misconfigured headers;
14057         signal a real error if debug-on-quit or debug-on-error is non-nil.
14058         (rfc2047-encode-max-chars): New variable.
14059         (rfc2047-encode-1): Use it.
14060         (rfc2047-encode-parameter): New function.
14061
14062         * mml.el (mml-insert-parameter): Remove an excessive space.
14063
14064 2004-07-17  Simon Josefsson  <jas@extundo.com>
14065
14066         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14067         Kai Grossjohann <kai@emptydomain.de>.
14068         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14069         (gnus-group-make-menu-bar): Ditto.
14070
14071         * gnus-util.el (gnus-group-server): Add.
14072
14073 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14074
14075         * message.el (message-clone-locals): Clone sendmail and smtp
14076         variables.
14077
14078 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * rfc2047.el (rfc2047-encode-region): Fix last change.
14081
14082 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14085         characters as non-special.
14086
14087 2004-07-09  Simon Josefsson  <jas@extundo.com>
14088
14089         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14090         Users will lose all flag changes made while unplugged with
14091         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14092         good default.  See numerous reports on ding mailing list.
14093
14094 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14097         add generate-head-function and generate-article-function to the
14098         rfc822-forward entry.
14099         (nndoc-rfc822-forward-generate-article): New function.
14100         (nndoc-rfc822-forward-generate-head): New function.
14101
14102         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14103
14104 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14105
14106         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14107         respect display group parameter and gnus-summary-expunge-below.
14108         (gnus-articles-to-read): Remove unused reference to display group
14109         parameter.
14110
14111 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14112
14113         * nnheader.el (nnheader-uniquify-message-id): New experimental
14114         variable.
14115         (nnheader-nov-read-message-id): Use it.
14116
14117         * spam-report.el (spam-report-gmane): Add interactive.
14118
14119 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14122         qp-or-base64 for the application/* types.
14123
14124 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14125
14126         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14127
14128 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14129
14130         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14131         trim value.
14132
14133 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14134
14135         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14136         New macro and function.
14137         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14138
14139 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14142         after-load-alist.
14143
14144 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14145
14146         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14147         update info that isn't there.
14148
14149 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14150
14151         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14152         entry.
14153
14154 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * mm-view.el (mm-inline-render-with-function): Use multibyte
14157         buffer; decode html source by charset.
14158
14159         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14160
14161         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14162         Mule-UCS is loaded under XEmacs.
14163         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14164
14165 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14166
14167         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14168
14169 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * mm-util.el (mm-coding-system-p): Return a coding-system.
14172         (mm-mime-mule-charset-alist): Use shift_jis instead of
14173         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14174         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14175         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14176         instead of japanese-shift-jis and iso-latin-1 respectively in
14177         order to share the default value with both Emacs and XEmacs-mule.
14178         (mm-mule-charset-to-mime-charset): Make
14179         mm-coding-system-priorities effective.
14180         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14181         while predicating of candidates upon the priorities.
14182
14183 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14184
14185         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14186         gnus-uu-invert-processable.
14187
14188         * gnus.el: Autoload gnus-uu-invert-processable.
14189
14190 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * mm-util.el (mm-with-multibyte-buffer): New macro.
14193
14194         * rfc2047.el (rfc2047-encode-string): Use it.
14195         (rfc2047-encode-region): Move point to the end of the region after
14196         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14197
14198 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14201         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14202
14203 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14206         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14207         Karl Chen <quarl@nospam.quarl.org>.
14208
14209 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14210
14211         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14212         invalid addresses.
14213
14214 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14215
14216         * spam.el: Change section markers, revise TODO list.
14217         (spam-backends): Make new master list of all installed backends.
14218         (spam-summary-exit-behavior): Add new variable to determine how
14219         messages moves are done at summary exit.
14220         (spam-move-spam-nonspam-groups-only)
14221         (spam-process-ham-in-nonham-groups)
14222         (spam-process-ham-in-spam-groups): Remove variables, the
14223         spam-summary-exit-behavior variable should be used to manage this
14224         behavior.
14225         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14226         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14227         and spam-old-spam-articles.
14228         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14229         Add empty variables, placeholders for the backends they represent.
14230         (spam-set-difference): Move, unchanged.
14231         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14232         unless the user has a processor variable.
14233         (spam-classifications, spam-classification-valid-p)
14234         (spam-backend-properties, spam-backend-property-valid-p)
14235         (spam-backend-function-type-valid-p)
14236         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14237         (spam-report-articles-gmane, spam-report-articles-resend):
14238         Remove functions, they are not needed.
14239         (spam-install-backend-super, spam-backend-list)
14240         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14241         (spam-backend-function, spam-backend-ham-registration-function)
14242         (spam-backend-spam-registration-function)
14243         (spam-backend-ham-unregistration-function)
14244         (spam-backend-spam-unregistration-function)
14245         (spam-backend-statistical-p, spam-backend-mover-p)
14246         (spam-install-backend-alias, spam-install-checkonly-backend)
14247         (spam-install-mover-backend, spam-install-nocheck-backend)
14248         (spam-install-backend, spam-install-statistical-backend)
14249         (spam-install-statistical-checkonly-backend): Add backend installation
14250         support.
14251         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14252         (spam-group-processor-p): Use the new backend code and respect the
14253         summary exit behavior.
14254         (spam-mark-spam-as-expired-and-move-routine): Remove.
14255         (spam-summary-prepare): Change to use the new spam-old-articles
14256         variable.
14257         (spam-copy-or-move-routine, spam-copy-spam-routine)
14258         (spam-move-spam-routine, spam-copy-ham-routine)
14259         (spam-move-ham-routine): Add code to copy/move ham or spam.
14260         (spam-fetch-field-fast): Improve doc and code, plus allow the
14261         'number request.
14262         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14263         variables.
14264         (spam-split, spam-find-spam): Use the new backend code.
14265         (spam-registration-functions): Remove variable.
14266         (spam-unregister-routine): Add convenience wrapper.
14267         (spam-log-undo-registration, spam-register-routine)
14268         (spam-log-processing-to-registry)
14269         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14270         where possible.
14271         (spam-check-gmane-xref, spam-check-regex-headers)
14272         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14273         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14274         (spam-check-bogofilter-headers, spam-check-spamoracle)
14275         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14276         (spam-check-crm114-headers): Use the spam-split-group that
14277         spam-split prepares, no need to determine it every time.
14278
14279         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14280         to the nnheader-parse-naked-head call.
14281
14282         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14283
14284         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14285         the nnheader-nov-read-message-id call.
14286
14287 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14290         gnus-activate-group twice.  Suggested by Markus Peter
14291         <warp@spin.de>.
14292
14293 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * gnus-art.el (gnus-article-time-format): Exchange the order of
14296         day and month in the default value; fix customization type.
14297         (article-date-ut): Use add-text-properties.
14298         (article-make-date-line): Use message-make-date instead of
14299         current-time-string.
14300
14301         * message.el (message-fetch-field): Don't use set-text-properties.
14302         (message-make-date): Simplify.
14303
14304         * messagexmas.el (message-xmas-make-date): New function.
14305         (message-xmas-redefine): Defalias message-make-date to it.
14306
14307 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14310         (rfc2047-encode-region): Treat text within parentheses as special;
14311         show the original text when error has occurred.
14312
14313         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14314         already-computed method to gnus-activate-group.
14315
14316         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14317         same select-methods identical Lisp objects.
14318
14319         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14320         object when modifying the info.
14321
14322 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14325         gnus-opened-servers since it has never been opened with the new
14326         configuration yet.
14327
14328 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14331         arg to nnheader-generate-fake-message-id.
14332
14333 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14334
14335         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14336         number and build a fake message ID localized to a group and
14337         article number (so it's repeatable from that point on).
14338         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14339         ID format.
14340
14341         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14342         nnheader-generate-fake-message-id with the article number.
14343
14344 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14345
14346         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14347         end-of-buffer.
14348
14349 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14350
14351         * message.el (message-ignored-supersedes-headers): Add Approved.
14352
14353 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14356         goto-char.
14357         (rfc2047-encode): Fold the line before encoding.
14358
14359 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14360
14361         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14362         folding -- not all headers can be folded, and this should be done
14363         by the message composition mode.  Probably.  I think.
14364
14365 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14368         fast.
14369
14370         * gnus-ems.el (gnus-remove-image): Don't use
14371         message-text-with-property; remove only the image found first.
14372
14373         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14374         found first.
14375
14376 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14377
14378         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14379
14380 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * message.el (message-text-with-property): Make it fast and accept
14383         optional arguments.
14384         (message-strip-forbidden-properties): Use it.
14385         (message-fix-before-sending): Follow the m-t-w-p change.
14386
14387         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14388
14389 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-art.el (article-hide-headers): Don't change the buffer
14392         mistakenly when performing mml-preview even if
14393         gnus-single-article-buffer is nil.
14394
14395 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14396
14397         * message.el (message-expand-name-databases): New user option.
14398         (message-expand-name): Use it.
14399
14400 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14401
14402         * spam.el (spam-report-articles-resend)
14403         (spam-report-resend-register-routine): Allow ham reporting.
14404         (spam-report-resend-register-ham-routine): Add wrapper.
14405         (spam-registration-functions): Add ham resending functions.
14406         (spam-list-of-processors): Add ham resend processor.
14407
14408         * gnus.el (ham-resend-to): Add new group parameter.
14409         (spam-process): Add ham resend option.
14410
14411         * spam-report.el (spam-report-resend): Allow reporting ham.
14412         (spam-report-resend-ham): Add wrapper.
14413
14414 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14415
14416         * message.el (message-cite-articles-with-x-no-archive): New
14417         variable.
14418         (message-cite-original): Use it.
14419
14420 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14421
14422         * message.el (message-cite-original): Respect X-No-Archive.
14423
14424 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-art.el (article-hide-headers): Refer to the values for
14427         gnus-ignored-headers and gnus-visible-headers in the summary
14428         buffer since a user may have set them as group parameters.
14429
14430 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14431
14432         * assistant.el (assistant-node-name): Add convenience function.
14433         (assistant-render-text, assistant-render-node): Add error handling,
14434         plus handle multiple next nodes.
14435         (assistant-find-next-node): Comment out for now.
14436         (assistant-find-next-nodes): Add function, returns list of next
14437         nodes.
14438
14439 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * mail-source.el (mail-source-directory): Fix doc-string.
14442
14443 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14444
14445         * assistant.el (assistant-render-text, assistant-eval): Add :set
14446         widget type, which is different because it takes and returns a
14447         list.  Much hilarity ensues.
14448
14449 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14452
14453         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14454         doc-string.
14455
14456         * gnus-start.el (gnus-activate-group): Added doc-string.
14457
14458 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14461
14462 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14463
14464         * assistant.el (assistant-render-text): Try to add a :set
14465         widget, more to come.
14466
14467         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14468         strings.
14469         (spam-report-articles-resend)
14470         (spam-register-routine): Do registration iff any articles warrant
14471         it.
14472         (spam-summary-prepare-exit): Change log message for nil group
14473         destinations.
14474
14475 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14476
14477         * spam.el (spam-report-resend-register-routine): Allow
14478         spam-report-resend-to to be a group parameter or a global value.
14479
14480 2004-05-26  Simon Josefsson  <jas@extundo.com>
14481
14482         * starttls.el: Merge with my GNUTLS based starttls.el.
14483         (starttls-gnutls-program, starttls-use-gnutls)
14484         (starttls-extra-arguments, starttls-process-connection-type)
14485         (starttls-connect, starttls-failure, starttls-success): New
14486         variables.
14487         (starttls-program, starttls-extra-args): Doc fix.
14488         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14489         functions.
14490         (starttls-negotiate, starttls-open-stream): Check
14491         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14492         function if it is set.
14493
14494 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14497         structured fields.
14498
14499 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14502
14503 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14504
14505         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14506         variable.
14507         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14508         assigning the spam-mark to new messages.
14509
14510 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14511
14512         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14513
14514 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14517
14518         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14519         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14520         default.
14521
14522 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14523
14524         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14525         correct data.
14526
14527 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14528
14529         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14530         (spam-group-processor-p): Fix function.
14531         (spam-group-processor-multiple-p)
14532         (spam-group-spam-processor-report-gmane-p)
14533         (spam-group-spam-processor-report-resend-p)
14534         (spam-group-spam-processor-bogofilter-p)
14535         (spam-group-spam-processor-blacklist-p)
14536         (spam-group-spam-processor-ifile-p)
14537         (spam-group-ham-processor-ifile-p)
14538         (spam-group-spam-processor-spamoracle-p)
14539         (spam-group-spam-processor-crm114-p)
14540         (spam-group-ham-processor-bogofilter-p)
14541         (spam-group-spam-processor-stat-p)
14542         (spam-group-ham-processor-stat-p)
14543         (spam-group-ham-processor-whitelist-p)
14544         (spam-group-ham-processor-BBDB-p)
14545         (spam-group-ham-processor-spamoracle-p)
14546         (spam-group-ham-processor-copy-p): Remove functions with some
14547         prejudice against unneeded code.
14548         (spam-report-articles-resend)
14549         (spam-report-resend-register-routine): Allow the group/topic
14550         spam-resend-to value to override spam-report-resend-to.
14551         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14552         properly now.
14553
14554         * gnus.el (spam-resend-to): Add group/topic parameter.
14555         (spam-process): Move the OBSOLETE processors to the end of the
14556         choices.
14557
14558 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14559
14560         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14561         with resend-to set to nil, and then ask the user if necessary.
14562         (spam-report-resend): spam-report-resend takes a list of articles, not
14563         separate article numbers.
14564
14565 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14568         addition to emacs-w3m.
14569
14570 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14571
14572         * assistant.el (assistant-authinfo-data): New function.
14573         (assistant-eval): Eval for entire assistant.
14574
14575         * netrc.el (netrc-services-file): New variable.
14576         (netrc-parse-services): New function.
14577         (netrc-find-service-name): New function.
14578         (netrc-find-service-number): New function.
14579         (netrc-port-equal): New function.
14580         (netrc-machine): Use it.
14581
14582         * nnimap.el (nnimap-open-connection): Use netrc.
14583
14584         * gnus-util.el (gnus-netrc-get): Remove aliases.
14585
14586         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14587
14588         * assistant.el (wid-edit): Fix compilation.
14589
14590         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14591
14592 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14593
14594         * gnus-util.el (gnus-set-file-modes): New function.  (small
14595         patch).
14596
14597 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14598
14599         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14600
14601         * assistant.el (assistant-render-node): Fix up rendering and
14602         read-only text.
14603         (assistant-render-node): Reset.
14604         (assistant-make-read-only): Not sticky.
14605
14606 2004-05-20  Danny Siu  <dsiu@adobe.com>
14607
14608         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14609         centered even when gnus-auto-center-summary is t.
14610
14611 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14612
14613         * dns.el (dns-get-txt-answer): New function.
14614         (dns-read-txt): Ditto.
14615         (query-dns): Use it.
14616
14617 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14620         active for foreign groups even if the group level is higher than
14621         the specified value.
14622
14623 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14624
14625         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14626         non-active groups.
14627
14628         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14629
14630 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14631
14632         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14633
14634 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14635
14636         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14637         (spam-crm114-header, spam-crm114-spam-switch)
14638         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14639         (spam-crm114-positive-spam-header)
14640         (spam-crm114-database-directory, spam-list-of-processors)
14641         (spam-group-spam-processor-crm114-p)
14642         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14643         (spam-generic-score, spam-list-of-checks)
14644         (spam-list-of-statistical-checks, spam-registration-functions)
14645         (spam-check-crm114-headers, spam-crm114-score)
14646         (spam-check-crm114, spam-crm114-register-with-crm114)
14647         (spam-crm114-register-spam-routine)
14648         (spam-crm114-unregister-spam-routine)
14649         (spam-crm114-register-ham-routine)
14650         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14651         asjo@koldfront.dk (Adam Sjøgren).
14652
14653         * gnus.el: Add spam-use-crm114.
14654
14655         * spam.el (spam-list-of-processors, spam-registration-functions):
14656         Add spam-use-resend.
14657         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14658         (spam-report-articles-gmane): Add doc fix.
14659         (spam-report-articles-resend, spam-report-resend-register-routine):
14660         Add wrappers around spam-report-resend-to.
14661
14662         * spam-report.el (spam-report-resend-to, spam-report-resend):
14663         Add support for resending spam.
14664         (spam-report-gmane): Fix line length >80.
14665
14666         * gnus.el (spam-process): Add spam-use-resend.
14667
14668 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14669
14670         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14671         number of processed spam messages.
14672         (spam-ham-copy-or-move-routine): Return the number of processed
14673         ham messages.
14674         (spam-summary-prepare-exit): Use the above values to decide
14675         whether status messages shouled be displayed.
14676
14677 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14678
14679         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14680         `rfc2047-encoding-function-alist' in order to avoid conflicting
14681         with the old version.
14682         (rfc2047-encode-region): Concatenate words containing non-ASCII
14683         characters in structured fields; don't encode space-delimited
14684         ASCII words even in unstructured fields; don't break words at
14685         char-category boundaries.
14686         (rfc2047-encode-1): New function.
14687         (rfc2047-encode): Use it; encode text so that it occupies the
14688         maximum width within 76-column; work correctly on Q encoding for
14689         iso-2022-* charsets.
14690         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14691         sure not to break a line just after the header name.
14692         (rfc2047-b-encode-region): Removed.
14693         (rfc2047-b-encode-string): New function.
14694         (rfc2047-q-encode-region): Removed.
14695         (rfc2047-q-encode-string): New function.
14696
14697         * mm-util.el (mm-replace-in-string): New function.
14698
14699 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14700
14701         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14702         get it right.
14703         (gnus-inews-make-draft): Really.
14704
14705 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14706
14707         * nnmh.el (nnmh-request-list-1): Don't check the link count
14708         before descending.  (small patch)
14709
14710 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14711
14712         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14713         stuff.
14714
14715         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14716         on real group name.
14717
14718         * gnus-art.el (gnus-signature-limit): Doc fix.
14719
14720         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14721
14722         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14723
14724 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14725
14726         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14727         isn't a string.
14728
14729 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14730
14731         * gnus-draft.el (gnus-draft-send): Bind
14732         rfc2047-encode-encoded-words.
14733
14734         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14735         (rfc2047-encodable-p): Say that =? needs encoding.
14736         (rfc2047-encode-encoded-words): New variable.
14737
14738         * gnus-group.el (gnus-group-select-group): Doc fix.
14739
14740         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14741
14742         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14743         to nil.
14744
14745         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14746
14747         * nnheader.el (nnheader-get-lines-and-char): New function.
14748
14749 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * gnus-msg.el (gnus-summary-followup-with-original): Document
14752         yanking of region when active.
14753
14754 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14757         groups if the group level is higher than the specified value.
14758
14759 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14760
14761         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14762         (gnus-group-jump-to-group): Added prefix argument using
14763         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14764         non-active group.
14765
14766         * compface.el (uncompface): Be verbose when changing
14767         `uncompface-use-external'.
14768
14769         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14770         handle manual section.
14771
14772 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14773
14774         * gnus-art.el (gnus-button-alist): Revert previous change.
14775
14776 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14779
14780 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14781
14782         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14783         whether backend can accept message.
14784
14785         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14786
14787 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14788
14789         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14790         Avoid creating directory when nntp-marks-is-evil is true.
14791         Reported by Reiner Steib.
14792
14793 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14794
14795         * gnus-picon.el (gnus-picon-style): New variable.
14796         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14797         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14798         Jesper Harder <harder@ifa.au.dk>.
14799
14800 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14801
14802         * message.el (message-fill-field): Return point.
14803         (message-generate-headers): Go to end of field.
14804
14805         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14806         stuff for non-living groups.
14807
14808 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14809
14810         * gnus-art.el (gnus-article-followup-with-original)
14811         (gnus-article-reply-with-original): gnus-mark-active-p ->
14812         gnus-region-active-p.
14813
14814 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14815
14816         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14817         only when there is spam or ham to be processed.
14818
14819 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14820
14821         * mail-source.el (mail-source-delete-crash-box): Refactor.
14822         (mail-source-fetch): Use it.
14823         (mail-source-fetch-file): Ditto.
14824         (mail-source-fetch-directory): Run postscript in loop.
14825         (mail-source-fetch-pop): Delete.
14826         (mail-source-fetch-maildir): Ditto.
14827         (mail-source-fetch-imap): Ditto.
14828
14829         * imap.el (imap-authenticators): Comment out sasl.
14830
14831         * message.el (message-skip-to-next-address): New function.
14832         (message-fill-header-address): Refactor.
14833         (message-fill-address): Use it.
14834         (message-delete-address): Use it.
14835         (message-fill-header-general): Refactor.
14836         (message-fill-field-address): Rename.
14837         (message-narrow-to-field): Find the start of the header.
14838         (message-header-format-alist): Don't pre-fill.
14839         (message-fill-header): Removed.
14840         (message-insert-header): New function.
14841         (message-shorten-references): Use it.
14842
14843         * rfc2047.el (rfc2047-field-value): Strip props.
14844
14845         * mail-parse.el (mail-header-make-address): New alias.
14846
14847         * ietf-drums.el (ietf-drums-make-address): New function.
14848
14849         * imap.el: Add compiler directives.
14850
14851         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14852
14853         * gnus-art.el (article-decode-idna-rhs): Don't use
14854         message-idna-inside-rhs-p.
14855
14856 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14857
14858         * message.el (message-idna-inside-rhs-p): Removed.
14859         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14860
14861         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14862         false positives.
14863
14864 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14865
14866         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14867
14868 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14869
14870         * nneething.el (nneething-file-name): Don't create spurious
14871         files.
14872
14873         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14874         (gnus-inews-do-gcc): Remove sleep.
14875
14876         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14877         part under point.
14878
14879         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14880         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14881
14882 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14883
14884         * spam.el (spam-summary-prepare-exit): Fixed (length).
14885
14886 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14887
14888         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14889         as expired without moving it" message when there are spam
14890         messages left.
14891
14892 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14893
14894         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14895         header is not nil.
14896
14897 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14898
14899         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14900         nntp-possibly-create-directory, not nntp-possibly-change-group.
14901         (nntp-marks-changed-p): New arg SERVER.
14902         (nntp-request-update-info): Adjust caller.
14903
14904 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14905
14906         * nntp.el (nntp-save-marks): Pass missing arg.
14907
14908 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14909
14910         * nntp.el: Support marks.
14911         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14912         (nntp-marks-modtime, nntp-marks-directory): New variables.
14913         (nntp-request-set-mark, nntp-request-update-info)
14914         (nntp-possibly-create-directory, nntp-marks-changed-p)
14915         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14916         functions.
14917
14918 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14919
14920         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14921         (gnus-xmas-redefine): Rename.
14922
14923         * gnus-score.el (gnus-score-insert-help): Use
14924         gnus-select-lowest-window.
14925
14926         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14927         appt-select-lowest-window and rename to gnus-select-lowest-window.
14928
14929         * gnus.el: do.
14930
14931 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14932
14933         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14934         encodings of MIME-encoded words, in order to improve
14935         interoperability with several broken MUAs.
14936
14937 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14938
14939         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14940         tags, only when charsets are not specified in headers.
14941         (mm-inline-text-html-render-with-w3m): Ditto.
14942
14943         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14944         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14945
14946 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14947
14948         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14949         instead of MIME-decoded from fields when checking
14950         `gnus-article-address-banner-alist'.
14951
14952 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14953
14954         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14955         description rather than subject.
14956
14957 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14958
14959         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14960
14961 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14962
14963         * gnus.el (gnus-version-number): Bump.
14964
14965 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14966
14967         * gnus.el: No Gnus v0.2 is released.
14968
14969 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14970
14971         * gnus-agent.el (gnus-agent-read-agentview): Inline
14972         gnus-uncompress-range.
14973
14974 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14975
14976         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14977         `exec-installed-p'.
14978
14979 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14980
14981         * gnus.el (spam-process, spam-autodetect-methods): Add
14982         bsfilter and bsfilter-headers.
14983
14984         * spam.el (spam-bsfilter): New customize group.
14985         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14986         (spam-bsfilter-header, spam-bsfilter-probability-header)
14987         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14988         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14989         (spam-bsfilter-database-directory): New options.
14990         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14991         (spam-list-of-statistical-checks, spam-registration-functions):
14992         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14993         (spam-bsfilter-score): New command.
14994         (spam-check-bsfilter-headers, spam-check-bsfilter)
14995         (spam-bsfilter-register-with-bsfilter)
14996         (spam-bsfilter-register-spam-routine)
14997         (spam-bsfilter-unregister-spam-routine)
14998         (spam-bsfilter-register-ham-routine)
14999         (spam-bsfilter-unregister-ham-routine): New functions.
15000         (spam-generic-score): Support bsfilter; Accept an optional argument
15001         to recalcurate spam score even if scoring header has already been
15002         added.
15003         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15004         optional argument to recalcurate spam score even if scoring header
15005         has already been added.
15006
15007 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15008
15009         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15010         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15011         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15012         link is missing.
15013
15014 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15015
15016         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15017         (html2text-get-attr): Rewrite.
15018
15019         * message.el (message-setup-1): Remove redundant put-text-property
15020         on mail-header-separator.
15021
15022 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15023
15024         * gnus-registry.el (gnus-registry-cache-whitespace)
15025         (gnus-registry-action, gnus-registry-spool-action)
15026         (gnus-registry-split-fancy-with-parent): Change message levels
15027         from 5 to 3 or 7, as needed.
15028
15029         * spam.el (spam-summary-prepare-exit)
15030         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15031         (spam-split, spam-find-spam, spam-log-undo-registration)
15032         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15033         level from 5 to 6.
15034
15035 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15038         2004-03-04 change).
15039
15040 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15041
15042         * sieve-manage.el (sieve-manage-open):
15043         * nnweb.el (nnweb-insert-html):
15044         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15045         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15046         * nnspool.el (nnspool-request-group):
15047         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15048         * nnml.el (nnml-request-update-info):
15049         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15050         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15051         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15052         (nnimap-request-set-mark):
15053         * nnfolder.el (nnfolder-request-update-info):
15054         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15055         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15056         * gnus-uu.el (gnus-uu-find-articles-matching):
15057         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15058         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15059         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15060         * gnus-nocem.el (gnus-nocem-scan-groups):
15061         * gnus-int.el (gnus-start-news-server):
15062         * gnus-group.el (gnus-group-make-kiboze-group)
15063         (gnus-group-browse-foreign-server):
15064         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15065         Use mapc when appropriate.
15066
15067 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15068
15069         FIXME: Make separate entries for each person.
15070
15071         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15072         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15073         <shields@msrl.com>:
15074
15075         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15076         may need for spam sorting and scoring.
15077         (spam-user-format-function-S): Add user format function suitable for
15078         general use.
15079         (spam-article-sort-by-spam-status): Add sorting function for summary
15080         sorting.
15081         (spam-extra-header-to-number): Add function to get a score from a
15082         header.
15083         (spam-summary-score): Add function to get a numeric score from the
15084         headers.
15085         (spam-generic-score): Fix function doc, was in wrong place.
15086         (spam-initialize): Take symbols when it's run, and install the
15087         extra headers that spam-necessary-extra-headers thinks we need.
15088
15089 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15090
15091         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15092         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15093
15094 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15095
15096         * gnus-sum.el (gnus-set-global-variables)
15097         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15098         (gnus-article-get-xrefs, gnus-summary-best-group)
15099         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15100         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15101         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15102         Use with-current-buffer.
15103
15104 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15105
15106         * spam.el (spam-summary-prepare-exit): Simplify logic.
15107         (spam-fetch-article-header): Read the article header if it's not
15108         available.
15109         (spam-list-articles): Simplify logic.
15110         (spam-filelist-register-routine): Fix bug with unregister-list.
15111
15112         * gnus-registry.el: Fix comments at beginning.
15113
15114 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15115
15116         * message.el (message-cater-to-broken-inn): Remove.
15117         (message-shorten-references): Make sure the total folded length of
15118         References is shorter than 998 characters to cater to a bug in INN
15119         2.3.  Also, don't pretend that references aren't folded -- this
15120         hasn't worked for a while.
15121
15122 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15123
15124         * gnus-agent.el (gnus-agentize):
15125         gnus-agent-send-mail-real-function no longer set to current value
15126         of message-send-mail-function but rather a lambda that calls
15127         message-send-mail-function.  The change makes the agent real-time
15128         responsive to user changes to message-send-mail-function.
15129
15130 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15131
15132         * legacy-gnus-agent.el
15133         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15134         help from Florian Weimer <fw@deneb.enyo.de>
15135
15136 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * nnmail.el (nnmail-cache-insert): Revert last change.
15139
15140 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * nnmail.el (nnmail-cache-insert): Always check whether
15143         nnmail-cache-ignore-groups matches a group name.
15144
15145 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15146
15147         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15148         (spam-find-spam, spam-log-processing-to-registry)
15149         (spam-log-registered-p, spam-log-unregistration-needed-p)
15150         (spam-log-undo-registration): Use gnus-message instead of
15151         gnus-error, none of these errors are fatal.
15152
15153         * gnus-registry.el (gnus-registry-clean-empty-function)
15154         (gnus-registry-clean-empty): Remove only empty entries without
15155         extra data.
15156
15157 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15158
15159         * spam-stat.el (spam-stat-buffer-change-to-spam)
15160         (spam-stat-buffer-change-to-non-spam): Change (error) to
15161         (gnus-message 8) invocation.
15162
15163 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * nntp.el (nntp-via-netcat-command): New variable.
15166         (nntp-via-netcat-switches): New variable.
15167         (nntp-open-via-rlogin-and-netcat): New function.
15168         (nntp-open-connection-function): Doc fix.
15169         (nntp-telnet-command): Doc fix.
15170         (nntp-end-of-line): Doc fix.
15171         (nntp-via-rlogin-command): Doc fix.
15172         (nntp-via-user-name): Doc fix.
15173         (nntp-via-address): Doc fix.
15174
15175 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15178         error in Emacs 21.1.
15179
15180 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15181
15182         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15183
15184 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15185
15186         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15187         (gnus-agent-with-refreshed-group): New macro.
15188         (gnus-agent-rename-group): New function.
15189         (gnus-agent-delete-group): New function.
15190         (gnus-agent-save-group-info): Use gnus-command-method when
15191         `method' parameter is nil.  Don't write nil entries into the
15192         active file.
15193         (gnus-agent-get-group-info): New function.
15194         (gnus-agent-fetch-articles): Use
15195         gnus-agent-update-files-total-fetched-for to increment disk space
15196         used.
15197         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15198         gnus-agent-update-view-total-fetched-for to increment disk space
15199         used.
15200         (gnus-agent-get-local): Added optional parameters to avoid calling
15201         gnus-group-real-name and gnus-find-method-for-group.
15202         (gnus-agent-set-local): Delete stored entry if either min, or max,
15203         are nil.
15204         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15205         quit, use gnus-agent-regenerate-group to record existance of any
15206         articles fetched to disk before the quit occurred.
15207         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15208         gnus-agent-update-view-total-fetched-for, and
15209         gnus-agent-update-files-total-fetched-for to decrement disk space
15210         used.
15211         (gnus-agent-retrieve-headers): Use
15212         gnus-agent-update-view-total-fetched-for to increment disk space
15213         used.
15214         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15215         with gnus-agent-update-files-total-fetched-for to decrement disk
15216         space and fresh group buffer.
15217         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15218         (gnus-agent-need-update-total-fetched-for): New variable.
15219         (gnus-agent-update-files-total-fetched-for): New function.
15220         (gnus-agent-update-view-total-fetched-for): New function.
15221         (gnus-agent-total-fetched-for): New function.
15222
15223         * gnus-cache.el (gnus-cache-save-buffers): Use
15224         gnus-cache-update-overview-total-fetched-for to change disk space
15225         used by this group.
15226         (gnus-cache-possibly-enter-article): Use
15227         gnus-cache-update-file-total-fetched-for to increment disk space
15228         used by this group.
15229         (gnus-cache-possibly-remove-article): Use
15230         gnus-cache-update-file-total-fetched-for to decrement disk space
15231         used by this group.
15232         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15233         (gnus-cache-rename-group): New function.
15234         (gnus-cache-delete-group): New function.
15235         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15236         (gnus-cache-need-update-total-fetched-for): New variable.
15237         (gnus-cache-with-refreshed-group): New macro.
15238         (gnus-cache-update-file-total-fetched-for): New function.
15239         (gnus-cache-update-overview-total-fetched-for): New function.
15240         (gnus-cache-rename-group-total-fetched-for): New function.
15241         (gnus-cache-delete-group-total-fetched-for): New function.
15242         (gnus-cache-total-fetched-for): New function.
15243
15244         * gnus-group.el: Require gnus-sum and autoload functions to
15245         resolve warnings when gnus-group.el compiled alone.
15246         (gnus-group-line-format): Documented new %F.
15247         (size of Fetched data) group line format; identifies disk space
15248         used by agent and cache.
15249         (gnus-group-line-format-alist): Defined new F format.
15250         (gnus-total-fetched-for): New function.
15251         (gnus-group-delete-group): No longer update
15252         gnus-cache-active-altered as gnus-request-delete-group now keeps
15253         the cache in sync.
15254         (gnus-group-list-active): Let the agent store a server's active
15255         list if currently plugged.
15256
15257         * gnus-int.el (gnus-request-delete-group):
15258         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15259         local disk in sync with the server.
15260         (gnus-request-rename-group):
15261         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15262         local disk in sync with the server.
15263
15264         * gnus-start.el (gnus-get-unread-articles):
15265         Cosmetic simplification to logic.
15266
15267         * gnus-util.el (gnus-rename-file): New function.
15268
15269 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15270
15271         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15272
15273 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15274
15275         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15276         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15277
15278 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15279
15280         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15281         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15282
15283 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15284
15285         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15286
15287 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15288
15289         * spam.el (spam-set-difference): Add function to replace
15290         gnus-set-difference in spam.el.
15291         (spam-summary-prepare-exit): Use spam-set-difference.
15292
15293 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15294
15295         * gnus-registry.el (gnus-registry-cache-file): Update to use
15296         gnus-dribble-directory OR gnus-home-directory OR ~.
15297         (gnus-registry-split-fancy-with-parent): Fix doc.
15298
15299 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * message.el (message-exchange-point-and-mark): Use
15302         message-mark-active-p.  Suggested by Jesper Harder
15303         <harder@ifa.au.dk>.
15304
15305 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * message.el (message-exchange-point-and-mark): Don't activate
15308         region if it was inactive.  Suggested by Hiroshi Fujishima
15309         <pooh@nature.tsukuba.ac.jp>.
15310
15311 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * gnus-art.el (article-display-face): Display Faces in the same
15314         order as X-Faces.
15315
15316 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15319
15320 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15323         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15324         (gnus-article-mime-hierarchy): Remove.
15325         (gnus-article-mime-hierarchy-next): Remove.
15326         (gnus-article-mode): Revert 2004-03-19 change.
15327         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15328         (gnus-insert-mime-button): Revert 2004-03-19 change.
15329         (gnus-mime-accumulate-hierarchy): Remove.
15330         (gnus-mime-enter-multipart): Remove.
15331         (gnus-mime-leave-multipart): Remove.
15332         (gnus-mime-display-part): Revert 2004-03-19 change.
15333         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15334
15335         * mml.el (mml-preview): Revert 2004-03-19 change.
15336
15337 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15338
15339         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15340
15341 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15344         t while entering a file name using the mm-with-multibyte macro.
15345         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15346
15347         * mm-util.el (mm-with-multibyte): New macro.
15348
15349 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15352         user option.
15353         (gnus-mime-multipart-functions): Doc and customization fix.
15354         (gnus-article-mime-hierarchy): New variable.
15355         (gnus-article-mime-hierarchy-next): New variable.
15356         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15357         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15358         gnus-article-mime-hierarchy-next to nil.
15359         (gnus-insert-mime-button): Show hierarchy numbers.
15360         (gnus-mime-accumulate-hierarchy): New function.
15361         (gnus-mime-enter-multipart): New function.
15362         (gnus-mime-leave-multipart): New function.
15363         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15364         (gnus-mime-display-alternative): Show hierarchy numbers.
15365
15366         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15367         gnus-article-mime-hierarchy-next to nil.
15368
15369 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15370
15371         * dns.el: Don't require gnus-xmas.
15372
15373 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15374
15375         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15376         inline PGP.
15377         (mml-menu): Disable mml-quote-region if mark is inactive.
15378
15379 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15382         when the group's active is not available.
15383
15384 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15387         error.
15388
15389 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15390
15391         * imap.el (imap-store-password): New variable.
15392         (imap-interactive-login): Use it.
15393         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15394
15395 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15398         window-start and hscroll to summary window.
15399
15400 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15401
15402         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15403         conversion message to newsrc-dribble when an actual conversion is
15404         performed.
15405
15406 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15407
15408         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15409
15410 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * mm-decode.el (mm-complicated-handles): New function reviving
15413         former definition of mm-multiple-handles.
15414
15415         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15416         (gnus-mime-delete-part): Use it.
15417
15418 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15419
15420         * gnus-agent.el (gnus-agent-read-local): Bind
15421         nnheader-file-coding-system to gnus-agent-file-coding-system to
15422         avoid the implicit assumption that they will always be equal.
15423         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15424         coding-system-for-write, as the with-temp-file macro first prints
15425         to a buffer then saves the buffer.
15426
15427 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * gnus-art.el (gnus-article-edit-part): New function.
15430         (gnus-mime-save-part-and-strip): Use it; do query instead of
15431         signaling an error; don't use mm-multiple-handles.
15432         (gnus-mime-delete-part): Ditto.
15433
15434 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15435
15436         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15437         old file versions.
15438         (gnus-group-prepare-hook): Removed function that converted list
15439         form of gnus-agent-expire-days to group properties.
15440
15441         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15442         (gnus-request-accept-article): Re-indented.
15443
15444         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15445         converters to handle old agent file formats.  Added logic for a
15446         "backup before upgrading warning".
15447         (gnus-convert-mark-converter-prompt): Developers can mark
15448         functions as needing (default), or not needing,
15449         gnus-convert-old-newsrc's "backup before upgrading warning".
15450         (gnus-convert-converter-needs-prompt): Tests whether the user
15451         should be protected from potentially irreversable changes by the
15452         function.
15453
15454         * legacy-gnus-agent.el: New.  Provides converters that are only
15455         loaded when gnus-convert-old-newsrc needs to call them.
15456
15457 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * mail-source.el (mail-source-touch-pop): Doc fix.
15460
15461         * message.el (message-smtpmail-send-it): Doc fix.
15462
15463 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15464
15465         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15466
15467         * nnmail.el (nnmail-split-fancy): do.
15468
15469         * gnus-kill.el (gnus-kill, gnus-execute): do.
15470
15471 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15472
15473         * gnus-sum.el (gnus-widget-reversible-match)
15474         (gnus-widget-reversible-to-internal)
15475         (gnus-widget-reversible-to-external): New functions.
15476         (gnus-widget-reversible): New widget.
15477         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15478
15479 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15480
15481         * gnus-sum.el (gnus-thread-sort-functions)
15482         (gnus-article-sort-functions): Document `(not F)' items.
15483
15484 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15485
15486         * spam.el (spam-use-gmane-xref): Add new backend.
15487         (spam-gmane-xref-spam-group): Add variable to control the name of the
15488         Gmane spam group.
15489         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15490         (spam-regex-headers-spam, spam-regex-headers-ham)
15491         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15492         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15493         backends and checks.
15494         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15495
15496         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15497         an autodetect method.
15498
15499 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15500
15501         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15502         articles are being added to a group.
15503         (gnus-request-replace-article): Inform the agent that articles
15504         need to be uncached as the cached contents are no longer valid.
15505
15506 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * binhex.el: Don't autoload executable-find.
15509
15510         * canlock.el: Don't autoload mail-fetch-field.
15511
15512         * dgnushack.el: Autoload c-mode for XEmacs.
15513
15514         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15515
15516         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15517         rmail-dont-reply-to and rmail-output.
15518
15519         * gnus-score.el: Don't autoload ffap-string-at-point.
15520
15521         * gnus-setup.el: Don't autoload sc-cite-original.
15522
15523         * imap.el: Don't autoload base64-decode-string,
15524         base64-encode-string and md5.
15525
15526         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15527         and rmail-msg-restore-non-pruned-header.
15528
15529         * mm-decode.el: Don't autoload executable-find.
15530
15531         * mm-url.el: Don't autoload executable-find.
15532
15533         * mm-view.el: Don't autoload diff-mode.
15534
15535         * nndb.el: Don't autoload news-reply-mode, news-setup,
15536         cancel-timer and telnet.
15537
15538         * password.el: Don't autoload run-at-time for Emacs.
15539
15540         * sha1-el.el: Don't autoload executable-find.
15541
15542         * sieve-mode.el: Don't autoload c-mode.
15543
15544         * uudecode.el: Don't autoload executable-find.
15545
15546 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15547
15548         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15549         (gnus-agent-possibly-alter-active): Avoid null in numeric
15550         comparison.
15551         (gnus-agent-set-local): Refuse to save null in local object table.
15552         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15553         list of articles that will be marked as unread.
15554
15555 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15558
15559 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15560
15561         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15562         language tags.
15563
15564 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15565
15566         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15567         Don't bind "obarray".
15568
15569         * gnus-sum.el (gnus-thread-sort-functions): Added
15570         `gnus-thread-sort-by-most-recent-number' and
15571         `gnus-thread-sort-by-most-recent-date'.
15572         Reported by Kai Grossjohann <kai@emptydomain.de>.
15573
15574 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15577
15578 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15579
15580         * gnus-cus.el (gnus-agent-customize-category): Removed
15581         ignore-errors macro reference that required cl to be loaded at
15582         run-time.
15583
15584         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15585         single-interval range of the form (min . max).  Previously the
15586         range had to look like ((min . max)).  Likewise, return
15587         (min . max) rather than ((min . max)).
15588         (gnus-range-map): Use gnus-range-normalize to accept
15589         single-interval range.
15590
15591         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15592         the cache, but not the agent, now appear with their usual face.
15593
15594         * dgnushack.el (loaddir): New variable that is bound to the
15595         directory containing the dgnushack.el file. Use loaddir, rather
15596         than srcdir, to update load-path. Change lets dgnushack compile
15597         code in directories other than GNUS/lisp.
15598
15599 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * lpath.el: Don't bind w3m-safe-url-regexp.
15602
15603         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15604         w3m-safe-url-regexp variable buffer-local.
15605
15606         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15607
15608 2004-02-27  Simon Josefsson  <jas@extundo.com>
15609
15610         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15611         gnus-group-real-prefix.
15612         (gnus-summary-move-article): Use it, instead of
15613         gnus-group-real-prefix.
15614
15615 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * lpath.el: Bind w3m-safe-url-regexp.
15618
15619         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15620         w3m-safe-url-regexp variable buffer-local and set it as the value
15621         of mm-w3m-safe-url-regexp.
15622
15623         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15624
15625         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15626         parsing gnus-posting-styles when the message is not for replying.
15627
15628         * dgnushack.el: Autoload sgml-mode for XEmacs.
15629
15630         * nnrss.el (nnrss-opml-export): Use
15631         mm-set-buffer-file-coding-system instead of
15632         set-buffer-file-coding-system.
15633
15634 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15635
15636         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15637         of checkdoc.el).
15638         * nnrss.el: do.
15639         * gnus-mlspl.el: do.
15640         * gnus-ml.el: do.
15641         * gnus-srvr.el: do.
15642
15643         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15644
15645 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15646
15647         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15648         Corrections to custom-manual links.
15649
15650         * gnus-art.el (gnus-article): Ditto.
15651
15652         * mm-decode.el (mime-display, mime-security): Ditto.
15653
15654 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15655
15656         * flow-fill.el: Typo.
15657
15658 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15659
15660         * spam-wash.el: New file.
15661
15662 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15663
15664         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15665
15666 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15667
15668         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15669         to be run with new-articles as LIST1, not LIST2.
15670         (spam-registration-functions): Add spam-use-ham-copy as a nil
15671         registration backend.
15672
15673 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15674
15675         * spam-stat.el (spam-stat-washing-hook): New option.
15676         (spam-stat-buffer-words): Use it.
15677         (spam-stat-process-directory, spam-stat-test-directory): Use
15678         insert-file-contents-literally.
15679         (spam-stat-coding-system): New variable.
15680         (spam-stat-load, spam-stat-save): Use it.
15681
15682 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * spam-report.el (spam-report-plug-agent): Quote
15685         spam-report-url-to-file and spam-report-url-ping-plain.
15686
15687 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15690         / in mailto URLs.
15691
15692 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15693
15694         * spam-report.el (spam-report-process-queue): Fix interactive use.
15695         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15696         (spam-report-unplug-agent): Doc fixes.
15697         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15698         (spam-report-agentize, spam-report-deagentize): Autoload.
15699
15700 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15703
15704         * message.el (message-setup-fill-variables): Add mml tags to
15705         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15706         <ajk@iu.edu>.
15707         (message-mode): Don't modify paragraph-separate there.
15708
15709 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * compface.el (uncompface-use-external): Default to undecided.
15712         (uncompface-use-external-threshold): New variable.
15713         (uncompface-float-time): New macro.
15714         (uncompface): Determine whether to use the external decoder if
15715         uncompface-use-external is undecided.
15716
15717 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15718
15719         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15720         after images.
15721
15722         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15723
15724 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15725
15726         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15727
15728         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15729
15730         * gnus-sum.el (gnus-summary-limit-to-age)
15731         (gnus-summary-limit-children): do.
15732
15733         * gnus-int.el (gnus-request-scan): do.
15734
15735         * gnus-group.el (gnus-group-suspend): do.
15736
15737         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15738
15739         * gnus-cite.el (gnus-cite-parse-attributions): do.
15740
15741         * gnus-agent.el (gnus-summary-set-agent-mark)
15742         (gnus-agent-regenerate-group): do.
15743
15744         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15745
15746         * binhex.el (binhex-decode-region-internal): do.
15747
15748 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * gnus-fun.el (gnus-face-properties-alist): New user option.
15751         (gnus-display-x-face-in-from): Use it.
15752
15753         * gnus-art.el (article-display-face): Ditto.
15754
15755         * compface.el (uncompface-use-external): Default to nil.
15756
15757 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15758
15759         * nntp.el (nntp-erase-buffer): New function.
15760         (nntp-retrieve-data, nntp-send-command)
15761         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15762         (nntp-possibly-change-group): Use it.
15763
15764         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15765         with-current-buffer.
15766
15767 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15768
15769         * compface.el: Merge the ELisp-based uncompface program.
15770         (compface): New customization group.
15771         (uncompface-use-external): New user option.
15772         (uncompface): Call uncompface-internal if uncompface-use-external
15773         is nil.
15774         (uncompface-internal): New function.  Note that there are also
15775         some other functions and variables added for this function.
15776
15777 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15778
15779         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15780         if necessary.
15781
15782 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15783
15784         * spam-report.el (spam-report-unplug-agent)
15785         (spam-report-plug-agent, spam-report-deagentize)
15786         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15787         Add support for the Agent in spam-report: when unplugged, report to a
15788         file; when plugged, submit all the requests.
15789
15790         * spam.el (spam-register-routine): Fix message about
15791         registration.
15792
15793 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15794
15795         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15796         dependencies.
15797         (rfc2047-encode): Use it.
15798
15799         * gnus-art.el (gnus-button-marker-list): Move before first
15800         reference.
15801
15802         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15803         (imap-parse-body): Fix format string mismatch.
15804
15805         * gnus-score.el (gnus-summary-increase-score): do.
15806
15807         * nnrss.el (nnrss-close): New function.
15808
15809 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15810
15811         * nnrss.el (nnrss-make-filename): New function.
15812         (nnrss-request-delete-group, nnrss-read-server-data)
15813         (nnrss-save-server-data, nnrss-read-group-data)
15814         (nnrss-save-group-data): Use it.
15815         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15816         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15817         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15818
15819 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15820
15821         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15822
15823 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15824
15825         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15826         files.
15827
15828         * message.el (message-generate-headers-first): Don't quote nil
15829         and t in docstrings.
15830
15831         * imap.el (imap-id): do.
15832
15833         * gnus-agent.el (gnus-agent-consider-all-articles)
15834         (gnus-agent-queue-mail): do.
15835
15836 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15837
15838         * spam-report.el (spam-report-process-queue): New function.
15839         Process requests from `spam-report-requests-file'.
15840         (spam-report-process-queue): Doc fix.
15841
15842 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15843
15844         * spam.el (spam-register-routine)
15845         (spam-log-processing-to-registry, spam-log-registered-p)
15846         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15847         Change "check" to "spam-check" for semi-clarity.
15848
15849 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15850
15851         * pop3.el: Require nnheader.
15852
15853         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15854
15855         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15856
15857         * gnus-picon.el: Require cl.
15858
15859         * gnus-fun.el: Require gnus-ems and gnus-util.
15860
15861         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15862
15863         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15864
15865         * gnus-art.el (gnus-article-edit-mode): Define before first
15866         reference.
15867
15868 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15869
15870         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15871         (gnus-uu-post-encoded): Use point-at-bol.
15872
15873         * gnus-topic.el (gnus-group-active-topic-p): do.
15874
15875         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15876
15877         * gnus-group.el (gnus-group-kill-region): do.
15878
15879         * gnus-art.el (article-date-ut): do.
15880
15881         * message.el (message-fetch-field): Remove redundant
15882         case-fold-search binding.
15883         (message-narrow-to-field): Simplify.
15884
15885 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * spam.el (spam-directory): Derive from `gnus-directory'.
15888
15889         * spam-report.el (spam-report-url-to-file)
15890         (spam-report-requests-file): New function and variable for offline
15891         reporting.
15892         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15893         and user defined function.
15894         (spam-report-url-ping-mm-url): Remove doubled slash.
15895
15896 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15897
15898         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15899
15900 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15901
15902         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15903         format string mismatch.
15904
15905         * sieve.el (sieve-deactivate-all): do.
15906
15907         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15908
15909         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15910
15911         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15912
15913         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15914
15915 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15916
15917         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15918         the list of checks.
15919
15920 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15921
15922         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15923         padding.
15924
15925 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15926
15927         * mm-view.el (mm-fill-flowed): New variable.
15928         (mm-inline-text): Use it.
15929
15930 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15931
15932         * spam.el (spam-spamassassin-register-ham-routine)
15933         (spam-spamassassin-register-spam-routine): Fix function names.
15934
15935 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus.el (gnus-tmp-grouplens): Remove.
15938         (gnus-summary-line-format): Remove grouplens.
15939
15940         * gnus-group.el (gnus-group-line-format): Ditto.
15941
15942         * gnus-spec.el (gnus-format-specs): Ditto.
15943         (gnus-update-format-specifications): Flush the group format spec
15944         cache if there's the grouplens stuff.
15945         (gnus-parse-simple-format): Replace %l with the empty string.
15946
15947 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15948
15949         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15950         omission.
15951
15952 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15955         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15956
15957 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15958
15959         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15960         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15961         New macros and functions.
15962         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15963         Handle > NLINK_MAX messages.
15964         * nnmaildir.el (nnmaildir-request-set-mark): Use
15965         nnmaildir--emlink-p and nnmaildir--eexist-p.
15966
15967 2004-01-25  Alex Schroeder  <alex@gnu.org>
15968
15969         * spam-stat.el (spam-stat-process-directory-age): New option.
15970         (spam-stat-process-directory): Use it.
15971
15972 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15973
15974         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15975         (spam-stat-save): Accept prefix argument.
15976
15977 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15978
15979         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15980         links" error.
15981
15982 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15985         the rest of the and/or forms.
15986
15987 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15988
15989         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15990         compatibility with old .newsrc.eld files.
15991
15992         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15993
15994         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15995
15996         * gnus-start.el (gnus-1): do.
15997
15998         * gnus-group.el (gnus-group-line-format-alist): do.
15999
16000         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16001
16002         * gnus-gl.el: Remove.
16003
16004 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16005
16006         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16007         marks consisting of a single range {for example, (3 . 5)} rather
16008         than a list of a single range { ((3 . 5)) }.
16009
16010 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16011
16012         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16013         with-current-buffer.
16014         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16015         avoid consing a string.
16016
16017         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16018         Remove obsolete entries for big5 and gb2312.
16019
16020 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16021
16022         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16023         uncompressed list.
16024
16025 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16026
16027         * spam-stat.el (spam-stat-strip-xref): New function.
16028         (spam-stat-process-directory): Use it.
16029
16030         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16031         here -- it's done in message-fetch-field.
16032
16033 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16034
16035         * gnus-agent.el (gnus-agent-queue-mail)
16036         (gnus-agent-prompt-send-queue): New variables.
16037         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16038         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16039         "nndraft:queue" along to gnus-draft-send.  Use
16040         gnus-agent-prompt-send-queue.
16041         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16042         is "nndraft:queue".  Suggested by Gaute Strokkenes
16043         <gs234@srcf.ucam.org>
16044
16045         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16046         (agent-enable-undownloaded-faces): Added.
16047         (gnus-agent-cat-groups): Use eval-and-compile, not
16048         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16049         method of gnus-agent-cat-groups even when the buffer has been
16050         evaled.
16051         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16052         delete gnus-agent-save-active-1.
16053         (gnus-agent-save-groups): Deleted.  Identical to
16054         gnus-agent-save-active.
16055         (gnus-agent-write-active): No longer adjust agent's copy of active
16056         file as agent's adjustments are now stored in their own
16057         file.  Removed optional parameter.
16058         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16059         servers.  Add use of min/max range limits from server's local
16060         file.
16061         (gnus-agent-save-alist): Removed unused optional argument.
16062         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16063         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16064         (gnus-agent-set-local): A per-server file that keeps min/max range
16065         limits for articles known to the agent.  Provides a fast mechanism
16066         for altering many active ranges.
16067         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16068         active file (local makes it unnecessary).
16069         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16070
16071         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16072         (agent-enable-undownloaded-faces): Added.
16073
16074         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16075         disable it when sending to "nndraft:queue".
16076         (gnus-group-send-queue): Add safety check to avoid sending queue
16077         when unplugged.
16078
16079         * gnus-group.el (gnus-group-catchup): Use new
16080         gnus-sequence-of-unread-articles, not
16081         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16082         numbers of articles.  Use gnus-range-map to avoid having to
16083         uncompress the unread list.
16084         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16085         Fixed invalid ange-ftp reference.
16086
16087         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16088         (gnus-sorted-range-intersection): Intersection of two ranges
16089         without requiring that they first be uncompressed.
16090
16091         * gnus-start.el (gnus-activate-group): Unless blocked by the
16092         caller, possibly expand the active range to include both cached
16093         and agentized articles.
16094         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16095         multiple version-dependent converters.
16096         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16097         gnus-agent-save-active.
16098         (gnus-save-newsrc-file): Save dirty agent range limits.
16099
16100         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16101         gnus-agent-possibly-alter-active.
16102         (gnus-adjust-marked-articles): Faster handling of simple lists.
16103
16104 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16105
16106         * spam-stat.el (spam-stat-test-directory): New optional argument
16107         displays a list of files detected.  Suggested by Andrew Cohen
16108         <cohen@andy.bu.edu>.
16109         (spam-stat-buffer-words-with-scores): Don't narrow and change
16110         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16111
16112 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16113
16114         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16115         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16116         (spam-spamassassin-arguments)
16117         (spam-spamassassin-spam-flag-header)
16118         (spam-spamassassin-positive-spam-flag-header)
16119         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16120         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16121         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16122         (spam-list-of-processors, spam-list-of-checks)
16123         (spam-list-of-statistical-checks, spam-registration-functions)
16124         (spam-check-spamassassin-headers, spam-check-spamassassin)
16125         (spam-spamassassin-score)
16126         (spam-spamassassin-register-with-sa-learn)
16127         (spam-spamassassin-register-spam-routine)
16128         (spam-spamassassin-register-ham-routine)
16129         (spam-assassin-register-spam-routine)
16130         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16131         (spam-bogofilter-score): Fix to show article before scoring.
16132
16133 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16134
16135         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16136         default scoring function.
16137         (spam-generic-score): Call spam-spamassassin-score if
16138         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16139         spam-bogofilter-score otherwise.
16140
16141         * gnus.el (spam-process, spam-autodetect-methods): Add
16142         spamassassin and spamassassin-headers.
16143
16144 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16145
16146         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16147         Suppress unnecessary messages.
16148
16149 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16150
16151         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16152         make-hash-table.
16153
16154 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * canlock.el (base64-encode-string): Don't autoload it.
16157
16158 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16159
16160         * run-at-time.el: Remove useless (require 'itimer),
16161         eval-and-compile and (featurep 'xemacs).
16162
16163 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16164
16165         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16166         GROUP is a virtual group.
16167
16168 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16169
16170         * gnus.el: Autoload `message-y-or-n-p'.
16171
16172 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16173
16174         * pgg-parse.el: Remove unnecessary (require 'custom).
16175
16176         * pgg-def.el: do.
16177
16178         * nnmail.el: do.
16179
16180         * gnus-undo.el: do.
16181
16182         * gnus-picon.el: do.
16183
16184         * gnus-util.el: do.
16185
16186 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16187
16188         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16189
16190 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16193         handle, as well as a list.
16194
16195         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16196         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16197         (mm-w3m-cid-retrieve): Simplify.
16198
16199 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16200
16201         * message.el (message-kill-to-signature): Allow prefix arg to
16202         specify number of lines to keep before signature.
16203
16204 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16205
16206         * message.el (message-kill-to-signature): Change docstring.
16207
16208 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * canlock.el: Always require sha1-el.
16211         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16212
16213         * message.el: Autoload sha1 only when compiling.
16214
16215         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16216         eudc-expand-inline for XEmacs.
16217
16218 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * message.el (message-canlock-generate): Require sha1-el.
16221
16222 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16223
16224         * message.el (message-expand-name): Silence the byte compiler.
16225
16226         * lpath.el: Add detect-coding-system.
16227
16228         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16229         cus-edit.
16230
16231 2004-01-13  Simon Josefsson  <jas@extundo.com>
16232
16233         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16234         Invoke gnus-score-mode.  Reported by
16235         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16236
16237         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16238         Jim Blandy <jimb@redhat.com> (tiny change).
16239
16240 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16241
16242         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16243
16244 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16245
16246         * spam.el (spam-get-article-as-string): Update to use
16247         gnus-request-article-this-buffer, much simpler.
16248         (spam-get-article-as-buffer): Remove.
16249
16250 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16251
16252         * message.el (message-expand-name): Use EUDC if the user uses that.
16253
16254 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16255
16256         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16257         character for the encoding to avoid consing a string.
16258
16259         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16260         unnecessarily.
16261
16262         * mm-util.el (mm-replace-chars-in-string): Remove.
16263
16264         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16265         of mm-replace-chars-in-string.
16266
16267 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16268
16269         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16270
16271         * mm-util.el (mm-subst-char-in-string): Support inplace.
16272
16273         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16274         a new string in every iteration.  Use shy groups.
16275
16276 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16277
16278         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16279         * gnus-soup.el (gnus-soup-group-brew):
16280         * gnus-msg.el (gnus-put-message):
16281         * gnus-move.el (gnus-group-move-group-to-server):
16282         * gnus-kill.el (gnus-batch-score):
16283         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16284         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16285         (gnus-group-update-group, gnus-group-read-group)
16286         (gnus-group-make-group, gnus-group-make-help-group)
16287         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16288         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16289         (gnus-group-sort-by-unread, gnus-group-catchup)
16290         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16291         (gnus-group-yank-group, gnus-group-set-info)
16292         (gnus-group-list-groups):
16293         * gnus.el (gnus-generate-new-group-name):
16294         * gnus-delay.el (gnus-delay-send-queue):
16295         * nnvirtual.el (nnvirtual-catchup-group):
16296         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16297         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16298         (gnus-group-prepare-topics, gnus-topic-check-topology):
16299         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16300         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16301         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16302         (gnus-group-make-articles-read):
16303         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16304         (gnus-group-change-level, gnus-kill-newsgroup)
16305         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16306         (gnus-get-unread-articles, gnus-make-articles-unread)
16307         (gnus-make-ascending-articles-unread): Use accessor
16308         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16309         to get group information for improved readability.
16310
16311
16312 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16313
16314         * gnus-art.el (article-decode-mime-words, article-babel)
16315         (gnus-article-highlight-signature, gnus-article-add-buttons)
16316         (gnus-signature-toggle): Use gnus-with-article-buffer.
16317
16318         * gnus-art.el (gnus-article-highlight-headers)
16319         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16320
16321         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16322         (gnus-article-set-globals, gnus-request-article-this-buffer)
16323         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16324         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16325         (gnus-mime-display-alternative): Use with-current-buffer.
16326
16327 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16328
16329         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16330         also under 80 char limit, and call gnus-error if needed.
16331         (spam-fetch-article-header): Fix - it was a
16332         buffer-local variable (gnus-newsgroup-data).
16333         (spam-find-spam): Use spam-generate-fake-headers, forget about
16334         spam-insert-fake-headers.
16335         (spam-insert-fake-headers): Remove.
16336
16337 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16338
16339         * deuglify.el (gnus-article-outlook-unwrap-lines)
16340         (gnus-outlook-rearrange-article)
16341         (gnus-outlook-repair-attribution-outlook)
16342         (gnus-outlook-repair-attribution-block)
16343         (gnus-outlook-repair-attribution-other): Remove redundant
16344         save-excursion.
16345
16346 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16347
16348         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16349         (spam-fetch-field-subject-fast)
16350         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16351         (spam-fetch-article-header): Add functions to deal with Gnus
16352         internals for fast retrieval of article header data.
16353         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16354
16355 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16356
16357         * pop3.el (pop3-md5): Remove.
16358         (pop3-apop): Replace pop3-md5 with md5.
16359
16360         * mm-bodies.el: base64 is always built-in.
16361
16362         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16363         with-current-buffer.
16364
16365 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * canlock.el (canlock-insert-header): Remove excessive grouping in
16368         regexp.
16369
16370         * gnus-sum.el (gnus-summary-read-document): Ditto.
16371
16372         * gnus-uu.el (gnus-uu-part-number): Ditto.
16373
16374         * html2text.el (html2text-remove-tags): Ditto.
16375         (html2text-format-tags): Ditto.
16376         (html2text-format-single-elements): Ditto.
16377
16378         * mml.el (mml-parse-1): Ditto.
16379
16380 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16381
16382         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16383
16384         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16385
16386         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16387
16388         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16389
16390 2003-11-15  Simon Josefsson  <jas@extundo.com>
16391
16392         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16393         (pgg-gpg-lookup-key): Use regexp match instead of
16394         split-string (split-string is different between emacs 21.2 and
16395         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16396
16397 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16398
16399         * gnus-art.el (gnus-mime-view-all-parts)
16400         (gnus-article-part-wrapper, gnus-article-view-part): Use
16401         with-current-buffer.
16402
16403 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16404
16405         * spam.el (spam-disable-spam-split-during-ham-respool)
16406         (spam-spamoracle-database, spam-cache-lookups)
16407         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16408         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16409         (spam-group-ham-marks, spam-group-spam-marks)
16410         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16411         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16412         also add spam-use-blackholes to the statistical checks.
16413         (spam-fetch-field-fast): Add interface to fetching fields, may
16414         become a macro.
16415         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16416         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16417         (spam-insert-fake-headers): Fake an article when needed.
16418         (spam-find-spam): Fake article when possible.
16419         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16420         (spam-check-bogofilter-headers): Use message-fetch-field instead
16421         of nnmail-fetch-field.
16422
16423 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16424
16425         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16426
16427 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16428
16429         * spam.el (spam-split): Do not require spam-use-CHECK to be
16430         enabled if that check is passed to spam-split explicitly; also
16431         fix so 'spam doesn't get converted to spam-split-group when
16432         spam-split-symbolic-return is t.
16433         (spam-find-spam): Find registrations of the article and use those
16434         instead of re-running spam-split to find the spam/ham
16435         classification of the article.
16436         (spam-log-processing-to-registry, spam-log-registered-p)
16437         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16438         Use gnus-error instead of gnus-message.
16439         (spam-log-registration-type): Add function to determine the
16440         classification of a message based on registry entries; will
16441         return nil if both 'spam and 'ham are found.
16442         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16443         a reasonably fast local cache without the loading errors.
16444         (spam-cache-lookups): Set to t by default.
16445         (spam-find-spam): Don't try to guess spam-cache-lookups.
16446         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16447         spam-caches entry.
16448         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16449         caching of whitelist/blacklist entries.
16450         (spam-check-whitelist, spam-check-blacklist): Invoke
16451         spam-from-listed-p with a type, not a cache variable.
16452         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16453
16454 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16455
16456         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16457
16458         * nnmail.el (nnmail-split-fancy): do.
16459
16460         * mml.el (mml-parse): do.
16461
16462         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16463         (gnus-score-adaptive): do.
16464
16465 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16468         (gnus-mime-button-map): Don't set keymap parent.
16469         (gnus-button-ctan-directory-regexp): Use shy grouping.
16470         (gnus-prev-page-map): Don't set keymap parent.
16471         (gnus-prev-page-map): Remove duplicated one.
16472         (gnus-next-page-map): Don't set keymap parent.
16473         (gnus-mime-security-button-map): Ditto.
16474
16475         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16476         version number.
16477
16478         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16479
16480 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * canlock.el (canlock-sha1-function): Remove.
16483         (canlock-sha1-function-for-verify): Remove.
16484         (canlock-openssl-program): Remove.
16485         (canlock-openssl-args): Remove.
16486         (canlock-ignore-errors): Remove.
16487         (canlock-sha1-with-openssl): Remove.
16488         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16489         (canlock-verify): Don't use canlock-ignore-errors.
16490
16491         * sha1-el.el (sha1-string-external): Make it can return a string
16492         in binary form.
16493         (sha1-region-external): Ditto.
16494         (sha1-string-internal): Ditto.
16495         (sha1-region-internal): Ditto.
16496         (sha1-region): Ditto.
16497         (sha1-string): Ditto.
16498         (sha1): Ditto.
16499
16500 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16501
16502         * spam.el (spam-report-articles-gmane): New command.
16503
16504 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16507
16508         * run-at-time.el (run-at-time-saved): Remove.
16509         (run-at-time): Doc fix.
16510
16511 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16512
16513         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16514         (gnus-summary-limit-map): Add it.
16515         (gnus-summary-make-menu-bar): do.
16516
16517 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16518
16519         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16520         Make attempt at some caching support (done for BBDB only now).
16521         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16522         addresses to be checked.
16523         (spam-clear-cache-BBDB): Add function, to be invoked by
16524         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16525         (spam-check-BBDB): Check and use the caches, if
16526         spam-cache-lookups is on, remove superfluous (provide).
16527
16528 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16529
16530         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16531
16532 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16533
16534         * run-at-time.el (run-at-time-saved): Move to after the definition
16535         of `run-at-time'.
16536
16537         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16538
16539 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16542         mm-w3m-local-map-property.
16543
16544         * mm-view.el (mm-w3m-mode-map): Remove.
16545         (mm-w3m-local-map-property): Remove.
16546         (mm-inline-text-html-render-with-w3m): Don't use
16547         mm-w3m-local-map-property.
16548
16549 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16550
16551         * run-at-time.el: New file.
16552
16553         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16554         under Emacs.
16555
16556         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16557         of gnus-set-text-properties.
16558
16559         * gnus-uu.el (gnus-uu-save-article): Ditto.
16560
16561         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16562
16563         * gnus-cite.el (gnus-cite-parse): Ditto.
16564
16565         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16566         of gnus-.
16567
16568         * gnus-xmas.el (run-at-time): Require run-at-time.
16569
16570         * gnus.el: Changed calls to nnheader-run-at-time and
16571         password-run-at-time throughout to use run-at-time directly.
16572
16573         * password.el: Removed definition of run-at-time.
16574
16575         * nnheaderxm.el: Remove definition of run-at-time.
16576
16577 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16578
16579         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16580         in prompt.
16581
16582 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16583
16584         * messagexmas.el (message-xmas-redefine): Alias
16585         `message-make-caesar-translation-table' to
16586         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16587         version.
16588
16589         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16590         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16591         `gnus-xmas-set-text-properties'.
16592         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16593         `gnus-xmas-completing-read'.
16594         (gnus-xmas-completing-read): Removed.
16595         (gnus-xmas-open-network-stream): Removed.
16596
16597         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16598         XEmacs version.
16599
16600         * dns.el (dns-make-network-process): Use `open-network-stream'
16601         instead of `gnus-xmas-open-network-stream'.
16602
16603         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16604
16605         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16606
16607 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16608
16609         * gnus-art.el (gnus-mime-display-alternative)
16610         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16611         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16612         Don't use gnus-local-map-property.
16613
16614         * gnus-util.el (gnus-local-map-property): Remove.
16615
16616         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16617         gnus-completing-read-maybe-default with completing-read.
16618
16619         * gnus-util.el (gnus-completing-read): do.
16620         (gnus-completing-read-maybe-default): Remove.
16621
16622 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16623
16624         * password.el: Only autoload `run-at-time' if not XEmacs.
16625         Only autoload the itimer functions if XEmacs.
16626
16627 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16630         XEmacsen.
16631
16632         * dgnushack.el: Autoload executable-find for XEmacs.
16633
16634 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16635
16636         * gnus-art.el (gnus-read-string): Remove.
16637         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16638         read-string.
16639
16640 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16641
16642         * netrc.el: Autoload password-read.
16643         (netrc): Add configuration group.
16644         (netrc-encoding-method, netrc-openssl-path): Add
16645         variables for encoding and decoding of files with symmetric
16646         ciphers.
16647         (netrc-encode): Add assistant function to encode a file with
16648         netrc-encoding-method.
16649         (netrc-parse): Add interactive parameter, added optional
16650         decoding if netrc-encoding-method is non-nil but otherwise
16651         behavior is standard.
16652         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16653         Do s/encode/encrypt/ everywhere.
16654
16655         * spam.el: Remove executable-find autoload.
16656
16657 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16658
16659         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16660
16661         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16662
16663 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * gnus-art.el (gnus-treat-ansi-sequences)
16666         (article-treat-ansi-sequences): New variable and function.
16667         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16668
16669         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16670         Use it.
16671
16672 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16673
16674         * mm-util.el (mm-quote-arg): Remove.
16675
16676         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16677         shell-quote-argument.
16678
16679         * gnus-uu.el (gnus-uu-command): do.
16680
16681         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16682
16683         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16684         with make-char.
16685
16686         * mm-util.el (mm-make-char): Remove.
16687
16688         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16689         add-minor-mode.
16690
16691         * gnus-undo.el (gnus-undo-mode): do.
16692
16693         * gnus-topic.el (gnus-topic-mode): do.
16694
16695         * gnus-sum.el (gnus-dead-summary-mode): do.
16696
16697         * gnus-start.el (gnus-slave-mode): do.
16698
16699         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16700
16701         * gnus-ml.el (gnus-mailing-list-mode): do.
16702
16703         * gnus-gl.el (gnus-grouplens-mode): do.
16704
16705         * gnus-draft.el (gnus-draft-mode): do.
16706
16707         * gnus-dired.el (gnus-dired-mode): do.
16708
16709         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16717         Replace gnus-char-width with char-width.
16718
16719         * gnus-ems.el (gnus-char-width): Remove.
16720
16721         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16722         definition.
16723         Remove Emacs 20 hash table compatibility code.
16724
16725         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16726         20 compatibility code.
16727
16728         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16729
16730         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16731
16732         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16733         with point-at-{eol,bol}.
16734
16735         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16736
16737         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16738
16739         * flow-fill.el (fill-flowed-point-at-bol)
16740         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16741
16742         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16743         Replace with point-at-{eol,bol} throughout all files.
16744
16745 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * ntlm.el (ntlm-string-as-unibyte): New macro.
16748         (ntlm-build-auth-response): Use it.
16749
16750         Remove Emacs 20 stuff:
16751         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16752         (butlast, mapc, remove): Remove the compiler macros.
16753         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16754         of delq and copy-sequence.
16755         * gnus-art.el (popup-menu): Remove the compiler macro.
16756         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16757         Emacs 20.
16758
16759 2004-01-05  Simon Josefsson  <jas@extundo.com>
16760
16761         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16762         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16763         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16764         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16765         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16766         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16767         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16768         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16769         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16770         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16771         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16772         string-xor into ntlm-string-xor.  Suggested by
16773         Jesper Harder <harder@myrealbox.com>.
16774
16775         * ntlm.el: Don't include poem.
16776
16777         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16778         Jesper Harder <harder@myrealbox.com>.
16779
16780         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16781
16782         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16783         probably breaks emacs with DL patch, but do we care? Is anyone
16784         still using the DL stuff?)
16785
16786         * sieve-manage.el: Use the password package.
16787         (sieve-manage-read-passwd): Remove.
16788         (sieve-manage-interactive-login): Use password.  Re-add
16789         condition-case around loop.
16790
16791         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16792         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16793         the password package.
16794
16795 2003-02-19  Simon Josefsson  <jas@extundo.com>
16796
16797         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16798         token.
16799
16800 2002-08-07  Simon Josefsson  <jas@extundo.com>
16801
16802         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16803         (sieve-manage-authenticators):
16804         (sieve-manage-authenticator-alist): Add some SASL mechs.
16805         (sieve-sasl-auth): New function.
16806         (sieve-manage-cram-md5-auth):
16807         (sieve-manage-plain-auth): Rewrite using SASL library.
16808         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16809         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16810         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16811         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16812
16813 2004-01-05  Simon Josefsson  <jas@extundo.com>
16814
16815         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16816         New files.
16817
16818 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16819
16820         * gnus-group.el (gnus-no-groups-message): Update.
16821
16822         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16823
16824 2003-11-09  Simon Josefsson  <jas@extundo.com>
16825
16826         * imap.el: Support for ID IMAP extension (RFC 2971).
16827         (imap-local-variables): Add imap-id.
16828         (imap-id): New variable.
16829         (imap-id): New function.
16830         (imap-parse-response): Parse untagged ID response.
16831         * nnimap.el (nnimap-id): New variable.
16832         (nnimap-open-connection): Use it.
16833
16834 2003-12-28  Simon Josefsson  <jas@extundo.com>
16835
16836         * gnus-score.el (gnus-score-edit-all-score): New.
16837         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16838
16839 2004-01-04  Simon Josefsson  <jas@extundo.com>
16840
16841         * password.el: Add.
16842
16843 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16844
16845         * dns.el (dns-query-types): Fix typo.
16846         (dns-query-types): New function.
16847         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16848         PTR and SOA replies, see RFC 1035.
16849
16850 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16851
16852         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16853
16854         * Moved to Changelog.2.
16855
16856 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16857
16858         * gnus.el (gnus-version-number): Bump version.
16859
16860 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16861
16862         * gnus.el: No Gnus v0.1 is released.
16863
16864 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16865
16866         * gnus.el: No Gnus v0.0 is released.
16867
16868 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16869
16870         * gnus.el (gnus-version-number): Bump.
16871         (gnus-version): No.
16872
16873 See ChangeLog.2 for earlier changes.
16874
16875     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16876       Free Software Foundation, Inc.
16877
16878   This file is part of GNU Emacs.
16879
16880   GNU Emacs is free software: you can redistribute it and/or modify
16881   it under the terms of the GNU General Public License as published by
16882   the Free Software Foundation, either version 3 of the License, or
16883   (at your option) any later version.
16884
16885   GNU Emacs is distributed in the hope that it will be useful,
16886   but WITHOUT ANY WARRANTY; without even the implied warranty of
16887   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16888   GNU General Public License for more details.
16889
16890   You should have received a copy of the GNU General Public License
16891   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16892
16893 ;; Local Variables:
16894 ;; coding: utf-8
16895 ;; fill-column: 79
16896 ;; add-log-time-zone-rule: t
16897 ;; End: