dbd5ad82fbe51f33c1ec27517f563478f155b474
[gnus] / lisp / ChangeLog
1 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4         (gnus-button-ctan-handler): Ditto.
5         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6         (gnus-button-ctan-directory-regexp): Ditto.
7         (gnus-button-handle-ctan): Ditto.
8         (gnus-button-tex-level): Ditto.
9         (gnus-button-alist): Removed CTAN stuff.
10
11 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
14         nnimap-streaming test.
15
16         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
17         servers twice.
18
19         * nnimap.el (nnimap-open-connection): Add more error reporting when
20         nnimap fails early.
21
22         * nnheader.el (nnheader-get-report-string): New function.
23         (nnheader-get-report): Use it.
24
25         * gnus-int.el (gnus-check-server): Say what the error was when opening
26         failed.
27
28         * nnimap.el (nnimap-wait-for-response): Search further when we're not
29         using streaming.
30
31 2010-09-25  Julien Danjou  <julien@danjou.info>
32
33         * gnus-html.el (gnus-html-rescale-image): Use our defalias
34         gnus-window-inside-pixel-edges.
35
36 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
39
40         * mm-decode.el (mm-save-part): Allow saving to other directories the
41         normal Emacs way.
42
43         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
44         by Jay Berkenbilt.
45
46         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
47         there isn't a single byte.
48
49         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
50         just do it.  It doesn't really seem to matter what the user responds
51         here, I think, so it's just a confusing question.
52
53         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
54         non-streaming case.
55
56         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
57         (gnus-article-encrypt-body): Use it.
58
59         * gnus-sum.el (gnus-summary-show-complete-article): New command and
60         keystroke.
61
62         * nnimap.el (nnimap-find-wanted-parts-1): Use
63         gnus-fetch-partial-articles.
64
65         * gnus-art.el (gnus-fetch-partial-articles): New variable.
66
67         * nnimap.el (nnimap-insert-partial-structure): New function.
68         (nnimap-get-partial-article): New function.
69         (nnimap-request-article): Use it.
70         (nnimap-wait-for-response): Return whether the wait was successful.
71         (nnimap-finish-retrieve-group-infos): Don't do anything if the
72         retrieval wasn't successful.
73         (nnimap-retrieve-group-data-early): Allow throttling servers.
74         (nnimap-streaming): New variable.
75         (nnimap-fetch-partial-articles): Removed.
76
77         * mm-decode.el (mm-with-part): Protect against killed buffers.
78
79         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
80         for prettier summary display.
81
82 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
83
84         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
85         directly.
86
87 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
90         apparently third-party libraries depend on it.
91
92         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
93         before starting negotiation.
94
95         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
96         privacy reasons.
97         (gnus-treat-mail-gravatar): Ditto.
98
99         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
100         buffer when inserting images.  Inserting text into the headers, for
101         instance, can make them invalid.
102
103 2010-09-25  Julien Danjou  <julien@danjou.info>
104
105         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
106         variables.
107
108         * nnheader.el: Remove useless variables news-reply-yank-from and
109         news-reply-yank-message-id.
110
111         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
112         variables.
113
114         * mml1991.el: Remove useless mml1991-verbose.
115
116         * gnus.el: Remove useless variable gnus-use-generic-from.
117         Remove obsolete variable gnus-topic-indentation.
118
119         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
120
121         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
122
123         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
124
125         * gnus-group.el: Remove useless gnus-group-icon-cache.
126         Remove useless gnus-ephemeral-group-server.
127
128         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
129
130         * mml2015.el: Remove useless mml2015-verbose.
131
132         * mml-smime.el: Remove useless mml-smime-verbose.
133
134         * gnus.el: Remove useless gnus-local-domain.
135
136         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
137         gnus-gravatar-size.
138
139         * gnus-art.el: Remove useless gnus-treat-translate.
140
141 2010-09-24  Julien Danjou  <julien@danjou.info>
142
143         * gnus-sum.el: Add support for Gravatars.
144
145         * gnus-art.el: Add support for Gravatars.
146
147         * gnus-gravatar.el: Add this file.
148
149         * gravatar.el: Add this file.
150
151 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
154
155         * gnus-group.el (gnus-group-fetch-faq): Removed.
156
157         * gnus.el (gnus-group-faq-directory): Removed.
158
159         * gnus-group.el (gnus-group-fetch-charter): Removed.
160
161         * gnus.el (gnus-group-charter-alist): Removed.
162
163         * gnus-group.el (gnus-group-archive-directory): Removed.
164         (gnus-group-recent-archive-directory): Ditto.
165         (gnus-group-make-archive-group): Removed.
166
167         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
168
169         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
170         use the same article number for all the cached articles.
171
172         * nnimap.el (nnimap-command): Register the last command time so
173         that we can use it for idling NOOPs.
174         (nnimap-open-connection): Start the keeplive timer.
175         (nnimap-make-process-buffer): Store all the process buffers.
176         (nnimap-keepalive): New function.
177
178         * starttls.el: (starttls-open-stream): Add autoload cookie.
179
180 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
181
182         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
183         handling.
184
185 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
188         its data structures.
189
190         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
191         instead of the cl.el copy-list.
192         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
193         equalp.
194
195 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
198         and tool-bar-local-item-from-menu.
199
200         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
201         mode-line-highlight face for Emacs.
202
203         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
204         loading gnus-sum.elc; fix comment for canlock-verify.
205         (gnus-article-jump-to-part): Use read-number.
206         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
207         Emacs pre-21 compatible code for help-echo.
208         (gnus-article-next-page-1): No need to adjust the number of lines.
209         (gnus-article-describe-bindings): Always use help-buffer.
210
211         * gnus-audio.el (gnus-audio-inline-sound)
212         * gnus-cus.el (gnus-custom-mode)
213         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
214
215         * gnus-sum.el (gnus-remove-overlays): Doc fix.
216
217         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
218         compatible code.
219
220 2010-09-24  Glenn Morris  <rgm@gnu.org>
221
222         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
223         visiting the fcc file in rmail-mode.
224
225         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
226
227 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * nnir.el: Silence the byte compiler.
230
231         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
232         alias to browse-url-url-encode-chars if any.
233         (gnus-html-encode-url): Use it.
234
235 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * gnus-start.el (gnus-use-backend-marks): New variable.
238         (gnus-get-unread-articles-in-group): Use it.
239
240         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
241         makeover.
242
243 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
244
245         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
246
247 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
250         Removed.
251         (gnus-setup-news-hook): Removed
252         gnus-fixup-nnimap-unread-after-getting-new-news.
253
254         * gnus-int.el (gnus-request-update-info): Protect against backends not
255         having the function.
256
257         * nnimap.el (nnimap-stream): Mention starttls.
258         (nnimap-open-connection): Add starttls support.
259
260 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
261
262         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
263
264 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
267         BODYSTRUCTUREs.
268         (nnimap-transform-headers): Unfold quoted {42} headers.
269
270         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
271         the info.
272         (gnus-get-unread-articles): Only call updatep on backends that support
273         it.
274
275         * nnweb.el (nnweb-request-update-info): NOOP.
276
277         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
278
279         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
280         since it only deals with marks.
281
282         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
283         gnus-request-marks, and make a new gnus-request-update-info.
284
285         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
286         the active instead of the high number, which is usually too low.
287
288 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
289
290         * netrc.el (netrc-parse): Remove encrypt.el mentions.
291         * encrypt.el: Removed.
292
293 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
296         server in symbolic form.
297
298         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
299         0.9.
300
301 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
304         (nnimap-update-info): Fix up code slightly.
305
306         * gnus-int.el (gnus-open-server): Add tracing for performance
307         debugging.
308
309         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
310         (gnus-group-insert-group-line): Pass the real group name so that it
311         gets the right data.
312
313         * gnus-start.el (gnus-get-unread-articles): Don't have
314         `gnus-get-unread-articles-in-group' update info, since that can be
315         really slow and doesn't seem to be needed?
316
317 2010-09-22  Dan Christensen  <jdc@uwo.ca>
318
319         * time-date.el (date-to-time): Try using parse-time-string first before
320         using the slower timezone-make-date-arpa-standard.
321
322 2010-09-22  Julien Danjou  <julien@danjou.info>
323
324         * gnus-group.el (gnus-group-insert-group-line): Call
325         gnus-group-highlight-line.
326         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
327         default hook list.
328         (gnus-group-update-eval-form): Add new function.
329         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
330         (gnus-group-get-icon): Use gnus-group-update-eval-form.
331
332 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
335         immediate, then expire all articles.
336         (nnimap-update-info): Fix off-by-one errors.
337         (nnimap-flags-to-marks): Would return no marks lists for group with no
338         flags.  Instead return the other data.
339
340 2010-09-22  Julien Danjou  <julien@danjou.info>
341
342         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
343         Only return an icon.
344         (gnus-group-insert-group-line): Compute icon to return.
345
346         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
347         variable.
348         (gnus-html-image-fetched): Only cache if
349         gnus-html-image-automatic-caching is set.
350         (gnus-html-image-fetched): Check for errors.
351
352 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
355         once per method on `g'.  This ensures that backends like nnfolder don't
356         open all their folders.
357
358         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
359         (nnimap-request-list): Nix out group in the correct buffer.
360         (nnimap-parse-flags): Implement by using `read' instead of
361         hand-parsing.
362         (nnimap-flags-to-marks): Pass on permanent-flags.
363         (nnimap-make-process-buffer): Record the server name.
364         (nnimap-parse-flags): Fix typo.
365         (nnimap-request-scan): Run split on the server in general, not just a
366         single group.
367
368         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
369         parameter, and propagate this downwards.
370
371         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
372         since EXAMINE changes it on the server.
373
374         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
375         this command might take a while.
376
377 2010-09-22  Julien Danjou  <julien@danjou.info>
378
379         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
380         harmful if you have 2 images side-by-side, they can't be properly
381         update on text deletion.  Using text-property is safer here.
382         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
383         data.
384
385 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * nnimap.el (nnimap-expunge-inbox): Removed.
388         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
389         (nnimap-expunge): Flip default to t.
390
391         * gnus.el (gnus-method-to-server): Don't push things to the cache
392         unless it's unique.
393         (gnus-server-to-method): Ditto.
394
395 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
398
399 2010-09-22  Julien Danjou  <julien@danjou.info>
400
401         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
402         get the start of data.
403         (gnus-html-encode-url): Add this function to encode special chars in
404         URL.
405         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
406         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
407
408         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
409         default.
410         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
411
412         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
413         images alt-text.
414         (gnus-html-put-image): Put alt-text as help-echo.
415
416 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
419         * mm-util.el (mm-decompress-buffer)
420         * nnir.el (nnir-run-find-grep)
421         * pop3.el (pop3-list): Use 3rd arg of split-string.
422
423         * time-date.el (format-seconds): Comment fix.
424
425         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
426         and byte-optimize-form-code-walker.
427         (dgnushack-make-auto-load): Don't advise make-autoload.
428
429         * lpath.el: Remove Emacs 21 stuff.
430
431 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
434         outside the active range.  Suggested by Dan Christensen.
435
436         * gnus-start.el (gnus-get-unread-articles): Get the extended method
437         slightly later to avoid double-getting it.
438
439         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
440         previous patch.
441
442         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
443
444 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
445
446         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
447
448 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * gnus-int.el (gnus-open-server): Give a better error message in the
451         "go offline" case.
452
453         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
454         marks for nnimap, which is seldom the right thing to do.
455
456         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
457         (gnus-same-method-different-name): New function.
458
459         * nnimap.el (parse-time): Require.
460
461         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
462         method in the presence of many similar methods.
463
464         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
465
466         * nnimap.el (nnimap-find-expired-articles): Don't refer to
467         nnml-inhibit-expiry.
468
469         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
470         find out whether methods are equal.
471
472         * nnimap.el (nnimap-find-expired-articles): New function.
473         (nnimap-process-expiry-targets): New function.
474         (nnimap-request-move-article): Request the article before looking at
475         what the Message-ID is.  Fix found by Andrew Cohen.
476         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
477
478         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
479         for oldness in addition to being a predicate.
480
481         * nnimap.el (nnimap-request-group): When we have zero articles, return
482         the right data to Gnus.
483         (nnimap-request-expire-articles): Only delete articles immediately if
484         the target is 'delete.
485
486         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
487         method, this would bug out.
488
489         * gnus-group.el (gnus-group-expunge-group): Renamed from
490         gnus-group-nnimap-expunge, and implemented as a normal interface
491         function.
492
493         * gnus-int.el (gnus-request-expunge-group): New function.
494
495         * nnimap.el (nnimap-request-create-group): Implement.
496         (nnimap-request-expunge-group): New function.
497
498 2010-09-21  Julien Danjou  <julien@danjou.info>
499
500         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
501         (gnus-html-cache-expired): Add new function.
502         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
503         wethever we should display image for fetch it.
504         Compute alt-text earlier to pass it to the fetching function too.
505         (gnus-html-schedule-image-fetching): Change function argument to only
506         get one image at a time, not a list.
507         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
508         cache.
509         (gnus-html-get-image-data): New function to retrieve image data from
510         cache.
511         (gnus-html-put-image): Change buffer argument to use image data rather
512         than file, and place image above region rather than inserting a new
513         one. Do not take alt-text as argument, since it's useless now: we place
514         the image above alt-text.
515         (gnus-html-prune-cache): Remove.
516         (gnus-html-show-images): Start to fetch image when we find one, do not
517         push into a temporary list.
518         (gnus-html-prefetch-images): Only fetch image if they have expired.
519         (gnus-html-browse-image): Fix, use 'gnus-image-url.
520         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
521
522 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
525
526 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
529         spec inser "*" if the group isn't active instead of 0.
530
531         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
532         opening the server.
533         (nnimap-request-delete-group): Implement group deletion.
534         (nnimap-transform-headers): Return the size of the entire message in
535         the Bytes header, not just the size of the first part.
536         (nnimap-request-move-article): When moving an article from nnimap,
537         request the article first so the accepting form has an article to
538         accept.  Reported by Dan Christensen.
539         (nnimap-command): Make sure that the error message doesn't error out.
540
541 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
542
543         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
544         we haven't requested anything.
545
546 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
549         "".  Fix found by Andrew Cohen.
550
551         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
552         instead of -encode-string.
553
554 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
557
558         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
559         by mm-subst-char-in-string.
560
561 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562
563         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
564         waiting for the connection string.
565
566         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
567         arriving.
568
569         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
570         bogus characters.  This allows selecting certain Gmail groups.
571
572         * nnimap.el (nnimap-find-wanted-parts-1): New function.
573         (nnimap-fetch-partial-articles): New variable.
574         (nnimap-open-connection): When looking for credentials, also use the
575         nnimap-server-port.
576         (nnimap-request-article): Return the group/article number, so that Gnus
577         `^' works as expected.
578         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
579         them.
580
581         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
582         comments.
583         (gnus-methods-sloppily-equal): New function.
584         (gnus): When using the development version of Gnus, load the gnus-load
585         file.
586
587         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
588         `gnus-open-server' on each method before trying to scan them etc.  This
589         ensures that all the backend parameters are set correctly.
590
591         * nnimap.el (nnimap-authenticator): New variable.
592         (nnimap-open-connection): Allow anonymous login.
593         (nnimap-transform-headers): The chars header is called Chars not
594         Bytes.
595         (nnimap-wait-for-response): Don't infloop if the IMAP connection
596         drops.
597
598         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
599         patch, found by Knut Anders Hatlen.
600
601 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
602
603         * gnus-agent.el (gnus-agent-batch-confirmation)
604         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
605         to gnus-message.
606         * gnus-art.el (gnus-article-describe-briefly): Likewise.
607         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
608         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
609         * gnus-int.el (gnus-open-server): Likewise.
610         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
611         (gnus-score-check-syntax): Likewise.
612         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
613         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
614         Likewise.
615         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
616
617 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
620         calling conventions so that prefetch doesn't bug out.
621
622 2010-09-19  Julien Danjou  <julien@danjou.info>
623
624         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
625         rather than `subst-char-in-region' in order to be able to replace ASCII
626         char by UTF-8 ones.
627
628         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
629         than curl.
630         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
631         the right URL and ALT text on images.
632         (gnus-html-wash-tags): Fix tag case.
633         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
634         (gnus-article-html): Add -o display_ins_del=2 option.
635         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
636
637 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
640         the extra mail headers, which sometimes seem to happen for unknown
641         reasons.
642
643         * mail-parse.el (mail-header-encode-parameter): Define as
644         rfc2045-encode-string instead of as rfc2231-encode-string, since some
645         (or most, perhaps?) mail readers don't understand the latter, but do
646         understand the former.
647
648         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
649         to nil, so that no methods are automatically agentized.  I think this
650         is probably what most users want.
651
652         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
653         from url-retrieve, for instance about invalid URLs.
654
655         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
656         groups that have no articles.
657         (nnimap-request-article): Check that we really got an article when we
658         requested one.
659
660         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
661         doesn't exist.
662
663         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
664         nntp buffer so the agent can save it.
665         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
666         that CRLF doesn't get translated to \n.
667         (nnimap-open-connection): Don't make 'shell commands only send \n.
668
669 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
670
671         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
672         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
673         Update var name.
674         (nnml-generate-nov-file): Use dolist.
675         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
676         Use with-current-buffer.
677
678 2010-09-18  Julien Danjou  <julien@danjou.info>
679
680         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
681         parallel.
682
683 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * nnimap.el (nnimap-update-info): When doing partial marks update, get
686         the range update right.
687         (nnimap-request-group): Don't make `M-g' bug out on group with no
688         marks.
689         (nnoo): Required, so that other packages can require nnimap.
690         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
691         command we're looking for.  This helps when the server sends more
692         responses after we've gotten everything we expected.
693         (nnimap): Add a `newlinep' field to keep track of end-of-line
694         conventions.
695         Don't send CRLF to things that don't want it.
696         (nnimap-request-accept-article): Ditto.
697
698 2010-09-18  Julien Danjou  <julien@danjou.info>
699
700         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
701         than curl to retrieve images.
702
703 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * nnimap.el (nnimap-update-info): Extend the info so that we can set
706         the marks.
707         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
708         (nnimap-wait-for-connection): New function.
709         (nnimap-open-connection): If we have PREAUTH, don't query for login
710         credentials.
711         (nnimap-update-info): Fix off-by-one error when concatenating ranges
712         when doing a partial update.
713
714 2010-09-18  Julien Danjou  <julien@danjou.info>
715
716         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
717         tags.
718
719 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * nnimap.el (nnimap-credentials): New function.
722         (nnimap-open-connection): Use the new function to look for credentials
723         also on the numeric equivalents of "imap" and "imaps".
724
725         * gnus-start.el (gnus-activate-group): Send the info to
726         gnus-request-group.
727
728         * nnimap.el (nnimap-request-group): Have the "check" version of the
729         function parse flags and update the info, so that a `M-g' get a total
730         resync of all flags from the group.
731
732         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
733         to allow backends to alter the info on group selection.  Also alter all
734         the backend -request-group functions to take the parameter.
735
736         * nnimap.el (nnimap-store-info): New function.
737         (nnimap-update-info): Store the info for later usage.
738         (nnimap-request-group): Use the stored info for the dont-check case, so
739         that we don't retrieve all marks when we enter a group.
740
741         * nnimap.el: Use deffoo instead of defun for interface functions.
742
743         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
744         update the group info.  This makes the nndraft groups, for instance, go
745         back to their old behaviour.
746
747         * gnus-sum.el (gnus-select-newsgroup): Indent.
748
749         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
750         in.
751         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
752         nothing.
753
754         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
755         from methods that are denied.
756
757         * gnus-int.el (gnus-method-denied-p): New function.
758
759         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
760         store the password instead of netrc.
761         (nnimap-open-connection): Don't error out when we can't make a
762         connections.
763
764         * auth-source.el (auth-source-create): In the password prompt, say what
765         we're querying for.  Also prompt for user name if that hasn't been
766         given.
767
768         * nnimap.el (nnimap-with-process-buffer): Removed.
769
770 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
773         method when we're reading from the agent.
774
775         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
776
777         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
778         that's probably most useful for users.
779
780         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
781         "failed" all the time.
782
783         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
784         ...)) with (with-current-buffer ... ).
785
786         * nntp.el (nntp-open-server): Return whether the open was successful or
787         not.
788
789         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
790         select an unread unseen article first.
791
792         * nnimap.el (nnimap-open-connection): If the user doesn't have a
793         /etc/services, supply some sensible port defaults.
794
795         * dgnushack.el: Define netrc-credentials.
796
797 2010-09-17  Julien Danjou  <julien@danjou.info>
798
799         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
800
801 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
802
803         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
804         doesn't have any parameters.
805
806 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
809         only upcased checks.
810
811         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
812
813         * nnimap.el (nnimap-open-shell-stream): New function.
814         (nnimap-open-connection): Use it.
815         (nnimap-transform-headers): Get the number of lines in each message.
816         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
817         number of lines.
818         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
819         problem.
820
821         * utf7.el (utf7-encode): Autoload.
822
823         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
824         to allow the mail splitting to not return a default group.  This is
825         useful for nnimap, which will leave unmatched mail in the inbox.
826
827         * nnimap.el: Rewritten.
828
829         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
830         nnimap usage.
831
832         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
833         if the move is internal, so that nnimap can do fast internal moves.
834
835         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
836         data.
837         (gnus-read-active-for-groups): Support finishing the early retrieval of
838         data.
839
840         * gnus-range.el (gnus-range-nconcat): New function.
841
842         * gnus-int.el (gnus-finish-retrieve-group-infos)
843         (gnus-retrieve-group-data-early): New functions.
844
845 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
846
847         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
848         (nnrss-retrieve-groups):
849         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
850         (pop3-quit): Use with-current-buffer.
851
852 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
855         instead of nnheader-accept-process-output.
856
857         * dgnushack.el (dgnushack-compile): Add comment.
858
859         * lpath.el: No need to fbind propertize for XEmacs 21.4.
860
861         * gnus-html.el (gnus-html-schedule-image-fetching)
862         (gnus-html-prefetch-images): Replace process-kill-without-query by
863         gnus-set-process-query-on-exit-flag.
864
865 2010-09-16  Romain Francoise  <romain@orebokech.com>
866
867         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
868
869 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-registry.el (gnus-registry-install-shortcuts): The second
872         parameter to unintern is mandatory-ish in Emacs 24.
873
874         * gnus-html.el (gnus-html-schedule-image-fetching)
875         (gnus-html-prefetch-images): Check for curl before using it.
876
877         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
878         depend on curl, which isn't essential.
879
880         * imap.el: Revert back to version
881         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
882         seem problematic.
883
884 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
885
886         * gnus-registry.el (gnus-registry-install-shortcuts):
887         Explicitly pass `obarray' to `unintern' to avoid a warning.
888
889 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
892         change.
893
894         * nnrss.el (nnrss-request-list): Removed this function and related
895         functions, including the moreover stuff.
896
897 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * nnrss.el (nnrss-retrieve-groups): New function.
900
901 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
902
903         * .dir-locals.el: Add no-byte-compile cookie.
904
905 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * time-date.el (format-seconds): Comment fix.
908
909         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
910         for back end that doesn't support request-scan.
911
912 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
915         then do request scans from the backends.
916
917         * netrc.el (netrc-credentials): New conveniency function.
918
919         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
920         avoid running a hook per line, since this takes a lot of time,
921         profiling shows.
922         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
923         directly if gnus-visual-p is true.
924
925 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
928         groups; replace mapcar with dolist which is a bit faster; pass groups
929         info to gnus-read-active-file-1.
930         (gnus-read-active-file-1): Scan only specified groups if the new
931         optional arg `infos' is given.
932
933 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
936
937         * pop3.el (pop3-movemail): Removed.
938         (pop3-streaming-movemail): Renamed to pop3-movemail.
939
940         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
941         don't restrict end-tag searches to the end of the line.
942
943 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
946         articles of every unchecked group to t, which means unknown since the
947         server has never been opened.
948
949 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * gnus-html.el (gnus-html-show-alt-text): New command.
952         (gnus-html-browse-image): Ditto.
953         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
954         to browse the image directly.
955         (gnus-html-wash-tags): Search for images first, so that <a><img> works
956         better.
957
958         * gnus-async.el (gnus-async-article-callback): Call
959         `gnus-html-prefetch-images' unconditionally.
960
961         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
962         before feeding URLs to curl.
963
964 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
967         internal images as deletable by `W D D'.
968
969         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
970         (gnus-async-article-callback): Fix typo.
971
972 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
975         current line to work around bugs in the output from w3m.
976
977         * gnus-async.el (gnus-async-article-callback): Always prefetch images
978         for groups that want that.
979
980         * nntp.el (nntp-wait-for-string): Supply a timeout for
981         accept-process-output to ensure progress.
982
983         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
984         level to get unread articles from, then use that for foreign groups,
985         too.
986
987         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
988         confuses the rest of the function.
989
990         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
991         for the methods that support -retrieve-groups, too.
992
993         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
994
995 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
998         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
999
1000         * pop3.el: Require cl when compiling.
1001         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1002
1003 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1006         that aren't going to be activated.
1007         (gnus-get-unread-articles): Fix up the last commit.
1008
1009         * gnus-html.el (gnus-article-html): Allow calling without specifying
1010         the handle.  In that case, dissect the buffer first.
1011
1012         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1013
1014         * nnimap.el (nnimap-open-connection): Revert the change that would look
1015         into authinfo for imaps instead of imap.
1016
1017         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1018         say that you don't want to call gnus-request-group with don-check, but
1019         do check the reponse.  This is for virtual groups only.
1020         (gnus-get-unread-articles): Count the archive groups as secondary, so
1021         that they're activated the same way as before.
1022
1023         * imap.el (imap-message-map): Removed optional buffer parameter, since
1024         no callers use it.
1025         (imap-message-get): Ditto.
1026         (imap-message-put): Ditto.
1027         (imap-mailbox-map): Ditto.
1028         (imap-mailbox-put): Ditto.
1029         (imap-mailbox-get): Ditto.
1030         (imap-mailbox-get): Revert last change for this function.
1031
1032         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1033         case-insensitively.
1034         (nnimap-debug): Removed.
1035
1036         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1037         to use `imap-fetch' instead.  According to the comments, this should be
1038         safe, since all other IMAP clients use the 1:* syntax.
1039         (imap-enable-exchange-bug-workaround): Removed.
1040         (imap-debug): Removed -- doesn't seem very useful.
1041
1042         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1043         mail from a file, and the file doesn't exist.
1044
1045         * imap.el (imap-log): New convenience function used throughout instead
1046         of repeating the same code all over the place.
1047
1048         * pop3.el (pop3-streaming-movemail): Return t for success.
1049
1050         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1051         .authinfo if we're using ssl connection.
1052
1053         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1054         already have if we're in a main Gnus `g' run.
1055
1056         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1057
1058 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1061
1062         * nnmh.el (nnmh-request-list-1): Bind `file'.
1063
1064         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1065         alias to set-process-query-on-exit-flag or process-kill-without-query.
1066         (pop3-open-server): Use it.
1067
1068 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1071         box to the Incoming file.  Fixes mistake in previous checkin.
1072
1073         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1074         request loop (for debugging purposes) removed.
1075
1076         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1077         culprit is more visible.
1078         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1079         (nnml-add-incremental-nov): New functions to do "incremental" nov
1080         updates, where we just append to the end of the existing nov files
1081         without reading/writing them in full.
1082
1083         * mail-source.el (mail-source-delete-crash-box): Really only check the
1084         incoming files once in a while.
1085
1086         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1087
1088         * mail-source.el (mail-source-delete-crash-box): Only check the
1089         incoming files for deletion once per day to save a lot of file
1090         accesses.
1091
1092         * pop3.el (pop3-logon): Fix up unbound variable typo.
1093
1094         * mail-source.el (pop3-streaming-movemail): Autoload.
1095
1096         * pop3.el (pop3-streaming-movemail): Respect
1097         pop3-leave-mail-on-server.
1098
1099         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1100         retrieval.
1101
1102         * pop3.el (pop3-process-filter): Removed unused function.
1103         (pop3-streaming-movemail, pop3-send-streaming-command)
1104         (pop3-wait-for-messages, pop3-write-to-file)
1105         (pop3-number-of-responses): New functions for streaming pop3
1106         retrieval.
1107
1108         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1109         come from no known methods.
1110         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1111         list.
1112
1113         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1114         message sizes.
1115         (pop3-movemail): Use erase-buffer instead of looping and deleting
1116         regions, which seems rather odd.
1117
1118         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1119         file once per `g' run.
1120
1121         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1122         directories.  This makes the draft queue directory work.
1123
1124         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1125         data from the backends, so that we only request the list of groups from
1126         each method once.  This should speed things up considerably.
1127
1128         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1129         detect that it's not implemented.
1130
1131         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1132         we actually do recurse down into the tree, but don't stat all leaf
1133         nodes.
1134
1135         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1136         then say so instead of bugging out.
1137
1138         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1139         files exist before trying to read them.
1140
1141         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1142         around <pre_int>.
1143
1144         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1145
1146         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1147
1148 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * mm-util.el (mm-image-load-path): Just return the image directories,
1151         not all directories in the path in addition to the image directories.
1152         (mm-image-load-path): Maintain a cache of the image directories so that
1153         the `g' command in Gnus doesn't have to stat dozens of directories each
1154         time.
1155
1156         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1157         (gnus-html-wash-tags): Add a new `i' command to insert images.
1158         (gnus-html-insert-image): New command and keystroke.
1159         (gnus-html-redisplay-with-images): New command and keystroke.
1160         (gnus-html-show-images): Renamed command.
1161         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1162         spacers.
1163         (gnus-html-wash-tags): Decode entities at the end, so that entities
1164         inside the tags don't mess up the rest of the "parsing".
1165
1166         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1167         so that nnimap methods aren't agentized by default.  There's apparently
1168         many problems related to agent/imap behaviour.
1169
1170         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1171
1172         * gnus-html.el: Doc fix.
1173
1174 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1175
1176         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1177         specifier-spec-list for Emacs 21.
1178
1179         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1180         glyph-width and glyph-height instead of display-graphic-p and
1181         image-size; make avoidance of displaying small images work for XEmacs.
1182
1183         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1184         for XEmacs.
1185
1186         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1187         of symbol that holds plist data.
1188         (gnus-process-plist): Remove plist of process after getting it.
1189
1190 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * message.el (message-generate-hashcash): Change default to
1193         'opportunistic if hashcash is installed.
1194
1195         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1196         (gnus-html-put-image): Only call image-size once, since it's somewhat
1197         time-consuming on remote X servers.
1198
1199 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1202         type on data, not a file name.
1203
1204         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1205         window-pixel-edges for Emacs 21.
1206
1207         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1208         decoded contents.
1209         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1210
1211 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1214         group line format, since it isn't very interesting.
1215
1216         * gnus-agent.el (gnus-agent-short-article),
1217         (gnus-agent-long-article): Increase values for these two variables,
1218         since most people are likely to have more network connection and
1219         storage than before.
1220
1221         * gnus.el (gnus-refer-article-method): Change default to 'current.
1222         When referring an article, the common behaviour is to refer it from the
1223         current select method, not the native select method.  The chances of
1224         the native select method having the message in question is rather slim
1225         these days.
1226
1227         * gnus-sum.el (gnus-auto-select-subject): Change default to
1228         `unseen-or-unread'.  I think it's likely that most people want to
1229         select an unseen article over a previously seen, but unread one.
1230
1231         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1232         means that in the article buffer none of the minor mode elements will
1233         be shown, usually, and this is not desirable in most cases.
1234
1235         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1236         that commands like `d' (and the like) go to the next line in the
1237         buffer, instead of the next unread article.  I think this is the
1238         behaviour that is most natural for most users.
1239         (gnus-single-article-buffer): Change default to nil, so that people can
1240         have as many article buffers open as they have summary buffer.  I think
1241         this is the most natural way for the groups to behave.
1242
1243         * message.el (message-generate-new-buffers): Change default to
1244         `unsent', so that all new message buffers start their names with the
1245         string "*unsent", and it's easier to find the buffers if you move from
1246         them.
1247
1248 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249
1250         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1251         small.  They're probably tracking images.
1252         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1253         (gnus-html-rescale-image): Yet another try at getting the image sizing
1254         right.
1255
1256         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1257         nntp-marks-file-name is nil.
1258
1259 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1260
1261         * gnus-html.el (gnus-html-wash-tags)
1262         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1263         Better logging.
1264
1265 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1268
1269         * gnus-html.el (gnus-html-wash-tags): Check the value of
1270         gnus-blocked-images in the summary buffer.
1271
1272 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1273
1274         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1275
1276 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1279         like "a", it seems like.
1280         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1281         since it needs to be picked from the correct buffer.
1282
1283         * nnwfm.el: Removed.
1284
1285         * nnlistserv.el: Removed.
1286
1287 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1288
1289         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1290         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1291
1292 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * nnkiboze.el: Removed.
1295
1296         * nndb.el: Removed.
1297
1298         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1299         alt text.
1300         (gnus-html-rescale-image): Try to get the rescaling logic right for
1301         images that are just wide and not tall.
1302
1303         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1304         overshadow variable bindings.
1305
1306 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1307
1308         * gnus-html.el (gnus-html-wash-tags)
1309         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1310         extra logging.
1311
1312 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1315         (gnus-max-image-proportion): New variable.
1316         (gnus-html-rescale-image): New function.
1317         (gnus-html-put-image): Rescale images.
1318
1319 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1320
1321         Fix up some byte-compiler warnings.
1322         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1323         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1324         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1325         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1326         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1327         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1328         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1329
1330 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * gnus-html.el (gnus-article-html): Decode contents by charset.
1333
1334 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1337         (gnus-html-frame-width, gnus-blocked-images)
1338         * message.el (message-prune-recipient-rules): Add custom version.
1339         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1340
1341         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1342         functions.
1343
1344         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1345         gnus-process-get.
1346
1347 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1348
1349         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1350         instead of lsub directly.
1351
1352 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * nnwarchive.el: Removed.
1355
1356         * gnus-soup.el: Removed.
1357
1358         * nnsoup.el: Removed.
1359
1360         * nnultimate.el: Removed.
1361
1362         * gnus-html.el (gnus-blocked-images): New variable.
1363
1364         * message.el (message-prune-recipients): New function.
1365         (message-prune-recipient-rules): New variable.
1366
1367         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1368         guess whether a long line is natural text or not.
1369
1370         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1371         gnus-process-plist and friends for compatibility.
1372
1373 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1374
1375         * gnus-html.el: Require packages that define macros used in this file.
1376         (gnus-article-mouse-face): Declare to silence byte-compiler.
1377         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1378         process-get.
1379         (gnus-html-put-image): Use plist-get to avoid getf.
1380         (gnus-html-prefetch-images): Use with-current-buffer.
1381
1382 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * gnus-ems.el: Provide compatibility functions for
1385         gnus-set-process-plist.
1386
1387         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1388         header-line-format for XEmacs 21.4.
1389
1390         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1391         * gnus.el (gnus-valid-select-methods)
1392         * message.el (message-send-mail-partially-limit)
1393         * mm-decode.el (mm-text-html-renderer)
1394         * mml.el (mml-insert-mime-headers-always)
1395         * smiley.el (smiley-regexp-alist): Bump custom version.
1396
1397 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gnus-html.el: require mm-url.
1400         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1401         with the url to `url'.
1402         (gnus-html-wash-tags): Support cid: URLs/images.
1403
1404 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1407         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1408         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1409
1410         * gnus-move.el: Removed file, since it doesn't really work.
1411
1412         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1413         UTF-8.  This seems to fix problems with some German web feeds.
1414
1415         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1416         at the top so that the proper colours are applied.
1417
1418         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1419         don't have dots in their names.
1420
1421         * gnus-art.el (gnus-article-view-part): Doc fix.
1422
1423         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1424         XEmacs-compatible.
1425         (gnus-html-put-image): Don't do images on non-graphic displays.
1426
1427         * nnslashdot.el: Removed this unused backend.
1428
1429         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1430         actions.
1431         (gnus-undo-register-1): Revert last change.
1432
1433         * gnus-group.el (gnus-group-completing-read): Protect against not
1434         having completion-styles bound.
1435
1436         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1437         make broken recipients happier.
1438
1439         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1440
1441         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1442         point parameter.
1443
1444         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1445
1446         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1447         completion-styles for group selection.
1448
1449 2009-02-04  Andreas Schwab  <schwab@suse.de>
1450
1451         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1452         headers and regexp-quote the match if necessary.
1453
1454 2009-03-24  Miles Bader  <miles@gnu.org>
1455
1456         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1457         the blinking smiley.
1458
1459 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1460
1461         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1462         blink smiley.
1463
1464 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1467         where the dribbel file lives exists.
1468
1469         * message.el (message-send-mail-partially-limit): Change the default to
1470         nil, since most people don't want this.
1471
1472         * mm-url.el (mm-url-decode-entities): Also decode entities like
1473         &#x3212.
1474
1475 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1476
1477         * gnus-sum.el (gnus-summary-idna-message):
1478         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1479         Hyperlink urls in docstrings with URL `...'.
1480
1481 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1482
1483         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1484         functions.
1485
1486 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487
1488         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1489         say what the mouseover text should be.
1490
1491         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1492         version of the mm-w3m-safe-url-regexp variable to only download images
1493         in the groups where we want that to happen.
1494
1495         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1496
1497         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1498         easier debugging.
1499         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1500         big pictures in the article buffer.
1501
1502         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1503         gnus-article-html.
1504         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1505         w3m.
1506
1507         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1508
1509 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1512         which doesn't exist.
1513
1514         * message.el (message-inhibit-ecomplete): New variable to allow some
1515         function to inhibit ecomplete address storage.
1516         (message-resend): Disable ecomplete message storage when resending
1517         messages.
1518
1519         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1520
1521 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1524         Save excursion while copying, moving, and deleting articles in order to
1525         prevent the cursor from jumping to unforeseen place.
1526
1527 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * lpath.el: No need to bind bookmark-current-buffer,
1530         bookmark-yank-point and bookmark-make-record-function.
1531
1532 2010-08-17  Glenn Morris  <rgm@gnu.org>
1533
1534         * gnus-sync.el: Require gnus components whose functions are used.
1535
1536         * gnus-art.el (bookmark-make-record-function):
1537         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1538         Declare for compiler.
1539
1540         * mm-url.el (mml-compute-boundary): Autoload.
1541
1542 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1545
1546 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1547
1548         Typo fix "hoo4a" -> "hook".
1549
1550         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1551
1552 2010-08-14  Glenn Morris  <rgm@gnu.org>
1553
1554         * gnus-sync.el (gnus-sync): Fix defgroup version.
1555
1556 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1557
1558         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1559
1560         * gnus-sync.el: Fix docs.
1561         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1562         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1563
1564 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1565
1566         Optimizations for gnus-sync.el.
1567
1568         * gnus-sync.el: Add docs about gnus-sync-backend
1569         possibilities.
1570         (gnus-sync-save): Remove unnecessary message.
1571         (gnus-sync-read): Optimize and show what groups were skipped.
1572
1573 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1574
1575         Minor bug fixes for gnus-sync.el.
1576
1577         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1578         read the sync on get-new-news.
1579
1580         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1581         quiet.
1582
1583         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1584
1585 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1586
1587         Make saving and restoring of hidden threads work with overlays.
1588         Patch applied by Ted Zlatanov.
1589
1590         * gnus-sum.el (gnus-hidden-threads-configuration)
1591         (gnus-restore-hidden-threads-configuration): Update to deal with text
1592         properties, rather than searching for a magic character.
1593
1594 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1595
1596         New gnus-sync.el library for synchronization of marks.
1597
1598         * gnus-sync.el: New library for synchronization of marks.
1599
1600         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1601         renamed from `gnus-registry-grep-in-list'.
1602
1603         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1604
1605         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1606
1607 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1610         determining charset of text fails.
1611
1612 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * nnmail.el (nnmail-get-new-mail-1): Revert.
1615
1616         * nnml.el (nnml-active-number): Make sure names of newly created groups
1617         in nnml-group-alist are encoded.
1618
1619 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1622         containing non-ASCII characters in active file for nnml back end.
1623
1624 2010-07-24  David Engster  <dengste@eml.cc>
1625
1626         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1627         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1628
1629 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1630
1631         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1632         tag (Bug#6654).
1633
1634 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1637         the article buffer, not the summary buffer.
1638
1639 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1642         Emacs 23 as well.
1643
1644 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1647         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1648
1649 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1650
1651         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1652         Patch applied by Karl Fogel.
1653
1654         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1655         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1656
1657 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1658
1659         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1660         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1661         C-w still not working correctly from Article buffers; Thierry's
1662         patch to fix that will be applied after this.
1663
1664         * gnus-art.el (bookmark-make-record-function): New local variable.
1665
1666         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1667         article buffer.
1668         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1669
1670 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1671
1672         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1673         on changes in bookmark.el.
1674
1675 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1678         `no-log' instead of message not to log prompt string.
1679
1680 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1681
1682         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1683         the *other* type of HTML form submission.
1684
1685 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1686
1687         * auth-source.el (auth-source-pick): If choice does not contain a
1688         questioned keyword, set the check to t.
1689
1690 2010-06-12  Romain Francoise  <romain@orebokech.com>
1691
1692         * gnus-util.el (gnus-date-get-time): Move up before first use.
1693
1694 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1697         (gnus-article-edit-part): Bind it to make last part that is substituted
1698         or deleted visible.
1699         (gnus-mime-display-single): Buttonize part of which id equals to
1700         gnus-mime-buttonized-part-id.
1701
1702 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1703
1704         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1705         (gnus-dd-mmm): Use gnus-date-get-time.
1706         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1707         simplify logic.
1708         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1709         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1710
1711 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1712
1713         * auth-source.el (top): Autoload `secrets-list-collections',
1714         `secrets-create-item', `secrets-delete-item'.
1715         (auth-sources): Fix tag string.
1716         (auth-get-source, auth-source-retrieve, auth-source-create)
1717         (auth-source-delete): New defuns.
1718         (auth-source-pick): Rewrite in order to avoid 2 passes.
1719         (auth-source-forget-user-or-password): New parameter USERNAME.
1720         (auth-source-user-or-password): New parameters CREATE-MISSING and
1721         DELETE-EXISTING.  Retrieve password interactively, if needed.
1722
1723 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1724
1725         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1726         deleting unused directories when gnus-expert-user is t.
1727
1728 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1731         for each temp file when gnus-article-browse-delete-temp is ask.
1732
1733 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1734
1735         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1736         Lisp calls to delete-backward-char by calls to delete-char.
1737
1738 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1739
1740         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1741
1742 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1743
1744         * password-cache.el (password-cache-remove): Fix docstring.
1745
1746 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1747
1748         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1749         article unless decoding article to be saved.
1750
1751 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1754         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1755         generated within the mm-with-unibyte-current-buffer macro.
1756
1757 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1760         to nil when we're in a mml-preview buffer and no group is selected.
1761
1762 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1763
1764         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1765         when catching the `C-g'.  Reported by "Leo".
1766
1767 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * message.el (message-forward-make-body-plain)
1770         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1771         multibyte-string-p.
1772
1773         * lpath.el: Revert.
1774
1775 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * message.el (message-forward-make-body-mml): Assume original message
1778         is multibyte string; error on unibyte.
1779         (message-forward-make-body-plain): Ditto; don't add excessive newline
1780         in body end.
1781
1782         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1783
1784 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1785
1786         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1787         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1788
1789 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * mm-extern.el (mm-extern-url): Don't use
1792         mm-with-unibyte-current-buffer.
1793         (mm-extern-cache-contents): Use with-current-buffer instead of
1794         save-excursion + set-buffer.
1795
1796 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * mm-util.el (mm-emacs-mule): Remove.
1799
1800 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1801
1802         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1803         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1804         change.
1805
1806 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1809         bind the default value of enable-multibyte-characters to nil.
1810
1811 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * message.el (message-forward-make-body-plain)
1814         (message-forward-make-body-mml):
1815         Don't use mm-with-unibyte-current-buffer.
1816
1817 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1818
1819         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1820
1821 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1822
1823         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1824         (Bug#5592).
1825
1826 2010-05-07  Julien Danjou  <julien@danjou.info>
1827
1828         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1829         it to mm-pipe-part.
1830
1831         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1832         it is given.
1833
1834 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * binhex.el (binhex-decode-region-internal)
1837         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1838         (dns-query)
1839         * nnweb.el (nnweb-gmane-search)
1840         * pgg-parse.el (pgg-parse-armor)
1841         * pgg.el (pgg-verify-region)
1842         * sha1.el (sha1-string-external)
1843         * uudecode.el (uudecode-decode-region-internal)
1844         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1845         XEmacs.
1846
1847         * gnus-art.el (gnus-article-browse-html-parts)
1848         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1849         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1850         make-temp-file.
1851
1852         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1853         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1854         compiling.
1855
1856         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1857         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1858         XEmacs when compiling.
1859
1860         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1861         gnus-pick-mode-off-hook for XEmacs when compiling.
1862         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1863         gnus-binary-mode-off-hook for XEmacs when compiling.
1864
1865         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1866         nil if char-charset is not available.
1867
1868         * imap.el (imap-disable-multibyte)
1869         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1870         macros.
1871
1872         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1873         instead of encode-coding-string.
1874
1875         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1876         'xemacs) instead of mm-emacs-mule to switch function definitions.
1877         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1878
1879         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1880         bind temporary-file-directory for XEmacs;
1881         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1882         timer-set-function for XEmacs 21.4 and SXEmacs;
1883         bind timer-list for XEmacs 21.4 and SXEmacs;
1884         fbind char-charset and find-charset-region for non-Mule XEmacs;
1885         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1886         encode-coding-region and encode-coding-string for XEmacs having no
1887         file-coding feature.
1888
1889 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1890
1891         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1892
1893 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1896         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1897
1898 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1899
1900         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1901         alias `jka-compr-delete-temp-file' no longer exists.
1902
1903 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1904
1905         Use define-minor-mode in Gnus where applicable.
1906         * mml.el (mml-mode): Use define-minor-mode.
1907         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1908         (gnus-undo-mode): Use define-minor-mode.
1909         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1910         (gnus-dead-summary-mode): Use define-minor-mode.
1911         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1912         Initialize in declaration.
1913         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1914         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1915         (gnus-mailing-list-mode): Use define-minor-mode.
1916         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1917         (gnus-draft-mode): Use define-minor-mode.
1918         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1919         (gnus-dired-mode): Use define-minor-mode.
1920
1921 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1922
1923         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1924         handles on recursive mml-to-mime translation and check them for
1925         boundary delimiter collisions.  Reported by Greg Troxel.
1926
1927 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1930
1931 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1932
1933         * mm-util.el (mm-find-buffer-file-coding-system):
1934         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1935
1936 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1937
1938         * message.el (message-generate-headers): Record insertion of optional
1939         headers as well.  Otherwise the check to prevent repeated insertion of
1940         optional headers is a no-op.
1941
1942 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1943
1944         * smime.el: Don't mention CVS.
1945
1946         * nnrss.el (nnrss-fetch): Don't mention CVS.
1947
1948         * nnir.el: Don't mention CVS.
1949
1950 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1951
1952         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1953
1954 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * lpath.el: Fbind bookmark-default-handler,
1957         bookmark-get-bookmark-record, bookmark-make-record-default,
1958         bookmark-prop-get for Emacs <23 and XEmacs.
1959
1960 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1961
1962         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1963         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1964         Use with-current-buffer to silence the byte-compiler.
1965         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1966         bother to require `gnus'.
1967         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1968
1969 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1970
1971         * gnus-sum.el (gnus-summary-bookmark-make-record)
1972         (gnus-summary-bookmark-jump): New functions.
1973         (gnus-summary-mode): Setup bookmark support.
1974
1975 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1976
1977         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1978         if set.
1979
1980 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1983         gnus-article-browse-html-save-cid-image; make it work recursively for
1984         forwarded messages as well.
1985         (gnus-article-browse-html-parts): Work when prefix arg is given.
1986         (gnus-article-browse-html-article): Doc fix.
1987
1988 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1989
1990         * message.el (message-default-mail-headers):
1991         (message-default-headers): Carry the value mail-default-headers over
1992         into message-default-mail-headers, rather than message-default-headers.
1993
1994 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1995
1996         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1997         charset.
1998
1999         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2000         charset into the <meta> tag when the article is encoded to utf-8.
2001
2002 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2005         directories as well.
2006         (gnus-article-browse-html-parts): Work for images that do not specify
2007         file names; delete temp directory when quitting; insert header at the
2008         right place; use file: scheme for image files.
2009
2010 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2011
2012         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2013         (gnus-article-browse-html-parts): Use it to make temporary cid image
2014         files in addition to html file so that browser may display them.
2015
2016 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2019
2020 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2021
2022         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2023
2024 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2025
2026         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2027         about Secret Service API sources.  Improve Customize options.
2028         (auth-source-pick): Change to accept any number of search parameters.
2029         Implement fallbacks iteratively, not recursively.  Add scoring on the
2030         second pass and sort by score.  Call Secret Service API when needed.
2031         (auth-source-user-or-password): Use it.  Call Secret Service API
2032         directly when needed to get the user name and the password.
2033
2034 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2035
2036         * message.el (message-interactive): Doc fix.
2037         (message-qmail-inject-args): Reflow.
2038         (message-kill-to-signature): Fix typo in docstring.
2039
2040         * smiley.el (smiley-buffer): Fix typo in docstring.
2041
2042 2010-03-24  Glenn Morris  <rgm@gnu.org>
2043
2044         * mail-source.el (gnus-message): Declare.
2045         (mail-source-delete-old-incoming): Require gnus-util.
2046
2047 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2050
2051         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2052
2053         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2054         password-cache's default if it is not bound.
2055         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2056         password-cache-expiry's default if it is not bound.
2057
2058         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2059         available in Emacs 21.
2060
2061         * lpath.el: Suppress compiler warnings for:
2062         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2063         XEmacs;
2064         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2065         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2066         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2067
2068 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2069
2070         * auth-source.el (auth-sources): Fix up definition so extra parameters
2071         are always inline.
2072
2073 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2074
2075         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2076         wasn't updated after mismatch.  Clear cached mailbox info correctly
2077         when uidvalidity changes.
2078         (nnimap-group-prefixed-name): New function to avoid some code
2079         duplication.
2080         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2081         (nnimap-request-group): Use it.
2082         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2083         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2084         with many imap folders.  This is done by caching the group status from
2085         the imap server persistently in a group parameter `imap-status'.  (This
2086         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2087         but not persistently, so every Gnus startup was still very slow.)
2088
2089 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2090
2091         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2092         delete the extra newline.  Otherwise editing of :string and :number
2093         types don't work.
2094
2095 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2096
2097         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2098         secrets.el dependency.
2099         (auth-sources): Add optional user name.  Add secrets.el configuration
2100         choice (unused right now).
2101
2102 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2103
2104         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2105         `gnus-registry-install-shortcuts' fill in the functions.
2106
2107         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2108         warnings.
2109         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2110         (gnus-registry-install-shortcuts): Populate and use it in a
2111         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2112
2113 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2114
2115         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2116         In-place substitutions for the group name encoding/decoding.
2117         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2118         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2119         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2120         (nnimap-update-unseen, nnimap-request-list)
2121         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2122         (nnimap-request-set-mark, nnimap-split-to-groups)
2123         (nnimap-split-articles, nnimap-request-newgroups)
2124         (nnimap-request-create-group, nnimap-request-accept-article)
2125         (nnimap-request-delete-group, nnimap-request-rename-group)
2126         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2127         `encoded-mbx' for consistency.
2128         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2129         variable `imap-current-mailbox'.
2130
2131         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2132         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2133
2134 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2135
2136         * pop3.el (pop3-display-message-size-flag): Display message size byte
2137         counts during POP3 download.
2138         (pop3-movemail): Use it.
2139         (pop3-list): Implement listing of available messages.
2140
2141 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2142
2143         * nnir.el (nnir-get-article-nov-override-function): New function to
2144         override the normal NOV retrieval.
2145         (nnir-retrieve-headers): Use it.
2146
2147 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2148
2149         * auth-source.el (netrc-machine-user-or-password): Autoload.
2150
2151 2010-03-19  Glenn Morris  <rgm@gnu.org>
2152
2153         Stop message.el from loading about 40 libraries it doesn't always need.
2154         The general approach is to autoload rather than require, and to
2155         require in the specific functions rather than the file.  (Bug#5642)
2156
2157         * gmm-utils.el: Don't require wid-edit.
2158         (widget-create-child-value, widget-convert, widget-default-get):
2159         Autoload.
2160
2161         * gnus-util.el: Don't require time-date, netrc.
2162         (message-fetch-field, gnus-group-name-decode): Declare rather than
2163         autoloading.
2164         (gnus-fetch-field): Require message.
2165         (gnus-decode-newsgroups): Require gnus-group.
2166
2167         * ietf-drums.el: Don't require time-date.
2168
2169         * message.el: Don't require hashcash, canlock, ecomplete.
2170         Do require mail-utils.  Require nnheader only when compiling.
2171         (smtpmail-default-smtp-server): Remove declaration.
2172         (message-send-mail-function): Check smtpmail-default-smtp-server
2173         is bound rather than requiring smtpmail.
2174         (message-auto-save-directory, message-insert-signature): Use
2175         expand-file-name rather than nnheader-concat.
2176         (nnheader-insert-file-contents): Autoload.
2177         (hashcash-wait-async): Declare.
2178         (message-send-mail): Only call gnus-setup-posting-charset if
2179         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2180         (message-send-mail-with-sendmail): Require sendmail.
2181         (canlock-password, canlock-password-for-verify): Declare.
2182         (message-canlock-password): Require canlock.
2183         (nnheader-get-report): Autoload.
2184         (gnus-setup-posting-charset): Declare.
2185         (message-send-news): Require gnus-msg.
2186         (message-make-references, message-make-in-reply-to): Use mail-header-id
2187         rather than the alias mail-header-message-id.
2188         (ecomplete-add-item, ecomplete-save): Declare.
2189         (message-put-addresses-in-ecomplete): Require ecomplete.
2190         (ecomplete-display-matches): Autoload.
2191
2192         * mm-decode.el: Don't require mailcap, gnus-util.
2193         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2194         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2195         Autoload.
2196         (mailcap-mime-extensions): Declare.
2197
2198         * mm-encode.el: Don't require mailcap.
2199         (mailcap-extension-to-mime): Autoload.
2200
2201         * mml-sec.el: Don't require password-cache.
2202
2203         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2204         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2205         (mml-minibuffer-read-type): Require mailcap.
2206         (mml-preview): Require gnus-msg.
2207
2208         * mml1991.el: Require password-cache.
2209         (password-cache-expiry): Remove declaration.
2210
2211         * mml2015.el: Require password-cache.
2212         (password-cache-expiry): Remove declaration.
2213
2214         * nneething.el (mailcap): Require mailcap.
2215
2216         * nnheader.el (declare-function): Add compatibility stub.
2217         (message-remove-header): Declare rather than autoload.
2218         (nnheader-replace-header): Require message.
2219
2220         * nnimap.el (declare-function): Add compatibility stub.
2221         (netrc-parse, netrc-machine-user-or-password): Declare.
2222         (nnimap-open-connection): Require netrc.
2223
2224         * nntp.el (declare-function): Add compatibility stub.
2225         (netrc-parse, netrc-machine, netrc-get): Declare.
2226         (nntp-send-authinfo): Require netrc.
2227
2228         * rfc2047.el: Don't require qp.
2229         (quoted-printable-encode-region, quoted-printable-decode-string):
2230         Autoload.
2231
2232         * sieve-mode.el: Don't require easymenu.
2233         (easy-menu-add-item): Autoload it.
2234
2235         * spam-stat.el (time-to-number-of-days): Autoload it.
2236
2237 2010-03-19  Glenn Morris  <rgm@gnu.org>
2238
2239         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2240
2241 2010-03-18  Glenn Morris  <rgm@gnu.org>
2242
2243         * hashcash.el (declare-function): Remove duplicate definition.
2244
2245 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2246
2247         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2248         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2249         value if any backslash escapes).
2250
2251 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2254         if it is available.  (bug#5647)
2255
2256         * lpath.el: Suppress compiler warning for coding-system-from-name for
2257         Emacs 21 and XEmacs.
2258
2259 2010-03-14  Juri Linkov  <juri@jurta.org>
2260
2261         * hmac-def.el:
2262         * hmac-md5.el:
2263         * netrc.el: Fix keywords.
2264
2265 2010-02-26  Glenn Morris  <rgm@gnu.org>
2266
2267         * message.el (message-send-mail-function): Change the default, so that
2268         it inherits from a customized send-mail-function.  (Bug#5643)
2269
2270 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2271
2272         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2273         shell-command-to-string signals an error (bug#5299).
2274
2275 2010-02-24  Glenn Morris  <rgm@gnu.org>
2276
2277         * message.el (message-smtpmail-send-it)
2278         (message-send-mail-with-mailclient): Doc fixes.
2279
2280 2010-02-16  Glenn Morris  <rgm@gnu.org>
2281
2282         * message.el (message-default-mail-headers): Change the default value
2283         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2284
2285 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2288         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2289
2290 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2291
2292         * time-date.el (date-to-time): Doc fix (Bug#5408).
2293
2294 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2295
2296         * message.el (message-mail): Just pass yank-action on to message-setup.
2297         (message-setup): Handle (FUN . ARGS) form of yank-action.
2298         (message-with-reply-buffer, message-widen-reply)
2299         (message-yank-original): Handle non-buffer values of
2300         message-reply-buffer (Bug#4080).
2301         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2302
2303 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2304
2305         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2306         Fix typo in docstring.
2307
2308 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2309
2310         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2311         response.
2312
2313 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2316
2317         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2318
2319         * message.el (message-check-news-header-syntax): Protect against a
2320         string that `rfc822-addresses' returns when parsing fails.
2321
2322 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2325         (gnus-previous-char-property-change): New functions.
2326
2327         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2328
2329 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2330
2331         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2332         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2333
2334 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2335
2336         * message.el (message-exchange-point-and-mark): Rework last change to
2337         avoid using optional arg of exchange-point-and-mark, for backward
2338         compatibility.
2339
2340 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2341
2342         * message.el (message-exchange-point-and-mark): Call
2343         exchange-point-and-mark with an argument rather than setting
2344         mark-active by hand (Bug#5175).
2345
2346 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * nntp.el (nntp-service-to-port): Work for service expressed with
2349         numeric string; replace [:digit:] with [0-9] for XEmacs.
2350
2351 2009-12-17  Glenn Morris  <rgm@gnu.org>
2352
2353         * gnus-group.el (gnus-bug-group-download-format-alist):
2354         Change emacs entry to debbugs.gnu.org.  Bump :version.
2355
2356 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2357
2358         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2359
2360 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2361
2362         * message.el (message-info): Explain why we use `Info-goto-node'.
2363
2364 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2367
2368 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2369
2370         * message.el (message-completion-in-region): New compatibility function.
2371         (message-expand-group): Use it.
2372
2373 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2376         with no unread article should be listed if the 2nd arg `predicate' is
2377         given.
2378
2379 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2382
2383 2009-11-29  Juri Linkov  <juri@jurta.org>
2384
2385         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2386         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2387         on `gnus-recenter'. (Bug#4698, Bug#4981)
2388
2389 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2390
2391         * sha1.el (sha1-string-external): default-directory "/" in case
2392         otherwise non-existent.  process-connection-type pipe for touch of
2393         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2394
2395 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2396
2397         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2398         it's comms related and sgml-mode.el has "comm" on that basis too.
2399
2400 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2403         containing tspecial characters if they have been already quoted.
2404
2405 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2406
2407         * dns-mode.el (auto-mode-alist): Purecopy string.
2408
2409 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2410
2411         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2412
2413 2009-10-24  Glenn Morris  <rgm@gnu.org>
2414
2415         * gnus-art.el (help-xref-stack-item): Define for compiler.
2416
2417 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2418
2419         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2420
2421 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2424
2425 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2428         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2429
2430 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2433         (gnus-overlays-in): New alias to overlays-in.
2434
2435         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2436         gnus-overlay-get, and gnus-delete-overlay.
2437         (gnus-summary-show-thread): Make it work as well for systems in which
2438         next-single-char-property-change is not available.
2439         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2440
2441         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2442         (gnus-overlay-get): New alias to extent-property.
2443         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2444
2445         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2446         SXEmacs.
2447
2448         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2449         SXEmacs.
2450
2451 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2452
2453         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2454
2455 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2456
2457         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2458         and XEmacs that don't have `remove-overlays'.
2459
2460 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2461
2462         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2463         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2464         selective display.  Use overlays instead.
2465
2466 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2467
2468         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2469
2470 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2471
2472         * spam-stat.el (spam-stat-load): Fix typo in message.
2473
2474 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2475
2476         * dig.el (dig-invoke): Fix typo in docstring.
2477         (query-dig): Reflow docstring.
2478
2479 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2480
2481         * gnus-art.el (gnus-article-encrypt-body):
2482         * message.el (message-check-recipients):
2483         * mm-util.el (mm-codepage-setup):
2484         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2485         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2486
2487 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2488
2489         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2490         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2491         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2492         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2493         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2494
2495 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2496
2497         * dig.el: Add "Keywords: comm", as per net-utils.el.
2498
2499 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2500
2501         * dig.el (dig-mode): Use define-derived-mode.
2502
2503 2009-09-19  Glenn Morris  <rgm@gnu.org>
2504
2505         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2506
2507 2009-09-18  Glenn Morris  <rgm@gnu.org>
2508
2509         * gnus-diary.el (gnus-diary-check-message):
2510         * message.el (message-insert-formatted-citation-line):
2511         * nnbabyl.el (top-level):
2512         * nndiary.el (nndiary-schedule):
2513         Fix typos in condition-case handlers.
2514
2515 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2518         configuration that provides the sole article window in a frame;
2519         position point correctly after deleting a part.
2520
2521 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2522
2523         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2524         (spam-resolve-registrations-routine): Use it to unregister articles
2525         that change status.
2526
2527 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2530         with XEmacs.
2531         (parse-time-string-chars): Use it.
2532
2533 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2534
2535         * imap.el (imap-interactive-login): Better messages.
2536         (imap-open): Fix bug with renamed buffer on reconnect.
2537         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2538         for easier debugging and cleaner code.  On successful (guessed based on
2539         server capabilities) secondary authentication, set imap-state
2540         correctly.
2541         (imap-last-authenticator): Define imap-last-authenticator as a variable
2542         to avoid warnings.
2543
2544 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * nnrss.el (nnrss-request-article): Remove binding of
2547         default-enable-multibyte-characters that has gotten needless by
2548         the 2007-07-13 change in rfc2047-encode-message-header.
2549
2550         * mml.el (mml-insert-multipart): Error on the message header.
2551         (mml-insert-part): Error on the message header; position point at
2552         the end of a MIME tag.
2553
2554 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * time-date.el (autoload): Expand define-obsolete-function-alias into
2557         defalias and make-obsolete for old Emacsen that Gnus supports.
2558         (with-no-warnings): Define it for old Emacsen.
2559         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2560         is available.
2561         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2562         float-time is available; suppress compile warning for time-to-seconds.
2563
2564         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2565         (gnus-float-time): Alias to float-time if it exists.
2566
2567         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2568         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2569         float-time is available; suppress compile warning for time-to-seconds.
2570
2571         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2572         XEmacs.
2573
2574 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2575
2576         * imap.el (imap-message-map): Docstring fix.
2577
2578 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2581         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2582         Add the optional argument `encoding' that overrides the default.
2583
2584         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2585         mm-encode-buffer.
2586
2587 2009-09-04  Glenn Morris  <rgm@gnu.org>
2588
2589         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2590         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2591         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2592         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2593         * mm-util.el (mm-with-unibyte-current-buffer)
2594         (mm-find-buffer-file-coding-system):
2595         * yenc.el (yenc-decode-region): Use default-value rather than
2596         default-enable-multibyte-characters.
2597
2598 2009-09-03  Glenn Morris  <rgm@gnu.org>
2599
2600         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2601         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2602         than default-enable-multibyte-characters.
2603
2604 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2605
2606         * gnus-art.el (gnus-article-read-summary-keys):
2607         Fix gnus-buffer-configuration's value temporarily used.
2608
2609 2009-09-02  Glenn Morris  <rgm@gnu.org>
2610
2611         * gnus-util.el (gnus-float-time): New function.
2612         * gnus-delay.el (gnus-delay-article):
2613         * gnus-sum.el (gnus-thread-latest-date):
2614         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2615         * nnspool.el (nnspool-request-newgroups):
2616         Use gnus-float-time rather than time-to-seconds.
2617         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2618
2619         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2620         (gnus-header-subject-face, gnus-header-newsgroups-face)
2621         (gnus-header-name-face, gnus-header-content-face):
2622         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2623         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2624         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2625         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2626         (gnus-cite-face-11):
2627         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2628         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2629         (gnus-server-closed-face, gnus-server-denied-face)
2630         (gnus-server-offline-face):
2631         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2632         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2633         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2634         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2635         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2636         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2637         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2638         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2639         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2640         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2641         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2642         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2643         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2644         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2645         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2646         (gnus-summary-high-undownloaded-face)
2647         (gnus-summary-low-undownloaded-face)
2648         (gnus-summary-normal-undownloaded-face)
2649         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2650         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2651         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2652         (gnus-splash-face):
2653         * message.el (message-header-to-face, message-header-cc-face)
2654         (message-header-subject-face, message-header-newsgroups-face)
2655         (message-header-other-face, message-header-name-face)
2656         (message-header-xheader-face, message-separator-face)
2657         (message-cited-text-face, message-mml-face):
2658         * sieve-mode.el (sieve-control-commands-face)
2659         (sieve-action-commands-face, sieve-test-commands-face)
2660         (sieve-tagged-arguments-face):
2661         * spam.el (spam-face):
2662         Mark face aliases with "-face" in the name as obsolete.
2663
2664 2009-09-01  Glenn Morris  <rgm@gnu.org>
2665
2666         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2667         than goto-line.
2668
2669 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2672         Don't move point if the command is invoked inside the message header.
2673
2674 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2675
2676         * imap.el (imap-send-command): Simplify.
2677         (imap-wait-for-tag): point-max -> buffer-size.
2678
2679 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2680
2681         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2682         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2683         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2684         * nnir.el (nnir-swish-e-index-file):
2685         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2686         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2687         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2688         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2689         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2690         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2691
2692 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2695         Don't save excursion.
2696
2697 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2698
2699         * nnheader.el (nnheader-find-file-noselect):
2700         * mm-util.el (mm-insert-file-contents):
2701         Use (default-value 'major-mode) instead of default-major-mode.
2702
2703 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2704
2705         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2706
2707 2009-08-26  Glenn Morris  <rgm@gnu.org>
2708
2709         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2710         than placing in files.el.
2711
2712 2009-08-25  Glenn Morris  <rgm@gnu.org>
2713
2714         * nnir.el (top-level): Don't require cl at run-time.
2715         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2716         Replace cl-function substitute with gnus-replace-in-string.
2717         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2718         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2719         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2720         simplified expansions.
2721
2722 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2723
2724         * dig.el (dig): Add autoload cookie.
2725
2726 2009-08-22  Glenn Morris  <rgm@gnu.org>
2727
2728         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2729         goto-line.
2730
2731 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2732
2733         * parse-time.el (parse-time-string-chars): Save match data.
2734
2735 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2736
2737         * parse-time.el (parse-time-string-chars): Compute using character
2738         classes, to handle non-ascii characters (Bug#3190).
2739
2740 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2743
2744         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2745         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2746         (gnus-mm-display-part, gnus-mime-display-single)
2747         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2748         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2749
2750         * gnus-sum.el
2751         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2752         (gnus-summary-move-article): Add expirable mark to articles copied or
2753         moved to group that has auto-expire turned on if the option is non-nil.
2754
2755 2009-07-24  Glenn Morris  <rgm@gnu.org>
2756
2757         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2758         Fix typo.  (Bug#3903)
2759
2760 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2763         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2764         that should not be used for draft articles.
2765         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2766         that has no concern in minor mode keys.
2767         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2768         Abolish.
2769
2770 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2773         article without making inquiry to a user for unknown encoding.
2774
2775         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2776         (nnmaildir--scan): Assume i-node and device number that file-attributes
2777         returns might be cons-cell.
2778
2779         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2780
2781         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2782
2783 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         * auth-source.el: Remove docs now in auth.texi.  Don't use
2786         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2787         `auth-source-hide-passwords' and use them.
2788
2789 2009-07-15  Glenn Morris  <rgm@gnu.org>
2790
2791         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2792
2793 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2796         excessive whitespace from the default values of title and description.
2797
2798 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2801         mail-fetch-field to fetch Content-Description header in order to
2802         exclude newlines.
2803
2804 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2805
2806         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2807         format used by GnuPG 2.0.11.
2808
2809 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2812         to deleted part.
2813
2814 2009-05-30  David Engster  <dengste@eml.cc>
2815
2816         * nnmairix.el: Remove old documentation in the commentary block.
2817         (nnmairix-request-group): Do not update active file for nnml back ends.
2818         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2819         end so that overview files are ignored.
2820         (nnmairix-update-groups): Make updating the groups more robust by using
2821         marks.
2822         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2823         with dollar characters in message-id.
2824
2825 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2826
2827         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2828         2008-12-25 in dns.el.
2829
2830 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2831
2832         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2833         could happen if the text is only composed of spaces and/or tabs.
2834
2835 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2836
2837         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2838         when sending a queued message to avoid extra mml tags.
2839
2840 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2843
2844 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2847         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2848         rmail-toggle-header for XEmacs;
2849         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2850
2851 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * gnus-dired.el: Remove autoload for gnus-setup-message.
2854         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2855         displaying Gnus logo; always use compose-mail.
2856
2857 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2860
2861 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2864         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2865         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2866         available.
2867         (gnus-nocem-epg-verify): New function.
2868
2869 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2870
2871         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2872
2873 2009-02-15  Glenn Morris  <rgm@gnu.org>
2874
2875         * gnus-util.el (rmail-insert-rmail-file-header)
2876         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2877         autoloads.
2878         (rmail-default-rmail-file): Remove unnecessary declaration.
2879         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2880
2881 2009-02-14  Glenn Morris  <rgm@gnu.org>
2882
2883         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2884         variable (only used in gnus-util, which declares it anyway).
2885         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2886         which was only needed by gnus-art (changed to not use it any more).
2887         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2888         only used in gnus-util, which autoloads it itself.
2889         (rmail-update-summary): Fix autoload.
2890
2891         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2892         rather than rmail-output-to-rmail-file.
2893
2894 2009-02-07  Glenn Morris  <rgm@gnu.org>
2895
2896         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2897         autoload of function that no longer exists.
2898         (rmail-toggle-header): Declare.
2899         (message-forward-rmail-make-body): Handle mbox Rmail.
2900
2901 2009-01-31  Glenn Morris  <rgm@gnu.org>
2902
2903         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2904         2009-01-09 change.
2905
2906 2009-01-31  Dave Love  <fx@gnu.org>
2907
2908         * imap.el (imap-fetch-safe): Bind debug-on-error.
2909         (imap-debug): Add imap-fetch-safe.
2910
2911 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2912
2913         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2914         (auth-source-forget-all-cached): New convenience function.
2915         (auth-source-user-or-password): Accept list of modes or a single mode.
2916
2917         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2918         auth-source modes.
2919
2920         * netrc.el (netrc-machine-user-or-password): Use list of
2921         auth-source modes.
2922
2923         * nnimap.el (nnimap-open-connection): Use list of
2924         auth-source modes.
2925
2926         * nntp.el (nntp-send-authinfo): Use list of
2927         auth-source modes.
2928
2929 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2930
2931         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2932         now.
2933
2934 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2937         coding system in XEmacs; add a workaround for XEmacs.
2938
2939         * lpath.el: Fbind coding-system-aliasee.
2940
2941 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2944         of current-language-environment.
2945
2946 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2947
2948         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2949         available at runtime.
2950
2951 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2954
2955 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2956
2957         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2958         the greatest positive fixnum value doesn't work under an XEmacs with
2959         bignum support; use the most-positive-fixnum constant instead,
2960         available since Emacs 21.1 with cl and XEmacs 21.1.
2961
2962 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2965         XEmacs gets not to work.
2966
2967 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * mm-util.el (mm-coding-system-priorities): Allow the value like
2970         "Japanese (UTF-8)" of current-language-environment.
2971
2972 2009-01-09  Glenn Morris  <rgm@gnu.org>
2973
2974         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2975         with last-command-event.
2976
2977 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2978
2979         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2980         in the doc string.
2981
2982         * message.el (message-fix-before-sending): Amend comment.
2983
2984 2009-01-08  Dave Love  <fx@gnu.org>
2985
2986         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2987
2988 2009-01-07  David Engster  <dengste@eml.cc>
2989
2990         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2991         simplified server definitions by converting it via
2992         gnus-server-to-method.
2993
2994 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2995
2996         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2997         parameter's operands.
2998
2999 2009-01-06  David Engster  <dengste@eml.cc>
3000
3001         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3002         primary select method (for gnus-group-mark-article-as-read).
3003
3004 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3005
3006         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3007         `(gnus)Face', not `(gnus)X-Face'.
3008
3009 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         * mm-util.el (mm-ucs-to-char): New function.
3012
3013         * mm-url.el (mm-url-decode-entities): Use it.
3014
3015         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3016         unicode-to-char.
3017
3018 2009-01-05  Dave Love  <fx@gnu.org>
3019
3020         * time-date.el: Require cl for `declare'.
3021
3022 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3023
3024         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3025         Dave Love.
3026
3027 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3028
3029         * message.el (message-fix-before-sending): Add `eight-bit' to
3030         illegible-text check.
3031
3032 2009-01-03  Michael Olson  <mwolson@gnu.org>
3033
3034         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3035         `headers' is nil.  This can occur if the IMAP server does not have
3036         permissions to read messages from a folder, but can write new messages
3037         to the folder.
3038         (nnimap-request-article-part): Do not insert `data' if it is nil.
3039
3040         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3041         characters which will confuse `read', so skip past them.
3042
3043 2009-01-01  Dave Love  <fx@gnu.org>
3044
3045         * imap.el (imap-string-to-integer): Fix typo.
3046         (imap-fetch-safe): New function.
3047         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3048
3049         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3050
3051         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3052         (imap-parse-greeting): Fix doc strings.
3053         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3054         (imap-parse-flag-list): Make messages unique.
3055         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3056
3057         * nnimap.el: Fix author email.
3058         (nnimap-split-rule): Add FIXME comment.
3059         (nnimap-debug): Fix doc string.
3060
3061 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3062
3063         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3064
3065 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3066
3067         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3068         nslookup if resolv.conf isn't available.
3069         (dns-query): Rename from query-dns.
3070         (dns-query-cached): Rename from query-dns-cached.
3071
3072 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3075         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3076         to check if those variables exist (first appeared in Emacs 18.50).
3077
3078 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * mm-util.el (mm-line-number-at-pos): New function.
3081
3082         * spam-report.el (spam-report-process-queue): Use it.
3083
3084 2008-12-24  David Engster  <dengste@eml.cc>
3085
3086         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3087         parameters that haven't existed as variables as buffer-local variables.
3088
3089 2008-12-23  Dave Love  <fx@gnu.org>
3090
3091         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3092         cadar.
3093
3094         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3095         imap-starttls-p.
3096         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3097
3098 2008-12-22  Dave Love  <fx@gnu.org>
3099
3100         * imap.el: Fix author email.  Doc fixes.
3101         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3102         reply.
3103
3104 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3105
3106         * spam-report.el (spam-report-gmane-max-requests): New constant.
3107         (spam-report-gmane-wait): New variable.
3108         (spam-report-gmane-ham, spam-report-gmane-spam)
3109         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3110         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3111         the server.
3112
3113         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3114         Add explanations.
3115
3116         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3117         nnheader-accept-process-output and nnheader-read-timeout if available.
3118         (pop3-movemail): Use it.
3119
3120         * message.el (message-check-news-body-syntax): Fix signature check if
3121         there's an attachment.
3122
3123 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * mm-util.el: Add comments to the mm- emulating functions.
3126
3127 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3128
3129         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3130         by Stephen Berman <stephen.berman@gmx.net>.
3131
3132 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * mm-util.el (mm-substring-no-properties): New function.
3135         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3136         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3137         (mm-string-to-multibyte): Doc fix.
3138
3139         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3140
3141 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3142
3143         * mml.el (mml-attach-file): Strip text properties from file name.
3144         (Bug#1574)
3145
3146 2008-12-16  Glenn Morris  <rgm@gnu.org>
3147
3148         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3149
3150 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3153         knows since the charset specified might be a bogus alias that
3154         mm-charset-synonym-alist provides.
3155
3156 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3157
3158         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3159         "ISO_8859-1".
3160
3161         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3162
3163 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * mm-util.el (mm-charset-eval-alist):
3166         Define it before mm-charset-to-coding-system.
3167         (mm-charset-to-coding-system): Add optional argument `silent';
3168         define it before mm-charset-override-alist.
3169         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3170         default value if it can be used in Emacs currently running;
3171         silence mm-charset-to-coding-system.
3172
3173 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3176         `allow-override' which says whether to use `mm-charset-override-alist'.
3177         (rfc2047-decode-encoded-words): Use it.
3178
3179         * mm-util.el (mm-charset-override-alist): Fix custom type;
3180         add `(gb2312 . gbk)' to choices.
3181
3182 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3185         fast.
3186
3187         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3188
3189         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3190
3191 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3192
3193         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3194         on links.
3195
3196         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3197
3198 2008-12-03  Lute Kamstra  <lute@gnu.org>
3199
3200         * sha1.el: Remove leading * from docstrings of defcustoms,
3201         deffaces, defconsts and defuns.
3202
3203 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3206         users' addresses that don't have domain parts.
3207         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3208         rather than message-narrow-to-head since there will be the message
3209         header separator.
3210
3211 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3212
3213         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3214         since the result is inserted in a unibyte buffer anyway.
3215         (nnimap-demule-use-string-to-multibyte): Remove.
3216         (nnimap-demule): Alias it to mm-string-to-multibyte.
3217
3218 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3219
3220         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3221         variable for debugging bug#464 and bug#1174.
3222         (nnimap-demule): Use it.
3223
3224 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3225
3226         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3227         score calculation correctly.
3228
3229 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3230
3231         * message.el (message-send-mail): Just set the buffer to unibyte
3232         rather than use mm-with-unibyte-current-buffer which does a lot more.
3233         (message-send-mail-partially): Don't bother with
3234         mm-with-unibyte-current-buffer since it's already been made unibyte by
3235         message-send-mail.
3236
3237 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3238
3239         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3240
3241 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3242
3243         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3244
3245 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3248         require itself and to remove `with-no-warnings'.
3249
3250 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3251
3252         * starttls.el (starttls-any-program-available): Get the name of the
3253         available TLS layer program.
3254         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3255         well as the host name in the "opening" message.
3256
3257         * auth-source.el (auth-source-cache, auth-source-do-cache)
3258         (auth-source-user-or-password): Cache passwords and logins by default,
3259         allow override with `auth-source-do-cache'.
3260         (auth-source-forget-user-or-password): Allow users to remove cache
3261         entries if needed.
3262
3263 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3264
3265         * md4.el (md4-buffer): Fix typo in docstring.
3266         (md4, md4-64): Doc fixes.
3267         (md4-pack-int32): Reflow docstring.
3268
3269 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3270
3271         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3272         condition-case to only the forward-sexp call.
3273
3274 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3275
3276         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3277         quotes contained.  Make it more robust regardless by an extra
3278         condition-case wrapper.
3279
3280 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3283
3284 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * nnml.el (nnml-request-expire-articles): Check if the function set to
3287         `nnmail-expiry-target' returns the symbol `delete'.
3288
3289         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3290
3291         * nnmail.el (nnmail-expiry-target): Fix custom type.
3292
3293 2008-10-02  Glenn Morris  <rgm@gnu.org>
3294
3295         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3296         Silence compiler warning.
3297
3298 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3299
3300         * tls.el (open-tls-stream): Show the actual command being
3301         executed, instead of the format string.
3302
3303 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * lpath.el: Fbind codepage-setup for Emacs 23.
3306
3307 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3308
3309         * mml.el (mml-menu): Don't assume mml2015 is bound.
3310
3311 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3314         exists.
3315
3316 2008-09-27  Glenn Morris  <rgm@gnu.org>
3317
3318         * gnus-util.el (mail-header-remove-comments): Autoload it.
3319
3320 2008-09-27  Andreas Schwab  <schwab@suse.de>
3321
3322         * gnus-util.el (gnus-split-references): Strip comments.
3323         (gnus-parent-id): Likewise.
3324
3325 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3326
3327         * message.el (message-confirm-send): Fix version.
3328
3329 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * message.el (message-idna-to-ascii-rhs-1): Use
3332         mail-extract-address-components rather than mail-header-parse-addresses
3333         that is an alias by default to ietf-drums-parse-addresses that does not
3334         support non-ASCII names in headers' contents.
3335
3336 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3337
3338         * message.el (message-confirm-send): Fixed variable documentation to
3339         avoid the "y/n" wording.
3340
3341 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3342
3343         * message.el (message-set-auto-save-file-name): Save to a different
3344         filename so multiple messages (especially drafts) can be recovered.
3345
3346 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3347
3348         * message.el (message-confirm-send): Add appropriate version.
3349
3350 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3351
3352         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3353         defvar.
3354
3355 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3356
3357         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3358         (mm-pkcs7-enveloped-magic): Ditto.
3359
3360 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3361
3362         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3363         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3364
3365 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3366
3367         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3368         default, it's better.
3369
3370 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3371
3372         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3373         summary line gnus-number property and ignore them (with a warning
3374         message).
3375
3376 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3379         macro caddr in the interactive form since it won't be expanded.
3380
3381 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3384         `charset'; fix name of function called recursively.
3385         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3386
3387 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3390         (gnus-mime-set-charset-parameters): New function.
3391         (gnus-mime-view-part-as-charset): Use it to correctly display part
3392         specifying wrong charset.
3393
3394 2008-09-08  David Engster  <dengste@eml.cc>
3395
3396         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3397         in completing-read for back end server.
3398
3399 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3400
3401         * message.el (message-confirm-send): New variable to confirm sending a
3402         message.
3403         (message-send): Use it.
3404
3405 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3406
3407         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3408
3409 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3412
3413 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3414
3415         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3416         prevent tracking too many groups.
3417         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3418         Use it.
3419
3420 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3421
3422         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3423         moving point to the bottom of the window in order to avoid recentering.
3424
3425 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3428
3429         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3430         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3431         (gnus-article-beginning-of-window): Fix calculation.
3432
3433 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gnus-msg.el (gnus-summary-supersede-article)
3436         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3437         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3438         message header.
3439
3440 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3441
3442         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3443         pending output coming after the status change.
3444
3445 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3446
3447         * message.el:
3448         * gnus-start.el:
3449         * gnus-registry.el: Remove VMS support.
3450
3451 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3454         macro.
3455         (rfc2104-hash): Use it.
3456
3457 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3458
3459         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3460         (gnus-summary-sort-by-most-recent-date): New commands.
3461         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3462         and menu entries.
3463
3464 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3467         don't redisplay article for raw contents; remove plural articles stuff.
3468
3469         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3470         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3471         on gnus-summary-save-article; display results properly.
3472
3473 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * lpath.el: No need to fbind ns-focus-frame.
3476
3477 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3480
3481 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3484         gnus-save-all-headers.
3485
3486 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3487
3488         * gnus-util.el (ns-focus-frame): Remove declaration.
3489         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3490         like x.
3491
3492 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3493
3494         * rfc2104.el (rfc2104-zero): Delete defconst.
3495         (rfc2104-hex-alist): Likewise.
3496         (rfc2104-hex-to-int): Delete func.
3497         (rfc2104-hexstring-to-bitstring): Likewise.
3498         (rfc2104-nybbles): New defconst.
3499         (rfc2104-hash): Rewrite for speed.
3500
3501 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * tls.el (open-tls-stream): Make it work with the 2nd argument
3504         BUFFER that is a string but does not exist as a buffer object, as
3505         mentioned in the doc-string.
3506
3507 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3510         SXEmacs.
3511
3512 2008-07-16  Glenn Morris  <rgm@gnu.org>
3513
3514         * gnus-util.el (ns-focus-frame): Declare for compiler.
3515
3516 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3519         set as a group parameter.
3520         (gnus-summary-save-in-pipe): Work when it is called independently.
3521         (gnus-summary-pipe-to-muttprint): Don't modify
3522         gnus-summary-pipe-output-default-command.
3523
3524 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3525
3526         * message.el (message-send-mail-with-sendmail):
3527         Display the error message.
3528
3529 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-art.el (gnus-default-article-saver):
3532         Add gnus-summary-save-in-pipe to choices.
3533         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3534         gnus-summary-pipe-output-default-command as the default command.
3535         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3536         instead of gnus-last-shell-command.
3537
3538         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3539         New user option.
3540         (gnus-summary-muttprint-program): Mention the value will be changed.
3541         (gnus-summary-save-article): Force showing of all headers.
3542         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3543
3544 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3545
3546         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3547
3548 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3549
3550         * nnimap.el (nnimap-id):
3551         * sieve-manage.el (sieve-manage-open): Doc fixes.
3552
3553 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3554
3555         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3556         if available.
3557
3558 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3559
3560         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3561
3562         * nnkiboze.el (nnkiboze-generate-group):
3563         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3564
3565         * nnmairix.el: Require CL.
3566
3567 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * dgnushack.el: Autoload get-display-table and put-display-table for
3570         XEmacs 21.5.
3571
3572         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3573         21.4 and SXEmacs.
3574
3575 2008-06-15  David Engster  <dengste@eml.cc>
3576
3577         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3578
3579 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3580
3581         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3582         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3583         runtime choice under XEmacs.
3584
3585         * gnus-sum.el (gnus-summary-set-display-table):
3586         Use `gnus-put-display-table', `gnus-get-display-table',
3587         `gnus-set-display-table' for the display table, instead of `aset'.
3588
3589         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3590         Use `gnus-put-display-table', `gnus-get-display-table',
3591         `gnus-set-display-table' for the display table.
3592
3593 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3594
3595         * nnmairix.el: Add autoloads.
3596
3597 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * nnmairix.el (nnmairix-delete-recreate-group)
3600         (nnmairix-update-and-clear-marks): Fix error messages.
3601
3602 2008-06-14  David Engster  <dengste@eml.cc>
3603
3604         * nnmairix.el: Upgrade to version 0.6.
3605         (nnmairix-group-toggle-propmarks-this-group)
3606         (nnmairix-group-toggle-readmarks-this-group)
3607         (nnmairix-group-delete-recreate-this-group)
3608         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3609         (nnmairix-remove-tick-mark-original-article): New commands.
3610         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3611         (nnmairix-propagate-marks-to-nnmairix-groups)
3612         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3613         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3614         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3615         functions needed for marks propagation and manipulation of read marks.
3616         (nnmairix-update-groups): New function.
3617         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3618         (nnmairix-determine-original-group-from-registry)
3619         (nnmairix-determine-original-group-from-path)
3620         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3621         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3622         New helper functions.
3623         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3624         keystrokes for new commands.
3625         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3626         (nnmairix-request-group): Check allow-fast group parameter.
3627         (nnmairix-request-create-group): Set allow-fast group parameter if
3628         nnmairix-allowfast-default is set.
3629         (nnmairix-close-group): Propagate marks upon closing if needed.
3630         (nnmairix-group-toggle-threads-this-group): Use new.
3631         nnmairix-group-toggle-parameter helper function.
3632         (nnmairix-search): Better check for empty search result.
3633         (nnmairix-goto-original-article): Use new helper functions for
3634         determining original article.
3635         (nnmairix-show-original-article): Make sure message-id is in brackets.
3636         (nnmairix-call-mairix-binary): Change variable name.
3637         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3638         helper function.
3639         (nnmairix-widget-toggle-activate): Fix doc string.
3640
3641 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * nnir.el: Require edmacro when compiling with XEmacs.
3644         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3645         available in Emacs 21.
3646
3647 2008-06-11  Glenn Morris  <rgm@gnu.org>
3648
3649         * gnus-util.el (x-focus-frame):
3650         * gnus.el (image-size):
3651         * mm-decode.el (image-size): Declare.
3652
3653         * gnus-picon.el (declare-function): Add compat definition.
3654         (image-size): Declare.
3655
3656         * gnus-group.el (tool-bar-map):
3657         * gnus-sum.el (tool-bar-map): Define for compiler.
3658
3659         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3660
3661         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3662
3663         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3664         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3665         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3666         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3667         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3668         * sieve-manage.el, spam-report.el, spam.el:
3669         Remove unnecessary eval-and-compile of autoloads.
3670
3671 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3672
3673         * auth-source.el: Precise Tramp doc.
3674
3675 2008-06-07  Glenn Morris  <rgm@gnu.org>
3676
3677         * nnmairix.el: Remove unnecessary eval-when-compile.
3678
3679 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * lpath.el: Fbind propertize for XEmacs 21.4.
3682
3683 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3684
3685         * nnir.el: Move here from ../contrib.
3686
3687 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3688
3689         * gnus-util.el (gnus-read-shell-command): New function.
3690         * mm-decode.el (mm-pipe-part):
3691         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3692
3693 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3696
3697 2008-06-03  Glenn Morris  <rgm@gnu.org>
3698
3699         * pop3.el (nnheader-accept-process-output): Autoload it.
3700
3701 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3704         are not 2-digit hexadecimal characters that follow `%'s.
3705
3706 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * message.el (message-bogus-recipient-p): Fix type in doc string.
3709         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3710         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3711         Improve custom options.
3712         (message-bogus-recipient-p): Adjust accordingly.
3713
3714 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3715
3716         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3717         long-form month and day names.
3718
3719 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * dgnushack.el: Autoload debug, eudc-expand-inline and
3722         pgg-snarf-keys-region for XEmacs.
3723
3724         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3725
3726         * nnmairix.el: Require edmacro when compiling with XEmacs.
3727
3728 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3729
3730         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3731         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3732
3733 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3734
3735         * auth-source.el: Add more docs.
3736
3737         * netrc.el (netrc-machine): Always match if the port is not given.
3738
3739 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3742         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3743         retrieval faster in some cases, but might make CPU usage larger.  If
3744         this has any bad side effects, we might revert this change.
3745
3746         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3747         seems to make mail retrieval much, much faster.
3748         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3749         unconditionally.
3750
3751         * gnus-draft.el (gnus-group-send-queue): Bind
3752         message-send-mail-partially-limit to nil to avoid being prompted.
3753
3754 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3755
3756         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3757
3758         * message.el (message-bogus-address-regexp): Fix and improve custom
3759         type.
3760         (message-setup-hook): Add message-check-recipients as custom option.
3761
3762 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3763
3764         * message.el (message-cite-function): Remove bogus autoload which crept
3765         in during merge from v5-10.
3766
3767 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3770
3771         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3772
3773         * auth-source.el: Preliminary Tramp docs.
3774         (auth-sources): Change the default auth-sources to use
3775         EPA .gpg files.
3776
3777 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         * nntp.el: Autoload `auth-source-user-or-password'.
3780         (nntp-send-authinfo): Use it.
3781
3782         * nnimap.el: Autoload `auth-source-user-or-password'.
3783         (nnimap-open-connection): Use it.
3784
3785         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3786         for the gnus-message function.
3787         (auth-source-user-or-password): Use it.
3788
3789 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3790
3791         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3792         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3793         (rfc2104-hash): Use it.
3794
3795 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3796
3797         * gnus-art.el (gnus-article-toggle-truncate-lines):
3798         Don't use `iff' in docstring.
3799
3800 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3801
3802         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3803
3804         * gnus-util.el (gnus-extract-address-component-name)
3805         (gnus-extract-address-component-email): Convenience functions around
3806         `gnus-extract-address-components'.
3807
3808         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3809         Use `gnus-extract-address-component-email' to fix bug of comparing full
3810         sender name to `user-mail-address'.
3811
3812 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3813
3814         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3815         catch/throw to optimize.
3816         (gnus-registry-find-keywords): Just use member to find a keyword.
3817
3818 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3819
3820         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3821         is current before calling gnus-server-prepare.
3822         (gnus-server-setup-buffer, gnus-server-update-server)
3823         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3824
3825 2008-05-04  Juri Linkov  <juri@jurta.org>
3826
3827         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3828         (mailcap-file-default-commands): Use mailcap-replace-in-string
3829         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3830         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3831
3832 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3833
3834         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3835
3836 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3837
3838         * gnus.el: Bump version to 0.11.
3839
3840 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3841
3842         * gnus.el: No Gnus v0.10 is released.
3843
3844 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3847         hooks.
3848         (gnus-update-read-articles): Speed up non-marks-using users.
3849         (gnus-use-marks): Define gnus-use-marks.
3850         (gnus-propagate-marks): Rename variable to something more sensible.
3851
3852 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3853
3854         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3855         (gmm-image-load-path-for-library): Fix typos in docstrings.
3856         (gmm-message): Reflow docstring.
3857
3858 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3859
3860         * mail-source.el (mail-source-set-1, mail-source-bind):
3861         Move auth-source code out of the macro to clean it up and fix bugs.
3862
3863 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3864
3865         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3866         by sender if it's equal to user-mail-address, it's likely to be
3867         useless.
3868
3869         * mail-source.el (mail-source-bind): Don't use user or password if they
3870         are not bound.  Unintern them if they are nil.  Don't use server unless
3871         it's bound, and default it to empty string otherwise.
3872
3873 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3874
3875         * mail-source.el: Load auth-source.el.
3876         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3877         get user name or password, if auth-sources is set up.
3878
3879         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3880         strategy of splitting with parent.
3881         (gnus-registry-split-fancy-with-parent)
3882         (gnus-registry-post-process-groups): Use it and fix prior
3883         bug (returning a list as the split result).
3884
3885         * auth-source.el (auth-sources): Remove server parameter.
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): Remove server parameter.
3891
3892 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3893
3894         * smime.el (smime-sign-region, smime-encrypt-region)
3895         (smime-decrypt-region):
3896         Remove redundant calls to `generate-new-buffer-name'.
3897
3898 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3899
3900         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3901         Don't use QP for message/rfc822.
3902         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3903
3904 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3905
3906         * sieve-manage.el (sieve-string-bytes): Remove.
3907         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3908         correct byte-length only if the process's coding-system is the same as
3909         the one used internally by Emacs to represent strings.
3910
3911 2008-04-22  Juri Linkov  <juri@jurta.org>
3912
3913         * mailcap.el (mailcap-file-default-commands): New function.
3914
3915 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3916
3917         * message.el (message-signature-separator, message-cite-function):
3918         Change custom version.
3919
3920 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3921
3922         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3923         commands.
3924         (tls-checktrust): Ditto.
3925
3926 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3927
3928         * mm-decode.el (mm-display-external): Make temp file read-only.
3929
3930 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3931
3932         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3933         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3934         `C-c C-f d'.
3935
3936 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3937
3938         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3939
3940 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3941
3942         * gnus.el: Bump version to 0.9.
3943
3944 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3945
3946         * gnus.el: No Gnus v0.8 is released.
3947
3948 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3949
3950         * mail-source.el (mail-source-value):
3951         Prefer fboundp to functionp so it works with macros as well.
3952
3953 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3954
3955         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3956         Fix last change in case the element is not even a symbol.
3957
3958 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3959
3960         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3961         Prefer fboundp to functionp so it works with macros as well.
3962
3963 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3964
3965         * auth-source.el: Added docs.
3966         (auth-sources): Modify format to support server.
3967         (auth-source-pick, auth-source-user-or-password)
3968         (auth-source-user-or-password-imap)
3969         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3970         (auth-source-user-or-password-sftp)
3971         (auth-source-user-or-password-smtp): Add server parameter.
3972
3973 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3974
3975         * gnus-registry.el: Initialize the registry when gnus-registry-install
3976         is t.
3977
3978 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * compface.el (uncompface): Make buffer unibyte.
3981
3982 2008-04-05  Glenn Morris  <rgm@gnu.org>
3983
3984         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3985
3986 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3987
3988         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3989         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3990
3991         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3992         multibyteness after rather than before erasing it.
3993
3994         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3995         mm-with-multibyte.
3996         (gnus-request-article-this-buffer): Make sure the proper decoding is
3997         used if gnus-original-article-buffer happens to be unibyte.
3998
3999         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4000         default-enable-multibyte-characters.
4001
4002         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4003         default-enable-multibyte-characters.
4004
4005         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4006
4007         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4008
4009 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4010
4011         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4012         (imap-message-copyuid-1): Use it.
4013         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4014         J. Williams in
4015         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4016
4017         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4018         imap-enable-exchange-bug-workaround.
4019         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4020
4021 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4022
4023         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4024         a 100 byte status-checks into a 2-3MB transfer for each group.
4025         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4026         to enable bug workaround or not.
4027         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4028
4029 2008-03-31  Glenn Morris  <rgm@gnu.org>
4030
4031         * message.el (mml2015-use): Declare for compiler.
4032         (message-info): Require mml2015 when appropriate.
4033
4034 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4037         whitespace.
4038
4039 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4040
4041         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4042         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4043         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4044         (nntp-service-to-port): New function.
4045         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4046         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4047         (nntp-open-netcat-stream): New function.
4048         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4049
4050 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4051
4052         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4053
4054 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4055
4056         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4057
4058 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4059
4060         * dns.el (dns-write): Use set-buffer-multibyte.
4061
4062 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4063
4064         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4065
4066 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4067
4068         * message.el (message-signature-separator): Change default.
4069         Improve custom type.
4070         (message-cite-function): Change default to
4071         message-cite-original-without-signature.
4072
4073         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4074         toggle.
4075
4076         * message.el (message-check-news-body-syntax): Fix signature check.
4077         (message-setup-1): Mark buffer as unmodified _after_ running
4078         message-setup-hook and handling message-alternative-emails.
4079         (message-shorten-references): Be more strict when building list of
4080         valid references to comply with GNKSA.
4081
4082         * gnus-group.el (gnus-read-ephemeral-bug-group)
4083         (gnus-read-ephemeral-debian-bug-group)
4084         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4085
4086         * message.el (message-info): Don't use booleanp which isn't supported
4087         in Emacs 21 and XEmacs.
4088
4089 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4090
4091         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4092         gnus-group-gmane-group-download-format.
4093         (gnus-group-read-ephemeral-gmane-group): Rename from
4094         gnus-group-read-ephemeral-gmane-group.
4095         (gnus-read-ephemeral-gmane-group-url): Rename from
4096         gnus-group-read-ephemeral-gmane-group-url.
4097         (gnus-bug-group-download-format-alist): New variable.
4098         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4099         (gnus-read-ephemeral-emacs-bug-group): New commands.
4100
4101 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4104         (gnus-visible-headers): Improve custom type.
4105
4106 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4107
4108         * mml.el (mml-menu): Add workarounds for XEmacs.
4109
4110         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4111         X-Boundary header.
4112
4113         * message.el (message-simplify-recipients): Fix previous commit.
4114
4115 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4116
4117         * mm-util.el (mm-set-buffer-multibyte): New function.
4118         * mm-decode.el (mm-copy-to-buffer): Use it.
4119
4120 2008-03-19  Glenn Morris  <rgm@gnu.org>
4121
4122         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4123         Accidentally removed in the sync process with Emacs.
4124
4125 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4126
4127         * message.el (message-alter-recipients-discard-bogus-full-name):
4128         New function.
4129         (message-alter-recipients-function): New variable.
4130         (message-get-reply-headers): Use it.
4131         (message-replace-header): New helper function.
4132         (message-recipients-without-full-name): New variable.
4133         (message-simplify-recipients): New command.
4134
4135         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4136
4137         * message.el (message-info): Handle EasyPG manual.
4138
4139         * mml.el (mml-menu): Add entry for EasyPG.
4140
4141 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4142
4143         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4144         parameter.
4145
4146         * message.el (message-disassociate-draft): Specify drafts group name
4147         fully.
4148
4149 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4150
4151         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4152         unnecessary duplicates from the match list.
4153
4154 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4157
4158         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4159
4160         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4161         args of `how-many' of which the XEmacs version doesn't take; declare
4162         Info-index-next as function.
4163
4164 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4165
4166         * gnus-score.el (gnus-score-headers): Fix handling of
4167         gnus-inhibit-slow-scoring.
4168
4169         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4170         string.
4171         (gnus-button-url-regexp): Improve handling of parenthesis.
4172         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4173         (gnus-button-handle-info-keystrokes): Handle index entries.
4174
4175 2008-03-15  Glenn Morris  <rgm@gnu.org>
4176
4177         * parse-time.el (parse-time-string): Simplify.
4178
4179 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4182         Incoming* files.
4183
4184 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4185
4186         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4187         (auth-source-pick): Use it.
4188
4189 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4190
4191         * binhex.el (binhex-decode-region-internal):
4192         * uudecode.el (uudecode-decode-region-internal):
4193         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4194         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4195         setting default-enable-multibyte-characters.
4196
4197 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4198
4199         * auth-source.el (auth-source-protocols)
4200         (auth-source-protocols-customize, auth-source-choices): Added and
4201         modified variable customizations and defaults.
4202         (auth-source-pick, auth-source-user-or-password)
4203         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4204         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4205         (auth-source-user-or-password-sftp)
4206         (auth-source-user-or-password-smtp): Use new variables and provide an
4207         interface to netrc.el.
4208
4209 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4212         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4213         Make sure the nntp port to specify is a string.
4214
4215 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4216
4217         * nntp.el: Use with-current-buffer.
4218         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4219         dubious mm-with-unibyte-current-buffer.
4220         (nntp-with-open-group-function): New function extracted from
4221         nntp-with-open-group macro.
4222         (nntp-with-open-group): Use the function, so it's easier to debug.
4223         Add indentation and debugging info.
4224         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4225         the use of the netcat alternatives.
4226
4227         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4228         Avoid mm-string-as-multibyte as well.
4229
4230         * nnweb.el (nnweb-insert-html):
4231         Remove use of nnheader-string-as-multibyte.
4232
4233         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4234         (nnheader-string-as-multibyte): Remove.
4235
4236         * mm-view.el: Use inhibit-read-only.
4237         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4238         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4239         or unibyte-string.
4240
4241         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4242         (mm-uu-yenc-extract): Use with-current-buffer.
4243
4244         * gnus-soup.el (gnus-soup-send-packet): Don't use
4245         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4246
4247         * nnmh.el: Use with-current-buffer.
4248         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4249         mm-string-as-multibyte on the output of mm-encode-coding-string.
4250
4251         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4252         (nnimap-request-move-article): Use with-current-buffer.
4253
4254         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4255         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4256         conversion uses string-make-unibyte rather than string-as-unibyte.
4257
4258         * gnus-msg.el: Use with-current-buffer.
4259
4260         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4261
4262 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4263
4264         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4265         string for caching if it is 'PIN.
4266
4267 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * lpath.el: Consider the case without Emacs/W3.
4270
4271 2008-03-08  Glenn Morris  <rgm@gnu.org>
4272
4273         * time-date.el (date-to-time, time-subtract, time-add)
4274         (safe-date-to-time): Doc fixes.
4275
4276 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4277
4278         * mail-source.el (mail-source-delete-old-incoming-confirm):
4279         Change default to nil.
4280         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4281
4282 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * lpath.el: Rearrange.
4285
4286         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4287         (gnus-article-goto-prev-page): Work for articles having ^L's.
4288
4289         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4290
4291         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4292
4293 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4294
4295         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4296         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4297         (gnus-bookmark-jump): Adjust some variable names.
4298
4299 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4300
4301         * auth-source.el: New package.
4302         (auth-source-choices): Add customization entry point variable.
4303
4304         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4305         bug.
4306
4307 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4308
4309         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4310         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4311         (gnus-registry-install-shortcuts): Rename from
4312         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4313         the `gnus-registry-mark-map' keymap dynamically from
4314         `gnus-registry-marks'.  The generated functions update the summary line
4315         when a registry mark is added or deleted, and will call
4316         `gnus-registry-install-p' (see the comments in the code).
4317         (gnus-registry-user-format-function-M): Use concat intelligently.
4318
4319         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4320         the registry mark functions.
4321
4322 2008-03-05  Glenn Morris  <rgm@gnu.org>
4323
4324         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4325         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4326         gnus-art.
4327         (top-level): No need to load own source when compiling.
4328
4329 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4330
4331         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4332         Suggested by <chris.anderton@zetnet.co.uk>.
4333
4334 2008-03-04  Glenn Morris  <rgm@gnu.org>
4335
4336         * gnus-sum.el (top-level): No need to require gnus when compiling,
4337         since unconditionally required near start of file.
4338         (gnus-summary-display-while-building): Move definition before use.
4339
4340 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4343         formatting function.
4344
4345 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4346
4347         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4348         with plists.
4349         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4350         Use new format.
4351
4352 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4353
4354         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4355         `where-is-internal' that returns a range of key sequences.
4356
4357 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4358
4359         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4360
4361         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4362         (gnus-summary-jump-to-group): Consider windows on other displayed
4363         frames as well.  Similar changes might be needed elsewhere, but that's
4364         the one I've bumped into during my use.
4365
4366         * nndoc.el (nndoc-oe-dbx-type-p):
4367         * gnus-msg.el (gnus-debug):
4368         * gnus-group.el (gnus-update-group-mark-positions):
4369         Use mm-string-to-multibyte.
4370
4371 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4374         doesn't handle NotDashEscaped.
4375
4376         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4377         (mml-dnd-attach-options): Fix typo in custom choice.
4378
4379         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4380         nndoc-article-type to mbox.
4381         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4382
4383         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4384         to nil, instead of html2text.
4385
4386         * imap.el (imap-debug): Add `imap-ping-server'.
4387
4388         * gnus-bookmark.el: Add FIXMEs.
4389
4390         * message.el (message-form-letter-separator)
4391         (message-send-form-letter-delay): New variables.
4392         (message-send-form-letter): Use them.  New command to send form
4393         letters.  Requested by Uwe Siart.
4394         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4395
4396 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4397
4398         * Update copyright years.
4399
4400 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         Sync from EMACS_22_BASE.
4403
4404         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4405
4406 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4407
4408         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4409         empty author.
4410
4411 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4412
4413         * gnus-registry.el (gnus-registry-marks): Add variable for
4414         customization of marks and their appearance.
4415         (gnus-registry-read-mark): Use it.
4416         (gnus-registry-do-marks): Add utility function to loop through
4417         `gnus-registry-marks'.
4418         (gnus-registry-install-shortcuts-and-menus): Add function to install
4419         shortcuts and menus.
4420         (gnus-registry-initialize): Use it.
4421         (gnus-registry-default-mark): Clarify documentation.
4422
4423 2008-02-29  Glenn Morris  <rgm@gnu.org>
4424
4425         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4426         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4427         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4428         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4429         Change defcustom :version from 23.0 to 23.1.
4430
4431 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4432
4433         * gnus-registry.el (gnus-registry-follow-group-p)
4434         (gnus-registry-post-process-groups): Add functions to aid registry
4435         splitting and improve logging.  Clarify behavior in function
4436         documentation.
4437         (gnus-registry-split-fancy-with-parent): Use them.
4438
4439 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4440
4441         * gnus-art.el: Use with-current-buffer.
4442
4443 2008-02-27  David Engster  <dengste@eml.cc>
4444
4445         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4446         Express real group name in the response.
4447
4448 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4451         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4452         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4453         autoload gnus-registry-fetch-group when compiling.
4454         (nnmairix-request-group-with-article-number-correction): Remove
4455         unreferenced argument passed to nnmairix-call-backend.
4456
4457 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4460         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4461         Wilde.
4462
4463 2008-02-27  Glenn Morris  <rgm@gnu.org>
4464
4465         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4466         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4467         variables to defconsts.  Convert comments to doc-strings.
4468         (nnmairix-last-server, nnmairix-current-server): Convert from free
4469         variables to defvars.  Convert comments to doc-strings.
4470         (gnus-registry-fetch-group): Autoload.
4471         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4472         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4473         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4474         caddr.
4475         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4476         nnmairix-request-group-with-article-number-correction call.
4477         (nnmairix-fast, nnmairix-group): New, less general names, for free
4478         variables passed from nnmairix-request-group to
4479         nnmairix-request-group-with-article-number-correction.  Declare.
4480         (nnmairix-request-group-with-article-number-correction):
4481         Use nnmairix-fast, nnmairix-group rather than fast, group.
4482
4483 2008-02-26  David Engster  <dengste@eml.cc>
4484
4485         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4486         version 0.5.
4487
4488 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4489
4490         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4491         instead of making an extra function call.  Don't add the current group
4492         to articles only when they have the group.  Use
4493         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4494         Reported by David <de_bb@arcor.de>.
4495
4496 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4499         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4500
4501 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4502
4503         * mail-source.el (mail-source-delete-incoming): Change default.
4504         Supplement doc string.
4505
4506         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4507
4508 2008-02-14  Glenn Morris  <rgm@gnu.org>
4509
4510         * time-date.el (format-seconds): New function.
4511
4512 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4513
4514         * nnmail.el (nnmail-message-id-cache-file): Derive from
4515         `gnus-home-directory'.
4516
4517 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4518
4519         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4520         Document negative prefix.
4521
4522         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4523
4524 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * message.el (message-unsent-separator): Add the Exim bounce
4527         separator.
4528
4529 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4530
4531         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4532         list.
4533         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4534         recipient/signer list.
4535
4536 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * Makefile.in (datarootdir): Define.
4539         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4540         name that might contain whitespace.
4541
4542 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4543
4544         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4545         fbound (Emacs 23 unicode), signal an error.
4546
4547 2008-02-08  Glenn Morris  <rgm@gnu.org>
4548
4549         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4550
4551 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4552
4553         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4554         ports to the calls to `netrc-machine-user-or-password' in addition to
4555         "imap" and "imaps".
4556
4557 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4558
4559         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4560
4561         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4562
4563 2008-02-01  Kenichi Handa  <handa@m17n.org>
4564
4565         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4566         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4567         (rfc2104-hash): Convert the result of concat to unibyte string.
4568
4569 2008-02-01  Dave Love  <fx@gnu.org>
4570
4571         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4572         coding-system-for-read.
4573         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4574
4575 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4576
4577         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4578         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4579         <hanche@math.ntnu.no>.
4580
4581 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4584
4585         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4586
4587 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4588
4589         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4590         * message.el (message-beginning-of-line): Use featurep instead of bound
4591         tests in order to resolve conditionals at compile time.
4592
4593 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4594
4595         * mail-source.el (mail-sources): Add `group' choice.
4596
4597         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4598         parameter `in-group' to control into which group the articles go.
4599         Add treatment of `group' mail-source.
4600
4601 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4604
4605         * mm-decode.el (mm-dissect-buffer): Decode description.
4606
4607         * mml.el (mml-to-mime): Encode message header first.
4608
4609 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4612         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4613
4614         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4615         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4616
4617 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4618
4619         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4620
4621 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4624         prefix keys.
4625         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4626         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4627         gnus-xmas.el.
4628
4629         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4630         (gnus-xmas-article-describe-bindings): New function.
4631         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4632         gnus-xmas-article-describe-bindings.
4633
4634         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4635
4636 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4637
4638         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4639         Add new variables for article mark management.
4640         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4641         list of extra data entries which, when present, will indicate that the
4642         article ID should not be trimmed from the registry.
4643         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4644         functions.
4645         (gnus-registry-read-mark): New function to read a mark name from the
4646         user.
4647         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4648         (gnus-registry-set-article-mark-internal): New functions to add and
4649         remove marks.
4650         (gnus-registry-get-article-marks): New function to show the marks for
4651         an article, or retrieve them for further use.
4652
4653 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4656         keys when no argument is given.
4657
4658 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4659
4660         * imap.el (imap-ping-server): New variable.
4661         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4662         (imap-ping-server): Minor doc string fixes.
4663
4664 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4665
4666         * imap.el (imap-ping-server): New function.
4667         (imap-opened): Call imap-ping-server.
4668
4669 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4670
4671         * gnus-sum.el (gnus-article-sort-by-random)
4672         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4673         jidanni@jidanni.org.
4674
4675 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * gnus-art.el (gnus-article-describe-bindings): New function.
4678         (gnus-article-read-summary-keys): Use it.
4679         (gnus-article-mode-map): Bind `C-h b' to it.
4680
4681 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4684         XEmacs.
4685         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4686         against non-character events.
4687
4688         * lpath.el: Fbind map-keymap for Emacs 21.
4689
4690 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4691
4692         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4693         command.
4694         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4695         instead of END.  Change name of the temp file.
4696         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4697         customizable.
4698
4699 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4702         bind `S W' to gnus-article-wide-reply-with-original; set default
4703         binding to gnus-article-read-summary-send-keys.
4704         (gnus-article-read-summary-keys): Fix the order of keys; display
4705         continuation keys correctly in the echo area; describe bindings
4706         correctly when keys end with `C-h'.
4707         (gnus-article-read-summary-send-keys): New function.
4708         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4709         for gnus-article-read-summary-send-keys; display continuation keys
4710         correctly in the echo area.
4711         (gnus-article-reply-with-original): Ignore prefix argument.
4712         (gnus-article-wide-reply-with-original): New function.
4713
4714         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4715         Emacs 21.
4716
4717 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4720         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4721
4722 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4723
4724         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4725         (gnus-group-read-ephemeral-gmane-group): New command.
4726
4727 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4728
4729         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4730
4731 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4732
4733         * message.el (message-send-mail-function): Increase custom version.
4734
4735         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4736         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4737
4738 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4739
4740         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4741         for the cases where imap-authenticate is called with a nil buffer
4742         parameter.
4743
4744 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4747         html parts correctly; support forwarded messages.
4748         (gnus-article-browse-html-article): Remove work buffers.
4749
4750         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4751         compiling.
4752         (netrc-bound-and-true-p): New macro.
4753         (netrc-parse): Use it instead of bound-and-true-p that is not available
4754         in XEmacs 21.4.
4755
4756 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4757
4758         * gnus-registry.el (gnus-registry-mark-article)
4759         (gnus-registry-article-marks): Add functionality to mark articles
4760         through the Gnus registry.
4761
4762         * encrypt.el: Clarify documentation for the new pgg method.
4763         (encrypt-file-alist): Add PGG option.
4764         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4765         functionality.  Abstract password key and messaging to external
4766         functions.
4767         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4768         (encrypt-message-method-and-cipher): Add new convenience external
4769         functions.
4770         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4771         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4772
4773         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4774         (netrc-parse): Use encrypt-file-alist to determine if
4775         encrypt-find-model or encrypt-insert-file-contents should be used.
4776
4777         * encrypt.el: Clarify documentation.  Load password-cache or
4778         password, whichever one is found first, instead of autoloading.
4779
4780 2007-12-19  Glenn Morris  <rgm@gnu.org>
4781
4782         * mml.el (message-options-set, message-narrow-to-head)
4783         (message-in-body-p, message-mail-p, message-encode-message-body):
4784         Autoload.
4785         (message-remove-header, message-narrow-to-headers-or-head)
4786         (message-subscribed-p, message-make-mail-followup-to)
4787         (message-position-on-field, message-news-p)
4788         (message-options-set-recipient, message-generate-headers)
4789         (message-sort-headers): Declare as functions.
4790
4791 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4792
4793         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4794         convention in doc string.
4795
4796 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4799         title to html parts.
4800         (gnus-article-browse-html-article): Pass message header to it.
4801
4802         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4803
4804 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4805
4806         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4807         or password compatible with XEmacs.
4808
4809 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4810
4811         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4812         format document.
4813         (gnus-mime-delete-part): Don't write description line if empty.
4814         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4815
4816 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4817
4818         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4819         (gnus-summary-mark-read-and-unread-as-read)
4820         (gnus-summary-mark-current-read-and-unread-as-read)
4821         (gnus-summary-mark-unread-as-ticked): Doc fix.
4822         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4823
4824 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4825
4826         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4827         Christoph Conrad <christoph.conrad@gmx.de>.
4828
4829 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4832         yes-or-no-p.
4833
4834 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * mm-decode.el (mm-add-meta-html-tag): New function.
4837         (mm-save-part-to-file, mm-pipe-part): Use it.
4838
4839         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4840         gnus-y-or-n-p instead of y-or-n-p.
4841         (gnus-article-browse-html-parts): Work with message/external-body; use
4842         mm-add-meta-html-tag.
4843
4844 2007-12-11  Glenn Morris  <rgm@gnu.org>
4845
4846         * gnus-cache.el: Require gnus-sum not just when compiling.
4847
4848         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4849
4850         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4851         definitions before use.
4852
4853         * mm-decode.el: Require gnus-util.
4854         (mm-remove-part): Only call delete-annotation on XEmacs.
4855
4856         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4857
4858         * nnmail.el: Require gnus-int.
4859
4860         * spam.el: Move `require's before `eval-when-compile's.
4861
4862         * gnus-ems.el (gnus-alive-p):
4863         * gnus-fun.el (message-goto-eoh):
4864         * gnus-util.el (gnus-group-name-decode):
4865         * mail-source.el (gnus-compress-sequence):
4866         * message.el (Info-goto-node, format-spec):
4867         * mm-bodies.el (message-options-get):
4868         * mm-decode.el (mm-view-pkcs7):
4869         * mm-util.el (gmm-write-region):
4870         * mml-smime.el (mml-compute-boundary)
4871         (gnus-completing-read-with-default):
4872         * mml.el (widget-button-press, gnus-make-hashtable):
4873         * mml1991.el (mm-decode-content-transfer-encoding)
4874         (mm-encode-content-transfer-encoding)
4875         (message-options-get, message-options-set):
4876         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4877         * nnfolder.el (gnus-request-group):
4878         * nnheader.el (ietf-drums-unfold-fws):
4879         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4880         * smime.el (gnus-run-mode-hooks):
4881         * spam-stat.el (gnus-message): Autoload.
4882
4883         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4884         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4885         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4886         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4887         Add declare-function compatibility definition.
4888
4889         * gnus-cache.el (nnvirtual-find-group-art):
4890         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4891         (gnus-add-image, gnus-add-wash-type):
4892         * gnus-group.el (nnkiboze-score-file):
4893         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4894         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4895         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4896         (message-tokenize-header, gnus-get-buffer-create)
4897         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4898         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4899         * gnus.el (gnus-group-decoded-name):
4900         * mail-source.el (imap-capability):
4901         * mm-bodies.el (message-options-set):
4902         * mm-decode.el (gnus-configure-windows):
4903         * mm-extern.el (message-goto-body):
4904         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4905         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4906         (epg-sub-key-validity, message-options-set):
4907         * mml.el (widget-event-point, gnus-configure-windows):
4908         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4909         * mml2015.el (epg-check-configuration, epg-configuration)
4910         (message-options-set):
4911         * nndb.el (nndb-request-article):
4912         * nnfolder.el (gnus-request-create-group):
4913         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4914         * nnmaildir.el (gnus-group-mark-article-read):
4915         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4916         * rfc1843.el (message-fetch-field):
4917         * spam.el (gnus-extract-address-components):
4918         Declare as functions.
4919
4920 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4923
4924         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4925
4926         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4927         bind show-trailing-whitespace for XEmacs.
4928
4929 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4930
4931         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4932         new no-op macro for backward compatibility.
4933
4934         * imap.el (imap-string-to-integer): New function.
4935
4936 2007-12-09  Glenn Morris  <rgm@gnu.org>
4937
4938         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4939
4940         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4941         * message.el, mm-view.el, sieve-manage.el, smime.el:
4942         Add declare-function compatibility definition.
4943
4944         * gnus-art.el (w3-region, w3m-region, Info-menu):
4945         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4946         * gnus-sum.el (gnus-get-predicate):
4947         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4948         * message.el (mail-abbrev-in-expansion-header-p):
4949         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4950         (w3m-detect-meta-charset, w3m-region):
4951         * sieve-manage.el (password-read, password-cache-add)
4952         (password-cache-remove):
4953         * smime.el (password-read-and-add): Declare as functions.
4954
4955 2007-12-08  David Kastrup  <dak@gnu.org>
4956
4957         * gnus-sum.el (gnus-summary-simplify-subject-query):
4958         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4959         `message'.
4960
4961 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4962
4963         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4964         it to bind idna-program, installation-directory, defined-colors, and
4965         face-attribute for XEmacs of the version that compiles defcustom forms.
4966
4967 2007-12-07  Glenn Morris  <rgm@gnu.org>
4968
4969         * gnus-art.el (article-make-date-line): Revert previous change.
4970
4971 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4974
4975 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4976
4977         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4978         Call gnus-add-to-range ranges only once with a prepared article-list.
4979
4980 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4981
4982         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4983         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4984         group names with backslashes.  Reported by Tassilo Horn
4985         <tassilo@member.fsf.org>.
4986
4987 2007-12-06  Deepak Goel  <deego3@gmail.com>
4988
4989         * gnus-art.el (article-make-date-line):
4990         * gnus-start.el (gnus-load):
4991         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4992
4993 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-art.el (gnus-use-idna)
4996         * gnus-start.el (gnus-site-init-file)
4997         * message.el (message-use-idna)
4998         * mm-uu.el (mm-uu-hide-markers)
4999         * smiley.el (smiley-style): Revert changes that suppress warnings.
5000
5001 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5004         specify charset to html source.  Reported by Christoph Conrad
5005         <christoph.conrad@gmx.de>.
5006
5007 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5010         idna-program in order to suppress byte compile warning issued by XEmacs
5011         that came to byte compile the default value section of defcustom forms
5012         recently.
5013
5014         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5015         value of installation-directory.
5016
5017         * message.el (message-use-idna): Don't directly refer to the value of
5018         idna-program.
5019
5020         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5021
5022         * smiley.el (smiley-style): Don't directly call face-attribute.
5023
5024 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5025
5026         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5027
5028         * gnus-dired.el: Reduce Gnus dependencies.
5029         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5030         require.  Use autoloads instead.
5031         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5032         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5033         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5034         (gnus-dired-mode): Adjust doc string.
5035         (gnus-dired-mail-mode): New variable.
5036         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5037         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5038         (gnus-dired-mail-buffers): New function.  Return mail or message
5039         composition buffers.
5040         (gnus-dired-attach): Use it.
5041         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5042         NO-DECODE.
5043         (gnus-dired-print): Use `gnus-print-buffer' depending on
5044         `gnus-dired-mail-mode'.
5045
5046 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * rfc2047.el (rfc2047-encoded-word-regexp)
5049         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5050         explaining what regexp patterns are for.
5051
5052 2007-12-04  Glenn Morris  <rgm@gnu.org>
5053
5054         * password.el: Move to password-cache.el.
5055
5056         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5057         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5058         * mml-smime.el (password-read, password-cache-add)
5059         (password-cache-remove):
5060         No need to autoload, since mml-sec requires password.
5061
5062         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5063         * message.el (gnus-extract-address-components):
5064         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5065
5066         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5067         password.
5068
5069 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5070
5071         * mailcap.el: Reduce dependencies.
5072         (mail-header-parse-content-type): Autoload.
5073         (mailcap-delete-duplicates): New alias.
5074         (mailcap-mime-info): Add optional argument NO-DECODE.
5075         (mailcap-mime-types): Use mailcap-delete-duplicates.
5076
5077         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5078
5079 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5080
5081         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5082         (imap-parse-status): Upcase status-att for servers that sends them
5083         lower-case (e.g., MS Exchange 2007).
5084
5085 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5088         function.
5089
5090         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5091         (gnus-uu-yenc-article): New function.
5092
5093         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5094
5095         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5096         buffer.
5097
5098 2007-12-02  Glenn Morris  <rgm@gnu.org>
5099
5100         * binhex.el (binhex): New custom group.
5101         (binhex-decoder-program, binhex-decoder-switches)
5102         (binhex-use-external): Move to the binhex custom group.
5103
5104         * uudecode.el (uudecode): New custom group.
5105         (uudecode-decoder-program, uudecode-decoder-switches)
5106         (uudecode-use-external): Move to the uudecode custom group.
5107
5108         * netrc.el (top-level): Don't load `encrypt' features.
5109         (netrc-parse): Don't use encrypt.
5110         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5111
5112         * encrypt.el: Remove file.
5113
5114 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5115
5116         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5117         matches on patches.
5118
5119         * gnus-art.el (gnus-article-browse-html-article): Mention
5120         `mm-text-html-renderer' in the doc string.
5121
5122         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5123         string.  Add comments.
5124
5125         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5126         if rhs is ASCII.
5127
5128 2007-12-01  Glenn Morris  <rgm@gnu.org>
5129
5130         * mail-source.el (top-level): Require format-spec before
5131         eval-when-compile.
5132
5133 2007-11-30  Glenn Morris  <rgm@gnu.org>
5134
5135         * encrypt.el: Require password, rather than autoloading password-read.
5136
5137 2007-11-29  Glenn Morris  <rgm@gnu.org>
5138
5139         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5140         (sasl-make-client, sasl-next-step, sasl-step-data)
5141         (sasl-step-set-data): Declare as functions.
5142
5143 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5144
5145         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5146
5147 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5148
5149         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5150         certs should be verified and what is to be done in the event of a
5151         verification failure.
5152
5153         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5154         caller can indicate whether the cache should be disregarded for this
5155         call.  This way the result of the call is reproducible at all times and
5156         can be considered a canonical server name for the supplied method.
5157         (gnus-agent-method-p): Canonicalize server names by pushing their
5158         method through `gnus-method-to-server' using the no-cache argument.
5159
5160         * gnus-srvr.el (gnus-server-insert-server-line): Call
5161         `gnus-method-to-server' with `no-cache' argument.
5162
5163         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5164         gnus-agent-possibly-synchronize-flags as this should be called when the
5165         server is actually being opened.
5166         (gnus-agent-possibly-synchronize-flags)
5167         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5168         flags file of an agentized server to the latter function.
5169
5170         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5171         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5172         after a connection has been established successfully.
5173
5174 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus-art.el (article-display-face): Force to display face if called
5177         interactively; check if gnus-article-x-face-too-ugly matches author.
5178         (article-display-x-face): Display face even if From header is missing
5179         as article-display-face does.
5180
5181 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5182
5183         * hashcash.el (message-narrow-to-headers-or-head)
5184         (message-fetch-field, message-goto-eoh)
5185         (message-narrow-to-headers): Declare as functions.
5186
5187 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5188
5189         * mail-source.el (mail-sources): Default to fetch from file for
5190         compatibility with default of nnmail-spool-file.
5191
5192 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5195         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5196         to look for encoded word that should be encoded again.
5197         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5198         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5199         encoding pattern.
5200         (rfc2047-decode-region): Switch strict regexp and loose one according
5201         to rfc2047-allow-irregular-q-encoded-words.
5202
5203 2007-11-25  Romain Francoise  <romain@orebokech.com>
5204
5205         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5206
5207 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5208
5209         * tls.el (tls-program): Provide more custom choices from
5210         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5211         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5212
5213 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5216         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5217
5218         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5219         `nnmail-spool-file'.
5220
5221         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5222         `nnmail-spool-file'.
5223
5224         * gnus-move.el (gnus-change-server): Ditto.
5225
5226         * gnus-kill.el (gnus-batch-score): Ditto.
5227
5228         * gnus-cache.el (gnus-jog-cache): Ditto.
5229
5230         * gnus-msg.el (gnus-summary-reply):
5231         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5232
5233 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5234
5235         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5236         version.  Minor improvement to doc strings.
5237         (tls-program): Add comment.
5238
5239 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5240
5241         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5242         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5243         mismatch between the hostname provided in the certificate and the name
5244         of the host connnecting to.
5245         (open-tls-stream): Use them.  Check certificates against trusted root
5246         certificates.
5247
5248 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5249
5250         * gnus-cache.el (gnus-cache-generate-nov-databases):
5251         Use nnml-generate-nov-databases-directory instead of
5252         nnml-generate-nov-databases-1.
5253
5254 2007-11-24  Glenn Morris  <rgm@gnu.org>
5255
5256         * message.el (message-tool-bar-retro): Update for rename
5257         mail_send.xpm->mail-send.xpm.
5258
5259 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5260
5261         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5262         `smime-ldap-search' for Emacs 22 and up.
5263
5264 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5265
5266         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5267
5268         * message.el (message-send-mail-function): Fix error convention.
5269         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5270         (message-widen-reply, message-send-mail, message-talkative-question)
5271         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5272         (message-clone-locals, message-send-news): Use with-current-buffer.
5273         (message-insert-or-toggle-importance): Remove unused var `valid'.
5274         (message-make-references): Remove unused var `new-references'.
5275         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5276
5277 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5278
5279         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5280         (spam-split-symbolic-return-positive): Reflow docstring.
5281         (spam-backends, spam-summary-exit-behavior)
5282         (spam-mark-ham-unread-before-move-from-spam-group)
5283         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5284         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5285         (spam-clear-cache, spam-backend-check, spam-install-backend)
5286         (spam-install-statistical-backend, spam-list-of-processors)
5287         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5288         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5289         (spam-check-crm114, spam-initialize, spam-unload-hook):
5290         Fix typos in docstrings.
5291
5292 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5295         been checked if they have never been read and those group levels are
5296         higher than the one that a user specified.
5297
5298 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5301         foreign groups unless a group level is specified by a user.
5302         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5303
5304 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5305
5306         * message.el (message-send-mail-function): Require sendmail.
5307
5308 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5309
5310         * message.el (message-send-mail-function): Check for smtpmail too.
5311
5312         * utf7.el (utf7-encode, utf7-decode): Use coding system
5313         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5314
5315         * message.el (message-send-mail-function): New function.
5316         (message-send-mail-function): Set default using
5317         message-send-mail-function.  Adjust doc string.
5318         (message-send-mail-with-mailclient): New function.
5319
5320 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5321
5322         * smime.el (from):
5323         * rfc2047.el (message-posting-charset):
5324         * qp.el (mm-use-ultra-safe-encoding):
5325         * pop3.el (parse-time-months):
5326         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5327         * nnml.el (files):
5328         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5329         (jka-compr-compression-info-list, ange-ftp-path-format)
5330         (efs-path-regexp):
5331         * nndiary.el (files):
5332         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5333         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5334         (epg-digest-algorithm-alist, inhibit-redisplay)
5335         (password-cache-expiry):
5336         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5337         (pgg-output-buffer, password-cache-expiry):
5338         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5339         (efs-path-regexp):
5340         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5341         (inhibit-redisplay):
5342         * mm-uu.el (file-name, start-point, end-point, entry)
5343         (gnus-newsgroup-name, gnus-newsgroup-charset):
5344         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5345         (latin-unity-ucs-list):
5346         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5347         (mm-uu-binhex-decode-function):
5348         * message.el (gnus-message-group-art, gnus-list-identifiers)
5349         (rmail-enable-mime-composing, gnus-local-organization)
5350         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5351         (gnus-read-active-file, facemenu-add-face-function)
5352         (facemenu-remove-face-function, gnus-article-decoded-p)
5353         (tool-bar-mode):
5354         * mail-source.el (display-time-mail-function):
5355         * gnus-util.el (nnmail-pathname-coding-system)
5356         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5357         (gnus-original-article-buffer, gnus-user-agent)
5358         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5359         (xemacs-codename, sxemacs-codename, emacs-program-version):
5360         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5361         * gnus-start.el (gnus-agent-covered-methods)
5362         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5363         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5364         (gnus-newsgroup-headers, gnus-group-list-mode)
5365         (gnus-group-mark-positions, gnus-newsgroup-data)
5366         (gnus-newsgroup-unreads, nnoo-state-alist)
5367         (gnus-current-select-method, mail-sources)
5368         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5369         (nnmail-spool-file, gnus-cache-active-hashtb):
5370         * gnus-mh.el (mh-lib-progs):
5371         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5372         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5373         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5374         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5375         (gnus-group-buffer):
5376         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5377         (font-lock-set-defaults):
5378         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5379         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5380         (gnus-summary-post-menu, total-parts, type, condition, length):
5381         * gnus-agent.el (gnus-agent-read-agentview):
5382         * flow-fill.el (show-trailing-whitespace):
5383         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5384         eval-and-compile wrappers for byte compiler pacifiers.
5385
5386         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5387         (mm-display-inline-fontify): Check for featurep 'xemacs not
5388         extent-list.
5389
5390         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5391         itimer-list.
5392         (mm-create-image-xemacs): Only do something for XEmacs.
5393         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5394
5395         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5396
5397         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5398         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5399
5400 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5401
5402         * nnimap.el (nnimap-split-download-body):
5403         * gnus-demon.el (gnus-demon):
5404         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5405
5406 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5409         macros.
5410         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5411         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5412         copy data from unibyte buffer to multibyte current buffer.
5413         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5414         to copy data from unibyte current buffer to multibyte buffer.
5415         (nntp-make-process-buffer): Make process buffer unibyte.
5416
5417         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5418
5419 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5420
5421         * pop3.el (pop3-open-server): Accept and process data more robustly at
5422         connexion start to avoid spurious "POP SSL connexion failed" errors.
5423
5424 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5427         read group names.
5428
5429 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5430
5431         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5432
5433 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5436         (nnmail-save-active): Use a unibyte buffer when saving active file,
5437         which may contain non-ASCII group names.
5438
5439         * nnml.el (nnml-request-group): Decode group names in messages.
5440
5441 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5442
5443         * message.el (message-citation-line-function)
5444         (message-insert-formatted-citation-line): Fix spelling of
5445         `message-insert-formated-citation-line'.
5446
5447 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5448
5449         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5450
5451 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5454         nnmail-pathname-coding-system.
5455
5456         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5457         that a user enters; decode group names in messages.
5458
5459         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5460
5461 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5462
5463         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5464
5465         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5466
5467         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5468         risky local variable.
5469
5470         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5471
5472 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5473
5474         * encrypt.el: Improve documentation to fix function name typo.
5475         Reported by Daiki Ueno <ueno@unixuser.org>.
5476
5477 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5480         even if the point is not in the last page of an article.
5481         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5482         back to the previous page.
5483
5484 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5485
5486         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5487
5488 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5491
5492 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5493
5494         * message.el (message-check-news-body-syntax): Avoid
5495         mm-string-as-multibyte.
5496         (message-hide-headers): Don't assume (point-min)==1.
5497
5498 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5499
5500         * message.el (message-remove-blank-cited-lines): Fix if remove is
5501         given.
5502         (message-bogus-address-regexp): New variable.
5503         (message-bogus-recipient-p): New function.
5504         (message-check-recipients): New command.
5505         (message-syntax-checks): Add `bogus-recipient'.
5506         (message-fix-before-sending): Add `bogus-recipient'.
5507
5508         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5509         (gnus-treat-body-boundary): Don't test window-system.
5510
5511 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5512
5513         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5514
5515 2007-10-28  Miles Bader  <miles@gnu.org>
5516
5517         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5518         at compile-time too.
5519
5520 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * gnus-msg.el (gnus-message-setup-hook): Add
5523         `message-remove-blank-cited-lines' to options.
5524
5525 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5526
5527         * message.el (message-remove-blank-cited-lines): New function.
5528         Suggested by Karl Plästerer.
5529
5530 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5533         mapc.
5534
5535         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5536         (top-level): Use mapc to set functions to be traced for debugging.
5537
5538         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5539         called for effect with while loop.
5540
5541         * message.el (message-talkative-question): Replace mapcar called for
5542         effect with mapc.
5543
5544         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5545         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5546         called for effect with dolist.
5547
5548         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5549
5550         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5551         gnus-extra-headers and nnmail-extra-headers.
5552
5553         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5554         called for effect with dolist.
5555         (top-level): Use mapc to set functions to be traced for debugging.
5556
5557         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5558         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5559         dolist.
5560
5561         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5562         Replace mapcar called for effect with mapc.
5563         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5564         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5565         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5566         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5567
5568         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5569         remove-if that's a cl function.
5570
5571         * webmail.el (webmail-debug): Replace mapcar called for effect with
5572         dolist.
5573
5574         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5575         with mapc.
5576
5577 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5580         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5581         with while loop.
5582
5583         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5584         functions from article-* functions.
5585         (gnus-multi-decode-header): Replace mapcar called for effect with
5586         dolist.
5587
5588         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5589         (gnus-bookmark-show-details): Replace mapcar called for effect with
5590         while loop.
5591
5592         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5593         called for effect with while loop.
5594
5595         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5596         with dolist.
5597
5598         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5599         mapcar called for effect with dolist.
5600
5601         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5602
5603         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5604         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5605         Replace mapcar called for effect with dolist.
5606         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5607         mapc.
5608
5609         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5610         Replace mapcar called for effect with dolist.
5611         (gnus-topic-list): Replace mapcar called for effect with mapc.
5612
5613         * gnus.el: Use mapc instead of mapcar to add autoloads.
5614
5615 2007-10-23  Richard Stallman  <rms@gnu.org>
5616
5617         * gnus-group.el (gnus-group-highlight): Mark as risky.
5618
5619 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * gnus.el (gnus-server-to-method): Return method found first in
5622         gnus-newsrc-alist.
5623
5624         * gnus-art.el (gnus-article-highlight-signature)
5625         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5626         button overlay without the front stickiness.
5627
5628 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5629
5630         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5631         overview buffer needed a catch to receive its throw.
5632         (gnus-agent-flush-cache): Declared as interactive to make this function
5633         easier to use.
5634
5635 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5638         `next-line'.
5639
5640 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5643         exclude address matching message-dont-reply-to-names.
5644
5645 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-util.el (gnus-string<): New function.
5648
5649         * gnus-sum.el (gnus-article-sort-by-author)
5650         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5651
5652 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5655         the frame-focus tag is set in gnus-buffer-configuration.
5656
5657 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5660         the front stickiness.
5661
5662 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5665         url pattern; remove duplicate one.
5666         (gnus-article-extend-url-button): New function.
5667         (gnus-article-add-buttons): Use it.
5668         (gnus-button-push): Use concatenated url that it makes.
5669
5670 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5671
5672         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5673
5674 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5675
5676         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5677         Don't hardcode point-min==1.
5678
5679 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5680
5681         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5682         Fix comment about "iso8859-1".
5683
5684 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5685
5686         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5687         ones returned from the verify-function.
5688
5689         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5690         mml2015-extract-cleartext-signature if extraction failed.
5691
5692 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5693
5694         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5695         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5696         failed.
5697
5698 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5699
5700         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5701
5702 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5703
5704         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5705         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5706         recommends to use EasyPG instead of PGG.
5707
5708         * pgg.el: Revert to revision 6.23.2.16.
5709
5710         * pgg-def.el: Revert to revision 6.6.2.14.
5711
5712         * pgg-gpg.el: Revert to revision 6.23.2.34.
5713
5714 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5715
5716         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5717         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5718         thread for both the null and zero (kill/expire thread) universal prefix
5719         cases.
5720         (gnus-summary-expire-thread): Add new function to expire a thread,
5721         using gnus-summary-kill-thread.
5722         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5723         shortcuts for gnus-summary-expire-thread.
5724         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5725         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5726
5727 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5728
5729         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5730         extras value, so an extras entry can be deleted.
5731         (gnus-registry-delete-extra-entry): Use it.
5732         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5733         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5734         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5735         storage through the gnus-registry, and provide an appropriate API for
5736         it.
5737
5738 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5741         Suggested by Leo <sdl.web@gmail.com>.
5742
5743         * gnus.el: Do.
5744
5745 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5748         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5749
5750         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5751
5752         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5753         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5754
5755 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5758         newline.
5759         (nnmbox-request-accept-article): Don't change article in source buffer;
5760         narrow to header to use message-fetch-field rather than
5761         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5762         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5763         as delimiters; make sure article ends with newline.
5764         (nnmbox-delete-mail): Correct last position of article to be deleted;
5765         ignore X-Gnus-Newsgroup header in article body.
5766         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5767         positions; make sure article ends with newline.
5768
5769         * message.el (message-display-abbrev): Don't infloop when a user
5770         inserts SPC in the beginning of header.
5771
5772         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5773         coding-system-for-read and coding-system-for-write for XEmacs having no
5774         file-coding feature.
5775
5776         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5777
5778 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5779
5780         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5781         list of groups not followed by default.  Fix type to be regexp.
5782         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5783
5784 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5785
5786         * hmac-def.el (define-hmac-function): Switch from old-style to
5787         new-style backquotes.
5788
5789         * md4.el (md4-make-step): Likewise.
5790
5791 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5794         raw-text coding system when saving .newsrc file, which may contain
5795         non-ASCII group names.
5796
5797 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * gnus-cus.el (gnus-score-extra): New widget.
5800         (gnus-score-extra-convert): New function.
5801         (gnus-score-customize): Use it for Extra.
5802
5803 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5804
5805         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5806         (mml2015-mailcrypt-clear-verify): Use it.
5807         (mml2015-gpg-clear-verify): Use it.
5808         (mml2015-pgg-clear-verify): Use it.
5809         (mml2015-epg-clear-verify): Replace the current part with the output
5810         from GnuPG; don't extract the plaintext by itself.
5811
5812         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5813         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5814         mml2015-clear-verify-function; don't touch the armor headers or
5815         dash-escaped text here.
5816
5817 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5820         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5821         parts, or application/octet-stream as a last resort.
5822         (gnus-mime-view-part-as-type): Don't toggle display.
5823         (gnus-mime-view-part-as-charset): Don't turn off display before
5824         querying charset.
5825
5826         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5827         stuff to undisplayer function in Emacs.
5828         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5829
5830         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5831         text/calendar parts.
5832
5833 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5836         decoding text/calendar parts.
5837
5838         * message.el (message-forward-make-body-mime): Always mark body as
5839         having no illegible text; remove signed-or-encrypted argument.
5840         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5841
5842         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5843         (mml-generate-mime-1): Don't encode body if it is specified to be in
5844         raw form; don't make buffer be unibyte when inserting multibyte string.
5845
5846 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5847
5848         * sha1.el: Fix up comment style.
5849         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5850         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5851
5852         * hex-util.el: Fix up comment style.
5853         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5854
5855         * gnus-salt.el: Use with-current-buffer.
5856         (gnus-pick-setup-message): Fix long-standing typo.
5857
5858 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * imap.el (imap-logout-timeout): New variable.
5861         (imap-logout, imap-logout-wait): New functions.
5862         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5863
5864         * nnimap.el (nnimap-logout-timeout): New server variable.
5865         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5866         nnimap-logout-timeout.
5867
5868         * gnus-art.el (gnus-article-summary-command-nosave)
5869         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5870
5871 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus.el (gnus-maximum-newsgroup): New variable.
5874
5875         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5876         according to gnus-maximum-newsgroup.
5877
5878         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5879         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5880         Limit the range of articles according to gnus-maximum-newsgroup.
5881
5882 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5883
5884         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5885         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5886         Don't perform gnus-configure-windows here; reuse existing sticky
5887         article buffer.
5888
5889         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5890         it doesn't exist in gnus-article-mode.
5891
5892 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5895         (gnus-agent-decoded-group-name): New function.
5896         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5897         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5898
5899 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5900
5901         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5902         Add binding for gnus-sticky-article.
5903         (gnus-summary-exit): Don't kill sticky article buffers.
5904
5905         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5906         article buffer.
5907         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5908         (gnus-kill-sticky-article-buffers): New commands.
5909
5910 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * nntp.el (nntp-xref-number-is-evil): New server variable.
5913         (nntp-find-group-and-number): If it is non-nil, don't trust article
5914         numbers in the Xref header.
5915
5916 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-agent.el (gnus-agent-read-group): New function.
5919         (gnus-agent-flush-group, gnus-agent-expire-group)
5920         (gnus-agent-regenerate-group): Use it.
5921         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5922         nnmail-pathname-coding-system.
5923
5924 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5927
5928         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5929         that are unread as unread, and also as selected so that information of
5930         marks having been changed by a user may be updated when exiting group.
5931
5932 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5935         calculated ignoring signature parts to gnus-treat-article.
5936
5937 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5940         a point here in order to keep the window start.
5941         (gnus-insert-mime-security-button): Make a button overlay without the
5942         front stickiness.
5943         (gnus-mime-display-security): Goto the end of a button.
5944
5945         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5946
5947 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5950         group-name-at-point.
5951         (gnus-group-completing-read): New function that offers decoded
5952         non-ASCII group names for completion.
5953         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5954         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5955         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5956         (gnus-group-fetch-control): Use it.
5957         (gnus-fetch-group): Use group-name-at-point for the initial value
5958         rather than the default value; use gnus-alive-p.
5959
5960         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5961         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5962         (gnus-summary-post-news): Use gnus-group-completing-read.
5963
5964         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5965         (gnus-read-move-group-name): Decode group name for completion.
5966
5967 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5968
5969         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5970         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5971         Yamaoka slightly modified the code).
5972
5973 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5976         (nnmail-split-incoming): Bind it.
5977
5978         * nnml.el (nnml-group-name-charset): New function.
5979         (nnml-decoded-group-name): Use it; don't decode group name if
5980         nnmail-group-names-not-encoded-p is non-nil.
5981         (nnml-encoded-group-name): New function.
5982         (nnml-group-pathname): Inline nnml-decoded-group-name.
5983         (nnml-request-expire-articles): Decode group name in message.
5984         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5985         nnmail-pathname-coding-system.
5986         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5987         not decoded ones according to nnmail-group-names-not-encoded-p.
5988         (nnml-generate-active-info): Use nnml-encoded-group-name.
5989
5990 2007-08-08  Glenn Morris  <rgm@gnu.org>
5991
5992         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5993         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5994         doc-strings and comments.
5995
5996 2007-07-25  Glenn Morris  <rgm@gnu.org>
5997
5998         * Relicense all FSF files to GPLv3 or later.
5999
6000 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-sum.el (gnus-summary-move-article): Make
6003         gnus-summary-respool-article work.
6004
6005 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6008         string.
6009
6010 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6011
6012         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6013         that should be ignored when comparing distant RSS articles with local
6014         ones.
6015         (nnrss-make-hash-index): New function.  Create a hash index according
6016         to the ignored fields.
6017         (nnrss-check-group): Use it.
6018
6019 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6022
6023         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6024
6025         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6026         the new optional argument ENCODED is non-nil.
6027         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6028         coding system for encoding group name.
6029         (gnus-group-make-rss-group): Pass un-encoded group name to
6030         gnus-group-make-group.
6031         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6032         encoded.
6033
6034         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6035         Encode group name to which articles are moved or copied.
6036         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6037         coding system for encoding Newsgroup, Followup-To and Xref headers.
6038
6039         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6040         marks; use nnheader-file-coding-system to write a file.
6041         (nnagent-retrieve-headers): Bind file-name-coding-system to
6042         nnmail-pathname-coding-system.
6043
6044         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6045
6046         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6047         (nnml-request-article, nnml-request-create-group)
6048         (nnml-request-rename-group, nnml-find-id)
6049         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6050         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6051         (nnml-save-marks): Use nnml-group-pathname instead of
6052         nnmail-group-pathname.
6053
6054         (nnml-request-create-group, nnml-request-expire-articles)
6055         (nnml-request-move-article, nnml-request-delete-group)
6056         (nnml-deletable-article-p, nnml-possibly-create-directory)
6057         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6058         (nnml-open-marks): Bind file-name-coding-system to
6059         nnmail-pathname-coding-system.
6060
6061         (nnml-request-article): Pass server argument to nnml-find-group-number.
6062         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6063         server argument to nnml-possibly-create-directory.
6064         (nnml-request-accept-article): Pass server argument to
6065         nnml-active-number and nnml-save-mail.
6066         (nnml-find-group-number): Pass server argument to nnml-find-id.
6067         (nnml-request-update-info): Pass server argument to
6068         nnml-marks-changed-p.
6069
6070         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6071         (nnml-save-mail, nnml-active-number): Add server argument.
6072
6073         (nnml-request-delete-group): Warn if group is missing.
6074         (nnml-get-nov-buffer): Decode group name.
6075         (nnml-generate-active-info): Encode group name.
6076         (nnml-open-marks): Decode group name in messages.
6077
6078 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6081         if it is not specified.
6082         (gnus-article-pipe-part, gnus-article-save-part)
6083         (gnus-article-interactively-view-part, gnus-article-copy-part)
6084         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6085         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6086         (gnus-article-replace-part, gnus-article-delete-part)
6087         (gnus-article-view-part-as-type): Pass raw prefix argument to
6088         gnus-article-part-wrapper.
6089
6090 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * gnus-agent.el (gnus-agent-save-active): Bind
6093         nnheader-file-coding-system to gnus-agent-file-coding-system.
6094
6095         * gnus-cache.el (gnus-cache-save-buffers)
6096         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6097         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6098         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6099         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6100         (gnus-cache-generate-active, gnus-cache-rename-group)
6101         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6102         (gnus-cache-update-overview-total-fetched-for): Bind
6103         file-name-coding-system to nnmail-pathname-coding-system.
6104         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6105         variables.
6106         (gnus-cache-decoded-group-name): New function.
6107         (gnus-cache-file-name): Use it.
6108         (gnus-cache-generate-active): Use non-decoded group name for active.
6109
6110         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6111         right place.
6112         (gnus-write-active-file): Don't break non-ASCII group names.
6113
6114         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6115         nnmail-pathname-coding-system.
6116
6117         * lpath.el: Bind default-file-name-coding-system,
6118         file-name-coding-system and language-info-alist for XEmacs.
6119
6120         * gnus-uu.el (gnus-uu-decode-save): Typo.
6121
6122 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6125
6126 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6129         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6130         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6131         (gnus-agent-flush-group, gnus-agent-flush-cache)
6132         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6133         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6134         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6135         (gnus-agent-regenerate-group)
6136         (gnus-agent-update-files-total-fetched-for)
6137         (gnus-agent-update-view-total-fetched-for): Bind
6138         file-name-coding-system to nnmail-pathname-coding-system.
6139         (gnus-agent-group-pathname): Don't encode file names by
6140         nnmail-pathname-coding-system.
6141         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6142         coding-system-for-write instead of buffer-file-coding-system to
6143         gnus-agent-file-coding-system.
6144
6145         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6146         Decode group name.
6147
6148         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6149
6150         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6151         (gnus-read-newsrc-el-file): Make group names unibyte.
6152
6153         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6154         nnmail-pathname-coding-system.
6155
6156         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6157         (nnrss-request-delete-group): Bind file-name-coding-system to
6158         nnmail-pathname-coding-system.
6159         (nnrss-read-server-data, nnrss-read-group-data): Bind
6160         file-name-coding-system correctly.
6161         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6162
6163         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6164         (nntp-server-to-method-cache): New variable.
6165         (nntp-group-pathname): New function that decodes non-ASCII group names.
6166         (nntp-possibly-create-directory, nntp-marks-changed-p)
6167         (nntp-save-marks, nntp-open-marks): Use it.
6168         (nntp-possibly-create-directory, nntp-open-marks):
6169         Bind file-name-coding-system to nnmail-pathname-coding-system.
6170         (nntp-open-marks): Decode group names when bootstrapping marks.
6171
6172         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6173         Newsgroups and Folowup-To headers.
6174
6175 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6178         (gnus-server-closed-face, gnus-server-denied-face)
6179         (gnus-server-offline-face): Remove variable.
6180         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6181
6182         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6183         of modifying message-stack directly for XEmacs.
6184
6185         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6186         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6187         if the coding-system argument is nil for XEmacs.
6188
6189         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6190         mm-charset-override-alist.
6191
6192         * rfc2047.el: Don't require base64; require rfc2045 for the function
6193         rfc2045-encode-string.
6194         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6195         to quote the parameter value.
6196
6197 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6200         form in gnus-group-name-charset-method-alist.
6201
6202         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6203         overrides the default layout edit-form.
6204
6205         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6206
6207         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6208
6209 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6212         as unfetched articles.
6213
6214 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6217
6218 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6221         original back end that keeps marks in the local system.
6222
6223 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6226         arg of pop-to-buffer for XEmacs.
6227         (gnus-article-read-summary-keys): Ditto; don't restore window
6228         configuration if summary command ends up with neither article buffer
6229         nor summary buffer; describe bindings if summary keys end with C-h.
6230
6231 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * message.el (message-fix-before-sending): Skip raw message part to be
6234         forwarded while checking illegible text.
6235         (message-forward-make-body-mime, message-forward-make-body): Mark
6236         signed or encrypted raw message as having no illegible text.
6237
6238 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6241         (gnus-message-with-timestamp-1): New macro.
6242         (gnus-message-with-timestamp): New function.
6243         (gnus-message): Use them.
6244
6245         * nnheader.el (nnheader-message): Use them.
6246
6247 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6250         .newsrc.eld file.
6251
6252 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * gnus-agent.el (gnus-agent-fetch-headers)
6255         (gnus-agent-retrieve-headers): Bind
6256         gnus-decode-encoded-address-function to identity.
6257
6258         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6259         available also when the server returns simply a dot.
6260
6261         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6262
6263 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6266
6267 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-ems.el (gnus-x-splash): Make it work.
6270
6271         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6272         from being used.
6273
6274         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6275
6276 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6279         4th and the 5th arguments.
6280
6281         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6282         the front stickiness.
6283         (gnus-article-summary-command-nosave): Correct the order of the
6284         arguments passed to pop-to-buffer.
6285         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6286         summary command ends up with the article buffer.
6287
6288         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6289         the same faces.
6290
6291 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6292
6293         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6294
6295 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6296
6297         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6298         * gnus-sum.el (gnus-summary-highlight):
6299         * pgg.el (pgg-sign-region, pgg-sign):
6300         * mail-source.el (mail-source-delete-old-incoming-confirm):
6301         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6302
6303 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * gnus-art.el (gnus-mime-view-part-externally)
6306         (gnus-mime-view-part-internally): Fix predicate function passed to
6307         completing-read.
6308
6309         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6310
6311         * gnus.el (gnus-update-message-archive-method): Add :version.
6312
6313 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * gnus.el (gnus-update-message-archive-method): New variable.
6316
6317         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6318         according to gnus-message-archive-method if
6319         gnus-update-message-archive-method is non-nil.
6320
6321 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6324         by Loic Dachary <loic@dachary.org>.
6325         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6326
6327 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * message.el (message-pop-to-buffer): Add switch-function argument.
6330         (message-mail): Pass switch-function argument to it.
6331
6332 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6333
6334         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6335         Improve doc string.
6336
6337 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6340         (gnus-header-content)
6341         * gnus-cite.el (gnus-cite-10)
6342         * gnus-srvr.el (gnus-server-closed)
6343         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6344         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6345         (gnus-group-mail-3-empty, gnus-group-mail-low)
6346         (gnus-group-mail-low-empty, gnus-splash)
6347         * message.el (message-header-to, message-header-cc)
6348         (message-header-subject, message-header-other, message-header-name)
6349         (message-header-xheader, message-separator, message-cited-text)
6350         (message-mml): Lighten colors of faces used for dark background.
6351
6352 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6353
6354         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6355         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6356
6357 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * message.el (message-narrow-to-headers-or-head):
6360         Ignore mail-header-separator in the body.
6361
6362 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6365         same as window size.
6366
6367 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6368
6369         * message.el (message-font-lock-keywords): Use message-header-xheader
6370         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6371         ahead of the anything pattern, to get it recognised.
6372
6373 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6376         spam.el loads uses it in the compiled defadvice form.
6377
6378 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6379
6380         * gnus-sum.el (gnus-articles-to-read)
6381         (gnus-summary-insert-old-articles): Don't truncate group name for
6382         `read-string'.
6383
6384         * gnus-util.el (gnus-limit-string): Delete this function.
6385
6386         * gnus-sum.el (gnus-simplify-subject-fully): Use
6387         `truncate-string-to-width' instead.
6388
6389 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6390
6391         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6392         if, on summary exit, the next group has to be selected.
6393         (gnus-summary-exit): Use it.
6394
6395 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6398         non-break space.
6399
6400 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6403         Check if group is not a directory.
6404         (nnfolder-request-expire-articles): Don't delete articles if the target
6405         group is not available.
6406
6407         * nnml.el (nnml-request-create-group): Properly check if group is not a
6408         file.
6409         (nnml-request-expire-articles): Don't delete articles if the target
6410         group is not available.
6411
6412         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6413         Don't quote characters that are within parentheses.
6414
6415 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6418         (gnus-handle-ephemeral-exit): Select article according to it.
6419
6420 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6421
6422         * message.el (message-insert-formated-citation-line): Remove newline.
6423         (message-citation-line-format): Add final \n here so that the user can
6424         avoid a blank line.
6425
6426 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6427
6428         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6429         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6430         Update lanl/arXiv support.
6431
6432 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * gnus.el: Bump version number.
6435
6436 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437
6438         * gnus.el (gnus-version-number): Bump version.
6439
6440 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6441
6442         * gnus.el: No Gnus v0.6 is released.
6443
6444 2007-04-27  Didier Verna  <didier@xemacs.org>
6445
6446         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6447         * gmm-utils.el (gmm-regexp-concat): here.
6448         * message.el: Don't require 'gnus-util.
6449         (message-dont-reply-to-names): Handle name change above.
6450         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6451
6452 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6455         since the initial value varies according to the system.
6456
6457 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6460
6461 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6462
6463         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6464
6465 2007-04-24  Didier Verna  <didier@xemacs.org>
6466
6467         Improve the type of gnus-ignored-from-addresses.
6468         * gnus-util.el (gnus-orify-regexp): New function.
6469         * message.el (gnus-util): Require it.
6470         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6471         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6472         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6473
6474 2007-04-24  Didier Verna  <didier@xemacs.org>
6475
6476         * gnus-sum.el:
6477         * gnus-utils.el: Fix some trailing whitespaces.
6478
6479 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6482         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6483         article's Message-ID; refer parent article in summary buffer.
6484
6485         * message.el (message-bounce): Call mime-to-mml.
6486
6487         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6488         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6489         optimize and/or forms properly.
6490
6491 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6492
6493         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6494         URL.
6495
6496 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6499
6500 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6503         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6504         displayed of multipart/alternative part if it is invoked from summary
6505         buffer.
6506
6507         * mm-view.el (mm-inline-text-html-render-with-w3m)
6508         (mm-inline-text-html-render-with-w3m-standalone)
6509         (mm-inline-render-with-function): Use mail-parse-charset by default.
6510
6511 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6512
6513         * parse-time.el (parse-time-string-chars): Check if CHAR
6514         is less than the length of parse-time-syntax.
6515
6516 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6519         from gnus-newsgroup-processable.
6520
6521 2007-04-16  Didier Verna  <didier@xemacs.org>
6522
6523         * gnus-msg.el (gnus-configure-posting-styles): Handle
6524         message-signature-directory properly with :file syntax.  Reported by
6525         "Leo".
6526
6527 2007-04-11  Didier Verna  <didier@xemacs.org>
6528
6529         New user option: message-signature-directory.
6530         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6531         * message.el (message-insert-signature): Ditto.
6532         * message.el (message-signature-file): Doc update.
6533         * message.el (message-signature-directory): New.
6534
6535 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * gnus-msg.el (gnus-inews-yank-articles): Use
6538         message-exchange-point-and-mark instead of exchange-point-and-mark.
6539
6540 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * message.el (message-yank-original): Make sure cited text ends with
6543         newline; don't exchange point and mark.
6544
6545 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6546
6547         * tls.el (open-tls-stream): Properly handle case where there
6548         is no associated buffer.
6549
6550 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6551
6552         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6553         message-yank-original, make sure (< mark TEXT point).
6554
6555 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * message.el (message-fill-column): New variable.
6558         (message-mode): Use it.  Add comment on a possible new hook.
6559
6560         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6561         (nnmail-get-new-mail): Reformat.
6562
6563         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6564
6565         * gmm-utils.el: Fix Commentary.
6566         (gmm-tool-bar-from-list): Fix typo in doc string.
6567
6568 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6569
6570         * message.el (message-yank-original): Don't switch point and mark
6571         unnecessarily to put point and mark as documented.
6572
6573 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6574
6575         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6576         from the message heads.
6577
6578 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6579
6580         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6581         article buffer does not have a window.  This may not be the best
6582         solution but is certainly better than setting the start of the null,
6583         that is the current, window.
6584
6585 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6586
6587         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6588         (gnus-draft-setup): Run it.
6589
6590         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6591         gnus-score-fast-scoring.  Allow regexp.
6592         (gnus-score-headers): Use it.
6593
6594         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6595         XEmacs.
6596
6597         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6598         string.
6599         (gnus-button-alist): Also catch `<f1> k ...'.
6600         (gnus-treat-display-x-face): Fix doc string.
6601
6602 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6603
6604         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6605         evaluation of gnus-extended-version to ensure correct generation of the
6606         User-Agent header when message-generate-headers-first is used.
6607
6608 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6609
6610         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6611         hashcash-path is nil.  Don't call callback with incorrect number of
6612         parameters if val is 0.
6613
6614 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6615
6616         * message.el (message-required-news-headers):
6617         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6618
6619 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6620
6621         * tls.el (open-tls-stream): In handshake-waiting loop,
6622         don't wait more if there is output available to process.
6623
6624 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6625
6626         * tls.el (tls-program): Doc fix.
6627
6628 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * message.el (message-generate-new-buffers): Change the meaning of the
6631         nil value; add `standard' to the choices; treat t as `unique'; improve
6632         doc string.
6633         (gnus-select-frame-set-input-focus): Autoload.
6634         (message-buffer-name): Search for the existing message buffer if
6635         message-generate-new-buffers is nil or `standard'; treat the value t of
6636         message-generate-new-buffers as `unique'.
6637         (message-pop-to-buffer): Raise the frame already displaying the message
6638         buffer; clear the echo area after querying.
6639         (message-setup): Pass the `continue' argument to compose-mail.
6640         (message-mail): Prefer `switch-function' if it is given; search for the
6641         existing message buffer if the `continue' argument is non-nil; pass
6642         continue and switch-function arguments to compose-mail by way of
6643         message-setup.
6644         (message-mail-other-window): Adjust argument of message-setup.
6645         (message-mail-other-frame): Ditto.
6646
6647 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6650         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6651         to turn font-lock on when turning gnus-message-citation-mode on.
6652
6653 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6654
6655         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6656         (mml-smime-function-alist): New variable; add epg as the backend.
6657         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6658         mml-smime- functions instead.
6659         * mm-view.el: Require smime.
6660
6661 2007-03-05  Didier Verna  <didier@xemacs.org>
6662
6663         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6664         instead of just inheritance for posting styles.
6665         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6666
6667 2007-02-24  Chris Moore  <dooglus@gmail.com>
6668
6669         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6670         * pgg-pgp.el (pgg-pgp-encrypt-region):
6671         * pgg-gpg.el (pgg-gpg-encrypt-region):
6672         Check pgg-encrypt-for-me if no other recipients.
6673
6674 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6675
6676         * tls.el (tls-certtool-program): Fix custom type.
6677
6678 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6681         and point-at-eol instead of line-(beginning|end)-position.
6682
6683         * assistant.el (assistant-parse-buffer): Ditto.
6684
6685         * netrc.el (netrc-parse-services): Ditto.
6686
6687 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6688
6689         * mml2015.el (mml2015-epg-find-usable-key): New function.
6690         (mml2015-epg-sign): Use it.
6691         (mml2015-epg-encrypt): Use it.
6692
6693 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * message.el (message-make-in-reply-to): Quote name containing
6696         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6697         if there are special characters.  Reported by NAKAJI Hiroyuki
6698         <nakaji@jp.freebsd.org>.
6699
6700 2007-02-27  Didier Verna  <didier@xemacs.org>
6701
6702         Include the group parameters as well as the topic ones in the
6703         inheritance filter process.
6704         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6705         argument GROUP-PARAMS-LIST.
6706         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6707
6708 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * nntp.el (nntp-never-echoes-commands)
6711         (nntp-open-connection-functions-never-echo-commands): New variables.
6712         (nntp-send-command): Use them.
6713
6714 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6715
6716         * mml2015.el (mml2015-epg-verify): Simplified.
6717
6718 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * mml.el (mml-content-disposition-alist): New user option.
6721         (mml-content-disposition): New function.
6722         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6723         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6724
6725 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6726
6727         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6728         verification.
6729
6730 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6731
6732         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6733         articles posted in the last 24 hours.
6734
6735 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6736
6737         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6738
6739 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6740
6741         * nntp.el (nntp-send-command): Don't wait for echoes when
6742         nntp-open-ssl-stream is used.
6743
6744 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6747         (gnus-message-add-citation-keywords)
6748         (gnus-message-remove-citation-keywords): Remove.
6749         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6750         directly, make the variables in font-lock-defaults buffer-local, add
6751         gnus-message-citation-keywords to them and then update the value of
6752         font-lock-keywords.
6753
6754 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * message.el (message-cite-original-1): Don't call
6757         gnus-article-highlight-citation.
6758
6759         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6760         citations; fix line count.
6761
6762 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6765         (gnus-message-add-citation-keywords)
6766         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6767         versions of font-lock-add-keywords and font-lock-remove-keywords to
6768         work with XEmacs correctly.
6769
6770 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-cite.el (gnus-cite-face-list): Set the values of
6773         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6774         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6775         (gnus-message-cite-prefix-regexp): New variable.
6776         (gnus-message-search-citation-line): Use it; protect against long
6777         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6778         the 0th match data for Emacs.
6779         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6780         (gnus-message-add-citation-keywords): Append keywords rather than
6781         prepending; emulate font-lock-add-keywords if it is not available.
6782         (gnus-message-remove-citation-keywords): Emulate
6783         font-lock-remove-keywords if it is not available.
6784
6785         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6786
6787         * message.el (message-cite-prefix-regexp): Set the value of
6788         gnus-message-cite-prefix-regexp.
6789
6790 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6791
6792         * nnweb.el (nnweb-google-parse-1): Update parser.
6793
6794 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6795
6796         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6797
6798 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6799
6800         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6801         regexp.
6802
6803 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6806         string-to-multibyte.
6807         (uudecode-decode-region-internal): Use it.
6808
6809         * lpath.el: Fbind string-as-multibyte for XEmacs.
6810
6811 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6812
6813         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6814         custom choice.
6815
6816         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6817
6818 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6819
6820         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6821
6822         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6823         `write-region' to respect `mm-inhibit-file-name-handlers'.
6824
6825 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6826
6827         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6828         Use gnus-home-directory instead of "~/" or "$HOME".
6829
6830 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6831
6832         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6833         to mention filename.
6834         Add comments at beginning regarding usage.
6835         (encrypt-write-file-contents): Change interactive so a string is
6836         acceptable.  If the file has no associated model, show an error instead
6837         of a nonsense prompt.
6838
6839 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6840
6841         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6842         Thanks to Yoshihiko Yamada for kind notification of this typo.
6843
6844 2007-01-12  Kenichi Handa  <handa@m17n.org>
6845
6846         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6847         multibyte buffer.
6848
6849 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6850
6851         * gnus-score.el (gnus-score-fast-scoring): New variable.
6852         (gnus-score-headers): Use it.
6853
6854         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6855
6856         * message.el (message-cite-original-1): Call
6857         gnus-article-highlight-citation if requested.
6858         (message-make-from): Allow name and address as optional arguments.
6859
6860         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6861
6862         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6863         bugs to doc string.
6864         (gnus-button-alist): Add mid\\|message-id.
6865         (gnus-button-fetch-group): Extend for use in
6866         `browse-url-browser-function'.
6867         (gnus-button-url-regexp): Try to catch paired parentheses like in
6868         Wikipedia URLs.
6869
6870         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6871         Suggested by Simon Krahnke <overlord@gmx.li>.
6872
6873 2007-01-13  Romain Francoise  <romain@orebokech.com>
6874
6875         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6876         Update copyright.
6877
6878 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6879
6880         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6881
6882 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6883
6884         * gnus-registry.el (gnus-registry-unfollowed-groups)
6885         (gnus-registry-split-fancy-with-parent): Fix documentation.
6886
6887 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6888
6889         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6890         from nnweb groups.
6891
6892 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6893
6894         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6895         Xref urls.  Erase buffer before requesting head.
6896
6897 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6900         customizable.
6901
6902 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6903
6904         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6905         no signing key is found.
6906         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6907         no encrypting and/or signing key is found.
6908
6909 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6910
6911         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6912
6913 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6914
6915         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6916         headers read from disk with the ones newly found in the current search.
6917         This should no longer cause problems, because the article numbers in
6918         Gmane's `nov.php' output are ignored since the previous change.
6919
6920 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6921
6922         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6923
6924 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6927         replace-regexp-in-string; bind url-version; fbind display-images-p and
6928         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6929         find-face and set-itimer-function for Emacs; bind itimer-list for
6930         Emacs.
6931
6932         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6933
6934 2007-01-01  Romain Francoise  <romain@orebokech.com>
6935
6936         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6937
6938 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6939
6940         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6941         `define-minor-mode' macro definition expanded properly.
6942         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6943         exclude it there.
6944
6945         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6946         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6947         `fboundp' test.
6948         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6949         This is OK to autoload in (S)XEmacs now.
6950
6951 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6952
6953         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6954         keystroke.
6955         (gnus-summary-limit-to-singletons): Fix typo.
6956
6957         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6958         else fails.
6959
6960 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6961
6962         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6963         docstring.
6964
6965         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6966         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6967         (gnus-summary-insert-dormant-articles): Fix typo in message.
6968
6969 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6972         nil for XEmacs.
6973         (gnus-message-citation-mode): Don't autoload in XEmacs.
6974
6975         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6976
6977 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6978
6979         * nnimap.el (nnimap-expunge-search-string): Mention
6980         nnimap-search-uids-not-since-is-evil in docstring.
6981
6982 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6983
6984         * spam.el: Revert to make-obsolete-variable because
6985         define-obsolete-variable-alias is not supported in Emacs 21.
6986
6987         * spam.el (spam-ifile-path, spam-ifile-database-path)
6988         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6989         make-obsolete-variable.
6990         (spam-bsfilter-path, spam-bsfilter-program)
6991         (spam-spamassassin-path, spam-spamassassin-program)
6992         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6993         use "path" inappropriately.
6994         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6995         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6996         variable names.
6997
6998 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6999
7000         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7001         summary buffer.
7002
7003         * password.el (password-cache-remove): Use clear-string to burn
7004         password, if available.
7005
7006 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7007
7008         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7009
7010         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7011
7012         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7013         (gnus-message-highlight-citation): Move defcustom here from
7014         gnus-cite.el.
7015         (gnus-message-citation-mode): Autoload.
7016
7017         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7018         checks to make it compile with XEmacs.
7019         (gnus-message-citation-mode): New minor mode.
7020         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7021         (gnus-message-highlight-citation): New variables.
7022         (gnus-message-search-citation-line)
7023         (gnus-message-add-citation-keywords)
7024         (gnus-message-remove-citation-keywords)
7025         (turn-on-gnus-message-citation-mode)
7026         (turn-off-gnus-message-citation-mode): New functions.
7027
7028 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7029
7030         * gnus-cite.el: Enable highlighting of different citation levels in
7031         message-mode.
7032
7033 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * message.el (message-make-fqdn): Fix comment.
7036         (message-bogus-system-names): Add ".local".
7037
7038         * spam.el (spam-ifile-path, spam-ifile-program)
7039         (spam-ifile-database-path, spam-ifile-database)
7040         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7041         Don't use "path" inappropriately.
7042         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7043         strings.
7044         (spam-check-ifile, spam-ifile-register-with-ifile)
7045         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7046         new variable names.
7047
7048         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7049         (gnus-treat-display-smileys): Simplify using
7050         gnus-image-type-available-p.
7051
7052         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7053         available.
7054
7055         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7056         `display-images-p' if available.
7057
7058 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7061         one after turning on the buffer's multibyteness instead of decoding
7062         them directly in the unibyte buffer that causes unexpected conversion
7063         in Emacs 23 (unicode).
7064
7065 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7066
7067         * message.el (message-generate-hashcash): Fix custom type.
7068
7069 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7072
7073 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7074
7075         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7076         disconnect icons.  Add help text.
7077
7078 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7079
7080         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7081         negated to be consistent with the others we handle.
7082
7083 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7084
7085         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7086         version of gnus-summary-buffer to something, so that we can use two
7087         article buffers at the same time.
7088
7089 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7092         trigger all the extra headers.
7093         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7094         sorting.
7095
7096 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7097
7098         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7099         solid groups.
7100
7101 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7102
7103         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7104
7105 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7106
7107         * legacy-gnus-agent.el: Add Copyright notice.
7108
7109 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7110
7111         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7112
7113 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7116
7117         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7118         to make it work reliably in CVS Emacs.
7119         (gnus-summary-limit-strange-charsets-predicate)
7120         (gnus-summary-limit-to-predicate): New functions.
7121
7122 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7123
7124         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7125         specifying array size.
7126         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7127         array if it is too small.
7128         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7129         (gnus-sort-threads-loop): New function.
7130
7131 2006-12-06  Chris Moore  <dooglus@gmail.com>
7132
7133         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7134         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7135
7136 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7137
7138         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7139         options.
7140
7141 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7142
7143         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7144         DOS-ing the recipient.
7145
7146         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7147         the headers when creating the mapping to avoid mismappings.
7148         (nnweb-gmane-create-mapping): Always nix out old mapping.
7149
7150 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7153         and mm-verify-option to never.
7154
7155 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * message.el (message-signed-or-encrypted-p): New function.
7158         (message-forward-make-body): Use it.
7159
7160         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7161         Replace encode-coding-string with mm-encode-coding-string.
7162
7163 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * nneething.el (nneething-decode-file-name): Replace
7166         decode-coding-string with mm-decode-coding-string.
7167
7168         * gnus-int.el (gnus-open-server): Say failed server's name.
7169
7170 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7171
7172         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7173         strings to a single string.  Quote `errors-file-name'.
7174         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7175         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7176         Adjust calls.  Use `shell-quote-argument'.
7177
7178 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7179
7180         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7181         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7182
7183         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7184         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7185         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7186         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7187         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7188         (gnus-subscribe-newsgroup, gnus-1):
7189         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7190         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7191         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7192         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7193
7194 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7197         keystroke.
7198         (gnus-summary-limit-to-bodies): Implement headersp.
7199
7200 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7201
7202         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7203
7204 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7207
7208 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7209
7210         * message.el (message-generate-hashcash): Expand range of values to
7211         include `opportunistic'.
7212         (message-send-mail): Use it.
7213
7214 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7215
7216         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7217         and comment it.
7218
7219         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7220
7221 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7222
7223         * gnus-util.el (gnus-extract-address-components): Improve comment.
7224
7225 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * gnus-util.el (gnus-extract-address-components): Work with address in
7228         which the name portion contains @.
7229
7230         * lpath.el: Fbind custom-autoload.
7231
7232 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7233
7234         * gnus.el (gnus-start): Move custom group up.
7235         (gnus-select-method): Don't autoload, but make it available for
7236         `customize-variable'.
7237         (gnus-getenv-nntpserver): Don't autoload.
7238
7239 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7240
7241         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7242
7243 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * message.el (message-sendmail-extra-arguments): New variable.
7246         (message-send-mail-with-sendmail): Use it.
7247
7248 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7251         mm-with-unibyte-current-buffer to make string unibyte.
7252
7253         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7254         mm-string-as-multibyte.
7255
7256 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7257
7258         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7259         Reported by Werner Koch <wk@gnupg.org>.
7260
7261 2006-11-14  Daiki Ueno  <ueno@p360>
7262
7263         * mml2015.el: Autoload epa-select-keys when compiling.
7264
7265 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7266
7267         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7268         message-options.
7269         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7270
7271 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7272
7273         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7274         EasyPG (< 0.0.6).
7275         (mml2015-always-trust): New user option.
7276         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7277         prompt.
7278
7279 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * nntp.el (nntp-authinfo-force): New variable.
7282         (nntp-send-authinfo): Use it.
7283
7284 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7287         decode encoded words.  Improve prompt.  Add comment about forwarding.
7288         (message-replacement-char): Move up.
7289
7290 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7291
7292         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7293         instead of gnus-intersection because arguments of gnus-sorted-nunion
7294         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7295
7296 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7299         (message-simplify-subject-functions): Enable
7300         message-strip-subject-encoded-words by default.
7301
7302 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * message.el (message-strip-subject-encoded-words): New function.
7305         (message-simplify-subject-functions): New variable.
7306         (message-simplify-subject): Use it.  Fix typo in doc string.
7307         Support message-strip-subject-encoded-words.
7308
7309 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7310
7311         * gnus-diary.el (gnus-diary-delay-format-function):
7312         * nndiary.el (nndiary-reminders):
7313         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7314
7315 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7316
7317         * gnus-art.el (article-hide-boring-headers): Fetch date from
7318         gnus-original-article-buffer to avoid problems with localized date
7319         strings.
7320
7321 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7324
7325 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7326
7327         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7328         New variables.
7329         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7330         (mm-charset-synonym-alist): Move some entries to
7331         mm-codepage-iso-8859-list.
7332         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7333         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7334
7335 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7338
7339 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7340
7341         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7342         with Emacs 21 and XEmacs.
7343
7344 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7345
7346         * spam.el (spam-parse-address): New function for better parsing,
7347         catching errors, etc.
7348         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7349
7350 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7351
7352         * mm-view.el: Add interactive arg to html2text autoload.
7353
7354 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7357
7358 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7361         variables.
7362         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7363         (mm-charset-synonym-alist): Move some entries to
7364         mm-codepage-iso-8859-list.
7365
7366         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7367
7368 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * message.el (message-citation-line-format)
7371         (message-insert-formated-citation-line): Fix implementation of %E, %N
7372         and %n according to the doc string.
7373
7374 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7375
7376         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7377         car-safe to avoid bad parses.
7378
7379 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7382         names.
7383
7384         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7385
7386 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7389         header.
7390
7391         * message.el (message-draft-headers): Add Date.
7392         (message-headers-to-generate): Fix typo in docstring.
7393
7394         * nndraft.el (nndraft-required-headers): New variable.
7395         (nndraft-generate-headers): Use it.
7396
7397         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7398
7399 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7400
7401         * gnus-registry.el (gnus-registry-wash-for-keywords)
7402         (gnus-registry-find-keywords): New functions to allow easy searching of
7403         articles that are in the registry.
7404
7405 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7406
7407         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7408         ietf-drums-parse-address instead of gnus-extract-address-components.
7409         Reported by Damien Elmes <damien@repose.cx>.
7410
7411 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * gnus.el (gnus-mime): Remove unused custom group.
7414
7415 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7416
7417         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7418         "blank line" when searching for end of armor headers.
7419
7420 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * gmm-utils.el (gmm-write-region): Fix variable name.
7423
7424 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7425
7426         * gmm-utils.el (gmm-write-region): New function based on compatibility
7427         code from `mm-make-temp-file'.
7428
7429         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7430
7431         * nnmaildir.el (nnmaildir--update-nov)
7432         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7433         Use `gmm-write-region'.
7434
7435 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7436
7437         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7438         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7439
7440         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7441
7442         * message.el (message-replacement-char): New variable.
7443         (message-fix-before-sending): Use it.
7444         (message-simplify-subject): New function to remove duplicate code.
7445         (message-reply, message-followup): Use it.
7446
7447         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7448         gnus-summary-limit-to-articles.
7449
7450 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-util.el (gnus-with-local-quit): New macro.
7453
7454         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7455
7456 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7457
7458         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7459         ignore non-string data.
7460
7461 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7462
7463         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7464         non-string data (needs to be done in the registry too).
7465
7466 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7467
7468         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7469         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7470         (gnus-registry-split-fancy-with-parent)
7471         (gnus-registry-fetch-simplified-message-subject-fast)
7472         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7473         Remove text properties on ingress into the registry and when it's saved.
7474         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7475         registry from entries with no groups.
7476
7477 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7478
7479         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7480         function to remove string properties.
7481
7482 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7483
7484         * gmm-utils.el (gmm): Adjust custom version.
7485
7486         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7487         custom version.
7488
7489         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7490
7491 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * gnus-art.el (gnus-insert-prev-page-button)
7494         (gnus-insert-next-page-button): Simplify.  Reformat.
7495
7496 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7497
7498         * gnus-art.el (gnus-insert-prev-page-button)
7499         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7500
7501 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7502
7503         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7504
7505 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7506
7507         * gnus-art.el (gnus-insert-mime-button)
7508         (gnus-insert-mime-security-button):
7509         Apply gnus-article-button-face to MIME and security buttons.
7510
7511 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7514         readable.
7515
7516 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7519
7520 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7521
7522         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7523         `browse-url-of-file' instead of `browse-url'.
7524
7525 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7526
7527         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7528         regexp.  Articles containing quotation were cut prematurely.
7529
7530 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * message.el (message-cite-original-1): Use nobody by default for the
7533         value of From header.
7534         (message-reply): Ditto.
7535
7536 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7537
7538         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7539         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7540         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7541
7542 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7545         mails in the doc string.  Add some URLs in comment.
7546         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7547
7548 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7551         backslashes handling and the way to find boundaries of quoted strings.
7552
7553 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7554
7555         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7556         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7557         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7558         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7559
7560 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7563         doc string.
7564         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7565
7566 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * lpath.el: Fbind epg-check-configuration.
7569
7570 2006-09-06  Simon Josefsson  <jas@extundo.com>
7571
7572         * mml2015.el (mml2015-use): Doc fix, mention epg.
7573
7574 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7575
7576         * mml2015.el (mml2015-use): Default to epg, if available.
7577
7578 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7579
7580         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7581         message-sender.
7582         (mml1991-epg-encrypt): Ditto.
7583         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7584         message-sender.
7585         (mml2015-epg-encrypt): Ditto.
7586
7587 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7588
7589         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7590         several common directories.
7591
7592 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7593
7594         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7595         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7596
7597 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * gnus-art.el (article-decode-encoded-words): Make it fast.
7600
7601 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7604
7605         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7606         in quoted string into `\'.
7607
7608 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7611         Use standard-syntax-table.
7612
7613 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * gnus-art.el (gnus-decode-address-function): New variable.
7616         (article-decode-encoded-words): Use it to decode headers which are
7617         assumed to contain addresses.
7618         (gnus-mime-delete-part): Remove useless `or'.
7619
7620         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7621         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7622         (gnus-nov-parse-line): Use it to decode From header.
7623         (gnus-get-newsgroup-headers): Ditto.
7624         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7625
7626         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7627         (mail-decode-encoded-address-string): New alias.
7628
7629         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7630         New function.
7631         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7632         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7633         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7634         (rfc2047-decode-string): Ditto.
7635         (rfc2047-decode-address-region): New function.
7636         (rfc2047-decode-address-string): New function.
7637
7638 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7639
7640         * message.el (message-caesar-buffer-body): Allow rotating headers.
7641
7642         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7643
7644         * message.el (message-insert-formated-citation-line): Fix %f.
7645         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7646
7647 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7650         (gnus-bookmark-mouse-available-p): New macro.
7651         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7652         (gnus-bookmark-bmenu-show-infos): Use it.
7653         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7654         (gnus-bookmark-bmenu-hide-infos): Ditto.
7655         (gnus-bookmark-remove-properties): New function.
7656         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7657         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7658         (gnus-bookmark-write-file): Bind coding-system-for-write.
7659         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7660         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7661         group before selecting it.
7662         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7663         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7664         quit-window if it is not available; use gnus-mouse-2 and bind it to
7665         gnus-bookmark-bmenu-select-by-mouse.
7666         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7667         (gnus-bookmark-bmenu-select-by-mouse): New function.
7668
7669 2006-08-13  Romain Francoise  <romain@orebokech.com>
7670
7671         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7672         space.
7673
7674 2006-08-10  Romain Francoise  <romain@orebokech.com>
7675
7676         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7677         (dns-mode-soa-auto-increment-serial): New user option.
7678         (dns-mode-soa-maybe-increment-serial): New function.
7679         (dns-mode): Add the latter to `write-contents-functions'.
7680
7681 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * compface.el (uncompface): Use binary rather than raw-text-unix.
7684
7685 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * compface.el (uncompface): Make sure the eol conversion doesn't take
7688         place when communicating with the external programs.  Reported by
7689         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7690
7691 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7694
7695 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7696
7697         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7698         Make it more robust by parsing author and date independently.
7699
7700 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7703
7704 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7705
7706         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7707         first matching secret key.
7708         (mml2015-epg-encrypt): Ditto.
7709
7710         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7711         first matching secret key.
7712         (mml1991-epg-encrypt): Ditto.
7713
7714         * mml2015.el (mml2015-encrypt-to-self): New user option.
7715         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7716         mml2015-epg-encrypt-to-self is set.
7717
7718         * mml1991.el (mml1991-encrypt-to-self): New variable.
7719         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7720         mml1991-epg-encrypt-to-self is set.
7721
7722         * mml2015.el (mml2015-signers): New user option.
7723         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7724         (mml2015-epg-encrypt): Allow to select signing keys.
7725
7726         * mml1991.el (mml1991-signers): New variable.
7727         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7728         (mml1991-epg-encrypt): Allow to select signing keys.
7729
7730 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * nnheader.el (nnheader-insert-head): Make it work even if the file
7733         uses CRLF for the line-break code.
7734
7735 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7736
7737         * mml2015.el: Require mml-sec instead of password.
7738         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7739         (mml2015-cache-passphrase): Inherit the default value from
7740         mml-secure-cache-passphrase.
7741         (mml2015-passphrase-cache-expiry): Inherit the default value from
7742         mml-secure-passphrase-cache-expiry.
7743
7744         * mml1991.el: Require mml-sec instead of password.
7745         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7746         (mml1991-cache-passphrase): Inherit the default value from
7747         mml-secure-cache-passphrase.
7748         (mml1991-passphrase-cache-expiry): Inherit the default value from
7749         mml-secure-passphrase-cache-expiry.
7750
7751         * mml-sec.el: Require password.
7752         (mml-secure-verbose): New user option.
7753         (mml-secure-cache-passphrase): New user option.
7754         (mml-secure-passphrase-cache-expiry): New user option.
7755
7756 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7757
7758         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7759         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7760         andreas@altroot.de (Andreas Vögele).
7761
7762         FIXME: Use `tiny change'?
7763
7764 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7765
7766         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7767         workaround for the url package included with Emacs.
7768
7769         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7770
7771 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7774         correctly.  This fixes a bug caused by the 2006-05-12 change.
7775
7776 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7777
7778         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7779         some information about the error when saying that the `bogus' mail
7780         group will be used.
7781
7782 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7785         string.
7786
7787 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7788
7789         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7790
7791 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7792
7793         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7794
7795 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7796
7797         * mml1991.el (mml1991-function-alist): Add epg.
7798         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7799         (mml1991-epg-encrypt): New functions.
7800
7801 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7802
7803         * mml2015.el (mml2015-verbose): New variable.
7804         (mml2015-cache-passphrase): Ditto.
7805         (mml2015-passphrase-cache-expiry): Ditto.
7806         (mml2015-function-alist): Add epg.
7807         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7808         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7809         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7810         functions.
7811
7812 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7813
7814         * message.el (message-cite-original-1): Preserve region when removing
7815         quoted text due to X-No-Archive in order to avoid bogus attribution
7816         when citing multiple messages.
7817
7818 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7819
7820         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7821         Kenneth Jacker <khj@be.cs.appstate.edu>.
7822
7823 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * gnus-diary.el (gnus-user-format-function-d)
7826         (gnus-user-format-function-D): Autoload.
7827
7828         * imap.el (Commentary): Fix typo.
7829
7830         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7831         2006-04-22 contribution.
7832
7833 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7834
7835         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7836         It didn't really fix the bogosity I'm seeing with solid web groups.
7837
7838 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7839
7840         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7841         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7842         created using server names.  If we use the feature without declaring
7843         it, Gnus does not properly manage server and group state.
7844
7845         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7846         bound.
7847
7848 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7849
7850         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7851         looking up the method using GROUP's prefix before inventing a new one.
7852         It is used on killed/unknown groups in various places where returning
7853         an all-new method isn't expected by the caller.
7854
7855         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7856         and match semantics of gnus-group-real-prefix.
7857
7858 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * nnmail.el (nnmail-broken-references-mailers): New variable.
7861         (nnmail-ignore-broken-references): New function generalizing
7862         nnmail-fix-eudora-headers.
7863         (nnmail-fix-eudora-headers): Now obsolete.
7864
7865         * gnus-art.el (gnus-button-handle-custom): Support
7866         `customize-apropos*'.
7867
7868 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7869
7870         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7871
7872         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7873         articles.
7874
7875 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * message.el (message-cite-reply-above): New variable.
7878         (message-yank-original): Use it.
7879
7880 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7883
7884 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7887         as read.
7888
7889         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7890
7891 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7894         (gnus-bookmark-default-file): Use gnus-directory.
7895         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7896         Remove "*" in doc string.
7897         (gnus-bookmark-write-file): Simplify.
7898         (gnus-bookmark-maybe-sort-alist): Use `when'.
7899         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7900         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7901         FIXME about Emacs 21 and XEmacs compatibility.
7902         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7903         compatibility.
7904         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7905         compatibility.
7906         (gnus-bookmark-menu-heading): Fix version.
7907
7908 2006-06-19  Bastien Guerry  <bzg@altern.org>
7909
7910         * gnus-bookmark.el: New file.
7911
7912 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * message.el (message-syntax-checks): Doc fix.
7915
7916 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7917
7918         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7919         unsubscribed groups as if they were killed ones.  It causes duplicate
7920         entries in gnus-newsrc-alist.
7921
7922 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * message.el (message-syntax-checks): Doc fix.
7925         (message-send-mail): Add check for continuation headers.
7926         (message-check-news-header-syntax): Fix regexp used to check for
7927         continuation headers.
7928
7929 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7932
7933 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7936
7937 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7940         default-truncate-lines.
7941
7942 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7945         to fill the utf-8 entry.
7946
7947         * lpath.el: Fbind unicode-precedence-list.
7948
7949 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7950
7951         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7952
7953 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7954
7955         * gnus-agent.el (directory-files-and-attributes): Move all the way
7956         forward (the third and final move).
7957         (gnus-agent-read-agentview): Trap reconstruction errors due to
7958         nonexistant directory.  Handle by returning nil.
7959
7960 2006-05-30  Didier Verna  <didier@xemacs.org>
7961
7962         * message.el (message-dont-reply-to-names): Update the custom type.
7963         * message.el (message-dont-reply-to-names): New defsubst: potentially
7964         convert a list of regexps into a single one.
7965         * message.el (message-get-reply-headers): Use it.
7966         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7967
7968 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * gnus-agent.el (directory-files-and-attributes): Move forward.
7971
7972 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7973
7974         * gnus-ml.el (gnus-mailing-list-subscribe)
7975         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7976         (gnus-mailing-list-message): Fix doc strings.
7977
7978 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7979
7980         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7981         of doing it manually.
7982
7983 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7986         comment.
7987
7988 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7989
7990         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7991         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7992         (gnus-agent-read-local): All symbols allocated in my-obarray.
7993         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7994         (gnus-agent-regenerate-group): Check numeric names to see if they are
7995         messages or groups.
7996         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7997         better way of do this...)
7998
7999         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8000         'dummy.group' (there should be a better way of do this...)
8001
8002 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8005         (gnus-saved-headers): Ditto.
8006         (gnus-default-article-saver): Mention functions may have properties.
8007         (gnus-article-save): Override gnus-save-all-headers and
8008         gnus-saved-headers by :headers property which saver function may have.
8009         (gnus-summary-save-in-file): Add :headers property.
8010         (gnus-summary-write-to-file): Ditto.
8011
8012         * gnus-sum.el (gnus-summary-save-article): Bind
8013         gnus-prompt-before-saving to t when saving many articles in a file;
8014         always show all headers.
8015
8016         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8017
8018 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8021         marks.
8022
8023         * message.el (message-indent-citation): Add optional arguments to allow
8024         using it outside of message buffers.
8025
8026         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8027         (gnus-article-treat-unfold-headers): Use it.
8028         (gnus-article-truncate-lines): New variable.
8029         (gnus-article-mode): Use it.
8030         (gnus-article-toggle-truncate-lines): New function.
8031
8032         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8033         gnus-article-toggle-truncate-lines.
8034
8035         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8036         coding system in XEmacs, use binary.
8037
8038 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8041         after-load-alist.
8042
8043         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8044         this function should save decoded articles.
8045         (gnus-summary-write-to-file): Use property to specify this function
8046         should save decoded articles and specify gnus-summary-save-in-file
8047         should be used to save articles other than the first one when saving
8048         many articles.
8049         (gnus-summary-save-body-in-file): Use property to specify this
8050         function should save decoded articles.
8051         (gnus-summary-write-body-to-file): Use property to specify this
8052         function should save decoded articles and specify
8053         gnus-summary-save-body-in-file should be used to save articles other
8054         than the first one when saving many articles.
8055
8056         * gnus-sum.el (gnus-summary-save-article): Simplify.
8057
8058 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus-art.el (gnus-default-article-saver): Add
8061         gnus-summary-write-body-to-file.
8062         (gnus-article-save-coding-system): Don't use coding system object
8063         in XEmacs.
8064         (gnus-read-save-file-name): Add optional `dir-var' argument which
8065         specifies directory in which files are saved; work even if optional
8066         `variable' argument is not specified.
8067         (gnus-summary-write-to-file): Read file name.
8068         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8069         (gnus-summary-write-body-to-file): New function.
8070
8071         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8072         (gnus-summary-local-variables): Add it.
8073         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8074         (gnus-summary-save-article): Remove optional `decode' argument;
8075         determine whether to decode articles by the value of
8076         gnus-default-article-saver; when saving many files using
8077         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8078         it first and use gnus-summary-save-in-file or
8079         gnus-summary-save-body-in-file thereafter unless
8080         gnus-prompt-before-saving is always; move point to article which
8081         will be saved.
8082         (gnus-summary-save-article-file): Revert.
8083         (gnus-summary-write-article-file): Revert.
8084         (gnus-summary-save-article-body-file): Revert.
8085         (gnus-summary-write-article-body-file): New function.
8086
8087 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * gnus-art.el (gnus-default-article-saver): Doc fix.
8090         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8091         from gnus-summary-save-article-coding-system, and default to a
8092         certain coding system.
8093         (gnus-output-to-file): Add coding cookie and encode text according
8094         to gnus-article-save-coding-system; don't use mm-append-to-file.
8095
8096         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8097         gnus-art.el and rename to gnus-article-save-coding-system.
8098         (gnus-summary-save-article): Require gnus-art; don't show all
8099         headers if it decodes articles; don't add coding cookie here;
8100         don't bind mm-text-coding-system-for-write.
8101         (gnus-summary-save-article-file): Save decoded articles.
8102         (gnus-summary-write-article-file): When saving many files, use
8103         gnus-summary-write-to-file first and gnus-summary-save-in-file
8104         thereafter unless gnus-prompt-before-saving is always.
8105         (gnus-summary-save-article-body-file): Save decoded articles.
8106
8107         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8108
8109 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * nnrss.el (nnrss-check-group): Bind hash-index.
8112
8113 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8114
8115         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8116         its hash index.  Store this hash in `nnrss-group-data'.
8117         (nnrss-read-group-data): Update accordingly.
8118
8119 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8122         entry.
8123
8124         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8125         gnus-article-browse-html-article.
8126
8127 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8128
8129         * gnus-sum.el (gnus-summary-mime-map): Add
8130         gnus-article-browse-html-article.
8131
8132         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8133
8134 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8135
8136         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8137         suitable coding systems in customize.
8138
8139 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * mail-source.el (mail-sources): Fix custom type.
8142
8143 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8146         (gnus-summary-expire-articles-now): Shorten prompt.
8147
8148         * gmm-utils.el (wid-edit): Require.
8149         (defun-gmm): Renamed from `gmm-defun-compat'.
8150         (gmm-image-search-load-path): Use it.
8151         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8152
8153 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8156         variable.
8157         (gnus-summary-save-article): Add optional `decode' argument.  If
8158         it is set and gnus-summary-save-article-coding-system is non-nil,
8159         save decoded article.
8160         (gnus-summary-write-article-file): Save decoded article if
8161         gnus-summary-save-article-coding-system is non-nil.
8162
8163         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8164         type.
8165
8166 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8169
8170 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8173         first to test gnus-single-article-buffer which may be buffer-local.
8174
8175         * gnus-sum.el (gnus-summary-setup-buffer): Make
8176         gnus-single-article-buffer buffer-local and nil in ephemeral
8177         group; make gnus-article-buffer, gnus-article-current, and
8178         gnus-original-article-buffer always buffer-local.
8179         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8180         group.
8181         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8182
8183 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * nnml.el (nnml-request-compact-group): Compressed files might not
8186         have .gz extension.
8187
8188 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8189
8190         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8191         (mm-copy-to-buffer): Use with-current-buffer.
8192         (mm-display-part): Simplify.
8193         (mm-inlinable-p): Add optional arg `type'.
8194
8195 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8196
8197         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8198         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8199         Try harder to show the attachment internally or externally using
8200         gnus-mime-view-part-as-type.
8201
8202 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * message.el (message-from-style, message-signature-separator)
8205         (message-user-organization-file, message-send-mail-function)
8206         (message-citation-line-function, message-yank-prefix)
8207         (message-indent-citation-function, message-signature)
8208         (message-signature-file, message-signature-insert-empty-line):
8209         Remove autoloads.
8210
8211         * gnus-art.el (gnus-buttonized-mime-types): Remove
8212         "multipart/signed".  Revert 2006-04-26 change.
8213
8214 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8215
8216         * gnus.el (gnus-version-number): Bump version.
8217
8218 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8219
8220         * gnus.el: No Gnus v0.5 is released.
8221
8222 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8223
8224         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8225         fetching articles by message-id.
8226
8227 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * message.el (hashcash): Require hashcash as normal.
8230
8231         * ecomplete.el (ecomplete-highlight-match-line): Use
8232         point-at-eol.
8233         (ecomplete-highlight-match-line): Use `highlight', because that
8234         face exists in both Emacs and XEmacs.
8235
8236         * message.el (message-display-abbrev): Use point-at-bol.
8237
8238         * mail-source.el: Don't require timer/timer-funcs.
8239
8240         * gnus-async.el: Ditto.
8241
8242         * password.el: Ditto.
8243
8244         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8245
8246         * mm-url.el: Ditto.
8247
8248         * gnus-xmas.el: Don't require timer-funcs.
8249
8250         * mm-util.el: Require timer/timer-funcs.
8251
8252 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8253
8254         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8255         Close.
8256
8257 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8260         unibyte after clear-decrypt function runs.
8261
8262         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8263         returns as a unibyte string.
8264
8265 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * lpath.el: Revert.
8268
8269         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8270         (pgg-gpg-process-sentinel): Revert.
8271
8272         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8273         (pgg-pgp-lookup-key): Revert.
8274
8275         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8276         (pgg-pgp5-lookup-key): Revert.
8277
8278         * pgg.el (pgg-fetch-key): Revert.
8279
8280 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * lpath.el: Fbind string-as-multibyte for XEmacs.
8283
8284         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8285         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8286         (mml1991-pgg-encrypt): Ditto.
8287
8288         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8289         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8290         a multibyte buffer.
8291
8292         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8293         (pgg-pgp-lookup-key): Ditto.
8294
8295         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8296         (pgg-pgp5-lookup-key): Ditto.
8297
8298         * pgg.el (pgg-fetch-key): Ditto.
8299
8300 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * message.el (message-user-organization-file): Check several
8303         locations of the organization file.
8304
8305         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8306         Add gnus-article-view-part-as-type.
8307
8308         * gnus-art.el (gnus-article-view-part-as-type): New function.
8309
8310         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8311         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8312
8313         * mml.el: Simplify autoload.
8314         (mml-mode): defvar dnd-protocol-alist instead of using
8315         symbol-value.
8316         (mml-default-directory): New variable.
8317         (mml-minibuffer-read-file): Use it.
8318         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8319
8320         * message.el (message-citation-line-format): New variable.
8321         (message-insert-formated-citation-line): New function.
8322         (message-citation-line-function): Add
8323         `message-insert-formated-citation-line' to custom type.
8324
8325         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8326         to doc string.
8327
8328         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8329         depending on mm-verify-option.
8330
8331 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8334         binding pgg-* variables; reimplement the section which prevents
8335         MIME header from being signed.
8336         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8337         pgg-text-mode; remove a blank line at the top of body.
8338
8339         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8340         lines at the top of body; use gnus-newsgroup-charset if there's no
8341         Charset header.
8342
8343 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * message.el (message-self-insert-commands): Doc fix.
8346
8347         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8348         (mm-uu-pgp-encrypted-test): Ditto.
8349         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8350         between header and body; return application/pgp-encrypted handle
8351         if decryption failed; decode decrypted body by charset.
8352
8353         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8354         element match to application/pgp-*.
8355
8356 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8357
8358         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8359         HTML.
8360
8361 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8362
8363         * mail-source.el (mail-source-call-script): Message the error
8364         string.
8365
8366 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8367
8368         * gnus-util.el (gnus-byte-compile): Use it.
8369
8370 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8371
8372         * gnus-util.el (kill-empty-logs): New function.
8373
8374 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8375
8376         * message.el (message-mail-alias-type): Doc fix.
8377         (message-mail-alias-type-p): New function.
8378         (message-send): Use it.
8379         (message-mode): Ditto.
8380         (message-strip-forbidden-properties): Ditto.
8381
8382         * ecomplete.el (ecomplete-database-file-coding-system): New
8383         variable.
8384         (ecomplete-save): Use it.
8385         (ecomplete-setup): Use it.
8386
8387 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * message.el (message-self-insert-commands): New variable.
8390         (message-strip-forbidden-properties): Use it.
8391
8392 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8393
8394         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8395         that doesn't make XEmacs choke.
8396
8397 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * gnus-util.el (gnus-replace-in-string):
8400         Prefer replace-regexp-in-string over of replace-in-string.
8401
8402 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * gnus-util.el (gnus-select-frame-set-input-focus):
8405         Use select-frame-set-input-focus if it is available in XEmacs; use
8406         definition defined in Emacs 22 for old Emacsen.
8407
8408         * dgnushack.el: Autoload unmorse-region for XEmacs.
8409
8410         * lpath.el: Bind cursor-in-non-selected-windows and
8411         select-frame-set-input-focus for XEmacs.
8412
8413 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8416
8417 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8418
8419         * gnus-registry.el (gnus-registry-cache-save): Remove text
8420         properties when saving via the temp buffer.
8421
8422 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * message.el (message-generate-hashcash): Honor custom type.
8425
8426 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8427
8428         * message.el (message-generate-hashcash): Default to non-nil when
8429         hashcash is found.
8430
8431         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8432         (gnus-refer-thread-limit): Increase default to 500.
8433
8434         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8435
8436         * flow-fill.el (fill-flowed): Allow delete-space.
8437
8438 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8439
8440         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8441         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8442         Remove autoloads.
8443
8444 2006-04-18  Simon Josefsson  <jas@extundo.com>
8445
8446         * message.el (message-generate-hashcash): Default to.
8447
8448 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8451         concatenating segments rather than before concatenating them.
8452
8453 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8454
8455         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8456
8457 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8460
8461         * message.el (message-forward-make-body-plain): Allow
8462         message-forward-ignored-headers to be a list.
8463         (message-remove-ignored-headers): Factor out into function.
8464         (message-forward-make-body-mml): Use it.
8465
8466         * imap.el (imap-quote-specials): New function.
8467         (imap-login-auth): Quote specials.
8468
8469         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8470         (rfc2231-parse-string): Allow concatanation of parameters that
8471         aren't contiguous.  The test case is
8472           (mail-header-parse-content-type "message/external-body;
8473             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8474             access-type=LOCAL-FILE;
8475             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8476
8477 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8478
8479         * nntp.el (nntp-accept-process-output): Return the value of
8480         `nnheader-accept-process-output'.
8481
8482 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483
8484         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8485         (gnus-button-alist): Recognize more diff formats.
8486         (gnus-button-patch): Strip directory.
8487
8488 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8491         Emacs 22 when setting focus.
8492
8493 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8494
8495         * gnus-art.el (gnus-article-treat-types): Do treatment of
8496         text/x-verbatim parts.
8497         (gnus-button-patch): New command.
8498
8499         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8500         addresses that contain invalid characters.
8501
8502 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503
8504         * message.el (message-put-addresses-in-ecomplete): Use
8505         gnus-replace-in-string.
8506         (message-is-yours-p): Use the more correct
8507         mail-header-parse-address instead of
8508         mail-extract-address-components.
8509         (message-put-addresses-in-ecomplete): Fix typo.
8510
8511         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8512         keystroke.
8513
8514         * gnus-art.el (gnus-treatment-function-alist): Change order of
8515         newsgroups/generic header folding to avoid double-folding.
8516
8517         * message.el (message-hidden-headers): Add X-Draft-From.
8518
8519         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8520         command.
8521         (gnus-summary-repeat-search-article-backward): New command.
8522
8523         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8524         groups in the parent topic.
8525
8526 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8527
8528         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8529         (spam-extra-header-to-number): Return the CRM114 number as a
8530         number instead of a string.
8531
8532 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533
8534         * gnus-art.el (gnus-face-properties-alist): Moved here from
8535         gnus-fun.
8536
8537         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8538
8539 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8540
8541         * message.el (message-strip-forbidden-properties): Only display on
8542         self-insert-command.
8543
8544         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8545         reindent.
8546         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8547
8548 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8549
8550         * smiley.el (smiley-style): Fix typo.
8551
8552 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * hashcash.el (hashcash-insert-payment-async-2): Use
8555         message-goto-eoh instead of doing it manually.
8556         (mail-add-payment): Use message-narrow-to-header instead of trying
8557         to do the same itself.
8558
8559         * message.el (message-hidden-headers): Add Face.
8560
8561         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8562         reparenting code.
8563         (gnus-summary-reparent-children): Refactored out code.
8564         (gnus-summary-thread-map): New keystroke.
8565         (gnus-summary-reparent-children): Make into command.
8566
8567         * smiley.el (smiley-style): Default to `medium' if using a large
8568         font.
8569
8570         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8571         does it itself.
8572
8573         * message.el (message-point-in-header-p): Simplify definition.
8574
8575 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576
8577         * nnagent.el (nnagent-request-set-mark): Silence log file
8578         writing.
8579         (nnagent-request-set-mark): Use write-region instead of
8580         append-to-file.
8581
8582         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8583         strange select method.
8584
8585         * ecomplete.el (ecomplete-display-matches): Get highlightling
8586         right.
8587         (ecomplete-display-matches): Use literals.
8588         (ecomplete-display-matches): Disable message logging.
8589
8590         * message.el (message-display-abbrev): Small optimization.
8591
8592         * ecomplete.el (ecomplete-display-matches): Allow automatic
8593         display.
8594
8595         * message.el (message-strip-forbidden-properties): Display
8596         abbrevs.
8597         (message-display-abbrev): Get automatic display right.
8598
8599         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8600         keystrokes.
8601
8602 2006-04-13  Romain Francoise  <romain@orebokech.com>
8603
8604         TODO: Backport to v5-10!
8605
8606         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8607         Moved here (and renamed) from gnus-registry.el.
8608
8609         * gnus-registry.el: Require gnus-util.
8610         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8611
8612 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8613
8614         * gnus-group.el (gnus-group-catchup-current): Change
8615         if-then-else-if-then-else into cond.
8616         (gnus-group-catchup): Indent.
8617         (group-name-at-point): New function.
8618         (gnus-fetch-group): Provide default from thing at point.
8619
8620 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8621
8622         * message.el (message-display-abbrev): Fix regexp.
8623
8624         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8625         choosing.
8626         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8627         dead variables.
8628
8629         * message.el (message-newline-and-indent): Remove debugging.
8630         (message-display-abbrev): Use new implementation.
8631
8632 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * gnus-art.el (gnus-article-mode): Set
8635         cursor-in-non-selected-windows to nil.
8636
8637         * smiley.el: Revert previous change.
8638         (smiley-data-directory): defvar it before using it in the
8639         defcustom of `smiley-style'.
8640
8641 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * message.el (message-newline-and-indent): New function.
8644
8645         * ecomplete.el: Implement more bits.
8646
8647         * message.el (message-put-addresses-in-ecomplete): Clean up the
8648         string.
8649
8650         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8651
8652         * gnus-sum.el (gnus-summary-save-parts): Bind
8653         gnus-summary-save-parts-counter and use it to make unique file
8654         names.
8655
8656         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8657
8658         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8659         parameter to say whether to actually parse the individual
8660         addresses.
8661
8662         * message.el (message-put-addresses-in-ecomplete): New function.
8663         (ecomplete): Require.
8664         (message-mail-alias-type): Add ecomplete as an option.
8665
8666 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8667
8668         * flow-fill.el (fill-flowed): Remove trailing space from blank
8669         quoted lines.
8670
8671 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672
8673         * smiley.el (smiley-style): Move definition later to avoid a
8674         compilation warning.
8675
8676 2006-04-12  Kenichi Handa  <handa@m17n.org>
8677
8678         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8679         buffer and then decode the buffer text if necessary.
8680         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8681         first, and after mm-encode-body, change the buffer to unibyte.
8682         Use mm-disable-multibyte instead of set-buffer-multibyte.
8683
8684 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8687         Content-Type header instead of Content-Disposition header.
8688         (gnus-mime-inline-part): Ditto.
8689         (gnus-mime-view-part-as-charset): Ignore charset that the part
8690         specifies.
8691
8692         * mm-decode.el (mm-display-part): Work with external parts and
8693         usual parts similarly.
8694
8695         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8696         instead of gnus-display-mime.
8697
8698         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8699         instead of with-temp-buffer.
8700
8701         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8702         tag to summarized topics part in order to encode non-ASCII text.
8703
8704 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * smiley.el (smiley-style): New variable.
8707         (smiley-directory): New function.
8708         (smiley-data-directory): Derive from `smiley-style' using
8709         `smiley-directory'.
8710         (smiley-regexp-alist): Add new entries.
8711
8712         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8713         (gnus-article-browse-delete-temp): Add :version.
8714
8715 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8716
8717         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8718         the sieve region.
8719
8720 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * gnus.el (gnus-version-number): Bump version.
8723
8724 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * gnus.el: No Gnus v0.4 is released.
8727
8728 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8731         layout.
8732
8733         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8734         unknown charset.
8735
8736         * message.el (message-header-synonyms): Add Original-To to the
8737         default.
8738
8739         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8740         optional parameter.
8741
8742 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * gnus-fun.el (gnus): Require it for gnus-directory.
8745
8746 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8749
8750 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8751
8752         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8753
8754 2006-04-05  Simon Josefsson  <jas@extundo.com>
8755
8756         * password.el (password-reset): New function.
8757
8758 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8759
8760         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8761         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8762
8763 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8764
8765         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8766         Some whitespace was matched into the url, which broke browsing hits
8767         > 100 when mm-url-use-external was nil.
8768
8769 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8772         gnus-extra-headers for 'Newsgroups.
8773
8774         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8775         bound.
8776
8777 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8778
8779         * pgg-gpg.el: Clean up process buffers every time gpg processes
8780         complete.
8781
8782 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8785         doc string.
8786
8787 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8788
8789         * pgg-gpg.el (pgg-gpg-process-filter)
8790         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8791
8792         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8793         lines, temporary fix.
8794
8795 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8798
8799 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8800
8801         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8802         default-enable-multibyte-characters.  This reverts the change from
8803         revision 6.17 which is no longer necessary because the passphrase
8804         is sent separately now.  GnuPG messages are unreadable under
8805         multibyte locales with default-enable-multibyte-characters set to
8806         nil.
8807
8808 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * message.el (message-tool-bar-gnome): Move "spell".
8811
8812 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8815         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8816         instead.
8817
8818 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8819
8820         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8821         newsgroups handling for NNTP overviews which don't include
8822         Newsgroups.
8823
8824 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8825
8826         * message.el (message-resend): Bind message-generate-hashcash to nil.
8827
8828 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8829
8830         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8831         when searching for already-paid recipients.
8832
8833 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8834
8835         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8836         passphrases when it is not needed.
8837         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8838         passphrase stuff from gpg, should only be necessary when you use
8839         gpg with a smartcard.
8840
8841 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * mml.el (mml-insert-mime): Ignore cached contents of
8844         message/external-body part.
8845
8846         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8847         (mm-insert-part): Ditto.
8848
8849 2006-03-23  Simon Josefsson  <jas@extundo.com>
8850
8851         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8852         Reiner.
8853         (pgg-gpg-use-agent-p): Use it again.
8854
8855 2006-03-23  Simon Josefsson  <jas@extundo.com>
8856
8857         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8858         older emacsen.
8859         (pgg-gpg-use-agent-p): Don't use it.
8860
8861 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8864         if we can.
8865
8866 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8867
8868         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8869         (pgg-gpg-update-agent): New function.
8870         (pgg-gpg-use-agent-p): New function.
8871         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8872         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8873         (pgg-gpg-sign-region): Use it.
8874
8875 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8878         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8879
8880 2006-03-21  Simon Josefsson  <jas@extundo.com>
8881
8882         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8883         <wilde@sha-bang.de>.
8884         (pgg-gpg-use-agent): New variable.
8885         (pgg-gpg-process-region): Use it.
8886         (pgg-gpg-encrypt-region): Likewise.
8887         (pgg-gpg-encrypt-symmetric-region): Likewise.
8888         (pgg-gpg-decrypt-region): Likewise.
8889         (pgg-gpg-sign-region): Likewise.
8890         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8891
8892 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8895
8896         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8897         Add comment on version.
8898
8899 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8900
8901         * smiley.el: Add missing test smiley.
8902
8903 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * mm-decode.el (mm-with-part): New macro.
8906         (mm-get-part): Use it; work with message/external-body as well.
8907         (mm-save-part): Treat name and filename equally.
8908
8909         * mm-extern.el (mm-extern-cache-contents): New function.
8910         (mm-inline-external-body): Use it; force the part to be displayed;
8911         move undisplayer added to the cached handle to the parent.
8912
8913         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8914         (gnus-mime-view-part-as-type): Work with message/external-body.
8915
8916         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8917
8918 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8919
8920         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8921         images in image-load-path.  [Sync with image.el, revision 1.60, in
8922         Emacs.]
8923
8924 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8927         path rather than symbol.  Always return list of directories.
8928         Guarantee that image directory comes first.  [Sync with image.el,
8929         revision 1.59, in Emacs.]
8930
8931         * message.el (message-make-tool-bar): Adjust to new API of
8932         `gmm-image-load-path-for-library'.
8933
8934         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8935
8936         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8937
8938 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8939
8940         * gnus-art.el (gnus-article-only-boring-p):
8941         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8942         intangible text.
8943         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8944
8945 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8948         `defun' instead of `gmm-defun-compat'.
8949
8950 2006-03-14  Simon Josefsson  <jas@extundo.com>
8951
8952         * message.el (message-unique-id): Don't use message-number-base36
8953         if (user-uid) is a float.
8954         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8955
8956 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8959
8960         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8961         empty line between a part and a message part.
8962
8963 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * smiley.el: Add more test smileys.
8966         (smiley-data-directory, smiley-regexp-alist)
8967         (gnus-smiley-file-types): Fix doc strings.
8968         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8969         adding new elements.
8970         (smiley-mouse-map): Unused code.  Make it a comment.
8971
8972 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8975         scan latest NoCeM messages instead of old ones.
8976         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8977         delimiters that are recently used.
8978         (gnus-nocem-load-cache): Add autoload cookie.
8979
8980         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8981
8982         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8983         level which is larger than gnus-use-nocem is specified.
8984
8985         * gnus-group.el (gnus-group-get-new-news): Ditto.
8986
8987 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * gnus-util.el (gnus-tool-bar-update): New function.
8990
8991         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8992         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8993
8994         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8995
8996         * gnus-group.el (gnus-group-redraw-when-idle)
8997         (gnus-group-redraw-check): Remove.
8998         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8999
9000 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9003         if optional last element is specified in splits (FIELD VALUE...).
9004
9005 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9008         to gmm-image-load-path-for-library.  Call with no-error argument.
9009         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9010
9011         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9012
9013         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9014
9015         * gmm-utils.el (gmm-image-load-path): Remove alias.
9016
9017 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * gmm-utils.el (gmm-image-load-path): Add alias.
9020
9021         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9022         nnml-generate-nov-databases-1.
9023         (nnml-generate-nov-databases): Use it.
9024         (nnml-generate-nov-databases-directory): Document no-active
9025         argument.
9026
9027         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9028         directory if path is t.  Add no-error.
9029
9030         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9031         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9032
9033         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9034         resetting gnus-article-browse-html-temp-list.
9035
9036         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9037         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9038         Add example to docstring.  Rename local variables.  Move error
9039         checks to default case in cond and simplify.
9040
9041 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9044         handle is multipart when calling it recursively.
9045         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9046
9047 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9048
9049         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9050         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9051
9052 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9055         is loaded.
9056
9057         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9058         loaded.
9059
9060 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9063         to "Emacs 23 (unicode)" in doc string.
9064
9065         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9066         "Emacs 23 (unicode)" in comment.
9067
9068 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9071
9072         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9073         characters 160 through 255 in Emacs 23.
9074
9075 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9078         gnus-article-browse-html-temp.
9079         (gnus-article-browse-delete-temp): Make it customizable.  Add
9080         `file'.  Adjust doc string.
9081         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9082         query for each file.  Adjust doc string.
9083         (gnus-article-browse-html-parts): Add
9084         `gnus-article-browse-delete-temp-files' to
9085         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9086
9087 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9088
9089         * gnus-art.el (gnus-article-browse-html-temp)
9090         (gnus-article-browse-delete-temp): New variables.
9091         (gnus-article-browse-delete-temp-files): New function.
9092         (gnus-article-browse-html-parts): Use it.
9093
9094 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9097
9098         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9099         string.
9100
9101         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9102         gnus-summary-insert-new-articles when unplugged.  Remove
9103         gnus-summary-search-article-forward.
9104
9105         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9106         display-visual-class instead of display-color-cells.
9107
9108 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * dgnushack.el: Autoload customize-group for XEmacs.
9111
9112         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9113         message/* containing non-ASCII text properly.
9114
9115 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * message.el: Require gmm-utils, remove autoloads.
9118         (message-tool-bar): Set default based on
9119         gmm-tool-bar-style.
9120         (message-tool-bar-gnome): Add gmm-customize-mode.
9121
9122         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9123         gmm-tool-bar-style.
9124         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9125
9126         * gnus-group.el (gnus-group-tool-bar): Set default based on
9127         gmm-tool-bar-style.
9128         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9129
9130         * gmm-utils.el (gmm-image-directory): Rename variable from
9131         gmm-image-load-path.
9132         (gmm-image-load-path): Use gmm-image-directory.
9133         (gmm-customize-mode): New function.
9134         (gmm-tool-bar-style): New variable.
9135
9136         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9137         gnus-group-redraw-line-number.
9138         (gnus-group-redraw-check): Simplify.
9139         (gnus-group-tool-bar-update): Remove redraw check.
9140         (gnus-group-make-tool-bar): Add redraw check.
9141
9142 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9143
9144         * gnus-art.el (gnus-button): Add missing parentheses.
9145
9146 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * lpath.el: Fbind line-number-at-pos.
9149
9150 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9153
9154 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9155
9156         * gnus-art.el (gnus-button): New face.
9157         (gnus-article-button-face): Use it.
9158
9159         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9160         gnus-summary-next-page.  Re-order.
9161
9162         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9163         next-node are now included.
9164         (gnus-group-redraw-line-number): New internal variable.
9165         (gnus-group-redraw-check): Helper function for updating the tool
9166         bar.
9167         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9168
9169         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9170
9171         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9172         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9173         Use it to match format of Spamassassin 3.0 and later.  Reported by
9174         IRIE Tetsuya <irie@t.email.ne.jp>.
9175         (spam-check-bogofilter)
9176         (spam-bogofilter-register-with-bogofilter): Fix args of
9177         `gnus-error' calls.
9178
9179 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9182         unnecessary interaction when sending queued mails.  Reported by
9183         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9184
9185 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9188         first or last are nil.
9189
9190 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9191
9192         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9193
9194 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9195
9196         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9197
9198 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9199
9200         * dns.el (query-dns): Protect more against buggy tcp output.
9201
9202 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9205         nov.php.
9206
9207 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9208
9209         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9210         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9211         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9212         output on the server side.
9213         (nnweb-google-create-mapping): Update regexps and add some
9214         progress indication.
9215
9216 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9219         gnus-agent-toggle-plugged.  Re-order icons.
9220         (gnus-group-tool-bar-gnome): Add
9221         gnus-group-{prev,next}-unread-group.
9222         (gnus-group-tool-bar-gnome): Re-order icons.
9223
9224         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9225         gnus-summary-insert-new-articles.
9226
9227         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9228         comments.
9229
9230         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9231         also available in Emacs 21.3.
9232
9233         * message.el (message-fix-before-sending): Change "Emacs 22" to
9234         "Emacs 23 (unicode)" in comment.
9235
9236         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9237         "Emacs 23 (unicode)" in comment.
9238
9239         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9240         comment.
9241         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9242
9243         * mm-view.el (mm-fill-flowed): Add :version.
9244
9245 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9248         and load-path.
9249
9250 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * message.el: Autoload gmm-image-load-path.
9253         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9254         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9255         consitency.
9256
9257         * gmm-utils.el (gmm-image-load-path): Also search in
9258         "../etc/images".  Don't set gmm-image-load-path if we don't find
9259         the image.
9260
9261 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gmm-utils.el (gmm-image-load-path): Don't make
9264         `gmm-image-load-path' include subdirectories which the second arg
9265         `image' might specify.
9266
9267         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9268         subdirectory to icon file names.
9269
9270         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9271
9272 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9275         gmm-image-load-path calls.
9276
9277         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9278
9279         * message.el (message-make-tool-bar): Ditto.
9280
9281         * mml.el (mml-preview): Added comment concerning tool bar icons.
9282
9283         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9284         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9285
9286         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9287         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9288
9289         * message.el (message-tool-bar-gnome): Use new icon names.
9290         (message-make-tool-bar): Use `gmm-image-load-path'.
9291
9292         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9293         functions from MH-E.
9294         (gmm-image-load-path): New variable from MH-E.
9295         (gmm-image-load-path): New function from MH-E.  Added arguments
9296         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9297         *-image-load-path-called-flag.
9298
9299 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9300
9301         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9302
9303 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9304
9305         * nnimap.el (nnimap-request-move-article): Change folder back to
9306         source group before deleting.
9307
9308 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9311
9312         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9313         mm-url.
9314
9315         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9316
9317 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9320         coding system which mm-charset-to-coding-system returns for a
9321         given charset is valid.
9322
9323 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9324
9325         * html2text.el (html2text-remove-tag-list):
9326         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9327
9328 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9329
9330         * gnus-cus.el: Revert 2005-10-17 change.
9331
9332 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * gnus-art.el (article-strip-banner): Call
9335         article-really-strip-banner only when the regexp match is made.
9336
9337 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * gnus-art.el (article-strip-banner): Use
9340         gnus-extract-address-components instead of
9341         mail-header-parse-addresses to make it work with non-ASCII text;
9342         remove mail-encode-encoded-word-string.
9343
9344         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9345         values which are surrounded with \"...\"; make it never cause a
9346         Lisp error; give up parsing of parameters if it failed in
9347         extracting type.
9348
9349 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9350
9351         * smime.el (smime-cert-by-ldap-1): Fix bug where
9352         `smime-ldap-search' returns results without userCertificates.
9353
9354 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9357
9358 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9359
9360         * spam.el (spam-check-spamassassin-headers): Adapt format for
9361         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9362         <ari@mbf.ocn.ne.jp>.
9363         (spam-list-of-processors): Add spam-use-gmane.
9364
9365 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9368         make-temp-file; make it work with XEmacs as well.
9369
9370         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9371         mm-make-temp-file.
9372
9373         * mm-decode.el (mm-display-external): Use the 3rd arg of
9374         mm-make-temp-file.
9375         (mm-create-image-xemacs): Ditto.
9376
9377 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9380         with message-narrow-to-headers.
9381         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9382         (gnus-draft-check-draft-articles): New function.
9383         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9384
9385 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9386
9387         * gnus-art.el (gnus-article-browse-html-parts):
9388         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9389         Don't use suffix argument for mm-make-temp-file for Emacs 21
9390         compatibility.  Remove useless `format'.
9391
9392 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9393
9394         * nnweb.el (nnweb-google-wash-article): Update regexps.
9395         (nnweb-group-alist): Use defvoo instead of defvar.
9396
9397 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9400         re-loading nn* modules.
9401
9402 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9405         for `tool-bar-mode' and don't check it's default-value.
9406
9407         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9408
9409         * message.el (message-make-tool-bar): Ditto.
9410
9411         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9412         `substring'.  Shorten tmp-file name.
9413
9414         * gnus.el: Remove bogus comment.
9415
9416 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9417
9418         * gnus-art.el (gnus-article-browse-html-parts): New function.
9419         (gnus-article-browse-html-article): New function for viewing html
9420         articles with a browser.
9421
9422 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9423
9424         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9425         in elisp.
9426         (pgg-gpg-encrypt-symmetric-region): Ditto.
9427         (pgg-gpg-sign-region): Ditto.
9428
9429         * pgg-def.el (pgg-text-mode): New variable.
9430
9431         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9432         (mml2015-pgg-encrypt): Ditto.
9433
9434         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9435         (mml1991-pgg-encrypt): Ditto.
9436
9437 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9438
9439         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9440         message-make-date instead of current-time-string.
9441
9442         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9443         to gnus-decoded which mm-uu might set.
9444
9445 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9448         don't decode quoted parameters; remove misimported Emacs code.
9449         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9450         (rfc2231-decode-encoded-string): Don't use split-string which
9451         behaves differently according to Emacs version; use
9452         mm-decode-coding-region to convert charset to coding-system.
9453         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9454         (rfc2231-encode-string): Remove misimported Emacs code.
9455
9456 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9459         when calling mail-header-parse-content-type.
9460         (article-de-quoted-unreadable): Ditto.
9461         (article-de-base64-unreadable): Ditto.
9462         (article-wash-html): Ditto.
9463
9464         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9465         calling mail-header-parse-content-type and
9466         mail-header-parse-content-disposition.
9467         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9468         mail-header-parse-content-type.
9469
9470         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9471         insert charset and format parameters; encode description after
9472         inserting it to buffer.
9473         (mml-insert-parameter): Fold lines properly even if a parameter is
9474         segmented into two or more lines; change the max column to 76.
9475
9476         * rfc1843.el (rfc1843-decode-article-body): Don't use
9477         ignore-errors when calling mail-header-parse-content-type.
9478
9479         * rfc2231.el (rfc2231-parse-string): Return at least type if
9480         possible; don't cause an error even if it fails in parsing of
9481         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9482         (rfc2231-encode-string): Don't break lines at the beginning, leave
9483         it to mml-insert-parameter.
9484
9485         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9486         calling mail-header-parse-content-type.
9487
9488 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * spam-report.el (spam-report-gmane-use-article-number):
9491         Improve doc string.
9492         (spam-report-gmane-internal): Check if a suitable header was found
9493         in the article.
9494
9495 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9498         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9499
9500 2006-02-05  Romain Francoise  <romain@orebokech.com>
9501
9502         Update copyright notices of all files in the gnus directory.
9503
9504 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9505
9506         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9507
9508 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9511         segmented lines of parameter value to cope with Thunderbird 1.5
9512         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9513         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9514         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9515
9516 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9517
9518         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9519         parts.
9520
9521 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9522
9523         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9524         there's only one active file for all servers.
9525         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9526         solid groups.  Gnus might have used a FAST request to select the group.
9527         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9528         and nnweb-search redundantly in the active file.
9529         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9530         (nnweb-request-create-group): Don't use ARGS.
9531         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9532         initialisations.  Let nnoo do the work.
9533
9534 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9537         Say the part has been decoded.
9538
9539         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9540
9541 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9542
9543         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9544         mailcap-viewer-test-cache when there's no 'test clause, since that
9545         will invert the meaning of a "nil" test previously determined by
9546         mailcap-mailcap-entry-passes-test.
9547
9548 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9551         compiling.
9552
9553         * gnus-sum.el: Ditto.
9554
9555         * message.el: Don't bind tool-bar-map when compiling.
9556
9557 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9558
9559         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9560
9561 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9562
9563         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9564         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9565         current Google Groups.
9566
9567 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9570         and tool-bar-mode.
9571
9572         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9573         and tool-bar-mode.
9574
9575         * message.el (message-tool-bar-update): Simplify.
9576         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9577
9578         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9579         gnus-summary-buffer.
9580         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9581         gnus-summary-reply.
9582
9583         * gmm-utils.el (gmm): Add :version.
9584
9585 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * Makefile.in (clean): New rule.
9588         (distclean): Use it.
9589
9590 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9591
9592         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9593         autoload.
9594
9595 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * gmm-utils.el (gmm-verbose): Add :group.
9598
9599 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * message.el: Change some comments WRT tool-bars.
9602
9603         * gnus-sum.el (gnus-summary-tool-bar)
9604         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9605         (gnus-summary-tool-bar-zap-list): New variables.
9606         (gnus-summary-make-tool-bar): Complete rewrite using
9607         `gmm-tool-bar-from-list'.
9608
9609         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9610         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9611         variables.
9612         (gnus-group-make-tool-bar): Complete rewrite using
9613         `gmm-tool-bar-from-list'.
9614         (gnus-group-tool-bar-update): New function.
9615
9616         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9617
9618 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9621         is dissected into a single part of which the type is the same as
9622         the given one; decode charset.
9623
9624 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9625
9626         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9627         into alists as symbol not string, since that's what
9628         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9629         look for.
9630
9631 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9634         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9635
9636         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9637
9638 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9641         (gnus-xmas-mime-security-button-menu): New function.
9642
9643         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9644         (gnus-mime-security-button-menu): New definition.
9645         (gnus-mime-security-button-map): Use them.
9646         (gnus-mime-security-button-menu): New function.
9647         (gnus-insert-mime-security-button): Addition to help echo.
9648         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9649         (gnus-mime-security-pipe-part): New functions.
9650
9651         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9652         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9653
9654         * mm-decode.el (mm-handle-set-disposition): Remove.
9655         (mm-handle-set-description): Remove.
9656
9657 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9660         (mm-w3m-standalone-supports-m17n-p): New function.
9661         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9662         w3m usage.
9663
9664         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9665         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9666
9667 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * message.el (message-tool-bar-zap-list): Use
9670         gmm-tool-bar-zap-list as custom type.
9671         (message-tool-bar-update): New function.
9672         (message-tool-bar, message-tool-bar-gnome)
9673         (message-tool-bar-retro): Add message-tool-bar-update.
9674         (message-tool-bar-gnome): Add flyspell-buffer.
9675
9676         * gnus-util.el (gnus-error): Describe `args'.
9677
9678         * gmm-utils.el (gmm-error): Describe `args'.
9679         (gmm-tool-bar-zap-list): New widget.
9680         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9681
9682 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9685         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9686         the number of recursive calls.
9687
9688         * mm-decode.el (mm-handle-set-disposition): New macro.
9689         (mm-handle-set-description): New macro.
9690
9691 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9694         encoding.
9695
9696 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9697
9698         * message.el (message-tool-bar-zap-list, message-tool-bar)
9699         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9700         (message-tool-bar-local-item-from-menu): Remove.
9701         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9702         (message-make-tool-bar): New function.
9703         (message-mode): Use `message-make-tool-bar'.
9704
9705         * gmm-utils.el: New file.
9706         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9707         (gmm-lazy): New widget copied from `nnmail.el'.
9708         (gmm-tool-bar-from-list): New function for creating customizable
9709         tool bars.
9710         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9711         output.
9712         (gmm): Add :prefix to defgroup.
9713
9714 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9715
9716         * gmm-utils.el (gmm-widget-p): New function.
9717
9718 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * mml.el (mml-attach-file): Describe `description' in doc string.
9721         (mml-menu): Add Emacs MIME manual and PGG manual.
9722
9723 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9724
9725         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9726
9727 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9728
9729         * nntp.el (nntp-end-of-line): Doc fix.
9730
9731 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9732
9733         * imap.el (imap-open): Handle case where buffer is a buffer
9734         object.
9735
9736 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9737
9738         * gnus-delay.el (gnus-delay): Don't autoload.
9739         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9740         to be re-loaded when customizing the `gnus-delay' group.
9741
9742 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9743
9744         * message.el (message-insert-citation-line): Use newlines.
9745
9746 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9747
9748         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9749         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9750         these routines, so the passphrase can be managed externally and
9751         passed in to the system.
9752         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9753         pgg-add-passphrase-to-cache function.
9754
9755         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9756         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9757         these routines, so the passphrase can be managed externally and
9758         passed in to the system.
9759         (pgg-pgp5-sign-region): Use new name of
9760         pgg-add-passphrase-to-cache function.
9761
9762 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9763
9764         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9765         part of the decoded armor to find the key-identifier.
9766         (pgg-gpg-lookup-key-owner): New function to return the
9767         human-readable identifier of a key owner.
9768         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9769         itself.
9770         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9771         the key value) if we have a key and can match it against a secret
9772         key.  Also, added a note pointing out fact that the prompt only
9773         indicates the first matching key.
9774
9775         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9776         pgg-decrypt-region.
9777         (pgg-add-passphrase-to-cache): Rename from
9778         `pgg-add-passphrase-cache' to reduce confusion (all callers
9779         changed).
9780         (pgg-remove-passphrase-from-cache): Rename from
9781         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9782         changed).
9783         (pgg-read-passphrase, pgg-add-passphrase-cache)
9784         (pgg-remove-passphrase-cache): Add informative docstrings.
9785         (pgg-decrypt): Convey provided passphrase in subordinate call to
9786         pgg-decrypt-region.
9787
9788 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9789
9790         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9791         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9792         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9793         'passphrase' argument, so the passphrase can be managed externally
9794         and then passed in to the system.
9795
9796         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9797         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9798         so the passphrase cache can be used reliably with identifiers
9799         besides a pgp packet's key id.
9800
9801         * pgg-gpg.el (pgg-gpg-encrypt-region)
9802         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9803         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9804         these routines, so the passphrase can be managed externally and
9805         passed in to the system.
9806
9807         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9808         'notruncate' argument, so the passphrase cache can be used
9809         reliably with identifiers besides a pgp packet's key id.
9810
9811 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9812
9813         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9814         symmetric encryption.
9815         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9816         encrypted session key.
9817         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9818         message ask for the passphrase in a proper way.
9819
9820         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9821         New user commands for symmetric encryption.
9822
9823 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9826
9827         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9828
9829 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9830
9831         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9832
9833 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * mm-decode.el (mm-inlined-types): Add application/pgp.
9836         (mm-automatic-display): Ditto.
9837
9838         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9839         part as text.
9840
9841 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * nnrss.el: Update copyright.
9844         (nnrss-opml-import): Query whether to subscribe to each entry.
9845
9846         * gnus-art.el:
9847         * gnus-sum.el:
9848         * gnus-xmas.el:
9849         * messagexmas.el:
9850         * mm-uu.el:
9851         * mm-view.el: Update copyright.
9852
9853 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * message.el (message-info): New function.
9856         (message-mode-menu): Add it.
9857         Update copyright.
9858
9859         * ChangeLog: Fix and update copyright.
9860
9861 2006-01-13  Romain Francoise  <romain@orebokech.com>
9862
9863         * message.el (message-forward-subject-name-subject): Prefer the
9864         address to 'nowhere' if the sender has no name.
9865         Fix typo.  Update copyright year.
9866
9867 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus-art.el (article-wash-html): Use
9870         gnus-summary-show-article-charset-alist if a numeric arg is given.
9871         (gnus-article-wash-html-with-w3m-standalone): New function.
9872
9873         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9874         mm-inline-text-html-render-with-w3m-standalone.
9875         (mm-text-html-washer-alist): Map w3m-standalone to
9876         gnus-article-wash-html-with-w3m-standalone.
9877         (mm-inline-text-html-render-with-w3m-standalone): New function.
9878
9879 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9880
9881         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9882         Improve LaTeX.
9883
9884 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9887         (nnrss-request-article): Render text/plain parts as HTML.
9888
9889         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9890         the buffer.
9891
9892 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9895         custom definition of `gnus-posting-styles'.
9896
9897         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9898         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9899
9900 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9903         Use nntp for bug archive.
9904
9905 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9908         parts.
9909         (nnrss-normalize-date): New function converts ISO 8601 date into
9910         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9911         (nnrss-check-group): Use it.
9912
9913 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9916
9917         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9918         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9919         (nnrss-insert-w3): Ditto.
9920
9921 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9924         the articles to be forwarded including the case where neither a
9925         number of articles nor a region is specified.
9926
9927 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * nnrss.el (nnrss-request-article): Fix last change; fill
9930         text/plain parts.
9931
9932 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9935         in text/plain part.
9936         (nnrss-check-group): Don't add excessive newline to dc:subject.
9937
9938 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9939
9940         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9941         article.
9942
9943 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9946         (nnml-use-compressed-files, nnml-save-mail): Support other
9947         comression programs such as bzip2.
9948
9949 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9950
9951         * dns.el (query-dns): Make sure we check the buffer size before
9952         removing tcp headers.
9953
9954 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9957         remove MIME buttons associated with multipart/alternative parts.
9958         (gnus-mime-display-alternative): Tag buttons using `article-type'
9959         text property.
9960
9961         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9962         associated with multipart/alternative parts.
9963
9964         * gnus-art.el (gnus-signature-separator): Fix custom type.
9965
9966         * mm-decode.el (mm-inlined-types): Fix custom type.
9967         (mm-keep-viewer-alive-types): Ditto.
9968         (mm-automatic-display): Ditto.
9969         (mm-attachment-override-types): Ditto.
9970         (mm-inline-override-types): Ditto.
9971         (mm-automatic-external-display): Ditto.
9972
9973 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9974
9975         * spam-report.el (spam-report-user-mail-address)
9976         (spam-report-user-agent): New variables.
9977         (spam-report-url-ping-plain): Use spam-report-user-agent.
9978
9979 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9980
9981         * gnus-art.el (gnus-button-handle-custom): Do not just use
9982         `customize-apropos' for any "M-x customize-*" button but the
9983         function called for.  Accept both the function name and its
9984         argument in order to achieve this.
9985         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9986         function name to `gnus-button-handle-custom' in case of "M-x
9987         customize-*" buttons.
9988
9989 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9992         multipart/alternative and add xref to mm-discouraged-alternatives
9993         in doc string.
9994
9995         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9996         gnus-buttonized-mime-types in doc string.
9997
9998 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9999
10000         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10001         Suggest image/.* in the doc string.
10002
10003 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10006         message-marks (Debian bug #342521).
10007
10008 2005-12-12  Simon Josefsson  <jas@extundo.com>
10009
10010         * password.el (password-read-from-cache): Add.
10011         (password-read): Use it.
10012
10013 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10016         us-ascii as a MIME charset.
10017
10018         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10019         against the case where the 2nd arg TYPE is nil.
10020
10021 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * pop3.el (pop3-stream-type): Fix custom version.
10024
10025         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10026
10027 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10028
10029         * mm-decode.el (mm-display-external): Add missing cdr.
10030
10031 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10034         RFC1524) if it is in mailcap or add a suffix according to
10035         mailcap-mime-extensions when generating a temp filename; postpone
10036         deleting a temp file for 2 seconds for some wrappers, shell
10037         scripts, and so on, which might exit right after having started a
10038         viewer command as a background job.
10039
10040 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * nntp.el (nntp-marks-directory): Fix custom group.
10043
10044         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10045         steps when < 10.
10046
10047         * gnus-start.el (gnus-no-server-1): Mention
10048         `gnus-level-default-subscribed' in doc string.
10049
10050 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10051
10052         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10053         parens.
10054
10055 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-xmas.el (gnus-use-toolbar): Revert.
10058         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10059         gnus-use-toolbar is default.
10060
10061         * messagexmas.el (message-use-toolbar): Revert.
10062         (message-setup-toolbar): Use global default-toolbar if
10063         message-use-toolbar is default.
10064
10065 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10068         according to default-toolbar-visible-p.
10069
10070         * messagexmas.el (message-use-toolbar): Ditto.
10071
10072 2005-11-26  Dave Love  <fx@gnu.org>
10073
10074         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10075         (tls-program, tls-success): Provide openssl alternative.
10076
10077         * starttls.el: Doc fixes.
10078         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10079         SERVICE to PORT.
10080
10081         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10082         port null or service name.
10083         (starttls-negotiate): Autoload.
10084
10085 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * message.el (message-kill-to-signature): Fix interactive spec.
10088
10089 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * pop3.el (pop3-open-server): Recognize a string as a service name.
10092
10093 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10094
10095         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10096
10097 2005-11-23  Dave Love  <fx@gnu.org>
10098
10099         Add pop3s, pop3/starttls.
10100
10101         * pop3.el (pop3-authentication-scheme): Clarify doc.
10102         (open-tls-stream, starttls-open-stream): Autoload.
10103         (pop3-stream-type): New.
10104         (pop3-open-server): Use it.
10105
10106         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10107         for POP.
10108         (mail-source-keyword-map): Add :stream for POP.
10109         (mail-source-fetch-pop): Use pop3-stream-type.
10110
10111 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10114         of current-time-string.
10115
10116 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10117
10118         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10119         date header.
10120
10121 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10122
10123         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10124         it can seriously impact performance as it bypasses the agent's
10125         local caches.
10126
10127 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10128
10129         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10130         must be explicitly online rather than "not explicitly offline" for
10131         its flags to be synchronized.
10132
10133         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10134         that gnus-uu-unmark-thread will function correctly.
10135
10136         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10137         1024K is instead displayed as 1M.
10138
10139 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10140
10141         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10142
10143 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10144
10145         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10146
10147 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10148
10149         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10150         error message to display actual error condition.
10151         (gnus-agent-save-local): Avoid saving symbols that are bound to
10152         nil as they simply result in a warning message in
10153         gnus-agent-read-local.
10154
10155 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10158         rather than make-variable-buffer-local for file-precious-flag.
10159
10160 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10161
10162         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10163         for duplicates which are removed.  The invalid sort check then
10164         triggers a rescan after the sort as sorting may have moved
10165         duplicate entries such that they can be cheaply detected.
10166
10167 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10170
10171 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10172
10173         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10174         internal variable to a custom variable.  Changed default value
10175         from compressed(2) to uncompressed(1).
10176         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10177         support for uncompressed agentview files.  Taken together, reading
10178         the agentview file should now be 6-7 times faster.
10179
10180 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10181
10182         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10183         as a buffer-local variable.  This avoids creating truncated
10184         dribble files as a result of a hang up, eg.
10185
10186 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10187
10188         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10189         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10190         XEmacs.
10191
10192 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * gnus-start.el (gnus-start-draft-setup): Enforce
10195         `gnus-draft-mode' for nndraft:drafts at startup.
10196
10197         * gnus.el (gnus-splash): Change custom group.
10198         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10199         allow-list argument.
10200
10201         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10202         string.
10203
10204 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10205
10206         * gnus-art.el (gnus-default-article-saver): Add user-defined
10207         `function' to custom type.
10208
10209 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10210
10211         * imap.el (imap-open): Handle case where buffer is a buffer
10212         object.
10213
10214 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10217         long lines.
10218         (gnus-cache-delete-group): Wrap doc strings.
10219
10220         * gnus-agent.el (gnus-agent-rename-group)
10221         (gnus-agent-delete-group): Wrap doc strings.
10222
10223 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * messagexmas.el (message-use-toolbar): Change the valid values
10226         into default, top, bottom, left, and right.
10227         (message-toolbar-thickness): New variable.
10228         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10229         well.
10230         (message-setup-toolbar): Make it work.
10231
10232         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10233         (gnus-use-toolbar): Change the valid values into default, top,
10234         bottom, left, and right.
10235         (gnus-toolbar-thickness): New variable.
10236         (gnus-xmas-setup-toolbar): New function.
10237         (gnus-xmas-setup-group-toolbar): Use it.
10238         (gnus-xmas-setup-summary-toolbar): Use it.
10239
10240 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10241
10242         * gnus-start.el (gnus-1): Add "native" to
10243         gnus-predefined-server-alist.
10244
10245         * gnus.el (gnus-method-to-server): Don't add "native" to the
10246         lists here, because that leads to problems when
10247         gnus-select-method is bound.
10248
10249 2005-11-09  Simon Josefsson  <jas@extundo.com>
10250
10251         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10252         use (not sort-by-date) instead.
10253
10254 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10255
10256         * gnus-delay.el (gnus-delay-group): Don't autoload.
10257         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10258         to be re-loaded when customizing the `gnus-delay' group.
10259
10260 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10261
10262         * message.el: Revert last changes.
10263         (message-insert-citation-line): Use newlines.
10264
10265 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10266
10267         * message.el (message-courtesy-message)
10268         (message-mark-insert-begin, message-mark-insert-end)
10269         (message-elide-ellipsis, message-cancel-message)
10270         (message-add-header, message-change-subject)
10271         (message-cross-post-followup-to-header)
10272         (message-cross-post-insert-note, message-reduce-to-to-cc)
10273         (message-widen-reply, message-delete-not-region)
10274         (message-kill-to-signature, message-insert-signature)
10275         (message-insert-importance-high, message-insert-importance-low)
10276         (message-insert-or-toggle-importance)
10277         (message-insert-disposition-notification-to)
10278         (message-indent-citation, message-yank-original)
10279         (message-cite-original-without-signature, message-cite-original)
10280         (message-insert-citation-line, message-position-on-field)
10281         (message-fix-before-sending, message-send-mail-partially)
10282         (message-send-mail, message-send-mail-with-sendmail)
10283         (message-send-mail-with-qmail, message-send-news)
10284         (message-check-news-header-syntax, message-generate-headers)
10285         (message-insert-courtesy-copy, message-fill-address)
10286         (message-fill-header, message-shorten-references)
10287         (message-setup-1, message-cancel-news)
10288         (message-forward-make-body-plain, message-forward-make-body-mime)
10289         (message-forward-make-body-mml, message-encode-message-body)
10290         (message-forward-make-body-digest-plain)
10291         (message-forward-make-body-digest-mime)
10292         (message-use-alternative-email-as-from): Insert `hard-newline'
10293         instead of ordinary newlines.
10294
10295 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * message.el (message-generate-headers): Downcase the argument
10298         given to message-check-element.
10299
10300 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10301
10302         * nntp.el (nntp-authinfo-rejected): New error condition.
10303         (nntp-wait-for): Use new error condition to signal authentication
10304         error.
10305         (nntp-retrieve-data): Rethrow new error condition to break out of
10306         recursive call to nntp-send-authinfo.
10307
10308 2005-11-08  Romain Francoise  <romain@orebokech.com>
10309
10310         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10311         (gnus-summary-exit-map): Bind to `Z p'.
10312         (gnus-summary-make-menu-bar): Add menu item.
10313
10314 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10317         (gnus-treat-*): Add `first' in all doc strings.
10318
10319         * gnus-group.el (gnus-group-compact-group): Fix typo.
10320
10321 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * gnus.el (gnus-parameters-case-fold-search): New variable.
10324         (gnus-parameters-get-parameter): Use it.
10325
10326         * gnus-score.el (gnus-home-score-file): Doc fix.
10327
10328 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10329
10330         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10331
10332 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * mm-util.el (mm-special-display-p): New function.
10335
10336         * mml.el (mml-preview): Use it; doc fix.
10337
10338 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10339
10340         * imap.el (imap-open): Handle case where buffer is a buffer object.
10341
10342 2005-10-29  Romain Francoise  <romain@orebokech.com>
10343
10344         * message.el (message-fix-before-sending): Fix comment.
10345
10346 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10347
10348         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10349
10350 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10351
10352         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10353         Used in gnus-score.el.
10354
10355 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10358
10359 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10362         whitespace removed in revision 7.8.  Use concatenated string to
10363         protect trailing whitespace.
10364
10365 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10366
10367         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10368         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10369         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10370         Courier IMAP ("some version from 2004").  Mostly based on similar
10371         code in the same function.
10372
10373 2005-10-26  Didier Verna  <didier@xemacs.org>
10374
10375         * gnus-group.el (gnus-group-compact-group): Invalidate original
10376         article buffer.
10377         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10378         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10379         NOV database and in article itself.
10380         Invalidate article backlog.
10381
10382 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10385
10386 2005-10-26  Simon Josefsson  <jas@extundo.com>
10387
10388         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10389         part of 2004-07-25 change.
10390
10391 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * message.el (message-display-completion-list): New function.
10394         (message-expand-group): Use it; make sure the Completions buffer
10395         is modifiable.
10396 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10397
10398         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10399         user-mail-name is an empty string.
10400
10401 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10404         depending on gnus-score-decay-constant.
10405
10406         * encrypt.el (encrypt-insert-file-contents)
10407         (encrypt-write-file-contents): Don't use `gnus-message'.
10408
10409         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10410         arguments.
10411         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10412         arguments to mm-uu-verbatim-marks-extract.
10413         (mm-uu-hide-markers): New variable.
10414         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10415
10416         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10417         (gnus-convert-image-to-face-command): Use "convert" by default to
10418         allow other input image formats.
10419         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10420         accordingly.
10421
10422 2005-10-23  Simon Josefsson  <jas@extundo.com>
10423
10424         * imap.el (imap-gssapi-program): Align command line parameters
10425         with latest GNU SASL.
10426         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10427
10428 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10429
10430         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10431         HTML.
10432         (nnslashdot-request-article): Ditto.
10433
10434         * lpath.el (featurep): Add nobreak-char-display.
10435
10436 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10437
10438         * mail-source.el (mail-source-fetch-pop): Require pop3.
10439         (mail-source-check-pop): Ditto.
10440
10441 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10444         errors.
10445
10446 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10447
10448         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10449         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10450
10451         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10452
10453         * mm-bodies.el (mm-decode-string): Call
10454         `mm-charset-to-coding-system' with allow-override argument.
10455
10456 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10459         (rfc2047-charset-to-coding-system): New function.
10460         (rfc2047-decode-encoded-words): New function.
10461         (rfc2047-decode-region): Use them.
10462         (rfc2047-decode-cte): Remove.
10463         (rfc2047-parse-and-decode): Remove.
10464         (rfc2047-decode): Remove.
10465
10466 2005-10-15  Kenichi Handa  <handa@m17n.org>
10467
10468         * rfc2047.el (rfc2047-decode-cte): New function.
10469         (rfc2047-decode-region): Change the way to decode successive
10470         encoded-words: decode B- or Q-encoding in each encoded-word,
10471         concatenate them, and decode it as charset.
10472
10473 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * lpath.el: Fbind codepage-setup for XEmacs.
10476
10477 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10478
10479         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10480         widget-move-and-invoke.
10481         (gnus-custom-mode): Use gnus-custom-map.
10482
10483 2005-10-15  Bill Wohler  <wohler@newt.com>
10484
10485         * message.el (message-tool-bar-map): Renamed image file from
10486         mail_send to mail/send.
10487
10488 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10489
10490         * message.el (message-expand-group): Pass the common
10491         prefix substring of completion to `display-completion-list'.
10492
10493 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * mml-sec.el (mml-secure-method): New internal variable.
10496         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10497         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10498         functions using mml-secure-method.
10499
10500         * mml.el (mml-mode-map): Add key bindings for those functions.
10501         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10502         Harder <harder@myrealbox.com>.
10503         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10504         end of message if point is the headers of the message.
10505
10506         * message.el (message-in-body-p): New function.
10507
10508         * assistant.el: Autoload gnus-util and netrc.
10509
10510         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10511         Use `mm-charset-override-alist' only when decoding.
10512
10513         * mm-bodies.el (mm-decode-body): Call
10514         `mm-charset-to-coding-system' with allow-override argument.
10515
10516         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10517         `filename' from Content-Disposition if Content-Type doesn't
10518         provide `name'.
10519         (gnus-mime-view-part-as-type): Set default instead of
10520         initial-input.
10521
10522 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10523
10524         * format-spec.el (format-spec): Propagate text properties of % spec.
10525
10526 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * gnus-art.el (gnus-treat-predicate): Add `first'.
10529
10530 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10533         (mm-charset-override-alist): New variable.
10534         (mm-charset-to-coding-system): Use it.
10535         (mm-codepage-setup): New helper function.
10536         (mm-charset-eval-alist): New variable.
10537         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10538         about unknown charsets.
10539
10540         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10541
10542 2005-10-04  David Hansen  <david.hansen@gmx.net>
10543
10544         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10545         (nnrss-check-group): Ditto.
10546
10547 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10548
10549         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10550         Rename x-gnus-verbatim to x-verbatim.
10551         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10552
10553         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10554         x-verbatim.
10555
10556         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10557
10558         * gnus-util.el (gnus-remove-duplicates): Remove.
10559
10560         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10561         instead of gnus-remove-duplicates.
10562
10563         * message.el (message-remove-duplicates): Remove.
10564         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10565         message-remove-duplicates.
10566
10567         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10568         available, else use implementation from `delete-dups'.
10569
10570         * message.el (message-insert-expires): New function.
10571         (message-mode-map): Add key binding.
10572         (message-mode-field-menu): Add menu entry.
10573         (message-mode): Document it.
10574         (message-make-expires-date): Use `message-make-date'.
10575
10576 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10577
10578         * message.el (message-make-expires-date): New function.
10579
10580 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * Makefile.in (list-installed-shadows): New entry.
10583         (install): Use it.
10584         (remove-installed-shadows): New entry.
10585
10586         * dgnushack.el (dgnushack-default-load-path): New variable.
10587         (dgnushack-find-lisp-shadows): New function.
10588         (dgnushack-remove-lisp-shadows): New function.
10589
10590 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * Makefile.in (install-el-elc): New entry.
10593         (install): Use it so that .el files are necessarily installed.
10594
10595 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10598
10599 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10600
10601         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10602         function rather than the diff-mode.el package.
10603         (mm-display-external): Use with-current-buffer.
10604         (mm-viewer-completion-map, mm-viewer-completion-map):
10605         Move initialization inside declaration.
10606
10607 2005-09-29  Simon Josefsson  <jas@extundo.com>
10608
10609         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10610         autoload mail-check-payment.
10611         (spam-check-hashcash): Define unconditionally, since hashcash.el
10612         is part of Gnus now.  Ignore errors from payment checking.
10613
10614 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10615
10616         * message.el (message-bold-region, message-unbold-region): Rename
10617         from `bold-region' and `unbold-region'.
10618
10619         * message.el: Remove useless autoloads.
10620
10621 2005-09-28  Simon Josefsson  <jas@extundo.com>
10622
10623         * message.el (message-use-idna): Default to t.
10624         (message-use-idna): Test whether encoding works too.  Doc fix.
10625
10626 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * nntp.el (nntp-warn-about-losing-connection): Remove.
10629
10630 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10633         customizable.  Change default value.
10634         (mm-uu-diff-groups-regexp): Change default value.
10635         (mm-uu-type-alist): Add doc string.
10636         (mm-uu-configure): Add doc string.  Make it interactive.
10637         (mm-uu-tex-groups-regexp): New variable.
10638         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10639         (mm-uu-type-alist): Add LaTeX documents.
10640         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10641         of "text/verbatim".
10642         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10643
10644         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10645         instead of "text/verbatim".
10646
10647         * message.el (message-mark-inserted-region)
10648         (message-mark-insert-file): Use slrn style marks when called with
10649         prefix argument.
10650
10651 2005-09-27  Simon Josefsson  <jas@extundo.com>
10652
10653         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10654
10655 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10656
10657         * message.el (message-remove-duplicates): New function.
10658         Implementation borrowed from `gnus-remove-duplicates'.
10659         (message-idna-to-ascii-rhs): Also encode idna addresses in
10660         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10661         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10662         only ask about the same idna domain once per header and also tell
10663         in what header to replace the idna domain.
10664
10665         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10666         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10667         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10668         a header is decoded and not just the last one.
10669
10670 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10673         has been decoded.
10674
10675         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10676         (mm-insert-part): Don't modify text if it has been decoded.
10677
10678         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10679         decoded.
10680
10681         * mm-view.el (mm-inline-text): Don't strip text props unless
10682         decoding enriched or richtext parts.
10683
10684 2005-09-25  Romain Francoise  <romain@orebokech.com>
10685
10686         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10687         * gnus-start.el (gnus-subscribe-interactively):
10688         * gnus-uu.el (gnus-uu-grab-articles):
10689         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10690         space.
10691
10692 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10693
10694         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10695         * mm-view.el (mm-view-pkcs7-decrypt):
10696         * gnus-sum.el (gnus-summary-limit-to-extra)
10697         (gnus-summary-respool-article, gnus-read-move-group-name):
10698         * gnus-score.el (gnus-summary-increase-score):
10699         * gnus-util.el (gnus-completing-read-with-default):
10700         * gnus-art.el (gnus-read-save-file-name)
10701         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10702         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10703         * message.el (message-check-news-header-syntax):
10704         Follow convention for reading with the minibuffer.
10705
10706 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10707
10708         * spam-report.el (spam-report-url-ping-plain):
10709         Use gnus-extended-version as User-Agent.
10710
10711         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10712         default value is nil.
10713
10714         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10715         (mm-uu-verbatim-marks-extract): New function.
10716         (mm-uu-extract): New face.
10717         (mm-uu-copy-to-buffer): Use it.
10718
10719         * spam-report.el (spam-report-gmane-ham): Renamed from
10720         `spam-report-gmane-unspam'.
10721         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10722         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10723
10724         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10725         Autoload.
10726         (spam-report-gmane-unregister-routine): Renamed
10727         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10728
10729 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10730
10731         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10732         (spam-report-gmane-unregister-routine): Add support for gmane
10733         unregistration.
10734
10735         * spam-report.el (spam-report-gmane-unspam)
10736         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10737         (spam-report-gmane): Change to take a single article and do unspam
10738         registration.
10739
10740 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * mm-url.el (mm-url-decode-entities): Fix regexp.
10743
10744 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10745
10746         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10747         default to nil, to be able to use Gnus at all.  If the default
10748         switches to something else, then the function should be fixed not
10749         be exceedingly slow.
10750
10751 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10752
10753         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10754         fail hard.
10755
10756         * spam-report.el: Add better Keywords line.
10757
10758         * spam.el: Add Maintainer and better Keywords line.
10759
10760 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10761
10762         * gnus-art.el (gnus-article-replace-part)
10763         (gnus-mime-replace-part): New functions.
10764         (gnus-mime-action-alist, gnus-mime-button-commands)
10765         (gnus-mime-save-part-and-strip): Added file argument.
10766         (gnus-article-part-wrapper): Added interactive argument.
10767
10768         * gnus-sum.el (gnus-summary-mime-map): Add
10769         `gnus-article-replace-part'.
10770
10771 2005-09-19  Didier Verna  <didier@xemacs.org>
10772
10773         The nnml compaction feature:
10774         * nnml.el (nnml-request-compact-group): New function.
10775         * nnml.el (nnml-request-compact): New function.
10776         * gnus-int.el (gnus-request-compact-group): New function.
10777         * gnus-int.el (gnus-request-compact): New function.
10778         * gnus-group.el (gnus-group-compact-group): New function.
10779         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10780         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10781         * gnus-srvr.el (gnus-server-compact-server): New function.
10782         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10783         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10784
10785 2005-09-18  Deepak Goel  <deego@gnufans.org>
10786
10787         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10788         format spec.
10789
10790 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10793
10794 2005-09-15  Romain Francoise  <romain@orebokech.com>
10795
10796         * message.el (message-fill-paragraph): Clarify docstring.
10797
10798 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-art.el (gnus-mime-display-part): Protect against broken
10801         MIME messages.
10802
10803 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10806         before parsing header.
10807
10808 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10809
10810         * html2text.el (html2text-replace-list): Add new entities.
10811
10812 2005-09-11  Romain Francoise  <romain@orebokech.com>
10813
10814         * message.el (message-alternative-emails): Improve docstring.
10815         (message-setup-1): Call `message-use-alternative-email-as-from'
10816         after `message-setup-hook' to give it precedence over posting
10817         styles, etc.
10818         (message-use-alternative-email-as-from): Add docstring.  Remove
10819         the original From header if present.
10820
10821         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10822         (nnml-save-mail): Use it.
10823
10824         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10825         articles.  Add new argument `silent'.
10826         (gnus-uu-mark-all): Report the total number of marked articles.
10827
10828 2005-09-10  Romain Francoise  <romain@orebokech.com>
10829
10830         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10831         (gnus-uu-mark-series): Likewise.
10832
10833 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * spam-report.el (spam-report-gmane): Fix generation of spam
10836         report URL.
10837
10838 2005-09-10  Simon Josefsson  <jas@extundo.com>
10839
10840         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10841         t, based on discussion on the ding list with Robert Epprecht
10842         <epprecht@solnet.ch>.
10843
10844 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * spam-report.el (spam-report-gmane): Make it work without
10847         X-Report-Spam header.  Gmane now only provides Archived-At.
10848         This is only used if `spam-report-gmane-use-article-number' is nil.
10849         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10850
10851         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10852         make `gnus-summary-sort-by-recipient' work with threading.
10853
10854         * nnweb.el (nnweb-google-wash-article): Print a message if article
10855         is not available.
10856
10857 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10858
10859         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10860         change.  Decode text/* parts content before displaying.
10861
10862 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10863
10864         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10865
10866 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10869
10870         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10871         url-package-name, url-package-version,
10872         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10873         w3m-display-inline-images, and w3m-minor-mode-map.
10874
10875 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10876
10877         * message.el (message-tab-body-function): Fix mismatched custom type.
10878
10879         * gnus.el (gnus-group-change-level-function): Ditto.
10880
10881         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10882
10883         * gnus-art.el (gnus-signature-limit)
10884         (gnus-article-mime-part-function): Ditto.
10885
10886 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * mml.el (mml-mode): Silence the byte compiler.
10889
10890         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10891         using `(sit-for 0)' before moving the point to the specified part;
10892         skip unbuttonized parts.
10893         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10894         return to the summary window if gnus-auto-select-part is non-nil.
10895
10896 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10899         variables.
10900         (mml-dnd-attach-file, mml-mode): Use them.
10901
10902         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10903         Make fetching article by MID work again for Google Groups.  Added
10904         FIXME concerning gnus-group-make-web-group.
10905
10906         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10907         Don't depend on Gnus by using mail-extract-address-components if
10908         gnus-extract-address-components is not bound.
10909
10910 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10911
10912         * gnus-art.el (gnus-mime-display-security): Don't display the
10913         signature, but only the signed part.
10914
10915 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10918
10919         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10920         list, not listp.
10921
10922 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10923
10924         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10925         when encoding.
10926
10927         * mm-bodies.el (mm-decode-content-transfer-encoding):
10928         De-canonicalize CRLF for all text content types, not just
10929         text/plain.
10930
10931 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10934         valid article; point arrow and cursor at the MIME button.
10935
10936 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10939         Suggested by Dan Christensen <jdc@uwo.ca>.
10940
10941         * mm-decode.el (mm-save-part): Enable change of prompt.
10942
10943 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10944
10945         * gnus-msg.el (gnus-inews-add-send-actions): Made
10946         `message-post-method' lambda parameter ARG `&optional'.
10947
10948 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * gnus-sum.el (gnus-summary-mime-map): Added
10951         gnus-article-save-part-and-strip, gnus-article-delete-part and
10952         gnus-article-jump-to-part.
10953
10954         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10955         (gnus-article-edit-part): Use it.
10956         (gnus-article-part-wrapper): Added no-handle argument.
10957         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10958         functions.
10959
10960 2005-08-29  Romain Francoise  <romain@orebokech.com>
10961
10962         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10963         docstring.
10964         (gnus-face-from-file): Likewise.
10965
10966 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10969         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10970         non-nil.
10971         (gnus-auto-select-part): New variable.
10972         (gnus-article-jump-to-part): New function.
10973         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10974         (gnus-mime-delete-part): Allow selecting specified part after
10975         deleting or stripping parts.
10976         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10977         part if argument is bogus.
10978
10979 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10980
10981         * gnus-art.el (w3m-minor-mode-map):
10982         * gnus-spec.el (gnus-newsrc-file-version):
10983         * gnus-util.el (nnmail-active-file-coding-system)
10984         (gnus-original-article-buffer, gnus-user-agent):
10985         * gnus.el (gnus-ham-process-destinations)
10986         (gnus-parameter-ham-marks-alist)
10987         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10988         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10989         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10990         * mm-decode.el (gnus-current-window-configuration):
10991         * mm-extern.el (gnus-article-mime-handles):
10992         * mm-url.el (url-current-object, url-package-name)
10993         (url-package-version):
10994         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10995         (smime-keys, w3m-cid-retrieve-function-alist)
10996         (w3m-current-buffer, w3m-display-inline-images)
10997         (w3m-minor-mode-map):
10998         * mml-smime.el (gnus-extract-address-components):
10999         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11000         (gnus-newsrc-hashtb, message-default-charset)
11001         (message-deletable-headers, message-options)
11002         (message-posting-charset, message-required-mail-headers)
11003         (message-required-news-headers):
11004         * mml1991.el (mc-pgp-always-sign):
11005         * mml2015.el (mc-pgp-always-sign):
11006         * nnheader.el (nnmail-extra-headers):
11007         * rfc1843.el (gnus-decode-encoded-word-function)
11008         (gnus-decode-header-function, gnus-newsgroup-name):
11009         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11010
11011 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11012
11013         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11014         the end of the date treatments.
11015
11016 2005-08-15  Simon Josefsson  <jas@extundo.com>
11017
11018         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11019         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11020         Capello and Romain Francoise.
11021         (pgg-fetch-key-function): Removed, not used?
11022         (pgg-insert-url-with-w3): Require url, to get
11023         url-insert-file-contents regardless of where it is defined.
11024
11025 2005-08-13  Romain Francoise  <romain@orebokech.com>
11026
11027         * message.el (message-cite-original-1): New function.
11028         (message-cite-original): Use it.
11029         (message-cite-original-without-signature): Ditto.
11030
11031 2005-08-08  Romain Francoise  <romain@orebokech.com>
11032
11033         * message.el (message-yank-empty-prefix): New variable.
11034         (message-indent-citation): Use it.
11035         (message-cite-original-without-signature): Respect X-No-Archive.
11036
11037 2005-08-08  Simon Josefsson  <jas@extundo.com>
11038
11039         * pgg.el: Autoload url-insert-file-contents instead of loading
11040         w3/url.
11041         (pgg-insert-url-with-w3): Don't load url here.
11042
11043 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11044
11045         * message.el (message-kill-to-signature): Don't insert newline at
11046         bol.
11047         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11048
11049 2005-08-06  Romain Francoise  <romain@orebokech.com>
11050
11051         * message.el (message-user-fqdn): Fix typo in docstring.
11052
11053 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11054
11055         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11056
11057         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11058
11059 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * mm-bodies.el (mm-encode-body): Use coding system rather than
11062         charset to encode text.
11063
11064         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11065         number of charsets if utf-8 is available (XEmacs).
11066
11067 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11070         taken from `gnus-button-mid-or-mail-regexp'.
11071         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11072         (gnus-button-alist): Improve regexp for domain part of the MIDs
11073         for news:localpart@domain buttons.
11074         (gnus-button-ctan-directory-regexp): Update.
11075
11076 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * sieve-manage.el (sieve-manage-interactive-login): Use
11079         make-local-variable rather than make-variable-buffer-local.
11080         (sieve-manage-open): Ditto.
11081         (sieve-manage-authenticate): Ditto.
11082
11083         * mml.el (mml-generate-mime-1): Make the content type default to
11084         text/plain if the filename is not specified.
11085
11086 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11089         instead of insert-buffer.
11090
11091         * message.el (message-yank-original): Ditto; set the mark at the
11092         end of the yanked message.
11093
11094 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11097         lines to scroll rather than to stop it.
11098
11099         * mml.el (mml-generate-default-type): Add doc string.
11100         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11101         default to application/octet-stream when determining the content
11102         type if it is not specified for the part or the mml contents; add
11103         a comment about mml-generate-default-type.
11104
11105 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11108         make it default to application/octet-stream when determining the
11109         content type if it is not specified for the external contents.
11110
11111 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11114         segmented parameter but also other parameters might be there.
11115
11116 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * mm-decode.el (mm-display-external): Delete temp file, directory
11119         and buffer immediately if the external process is exited.
11120
11121 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11124         fewer lines than that of scroll-margin.
11125         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11126
11127 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-art.el (gnus-article-next-page): Revert.
11130         (gnus-article-beginning-of-window): New macro.
11131         (gnus-article-next-page-1): Use it.
11132         (gnus-article-prev-page): Ditto.
11133         (gnus-article-edit-part): Use insert-buffer-substring instead of
11134         insert-buffer.
11135         (gnus-article-edit-exit): Ditto.
11136
11137         * gnus-util.el (gnus-beginning-of-window): Remove.
11138         (gnus-end-of-window): Remove.
11139
11140         * lpath.el: Don't bind header-line-format and scroll-margin.
11141
11142 2005-07-25  Simon Josefsson  <jas@extundo.com>
11143
11144         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11145         to have the url package without w3.  Reported by Daiki Ueno
11146         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11147
11148 2005-07-20  Didier Verna  <didier@xemacs.org>
11149
11150         * gnus-diary.el: Remove the description comment (nndiary is now
11151         properly documented in the Gnus manual).
11152         Fix the spelling of "Back End".
11153         * nndiary.el: Ditto.
11154         Fix the copyright notice.
11155
11156 2005-07-18  Romain Francoise  <romain@orebokech.com>
11157
11158         * gnus-sum.el (gnus-summary-to-prefix)
11159         (gnus-summary-newsgroup-prefix): New variables.
11160         (gnus-summary-from-or-to-or-newsgroups): Use them.
11161
11162 2005-07-17  Romain Francoise  <romain@orebokech.com>
11163
11164         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11165         space as it's generally not especially interesting to the user.
11166
11167 2005-07-16  Romain Francoise  <romain@orebokech.com>
11168
11169         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11170         nil to avoid prompting and file modification if one of the
11171         messages at the top of the nnfolder file contains a copyright
11172         notice.
11173         Update copyright notice.
11174
11175         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11176         instead of `current-time-string' as the latter creates a time
11177         string that is not RFC 2822 compliant (it lacks the zone).
11178         Update copyright notice.
11179
11180 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11181
11182         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11183         for text/rtf.  Display default in prompt.  Pass default for M-n.
11184
11185         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11186
11187 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11188
11189         * gnus-msg.el (gnus-button-mailto): Remove
11190         save-selected-window-window hackery because it relies on
11191         save-selected-window internals.
11192
11193 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11196         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11197         (gnus-article-prev-page): Ditto.
11198
11199         * gnus-util.el (gnus-beginning-of-window): New function.
11200         (gnus-end-of-window): New function.
11201
11202         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11203
11204 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11205
11206         * gnus-score.el (gnus-score-edit-all-score): Set
11207         gnus-score-edit-exit-function to gnus-score-edit-done and call
11208         gnus-message.
11209
11210 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11211
11212         * gnus-msg.el (gnus-button-mailto): Remove
11213         save-selected-window-window hackery because it relies on
11214         save-selected-window internals.
11215
11216 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11219         add-minor-mode.
11220         (gnus-binary-mode): Ditto.
11221
11222         * gnus-topic.el (gnus-topic-mode): Ditto.
11223
11224 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11225
11226         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11227         (gnus-article-prev-page): Take scroll-margin into consideration.
11228
11229 2005-07-04  Lute Kamstra  <lute@gnu.org>
11230
11231         Update FSF's address in GPL notices.
11232
11233 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11234
11235         * gnus.el (gnus-exit):
11236         * gnus-group.el (gnus-group-icons):
11237         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11238
11239         * gnus-nocem.el (gnus-nocem):
11240         * message.el (message-various, message-buffers, message-sending)
11241         (message-interface, message-forwarding, message-insertion)
11242         (message-headers, message-news, message-mail):
11243         * pgg-gpg.el (pgg-gpg):
11244         * pgg-parse.el (pgg-parse):
11245         * pgg-pgp.el (pgg-pgp):
11246         * pgg-pgp5.el (pgg-pgp5):
11247         * pop3.el (pop3): Finish `defgroup' description with period.
11248
11249 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * gnus-art.el (article-display-face): Improve the efficiency.
11252         (article-display-x-face): Ditto; remove grey x-face stuff.
11253
11254 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-art.el (article-display-face): Correct the position in
11257         which Faces are inserted.
11258
11259 2005-06-29  Didier Verna  <didier@xemacs.org>
11260
11261         * gnus-art.el (article-display-face): Display faces in correct
11262         order.
11263
11264 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11267         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11268         (gnus-nocem-check-article): Fetch the Type header.
11269         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11270         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11271         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11272         make sure gnus-nocem-hashtb is initialized.
11273         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11274         (gnus-nocem-unwanted-article-p): Ditto.
11275
11276         * pgg.el (pgg-verify): Return the verification result.
11277
11278 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11279
11280         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11281         is ascii.
11282
11283 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11284
11285         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11286         `show-nonbreak-escape'.
11287
11288 2005-06-23  Lute Kamstra  <lute@gnu.org>
11289
11290         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11291
11292         * dig.el (dig-mode):
11293         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11294
11295 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11296
11297         * nnimap.el (nnimap-split-download-body): Fix spellings.
11298
11299 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11300
11301         * gnus-art.el (gnus-article-encrypt-body):
11302         * gnus-cus.el (gnus-score-customize):
11303         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11304         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11305
11306 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11307
11308         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11309         header by looking for magic "MII" at the beginnig.
11310
11311 2005-06-16  Miles Bader  <miles@gnu.org>
11312
11313         * gnus-xmas.el (gnus-xmas-group-startup-message):
11314         Use renamed gnus-splash face.
11315
11316         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11317         (assistant-field-face): New backward-compatibility alias for renamed
11318         face.
11319         (assistant-render-text): Use renamed assistant-field face.
11320
11321         * spam.el (spam): Remove "-face" suffix from face name.
11322         (spam-face): New backward-compatibility alias for renamed face.
11323         (spam-face, spam-initialize): Use renamed spam face.
11324
11325         * message.el (message-header-to, message-header-cc)
11326         (message-header-subject, message-header-newsgroups)
11327         (message-header-other, message-header-name)
11328         (message-header-xheader, message-separator, message-cited-text)
11329         (message-mml): Remove "-face" suffix from face names.
11330         (message-header-to-face, message-header-cc-face)
11331         (message-header-subject-face, message-header-newsgroups-face)
11332         (message-header-other-face, message-header-name-face)
11333         (message-header-xheader-face, message-separator-face)
11334         (message-cited-text-face, message-mml-face):
11335         New backward-compatibility aliases for renamed faces.
11336         (message-font-lock-keywords): Use renamed message faces.
11337
11338         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11339         (sieve-test-commands, sieve-tagged-arguments):
11340         Remove "-face" suffix from face names.
11341         (sieve-control-commands-face, sieve-action-commands-face)
11342         (sieve-test-commands-face, sieve-tagged-arguments-face):
11343         New backward-compatibility aliases for renamed faces.
11344         (sieve-control-commands-face, sieve-action-commands-face)
11345         (sieve-test-commands-face, sieve-tagged-arguments-face):
11346         Use renamed sieve faces.
11347
11348         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11349         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11350         (gnus-group-news-3-empty, gnus-group-news-4)
11351         (gnus-group-news-4-empty, gnus-group-news-5)
11352         (gnus-group-news-5-empty, gnus-group-news-6)
11353         (gnus-group-news-6-empty, gnus-group-news-low)
11354         (gnus-group-news-low-empty, gnus-group-mail-1)
11355         (gnus-group-mail-1-empty, gnus-group-mail-2)
11356         (gnus-group-mail-2-empty, gnus-group-mail-3)
11357         (gnus-group-mail-3-empty, gnus-group-mail-low)
11358         (gnus-group-mail-low-empty, gnus-summary-selected)
11359         (gnus-summary-cancelled, gnus-summary-high-ticked)
11360         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11361         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11362         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11363         (gnus-summary-low-undownloaded)
11364         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11365         (gnus-summary-low-unread, gnus-summary-normal-unread)
11366         (gnus-summary-high-read, gnus-summary-low-read)
11367         (gnus-summary-normal-read, gnus-splash):
11368         Remove "-face" suffix from face names.
11369         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11370         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11371         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11372         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11373         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11374         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11375         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11376         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11377         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11378         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11379         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11380         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11381         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11382         (gnus-summary-normal-ticked-face)
11383         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11384         (gnus-summary-normal-ancient-face)
11385         (gnus-summary-high-undownloaded-face)
11386         (gnus-summary-low-undownloaded-face)
11387         (gnus-summary-normal-undownloaded-face)
11388         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11389         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11390         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11391         (gnus-splash-face):
11392         New backward-compatibility aliases for renamed faces.
11393         (gnus-group-startup-message): Use renamed gnus faces.
11394
11395         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11396         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11397         (gnus-server-agent): Remove "-face" suffix from face names.
11398         (gnus-server-agent-face, gnus-server-opened-face)
11399         (gnus-server-closed-face, gnus-server-denied-face)
11400         (gnus-server-offline-face):
11401         New backward-compatibility aliases for renamed faces.
11402         (gnus-server-agent-face, gnus-server-opened-face)
11403         (gnus-server-closed-face, gnus-server-denied-face)
11404         (gnus-server-offline-face): Use renamed gnus faces.
11405
11406         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11407         Remove "-face" suffix from face names.
11408         (gnus-picon-xbm-face, gnus-picon-face):
11409         New backward-compatibility aliases for renamed faces.
11410
11411         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11412         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11413         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11414         (gnus-cite-11): Remove "-face" suffix from face names.
11415         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11416         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11417         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11418         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11419         New backward-compatibility aliases for renamed faces.
11420         (gnus-cite-attribution-face, gnus-cite-face-list)
11421         (gnus-article-boring-faces): Use renamed gnus faces.
11422
11423         * gnus-art.el (gnus-signature, gnus-header-from)
11424         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11425         (gnus-header-content): Remove "-face" suffix from face names.
11426         (gnus-signature-face, gnus-header-from-face)
11427         (gnus-header-subject-face, gnus-header-newsgroups-face)
11428         (gnus-header-name-face, gnus-header-content-face):
11429         New backward-compatibility aliases for renamed faces.
11430         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11431
11432         * gnus-sum.el (gnus-summary-selected-face)
11433         (gnus-summary-highlight): Use renamed gnus faces.
11434         * gnus-group.el (gnus-group-highlight): Likewise.
11435
11436 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11437
11438         * gnus-sieve.el (gnus-sieve-article-add-rule):
11439         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11440         * spam-stat.el (spam-stat-buffer-change-to-spam)
11441         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11442
11443         * message.el (message-is-yours-p):
11444         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11445
11446 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * mm-view.el (mm-inline-text): Withdraw the last change.
11449
11450 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11453         executing enriched-decode.
11454
11455 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11458         charset of tar files.
11459
11460 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11461
11462         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11463
11464 2005-06-04  Lute Kamstra  <lute@gnu.org>
11465
11466         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11467         information is never recorded.
11468
11469 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11470
11471         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11472
11473 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * pop3.el (pop3-apop): Run md5 in the binary mode.
11476
11477         * starttls.el (starttls-set-process-query-on-exit-flag):
11478         Use eval-and-compile.
11479
11480 2005-05-31  Simon Josefsson  <jas@extundo.com>
11481
11482         * smime.el (smime-replace-in-string): Define.
11483         (smime-cert-by-ldap-1): Use it.
11484
11485 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * gnus-art.el (article-display-x-face): Replace
11488         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11489
11490         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11491         set-process-query-on-exit-flag or process-kill-without-query.
11492
11493         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11494         loop instead of replace-regexp.
11495
11496         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11497         instead of process-kill-without-query if it is available.
11498
11499         * lpath.el: Fbind ldap-search-entries.
11500
11501         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11502         instead of find-file-hooks if it is available.
11503
11504         * mml1991.el: Bind pgg-default-user-id when compiling.
11505
11506         * mml2015.el: Bind pgg-default-user-id when compiling.
11507
11508         * nndraft.el (nndraft-request-associate-buffer):
11509         Use write-contents-functions instead of write-contents-hooks if it is
11510         available.
11511
11512         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11513         instead of find-file-hooks if it is available.
11514
11515         * nntp.el (nntp-open-connection): Replace
11516         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11517         (nntp-open-ssl-stream): Ditto.
11518         (nntp-open-tls-stream): Ditto.
11519
11520         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11521         set-process-query-on-exit-flag or process-kill-without-query.
11522         (starttls-open-stream-gnutls): Use it instead of
11523         process-kill-without-query.
11524         (starttls-open-stream): Ditto.
11525
11526 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11527
11528         * smime.el (smime-cert-by-ldap-1): Don't use
11529         replace-regexp-in-string.
11530
11531 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11532
11533         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11534
11535         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11536         in PEM format.  Adjust to the XEmacs compability.
11537
11538 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11541         by `string-to-number'.
11542         * gnus-agent.el (gnus-agent-regenerate-group)
11543         (gnus-agent-fetch-articles): Ditto.
11544         * gnus-art.el (gnus-button-fetch-group): Ditto.
11545         * gnus-cache.el (gnus-cache-generate-active)
11546         (gnus-cache-articles-in-group): Ditto.
11547         * gnus-group.el (gnus-group-set-current-level)
11548         (gnus-group-insert-group-line): Ditto.
11549         * gnus-score.el (gnus-score-set-expunge-below)
11550         (gnus-score-set-mark-below, gnus-summary-score-effect)
11551         (gnus-summary-score-entry): Ditto.
11552         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11553         (gnus-soup-pack): Ditto.
11554         * gnus-spec.el (gnus-xmas-format): Ditto.
11555         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11556         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11557         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11558         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11559         * nndb.el (nndb-get-remote-expire-response): Ditto.
11560         * nndiary.el (nndiary-parse-schedule-value)
11561         (nndiary-string-to-number, nndiary-request-replace-article)
11562         (nndiary-request-article): Ditto.
11563         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11564         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11565         * nneething.el (nneething-make-head): Ditto.
11566         * nnfolder.el (nnfolder-request-article)
11567         (nnfolder-retrieve-headers): Ditto.
11568         * nnheader.el (nnheader-file-to-number): Ditto.
11569         * nnkiboze.el (nnkiboze-request-article): Ditto.
11570         * nnmail.el (nnmail-process-unix-mail-format)
11571         (nnmail-process-babyl-mail-format): Ditto.
11572         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11573         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11574         (nnmh-request-create-group, nnmh-request-list-1)
11575         (nnmh-request-group, nnmh-request-article): Ditto.
11576         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11577         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11578         * nnsoup.el (nnsoup-make-active): Ditto.
11579         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11580         * nntp.el (nntp-find-group-and-number)
11581         (nntp-retrieve-headers-with-xover): Ditto.
11582         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11583         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11584         (pgg-format-key-identifier): Ditto.
11585         * pop3.el (pop3-last, pop3-stat): Ditto.
11586         * qp.el (quoted-printable-decode-region): Ditto.
11587
11588         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11589         of concat.
11590
11591 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11594
11595         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11596
11597         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11598
11599         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11600
11601         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11602
11603         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11604
11605         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11606         (gnus-carpal-mode): Ditto.
11607
11608         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11609         (gnus-browse-mode): Ditto.
11610
11611         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11612
11613         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11614
11615 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11616
11617         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11618
11619 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-util.el (gnus-run-mode-hooks): New function.
11622
11623         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11624
11625         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11626         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11627
11628 2005-05-27  Lute Kamstra  <lute@gnu.org>
11629
11630         * dns-mode.el (dns-mode): Specify customization group.
11631
11632 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11633
11634         * gnus-agent.el (gnus-agent-make-mode-line-string):
11635         Use mode-line-highlight as mouse-face.
11636
11637 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * canlock.el (canlock): Change the parent group to news.
11640
11641         * deuglify.el (gnus-outlook-deuglify): Add :group.
11642
11643         * dig.el (dig): Add :group.
11644
11645         * dns-mode.el (dns-mode): Add :group.
11646
11647         * encrypt.el (encrypt): Add :group.
11648
11649         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11650         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11651         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11652         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11653         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11654
11655         * gnus-diary.el (gnus-diary): Add :group.
11656
11657         * gnus.el (gnus-group-news-1-face): Add :group.
11658         (gnus-group-news-1-empty-face): Ditto.
11659         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11660         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11661         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11662         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11663         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11664         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11665         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11666         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11667         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11668         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11669         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11670         (gnus-summary-high-ticked-face): Ditto.
11671         (gnus-summary-low-ticked-face): Ditto.
11672         (gnus-summary-normal-ticked-face): Ditto.
11673         (gnus-summary-high-ancient-face): Ditto.
11674         (gnus-summary-low-ancient-face): Ditto.
11675         (gnus-summary-normal-ancient-face): Ditto.
11676         (gnus-summary-high-undownloaded-face): Ditto.
11677         (gnus-summary-low-undownloaded-face): Ditto.
11678         (gnus-summary-normal-undownloaded-face): Ditto.
11679         (gnus-summary-high-unread-face): Ditto.
11680         (gnus-summary-low-unread-face): Ditto.
11681         (gnus-summary-normal-unread-face): Ditto.
11682         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11683         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11684
11685         * hashcash.el (hashcash): New custom group.
11686         (hashcash-default-payment): Add :group.
11687         (hashcash-payment-alist): Ditto.
11688         (hashcash-default-accept-payment): Ditto.
11689         (hashcash-accept-resources): Ditto.
11690         (hashcash-path): Ditto.
11691         (hashcash-extra-generate-parameters): Ditto.
11692         (hashcash-double-spend-database): Ditto.
11693         (hashcash-in-news): Ditto.
11694
11695         * message.el (message-minibuffer-local-map): Add :group.
11696
11697         * netrc.el (netrc): Add :group.
11698
11699         * sieve-manage.el (sieve-manage-log): Add :group.
11700         (sieve-manage-default-user): Diito.
11701         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11702         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11703         (sieve-manage-authenticators): Ditto.
11704         (sieve-manage-authenticator-alist): Ditto.
11705         (sieve-manage-default-port): Ditto.
11706
11707         * sieve-mode.el (sieve-control-commands-face): Add :group.
11708         (sieve-action-commands-face): Ditto.
11709         (sieve-test-commands-face): Ditto.
11710         (sieve-tagged-arguments-face): Ditto.
11711
11712         * smime.el (smime): Add :group.
11713
11714         * spam-report.el (spam-report): Add :group.
11715
11716         * spam.el (spam, spam-face): Add :group.
11717
11718 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11719
11720         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11721         return \n.\n.\n at the end of articles.  Protect against that.
11722         (nntp-with-open-group): Allow debugging.
11723
11724         * nnheader.el (mail-header-set-extra): Make into a function
11725         because I just could't understand how to quote the list properly.
11726
11727         * dns.el (query-dns-cached): New function.
11728
11729 2005-05-26  Lute Kamstra  <lute@gnu.org>
11730
11731         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11732
11733 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11736
11737         * gnus-art.el: Don't autoload mail-extract-address-components.
11738
11739         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11740         eval-and-compile to evaluate it.
11741
11742         * hashcash.el: Don't autoload executable-find.
11743
11744         * nndb.el: Don't declare the nndb back end two or more times; don't
11745         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11746
11747         * nntp.el: Autoload format-spec instead of format; use
11748         eval-and-compile to evaluate autoload forms.
11749
11750 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11751
11752         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11753
11754 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11755
11756         * gnus.el (gnus-version-number): Bump version.
11757
11758 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11759
11760         * gnus.el: No Gnus v0.3 is released.
11761
11762 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11763
11764         * lpath.el (featurep): Bind show-nonbreak-escape.
11765
11766 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * gnus-art.el (gnus-article-edit-part): Disable undo.
11769
11770 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11773         gnus-article-date-lapsed-new-header is t if date timer is active;
11774         skip headers in which the original date value is empty.
11775         (gnus-article-save-original-date): Redefine it as a macro.
11776         (gnus-display-mime): Use it.
11777
11778 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * gnus-art.el (article-date-ut): Support converting date in
11781         forwarded parts as well.
11782         (gnus-article-save-original-date): New function.
11783         (gnus-display-mime): Use it.
11784
11785 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11786
11787         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11788         enclosure element of <item>.
11789
11790 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11791
11792         * message.el (message-kill-buffer-query): Renamed from
11793         `message-kill-buffer-query-if-modified'.  Added :version.
11794
11795 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11798         window layout.
11799
11800 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * mml.el: Autoload dnd when compiling.
11803
11804 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11807         x-dnd-*.
11808
11809 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * qp.el (quoted-printable-encode-region): Save excursion.
11812
11813 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11814
11815         * message.el (message-kill-buffer-query-if-modified): Add new variable
11816         so the user can kill a modified message buffer quickly.
11817         (message-kill-buffer): Use it.
11818
11819 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * lpath.el: Fbind display-time-event-handler; don't fbind
11822         string-to-multibyte.
11823
11824         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11825
11826 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11829         contained in text because xml.el decodes entities) with LFs.
11830
11831 2005-04-11  Lute Kamstra  <lute@gnu.org>
11832
11833         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11834         differently.
11835
11836 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11837
11838         * mm-util.el (mm-detect-coding-region): Typo.
11839
11840 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11843
11844 2005-04-06  Deepak Goel  <deego@gnufans.org>
11845
11846         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11847         user-function allow user modifications of the scores.
11848         (spam-stat-score-buffer-user): New function, to allow
11849         user-computed modifications to the score.
11850         (spam-stat-score-buffer-user-functions): List of additional
11851         scoring functions.
11852         (spam-stat-error-holder): Global temporary error holder.
11853         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11854         variable.
11855
11856 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11857
11858         * gnus-registry.el (gnus-registry-clean-empty-function)
11859         (gnus-registry-trim, gnus-registry-fetch-groups)
11860         (gnus-registry-delete-group): Groups that match
11861         `gnus-registry-ignored-groups' are removed from the registry
11862         entries, not just ignored for splitting.  This helps clean up the
11863         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11864         to get all the groups a message ID is in.
11865
11866         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11867         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11868         (spam-stat-score-buffer-user-functions): Add :number custom type.
11869
11870 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11873         argument in XEmacs.
11874
11875         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11876         (nnrss-request-group): Decode group name first.
11877         (nnrss-request-article): Make a text/plain article if mml-to-mime
11878         failed.
11879         (nnrss-get-encoding): Return a compatible encoding according to
11880         nnrss-compatible-encoding-alist.
11881         (nnrss-find-el): Use consp instead of listp.
11882         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11883
11884 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11887         which Emacs 20 doesn't support.
11888         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11889
11890 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11891
11892         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11893         silence the byte compiler inside the defun.
11894
11895         * gnus-demon.el (parse-time-string): Add autoload.
11896
11897         * gnus-delay.el (parse-time-string): Add autoload.
11898
11899         * gnus-art.el (parse-time-string): Add autoload.
11900
11901         * nnultimate.el (parse-time): Require for `parse-time-string'.
11902
11903 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11904
11905         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11906
11907         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11908
11909         * smime.el (smime-ldap-host-list): Add :version.
11910
11911 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11912
11913         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11914         pass it to `gnus-browse-read-group'.
11915         (gnus-browse-read-group): Add NUMBER argument and pass it to
11916         `gnus-group-read-ephemeral-group'.
11917
11918         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11919         argument and pass it to `gnus-group-read-group'.
11920
11921 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11922
11923         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11924         mm-xemacs-find-mime-charset-1 if we have the mule feature
11925         available at runtime.
11926
11927 2005-03-25  Werner Lemberg  <wl@gnu.org>
11928
11929         * nnmaildir.el: Replace `illegal' with `invalid'.
11930
11931 2005-03-23  Lute Kamstra  <lute@gnu.org>
11932
11933         * time-date.el: Add comment on time value formats.
11934         Don't require parse-time.
11935         (with-decoded-time-value): New macro.
11936         (encode-time-value): New function.
11937         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11938         (days-to-time): Return a valid time value when arg is huge.
11939         (time-since): Use time-subtract.
11940         (time-to-number-of-days): Use time-to-seconds.
11941
11942 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11943
11944         * gnus-start.el (gnus-display-time-event-handler):
11945         Check display-time-timer at runtime rather than only at load time
11946         in case display-time-mode is turned off in the mean time.
11947
11948 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11951         used.
11952
11953         * nneething.el (nneething-map-file-directory): Derive from
11954         `gnus-directory'.
11955
11956         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11957         the To/Cc button.
11958
11959 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11960
11961         * nnmaildir.el (nnmaildir-request-accept-article):
11962         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11963
11964 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11965
11966         * gnus-async.el: Require timer-funcs at compile time when in
11967         XEmacs for `run-with-idle-timer'.
11968
11969 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11970
11971         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11972         autoloaded function.
11973
11974 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11975
11976         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11977
11978 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11979
11980         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11981
11982 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11983
11984         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11985         gnus-expert-user to default.
11986
11987 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11988
11989         * nnimap.el (nnimap-open-server): Ditto.
11990
11991         * imap.el (imap-authenticate): Fix typo.
11992
11993 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11994
11995         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11996         buffer (since IMAP server might return FETCH response out of
11997         order, and the nntp buffer must be sorted).
11998
11999 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12000
12001         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12002         comparison on string.
12003
12004         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12005         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12006         (gnus-agent-summary-fetch-series): Modified to protect against
12007         gnus-agent-summary-fetch-group clearing processable flags.
12008         (gnus-agent-synchronize-group-flags): Update live group buffer as
12009         synchronization may occur due to the user toggle the plugged
12010         status.
12011         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12012         successfully downloaded.
12013         (gnus-agent-expire-group-1): Avoid using markers when the overview
12014         is in ascending order; greatly improves performance.
12015         (gnus-agent-regenerate-group): Use
12016         gnus-agent-synchronize-group-flags to reset read status in both
12017         gnus and server.
12018         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12019
12020 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * message.el: Don't autoload former message-utils variables.
12023         (message-strip-subject-trailing-was): Change doc string.
12024
12025         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12026         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12027         (nnweb-google-search): Add "hl=en" here.
12028         (nnweb-google-parse-1, nnweb-google-create-mapping):
12029         Don't hardcode URL.
12030
12031 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * message.el (message-get-reply-headers, message-followup):
12034         Mention related variables `message-use-followup-to' and
12035         `message-use-mail-followup-to', in the information buffer.
12036
12037         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12038         of broken groups(-beta).google.com.
12039
12040 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12041
12042         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12043         parameter to invoked gnus-request-move-article; remove the
12044         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12045         all at once instead of once per article.
12046         (gnus-summary-remove-process-mark): Accept a list of articles as
12047         well as a single article for processing.
12048
12049         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12050         parameter.
12051
12052         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12053
12054         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12055
12056         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12057         parameter.
12058
12059         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12060         parameter.
12061
12062         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12063         parameter and remove the gnus-sum-hint-move-is-internal variable.
12064
12065         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12066         parameter.
12067
12068         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12069         parameter.
12070
12071         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12072         parameter.
12073
12074         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12075
12076         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12077         parameter.
12078
12079         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12080         parameter.
12081
12082 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12083
12084         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12085         a more conservative way.
12086
12087 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12088
12089         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12090         buffer, so it moves the window's cursor.
12091
12092 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12093
12094         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12095         `mm-dissect-multipart' and receive the from field as an (optional)
12096         argument from `mm-dissect-multipart'.
12097         (mm-dissect-multipart): Receive the from field as an argument and
12098         pass it on when we call `mm-dissect-buffer' on MIME parts.
12099         Fixes verification/decryption of signed/encrypted MIME parts.
12100
12101 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12102
12103         * gnus-sum.el (gnus-summary-move-article): Set
12104         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12105         whatever it calls (right now, only nnimap-request-move article
12106         respects it).
12107
12108         * nnimap.el (nnimap-request-move-article): When
12109         gnus-sum-hint-move-is-internal is set, don't do the extra
12110         nnimap-request-article.
12111
12112 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12115
12116         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12117         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12118
12119         * gnus-sum.el (gnus-summary-caesar-message):
12120         Apply `gnus-treat-article' after rotation.
12121
12122         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12123         doc string.
12124
12125 2005-02-22  Simon Josefsson  <jas@extundo.com>
12126
12127         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12128         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12129         <arne@arnested.dk>.
12130         (encrypt): Add password-cache and password-cache-expiry as group
12131         members.
12132
12133 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12134
12135         * smime.el (smime-ldap-host-list): Doc fix.
12136         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12137         cache) password.
12138         (smime-sign-region): Use it.
12139         (smime-decrypt-region): Use it.
12140         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12141         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12142         fails.
12143         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12144         certificate from DER to PEM format rather than calling openssl.
12145
12146         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12147
12148         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12149         for signing/encryption.
12150
12151         * mml.el (mml-parse-1): Use them.
12152
12153 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12154
12155         * nnrss.el (nnrss-verbose): Removed.
12156         (nnrss-request-group): Use `nnheader-message' instead.
12157
12158 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12159
12160         * nnrss.el (nnrss-verbose): New variable.
12161         (nnrss-request-group): Make it say nnrss is requesting a group.
12162
12163 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12166         Handle news URL with given port correctly.
12167
12168 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12171         containing special characters.
12172
12173         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12174
12175         * mml.el (mime-to-mml): Ditto.
12176
12177         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12178         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12179         (rfc2047-decode-region): Quote decoded words containing special
12180         characters when rfc2047-quote-decoded-words-containing-tspecials
12181         is non-nil.
12182
12183 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12184
12185         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12186
12187         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12188
12189 2005-02-15  Simon Josefsson  <jas@extundo.com>
12190
12191         * nnimap.el (nnimap-debug): Doc fix.
12192
12193         * imap.el (imap-debug): Doc fix.
12194
12195 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12198
12199 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12200
12201         * gnus.el (spam-contents): Improve docs for spam-contents
12202         parameter in its variable incarnation.
12203
12204 2005-02-14  Simon Josefsson  <jas@extundo.com>
12205
12206         * smime-ldap.el: Use require instead of load-library for ldap.
12207         (smime-ldap-search): Indent.
12208         (smime-ldap-search-internal): Shorten line.
12209
12210         * smime.el (smime-cert-by-dns): Add doc-string.
12211         (smime-cert-by-ldap-1): Indent.
12212
12213         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12214         mml-smime-get-dns-ldap.
12215         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12216
12217 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12218
12219         * smime.el: Require smime-ldap.
12220         (smime-ldap-host-list): New variable.
12221         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12222
12223         * mml-smime.el (mml-smime-encrypt-query): New function.
12224         (mml-smime-encrypt-query): Use it.
12225
12226         * smime-ldap.el: New file.
12227
12228 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12231
12232 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12235         argument in doc string.  Make query for type more clear.
12236
12237 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * gnus.el (gnus-group-startup-message): Search for gnus images in
12240         etc/images/gnus.
12241         * mm-util.el (mm-image-load-path): Likewise.
12242         * smiley.el (smiley-data-directory): Search for smilies in
12243         etc/images/smilies.
12244
12245 2005-02-09  Kim F. Storm  <storm@cua.dk>
12246
12247         Change Emacs release version from 21.4 to 22.1 throughout.
12248         Change Emacs development version from 21.3.50 to 22.0.50.
12249
12250 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12253
12254         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12255         non-Mule XEmacs as well.
12256         (mm-decompress-buffer): Signal an error intentionally if it does
12257         not decompress compressed data because auto-compression-mode is
12258         disabled.
12259
12260 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12261
12262         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12263         an ID in the registry even if it has no groups.
12264
12265 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12268         merge it into mm-decompress-buffer.
12269         (gnus-mime-copy-part): Use the MIME part charset, the value which
12270         a user specified or gnus-newsgroup-charset for decoding, like
12271         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12272         save-buffer what was used.  Suggested by Kevin Ryde
12273         <user42@zip.com.au>.
12274         (gnus-mime-inline-part): Allow the name parameter as well as the
12275         filename parameter; force decompressing of compressed data; always
12276         display contents being not decoded as unibyte.
12277
12278         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12279         as well as the filename parameter.
12280
12281         * mm-util.el (mm-decompress-buffer): Merge
12282         gnus-mime-jka-compr-maybe-uncompress.
12283         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12284         of compressed data.
12285
12286 2005-02-08  Simon Josefsson  <jas@extundo.com>
12287
12288         * imap.el (imap-log): Doc fix.
12289
12290 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12293         the coding cookies; decompress compressed parts.
12294
12295         * mml.el (mml-generate-mime-1): Add the charset parameter according
12296         to the value which a user specified manually or the coding cookie.
12297
12298         * mm-util.el (mm-string-to-multibyte): New function.
12299         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12300         (mm-coding-system-to-mime-charset): New function.
12301         (mm-decompress-buffer): New function.
12302         (mm-find-buffer-file-coding-system): New function.
12303
12304         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12305         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12306         parts.
12307
12308 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12309
12310         * mm-view.el (mm-display-inline-fontify): Decode a part according
12311         to the charset parameter.
12312
12313 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12316         prefix arg is neither nil nor a number, as info specifies.
12317
12318 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12321         timestamps.
12322
12323 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12324
12325         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12326         groups error checking and notify user.
12327
12328 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12329
12330         * message.el (message-send-mail-function): Check existence of
12331         sendmail-program first before using default value
12332         `message-send-mail-with-sendmail'.  Otherwise use more generic
12333         `smtpmail-send-it'.
12334
12335 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * nntp.el (nntp-request-update-info): Always return nil.
12338
12339 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12340
12341         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12342
12343 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12344
12345         * message.el (message-beginning-of-line): Change the behavior when
12346         invoked between BOL and : so that it first moves backward.
12347
12348 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12351         article buffer when editing of the article is discarded.
12352         (gnus-article-prepare): Revert.
12353
12354 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * gnus-art.el (gnus-article-prepare):
12357         Remove message-strip-forbidden-properties from the local hook.
12358
12359 2005-01-27  Simon Josefsson  <jas@extundo.com>
12360
12361         * password.el (password-cache-add): Only start one timer per key.
12362         Reported by Derek Atkins <warlord@MIT.EDU>.
12363
12364 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12365
12366         * run-at-time.el: Removed.  It is no longer needed as
12367         timer-funcs.el in the xemacs-base package has a working version of
12368         `run-at-time'.
12369
12370         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12371
12372         * password.el: Require timer-funcs instead of run-at-time in
12373         XEmacs.
12374         Remove `password-run-at-time' macro.
12375         (password-cache-add): Use `run-at-time' instead of
12376         `password-run-at-time'.
12377
12378         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12379         Remove `nnheader-cancel-function-timers' alias,
12380         `cancel-function-timers' exists in XEmacs in timer-funcs.
12381
12382         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12383         for `run-with-idle-timer'.
12384
12385         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12386         for `run-at-time'.
12387
12388         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12389         for `with-timeout'.
12390
12391         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12392         the same as for XEmacs 21.4.
12393         No need to ignore `run-with-idle-timer', this function exists in
12394         XEmacs now in timer-funcs.el in the xemacs-base package.
12395         (dgnushack-compile): No need to delete
12396         run-at-time.el from the list of files to compile because it
12397         doesn't exist anymore.
12398
12399 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12402         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12403
12404 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12405
12406         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12407         sensitively.
12408
12409 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12410
12411         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12412
12413 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12416         which will be inserted according to the multibyteness of a buffer
12417         rather than the type of contents.  Suggested by ARISAWA Akihiro
12418         <ari@mbf.ocn.ne.jp>.
12419
12420         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12421         of string which old xml.el may return rather than a string.
12422
12423 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12426
12427 2005-01-16  Simon Josefsson  <jas@extundo.com>
12428
12429         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12430         idn/idna.el isn't available.
12431         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12432         <michael@waxrat.com>.
12433
12434         * hashcash.el: Remove non-FSF copyright header.
12435
12436         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12437         (hashcash-generate-payment): Use it.
12438         (hashcash-generate-payment-async): Use it.
12439
12440 2005-01-15  Simon Josefsson  <jas@extundo.com>
12441
12442         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12443         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12444
12445         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12446         gnus-summary-idna-message.
12447         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12448         (gnus-summary-idna-message): New function.
12449
12450 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12453         gnus-novice-user.
12454
12455 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * nnrss.el (nnrss-request-delete-group): Delete entries in
12458         nnrss-group-alist as well.
12459         (nnrss-save-server-data): Insert newline.
12460
12461 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * gnus.el (gnus-user-agent): Use list of symbols instead of
12464         symbols.  Display full version number for (S)XEmacs.  Optionally
12465         display (S)XEmacs codename.
12466
12467         * gnus-util.el (gnus-emacs-version): Update for new
12468         `gnus-user-agent'.
12469
12470         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12471         Gnus version.
12472
12473 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12476         which is unreadable in some setups.
12477
12478 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-spec.el (gnus-update-format-specifications): Flush the
12481         group format spec cache if it doesn't support decoded group names.
12482
12483 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12486         Allow to apply decay on score files matching a regexp.
12487
12488 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12491         compatibility in %g and %c.
12492
12493 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12496         name for only %g and %c.
12497         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12498         of gnus-tmp-group to decoded group name.
12499         (gnus-group-make-rss-group): Exclude `/'s from group names.
12500
12501 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * nnrss.el (nnrss-get-encoding): Fix regexp.
12504
12505 2004-12-27  Simon Josefsson  <jas@extundo.com>
12506
12507         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12508         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12509         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12510
12511 2004-12-17  Kim F. Storm  <storm@cua.dk>
12512
12513         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12514
12515         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12516
12517 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12518
12519         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12520
12521 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * nnrss.el: Require rfc2047 and mml.
12524         (nnrss-file-coding-system): New variable.
12525         (nnrss-format-string): Redefine it as an inline function.
12526         (nnrss-decode-group-name): New function.
12527         (nnrss-string-as-multibyte): Remove.
12528         (nnrss-retrieve-headers): Decode group name; don't use
12529         nnrss-format-string.
12530         (nnrss-request-group): Decode group name.
12531         (nnrss-request-article): Decode group name; allow a Message-ID as
12532         well as an article number; don't use nnrss-format-string; encode a
12533         Message-ID string which may contain non-ASCII characters; use
12534         mml-to-mime to compose a MIME article.
12535         (nnrss-request-expire-articles): Decode group name.
12536         (nnrss-request-delete-group): Decode group name.
12537         (nnrss-fetch): Clarify error message.
12538         (nnrss-read-server-data): Use insert-file-contents instead of load;
12539         bind file-name-coding-system; use multibyte buffer.
12540         (nnrss-save-server-data): Bind coding-system-for-write to the
12541         value of nnrss-file-coding-system; bind file-name-coding-system;
12542         add coding cookie.
12543         (nnrss-read-group-data): Use insert-file-contents instead of load;
12544         bind file-name-coding-system; use multibyte buffer.
12545         (nnrss-save-group-data): Bind coding-system-for-write to the
12546         value of nnrss-file-coding-system; bind file-name-coding-system.
12547         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12548         make it work with non-ASCII text.
12549         (nnrss-find-el): Make it work with old xml.el as well.
12550
12551 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12552
12553         * nnrss.el (nnrss-get-encoding): New function.
12554         (nnrss-fetch): Use unibyte buffer initially; bind
12555         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12556         decode contents according to the encoding attribute.
12557         (nnrss-save-group-data): Add coding cookie.
12558         (nnrss-mime-encode-string): New function.
12559         (nnrss-check-group): Use it to encode subject and author.
12560
12561 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12562
12563         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12564         imaginary variable.
12565
12566 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12569         correctly even if there are wide characters.
12570
12571 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12572
12573         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12574         downcased symbol names; make a new cache instead of reusing
12575         bbdb-hashtable.
12576
12577 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12580         concatenating segments rather than before concatenating them.
12581         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12582
12583         * message.el (message-get-reply-headers): Bind `extra'.
12584
12585 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12586
12587         * message.el (message-extra-wide-headers): New variable.
12588         (message-get-reply-headers): Use it.
12589
12590 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12593         (gnus-agent-group-pathname): Ditto.
12594
12595         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12596
12597         * gnus-group.el (gnus-group-make-group): Decode group name.
12598         (gnus-group-make-rss-group): Register the group data after opening
12599         the nnrss group.
12600
12601 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12602
12603         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12604         by expiry now get marked as read.
12605
12606 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12609
12610 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12611
12612         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12613         unify Latin characters in XEmacs.
12614         (mm-find-mime-charset-region): Use it.
12615
12616 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * gnus-util.el (gnus-delete-directory): New function.
12619
12620         * gnus-agent.el (gnus-agent-delete-group): Use it.
12621
12622         * gnus-cache.el (gnus-cache-delete-group): Use it.
12623
12624 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12627         names.
12628
12629 2004-12-16  Simon Josefsson  <jas@extundo.com>
12630
12631         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12632
12633 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12636
12637         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12638         (gnus-group-set-current-level): Decode group name.
12639
12640 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12641
12642         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12643         failed.
12644
12645 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * gnus-group.el (gnus-group-delete-group): Decode group name.
12648         (gnus-group-make-rss-group): Encode group name.
12649         (gnus-group-catchup-current): Decode group name.
12650         (gnus-group-kill-group): Decode group name.
12651
12652 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12653
12654         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12655
12656 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * gnus-group.el (gnus-group-make-rss-group):
12659         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12660
12661         * gnus-start.el (gnus-setup-news): Honor user's setting to
12662         gnus-message-archive-method.  Suggested by Lute Kamstra
12663         <lute@gnu.org>.
12664
12665 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12666
12667         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12668         global counterparts of the buffer-local variables.
12669
12670 2004-11-16  Romain Francoise  <romain@orebokech.com>
12671
12672         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12673         counterparts of the buffer-local variables.
12674
12675 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12676
12677         * message.el (message-forbidden-properties): Fixed typo in doc
12678         string.
12679
12680 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-util.el (gnus-replace-in-string): Added doc string.
12683
12684         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12685         to avoid problems when splitting mails with many recipients.
12686
12687 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12688
12689         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12690         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12691
12692 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12693
12694         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12695         if there is no hashtable in memory or file modification time is
12696         newer than cached timestamp.
12697
12698 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12701         not-matching option.
12702
12703 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12704
12705         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12706         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12707         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12708         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12709         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12710         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12711
12712 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * message.el (message-forward-make-body-mml): Remove headers
12715         according to message-forward-ignored-headers if a message is decoded.
12716
12717 2004-12-02  Romain Francoise  <romain@orebokech.com>
12718
12719         * message.el (message-forward-make-body-plain): Always remove
12720         headers according to message-forward-ignored-headers.
12721
12722 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12723
12724         * spam.el (spam-summary-prepare-exit): Remove the
12725         gnus-summary-limit pop for now, it has problems with ham marks for
12726         me.
12727
12728 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12729
12730         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12731         correctly.
12732
12733 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12734
12735         * format-spec.el (format-spec): Message the char.
12736
12737 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12738
12739         * gnus-art.el (gnus-split-methods): Reformat comments.
12740
12741         * spam.el (spam-summary-prepare-exit): Remove article limits
12742         before exiting the summary buffer.
12743
12744 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12747         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12748
12749         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12750         order to silence the byte compiler.
12751
12752         * spam.el: Fix the way to silence the byte compiler, which
12753         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12754         bbdb-search-simple, spam-BBDB-register-routine,
12755         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12756         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12757         spam-stat-buffer-is-spam, spam-stat-load,
12758         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12759         spam-stat-save and spam-stat-split-fancy.
12760
12761 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12764         which may confuse users.
12765         (canlock-password-for-verify): Ditto.
12766
12767         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12768
12769         * gnus-art.el (gnus-emphasis-alist): Ditto.
12770
12771         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12772
12773         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12774
12775         * gnus-start.el (gnus-save-killed-list): Ditto.
12776
12777         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12778         (gnus-sum-thread-tree-root): Ditto.
12779         (gnus-sum-thread-tree-false-root): Ditto.
12780         (gnus-sum-thread-tree-single-indent): Ditto.
12781
12782         * message.el (message-courtesy-message): Ditto.
12783         (message-archive-note): Ditto.
12784         (message-subscribed-address-file): Ditto.
12785         (message-user-fqdn): Ditto.
12786
12787         * spam-report.el (spam-report-gmane-regex): Ditto.
12788
12789         * spam.el (spam-blackhole-good-server-regex): Ditto.
12790
12791 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * mml.el (mml-preview): Widen the message buffer before copying
12794         the contents to the preview buffer; sort headers before previewing.
12795
12796         * message.el (message-hidden-headers): Fix the way to avoid a bug
12797         in the `repeat' widget in Emacs 21.3 or earlier.
12798
12799 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * message.el (message-hidden-headers): Default to "^References:".
12802         Improve customization type.  Suggested by Reiner Steib
12803         <Reiner.Steib@gmx.de>.
12804
12805 2004-11-25  Romain Francoise  <romain@orebokech.com>
12806
12807         * message.el (message-strip-forbidden-properties): Remove check for
12808         obsolete `message-hidden' text property, hidden headers are not
12809         accessible in the buffer anymore.
12810
12811 2004-11-22  Romain Francoise  <romain@orebokech.com>
12812
12813         * message.el (message-header-format-alist): Add `From' in list
12814         so that it can be sorted.
12815         (message-fix-before-sending): Widen and sort headers before
12816         sending.
12817         (message-hide-headers): Use narrowing to hide headers by moving
12818         them to the top of the buffer and narrowing to the region
12819         underneath.
12820
12821 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12822
12823         * message.el (message-strip-forbidden-properties): Bind
12824         buffer-read-only (etc) to nil.
12825
12826 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12829         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12830
12831 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12832
12833         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12834
12835 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12836
12837         * dns.el (query-dns): Use sit-for to time instead of
12838         accept-process-output, since that doesn't seem to work on udp
12839         sockets.
12840
12841 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12844
12845 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12846
12847         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12848         doc string.  Improve doc string.
12849
12850 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * nntp.el (nntp-request-update-info): Return nil if
12853         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12854         may not call gnus-activate-group which uselessly issues the GROUP
12855         commands for all nntp groups and wastes time.  Reported by Romain
12856         Francoise <romain@orebokech.com>.
12857
12858         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12859
12860 2004-11-15  Simon Josefsson  <jas@extundo.com>
12861
12862         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12863         headers separately.
12864         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12865         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12866
12867 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * gnus-start.el (gnus-convert-old-newsrc):
12870         Assign legacy-gnus-agent to 5.10.7.
12871
12872 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12873
12874         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12875         start of the lines.
12876
12877 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12878
12879         * hashcash.el (hashcash-default-payment): Change default to 20.
12880         (hashcash-default-accept-payment): Change default to 20.
12881         (hashcash-process-alist): New variable.
12882         (hashcash-generate-payment-async): Add.
12883         (hashcash-already-paid-p): Add.
12884         (hashcash-insert-payment): Don't generate payments twice.
12885         (hashcash-insert-payment-async): Add.
12886         (hashcash-insert-payment-async-2): Add.
12887         (hashcash-cancel-async): Add.
12888         (hashcash-wait-async): Add.
12889         (hashcash-processes-running-p): Add.
12890         (hashcash-wait-or-cancel): Add.
12891         (mail-add-payment): New optional argument.  Conditionally start
12892         asynchronous calculation.
12893         (mail-add-payment-async): Add.
12894
12895         * message.el (message-send-mail): Wait for asynchronous hashcash
12896         results.  Don't clobber existing X-Hashcash headers.
12897         (message-setup-1): Call mail-add-payment-async when
12898         message-generate-hashcash is non-nil.
12899
12900 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12901
12902         * message.el (message-use-alternative-email-as-from): Examine the
12903         From header as well; use message-make-from in order to include a
12904         user's full name.
12905
12906 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12909         default; improve customization type.
12910         (gnus-emphasis-custom-with-format): New macro.
12911         (gnus-emphasis-custom-value-to-external): New function.
12912         (gnus-emphasis-custom-value-to-internal): New function.
12913
12914 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12915
12916         * dns.el (query-dns): Resolve reverse addresses.
12917
12918 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12919
12920         * gnus-group.el (gnus-group-get-new-news): Use it.
12921
12922         * gnus-start.el (gnus-check-reasonable-setup): New function.
12923
12924 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12925
12926         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12927         "Args out of range" error.  Reported by Arnaud Giersch
12928         <arnaud.giersch@free.fr>.
12929
12930 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12931
12932         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12933
12934 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12935
12936         * spam.el (spam group): Add :version.
12937
12938         * pgg-def.el (pgg group): Add :version.
12939
12940 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-art.el (gnus-article-edit-article): Don't associate the
12943         article buffer with a draft file.  This is a temporary measure
12944         against the 2004-08-22 change to gnus-article-edit-mode.
12945
12946 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12949         (html2text-format-tags): Remove unused variable `attr'.
12950
12951 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12954
12955         * tls.el (tls-process-connection-type, tls-success)
12956         (tls-certtool-program): Add :version.
12957
12958         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12959         (starttls-extra-arguments, starttls-process-connection-type)
12960         (starttls-connect, starttls-failure, starttls-success): Add :version.
12961
12962         * spam-stat.el (spam-stat): Add :version.
12963
12964         * sieve.el (sieve): Add :version.
12965
12966         * sha1.el (sha1): Add :version.
12967         (sha1-use-external): Remove redundant version.
12968
12969         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12970         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12971         (nnmail-split-fancy-match-partial-words)
12972         (nnmail-split-lowercase-expanded): Add :version.
12973
12974         * nndiary.el (nndiary): Add :version.
12975
12976         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12977
12978         * mml-sec.el (mml-default-sign-method)
12979         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12980         Add :version.
12981
12982         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12983
12984         * mm-url.el (mm-url-use-external, mm-url-program)
12985         (mm-url-arguments): Add :version.
12986
12987         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12988         (mm-attachment-file-modes, mm-decrypt-option)
12989         (mm-w3m-safe-url-regexp): Add :version.
12990
12991         * message.el (message-cite-prefix-regexp)
12992         (message-sendmail-envelope-from, message-minibuffer-local-map)
12993         (message-user-fqdn, message-completion-alist): Add :version.
12994
12995         * gnus-win.el (gnus-configure-windows-hook)
12996         (gnus-use-frames-on-any-display): Add :version.
12997
12998         * gnus-art.el (gnus-article-address-banner-alist)
12999         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13000         (gnus-treat-from-picon, gnus-treat-mail-picon)
13001         (gnus-treat-x-pgp-sig): Add :version.
13002
13003         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13004         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13005         (gnus-summary-article-delete-hook)
13006         (gnus-summary-display-while-building): Add :version.
13007
13008         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13009         (gnus-get-top-new-news-hook): Add :version.
13010
13011         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13012         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13013
13014         * gnus-registry.el (gnus-registry): Add :version.
13015
13016         * gnus-spec.el (gnus-use-correct-string-widths)
13017         (gnus-make-format-preserve-properties): Add :version.
13018
13019         * gnus.el (gnus-group-charter-alist)
13020         (gnus-group-fetch-control-use-browse-url)
13021         (gnus-install-group-spam-parameters): Add :version.
13022
13023         * gnus-diary.el (gnus-diary): Add :version.
13024
13025         * gnus-delay.el (gnus-delay): Add :version.
13026
13027         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13028         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13029         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13030         Add :version.
13031
13032         * gnus-agent.el (gnus-agent-max-fetch-size)
13033         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13034         (gnus-agent-prompt-send-queue): Add :version.
13035
13036         * deuglify.el (gnus-outlook-deuglify): Add :version.
13037
13038         * html2text.el: Beautify code.  Improve doc strings.  Some
13039         checkdoc cleanup.
13040         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13041
13042 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13043
13044         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13045
13046 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13047
13048         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13049         when package is loaded.
13050
13051         * spam.el (spam-summary-score-preferred-header): Add global preference
13052         for people who want to override the default SpamAssassin over
13053         Bogofilter preference (when both are set).
13054         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13055         (spam-user-format-function-S): Check
13056         spam-summary-score-preferred-header.
13057         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13058         (spam-user-format-function-S): Format the score correctly.
13059
13060 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13061
13062         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13063         signature file.  Suggested by Manoj Srivastava
13064         <srivasta@golden-gryphon.com>.
13065
13066         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13067         iso-2022-jp even in the Japanese language environment.
13068         Suggested by Jason Rumney <jasonr@gnu.org>.
13069
13070 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13073         use the same characters as the dummy marks; make it free from
13074         getting affected by the language environment.
13075         (gnus-summary-read-group-1): Update mark positions only when the
13076         format spec is updated.
13077
13078         * gnus-spec.el (gnus-update-format-specifications): Return a list
13079         of updated types.
13080
13081 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13084         of boundp to check if display-warning is available.
13085
13086 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13087
13088         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13089
13090 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * nnspool.el (nnspool-spool-directory): Use news-path if the
13093         news-directory variable is not bound.
13094
13095         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13096         function instead of display-warning if it is not available.
13097
13098 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13099
13100         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13101         v5-10: Use `point-at-bol'.
13102
13103 2004-10-26  Simon Josefsson  <jas@extundo.com>
13104
13105         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13106         <chenggao@gmail.com>.
13107
13108 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13111         instead.
13112
13113 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13114
13115         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13116         to remove a server from the nnimap-server-buffer-alist.
13117         (nnimap-open-connection, nnimap-close-server): Use it.
13118
13119         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13120
13121 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13124         running the major-mode function.
13125
13126 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13129         dummy marks in the right way.
13130
13131 2004-10-18  David Edmondson  <dme@dme.org>
13132
13133         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13134         excessively.
13135
13136 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13137
13138         * gnus-util.el (gnus-split-references): Accept a nil references
13139         string and go on blissfully.
13140
13141         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13142         cases where the references string is non-nil but has no references.
13143
13144         * encrypt.el: Add autoload tags.
13145
13146         * spam.el (spam-resolve-registrations-routine): Remove article
13147         from unregistration list too.  Reported by David Hanak
13148         <dhanak@isis.vanderbilt.edu>
13149
13150 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13153         nil.  Changed custom type.
13154
13155 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13158
13159         * gnus-sum.el (gnus-summary-move-article): Use it.
13160
13161 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13162
13163         * encrypt.el: Add autoload cookies.
13164
13165         * spam.el (spam-backend-article-list-property)
13166         (spam-backend-get-article-todo-list)
13167         (spam-backend-put-article-todo-list)
13168         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13169         Resolve registrations separately.
13170         (spam-register-routine): Format comments.
13171         (spam-unregister-routine, spam-register-routine): Always call with
13172         specific-articles, no default list.
13173         (spam-summary-prepare-exit): Use the spam-classifications function.
13174
13175         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13176         gnus-encrypt.el.
13177
13178         * encrypt.el: Copied from gnus-encrypt.el.
13179
13180         * gnus-encrypt.el: Commented that it's obsolete.
13181
13182 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13183
13184         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13185         (gnus-score-save): Use it.
13186
13187         * message.el (message-bury): Use `window-dedicated-p'.
13188
13189 2004-10-15  Simon Josefsson  <jas@extundo.com>
13190
13191         * pop3.el (top-level): Don't require nnheader.
13192         (pop3-read-timeout): Add.
13193         (pop3-accept-process-output): Add.
13194         (pop3-read-response, pop3-retr): Use it.
13195
13196 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13197
13198         * spam.el (spam-register-routine): Move comment.
13199         (spam-verify-bogofilter): Use 'unknown for the initial
13200         spam-bogofilter-valid state, not 'never.
13201
13202         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13203         for netrc-machine.
13204
13205         * nnimap.el (nnimap-open-connection): Use
13206         netrc-machine-user-or-password.
13207
13208 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13209
13210         * gnus-registry.el (gnus-registry-unload-hook):
13211         Set as a variable with add-hook.
13212
13213         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13214         of news-path.
13215
13216         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13217
13218         * spam.el: Delete duplicate `provide'.
13219         (spam-unload-hook): Set as a variable with add-hook.
13220
13221 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13224         in the doc string.
13225
13226         * message.el (message-ignored-news-headers)
13227         (message-ignored-supersedes-headers)
13228         (message-ignored-resent-headers)
13229         (message-forward-ignored-headers): Improve custom type.
13230
13231 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * message.el (message-tokenize-header): Fix 2004-09-06 change
13234         which used point-min in the wrong place.
13235
13236 2004-10-12  Simon Josefsson  <jas@extundo.com>
13237
13238         * tls.el (tls-certtool-program): New variable.
13239         (tls-certificate-information): New function, based on
13240         ssl-certificate-information.
13241
13242 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * compface.el: Move the version of ELisp-based uncompface program
13245         to the contrib directory because of the copyright problem.
13246
13247 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * message.el (message-kill-buffer): Raise the current frame.
13250
13251 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13252
13253         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13254
13255         * gnus.el (message-y-or-n-p): Autoload.
13256
13257         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13258         (pop3-password-required, pop3-authentication-scheme)
13259         (pop3-leave-mail-on-server): Made customizable.
13260         (pop3): New custom group.
13261         (pop3-retr): Remove `sleep-for' statements.
13262         Suggested by Dave Love <fx@gnu.org>.
13263
13264         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13265         Windows/DOS.
13266
13267         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13268         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13269         Dave Love <fx@gnu.org>.
13270
13271         * mml.el (mml-minibuffer-read-disposition): Require match.
13272         Suggested by Dave Love <fx@gnu.org>.
13273
13274 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13277         doc string.
13278
13279 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13280
13281         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13282
13283 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13284
13285         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13286         instead of calling `mm-insert-inline', to decode text/* parts
13287         before displaying them.
13288
13289 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * mm-uu.el (mm-uu-text-plain-type): New variable.
13292         (mm-uu-pgp-signed-extract-1): Use it.
13293         (mm-uu-pgp-encrypted-extract-1): Use it.
13294         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13295         bind mm-uu-text-plain-type with that value.
13296         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13297         mm-uu-dissect.
13298
13299 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * gnus-group.el (gnus-update-group-mark-positions):
13302         * gnus-sum.el (gnus-update-summary-mark-positions):
13303         * message.el (message-check-news-body-syntax):
13304         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13305         of string-as-multibyte.
13306
13307 2004-10-05  Juri Linkov  <juri@jurta.org>
13308
13309         * gnus-group.el (gnus-update-group-mark-positions):
13310         * gnus-sum.el (gnus-update-summary-mark-positions):
13311         * message.el (message-check-news-body-syntax):
13312         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13313         8-bit unibyte values to a multibyte string for search functions.
13314
13315 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13318         (mm-uu-dissect-text-parts): New function.
13319
13320         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13321         dissect text parts.
13322
13323         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13324         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13325
13326         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13327
13328         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13329         gnus-current-topics instead of gnus-current-topic.
13330
13331 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13332
13333         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13334
13335 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13336
13337         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13338         where approriate.
13339
13340         * nnml.el (nnml-generate-active-info): do.
13341
13342         * nndiary.el (nndiary-generate-active-info): do.
13343
13344         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13345         (gnus-topic-move): do.
13346
13347         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13348         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13349
13350         * gnus-srvr.el (gnus-server-prepare)
13351         (gnus-server-open-all-servers): do.
13352
13353         * gnus-msg.el (gnus-summary-cancel-article)
13354         (gnus-summary-resend-message)
13355         (gnus-summary-mail-crosspost-complaint): do.
13356
13357         * gnus-move.el (gnus-change-server): do.
13358
13359         * gnus-group.el (gnus-group-unmark-all-groups)
13360         (gnus-group-set-current-level): do.
13361
13362 2004-10-04  Simon Josefsson  <jas@extundo.com>
13363
13364         * message.el (message-generate-hashcash): Doc fix.
13365
13366 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13367
13368         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13369         avoid infinite recursion via gnus-get-function.
13370
13371 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13372
13373         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13374
13375         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13376
13377         * nnmail.el (nnmail-split-history): do.
13378
13379         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13380         (nnml-request-delete-group): do.
13381
13382         * nnslashdot.el (nnslashdot-read-groups): do.
13383
13384         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13385         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13386
13387         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13388         (nnspool-sift-nov-with-sed): Use last.
13389         (nnspool-retrieve-headers-with-nov): Use mapc.
13390         (nnspool-request-newgroups): Use dolist.
13391         (nnspool-request-group): Use last.
13392
13393         * nntp.el (nntp-read-server-type): Use dolist.
13394
13395         * nnvirtual.el (nnvirtual-create-mapping)
13396         (nnvirtual-update-read-and-marked): Use dolist.
13397         (nnvirtual-convert-headers): Simplify.
13398
13399 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13400
13401         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13402         support for sync'ing tick marks.
13403
13404 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13407         there's no visible header.
13408
13409 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13410
13411         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13412         necessary, pass full group name to gnus-request-set-marks.
13413
13414 2004-10-01  Simon Josefsson  <jas@extundo.com>
13415
13416         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13417         acroread.
13418
13419 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13420
13421         * spam-report.el (spam-report-gmane): Fix interactive.
13422
13423         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13424
13425         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13426         when writing file.
13427         (gnus-agent-synchronize-flags): Don't default to being
13428         interactive.
13429
13430 2004-09-30  Simon Josefsson  <jas@extundo.com>
13431
13432         * message.el (message-generate-hashcash): Add.
13433         (message-send-mail): Use it, call mail-add-payment.
13434
13435 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13436
13437         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13438
13439 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13440
13441         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13442         gnus-requst-update-info with explicit code to sync the in-memory
13443         info read flags with the marks being sync'd to the backend.
13444
13445         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13446
13447 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13448
13449         * spam.el (spam-verify-bogofilter): Add new function.
13450         (spam-check-bogofilter)
13451         (spam-bogofilter-register-with-bogofilter): Use it.
13452         (spam-verify-bogofilter): Add small fixes.
13453
13454 2004-09-28  Simon Josefsson  <jas@extundo.com>
13455
13456         * hashcash.el (hashcash-generate-payment): Revert.
13457
13458 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13459
13460         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13461         gnus-extract-references instead of gnus-split-references.
13462
13463         * gnus-util.el (gnus-extract-references): Add new function, analogous
13464         to gnus-split-references but extracts only the message-ID without
13465         anything extra.
13466
13467         * hashcash.el (hashcash-generate-payment)
13468         (hashcash-check-payment): Do the right thing if hashcash-path is
13469         nil (because the hashcash program could not be found).
13470
13471         * spam.el (spam-use-hashcash): Remove comment.
13472
13473 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13474
13475         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13476         (gnus-cache-enter-article, gnus-cache-remove-article)
13477         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13478
13479         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13480
13481         * gnus-art.el (article-hide-boring-headers)
13482         (article-translate-strings, article-display-face)
13483         (gnus-article-mime-match-handle-first)
13484         (gnus-article-highlight-headers)
13485         (gnus-article-add-buttons-to-head): do.
13486
13487 2004-09-27  Simon Josefsson  <jas@extundo.com>
13488
13489         * hashcash.el: New version, from
13490         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13491         ../contrib/.
13492
13493 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13496
13497 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13498
13499         * gnus-dup.el (gnus-dup-open): Use mapc.
13500         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13501
13502         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13503         Reported by Stefan Wiens <s.wi@gmx.net>.
13504
13505         * gnus.el (gnus-shutdown): Use dolist.
13506
13507         * gnus-undo.el (gnus-undo): Use mapc.
13508
13509         * nnrss.el (nnrss-generate-active): do.
13510
13511         * message.el (message-cite-original-without-signature)
13512         (message-cite-original): Use mapc.
13513         (message-do-actions, message-make-forward-subject): Use dolist.
13514
13515 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13516
13517         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13518         deletion to remove entire duplicate line.  Fixes merged article
13519         number bug.
13520
13521 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13522
13523         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13524         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13525         first ask if you want to open a server and then, even when you
13526         responded with no, asking if you want to synchronize the server's
13527         flags.
13528         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13529         multi-line expressions.
13530         (gnus-agent-synchronize-group-flags): New internal function.
13531         Updates marks in memory (in the info structure) AND in the
13532         backend.
13533
13534         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13535
13536         * nnagent.el (nnagent-request-set-mark): Use
13537         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13538         method, to ensure that synchronization updates marks in the
13539         backend and in the info (in memory) structure.
13540
13541 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13544         convention fully; don't miss the root article of a thread; make
13545         the X-Draft-From header with correct article numbers.
13546
13547 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13548
13549         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13550         unless plugged.  Disable the agent so that an open failure causes
13551         an error.
13552
13553         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13554         Reverted 2004-09-21 change.  The backend must be opened while
13555         synchronizing flags even when the backend stores the flags
13556         locally.
13557
13558 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13561         in `header' match.  Reported by Svend Tollak Munkejord.
13562
13563         * message.el (message-cite-original): Fix use of
13564         `message-cite-articles-with-x-no-archive'.
13565
13566 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13569         (gnus-window-to-buffer): Ditto.
13570
13571         * mml.el (mml-preview-buffer): New variable.
13572         (mml-preview): Manage window layout with gnus-buffer-configuration.
13573
13574         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13575         X-Draft-From header even if those articles aren't quoted.
13576
13577 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13578
13579         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13580         (gnus-request-set-mark, gnus-request-update-mark): Use new
13581         g-s-t-u-l-m to decide to use backend even when unplugged.
13582
13583 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13586         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13587
13588 2004-09-20  Simon Josefsson  <jas@extundo.com>
13589
13590         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13591         "utf-16-le".
13592
13593 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13594
13595         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13596
13597 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * uudecode.el (uudecode-use-external): Add :version.
13600
13601         * smime.el (smime-CA-file, smime-encrypt-cipher)
13602         (smime-dns-server): Add :version.
13603
13604         * smiley.el (gnus-smiley-file-types): Add :version.
13605
13606         * sha1.el (sha1-use-external): Add :version.
13607
13608         * pgg-def.el (pgg-query-keyserver): Add :version.
13609
13610         * nnmail.el (nnmail-fancy-expiry-targets)
13611         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13612         Add :version.
13613
13614         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13615         (nnimap-retrieve-groups-asynchronous): Add :version.
13616         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13617
13618         * mml.el (mml-content-disposition-parameters)
13619         (mml-insert-mime-headers-always): Add :version.
13620
13621         * mm-util.el (mm-coding-system-priorities): Add :version.
13622
13623         * mm-decode.el (mm-inline-text-html-with-images)
13624         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13625         (mm-verify-option): Add :version.
13626         (mm-text-html-renderer): Change :version.
13627
13628         * message.el (message-fcc-externalize-attachments)
13629         (message-required-headers, message-draft-headers)
13630         (message-subject-trailing-was-query)
13631         (message-subject-trailing-was-ask-regexp)
13632         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13633         (message-mark-insert-end, message-archive-header)
13634         (message-archive-note, message-cross-post-default)
13635         (message-cross-post-note, message-followup-to-note)
13636         (message-cross-post-note-function, message-use-mail-followup-to)
13637         (message-subscribed-address-functions)
13638         (message-subscribed-address-file, message-subscribed-addresses)
13639         (message-subscribed-regexps, message-allow-no-recipients)
13640         (message-yank-cited-prefix, message-signature-insert-empty-line)
13641         (message-hidden-headers, message-hierarchical-addresses)
13642         (message-mail-user-agent, message-use-idna)
13643         (message-valid-fqdn-regexp)
13644         (message-strip-special-text-properties, message-header-synonyms)
13645         (message-beginning-of-line, message-tab-body-function): Add :version.
13646         (message-insert-canlock, message-wide-reply-confirm-recipients):
13647         Change :version.
13648
13649         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13650         and :version.
13651         (mail-source-delete-old-incoming-confirm)
13652         (mail-source-movemail-program): Add :version.
13653
13654         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13655         (gnus-agent-cache, gnus-agent): Change :version.
13656
13657         * gnus-util.el (gnus-use-byte-compile): Change :version.
13658
13659         * gnus-sum.el (gnus-summary-make-false-root-always)
13660         (gnus-summary-default-high-score)
13661         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13662         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13663         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13664         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13665         (gnus-sum-thread-tree-single-indent)
13666         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13667         (gnus-sum-thread-tree-leaf-with-other)
13668         (gnus-sum-thread-tree-single-leaf): Add :version.
13669         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13670         (gnus-article-loose-mime): Change :version.
13671
13672         * gnus-start.el (gnus-backup-startup-file)
13673         (gnus-save-startup-file-via-temp-buffer): Add :version.
13674
13675         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13676         (gnus-server-offline-face): Add :version.
13677
13678         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13679
13680         * gnus-msg.el (gnus-gcc-externalize-attachments)
13681         (gnus-debug-files, gnus-debug-exclude-variables)
13682         (gnus-discouraged-post-methods): Change :version.
13683         (gnus-confirm-mail-reply-to-news)
13684         (gnus-confirm-treat-mail-like-news): Add :version.
13685
13686         * gnus-int.el (gnus-server-unopen-status): Add :version.
13687
13688         * gnus-group.el (gnus-group-jump-to-group-prompt)
13689         (gnus-large-ephemeral-newsgroup)
13690         (gnus-fetch-old-ephemeral-headers): Add :version.
13691
13692         * gnus-fun.el (gnus-x-face-directory)
13693         (gnus-convert-pbm-to-x-face-command)
13694         (gnus-convert-image-to-x-face-command)
13695         (gnus-convert-image-to-face-command): Add :version.
13696
13697         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13698
13699         * gnus-cite.el (gnus-cite-blank-line-after-header)
13700         (gnus-article-boring-faces): Add :version.
13701
13702         * gnus-art.el (gnus-buttonized-mime-types)
13703         (gnus-inhibit-mime-unbuttonizing)
13704         (gnus-treat-display-face)
13705         (gnus-treat-body-boundary): Change :version.
13706         (gnus-body-boundary-delimiter, gnus-picon-databases)
13707         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13708         (gnus-treat-date-english, gnus-treat-fold-headers)
13709         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13710         (gnus-treat-mail-picon, gnus-treat-wash-html)
13711         (gnus-article-encrypt-protocol)
13712         (gnus-use-idna, gnus-article-over-scroll)
13713         (gnus-mime-display-multipart-alternative-as-mixed)
13714         (gnus-mime-display-multipart-related-as-mixed)
13715         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13716         (gnus-ctan-url, gnus-button-ctan-handler)
13717         (gnus-button-handle-ctan-bogus-regexp)
13718         (gnus-button-ctan-directory-regexp)
13719         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13720         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13721         (gnus-button-man-level, gnus-button-emacs-level)
13722         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13723
13724         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13725         (gnus-agent-go-online): Change :version.
13726         (gnus-agent-expire-unagentized-dirs)
13727         (gnus-agent-auto-agentize-methods): Add :version.
13728
13729         * flow-fill.el (fill-flowed-display-column)
13730         (fill-flowed-encode-column): Add :version.
13731
13732         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13733         (gnus-outlook-deuglify-unwrap-max)
13734         (gnus-outlook-deuglify-cite-marks)
13735         (gnus-outlook-deuglify-unwrap-stop-chars)
13736         (gnus-outlook-deuglify-no-wrap-chars)
13737         (gnus-outlook-deuglify-attrib-cut-regexp)
13738         (gnus-outlook-deuglify-attrib-verb-regexp)
13739         (gnus-outlook-deuglify-attrib-end-regexp)
13740         (gnus-outlook-display-hook): Add :version.
13741
13742         * binhex.el (binhex-use-external): Add :version.
13743
13744 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13747         and `invisible'.
13748
13749 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13750
13751         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13752         in gnus-registry-trim.
13753
13754 2004-09-13  Simon Josefsson  <jas@extundo.com>
13755
13756         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13757
13758         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13759
13760         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13761         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13762         <yamaoka@jpl.org>.
13763         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13764         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13765         <yamaoka@jpl.org>.
13766
13767         * sieve.el (sieve-manage-mode): Ditto.
13768
13769 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13772
13773 2004-09-11  Simon Josefsson  <jas@extundo.com>
13774
13775         * dns-mode.el: Add.
13776
13777         * mm-view.el (mm-display-dns-inline): Add.
13778
13779         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13780         (mm-automatic-display): Ditto.
13781
13782         * mailcap.el (mailcap-mime-data): Add text/dns.
13783         (mailcap-mime-extensions): Map .soa to text/dns.
13784
13785 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13786
13787         * gnus-art.el (article-decode-mime-words, article-babel)
13788         (gnus-article-highlight-signature, gnus-article-add-buttons)
13789         (gnus-signature-toggle): Remove unnecessary bindings of
13790         `inhibit-read-only' inherited from v5.10 merge.
13791
13792 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13793
13794         * nntp.el (nntp): New customization group.
13795         (nntp-authinfo-file): Add customization group.
13796
13797         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13798
13799         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13800
13801         * gnus.el (to-address, to-list, subscribed)
13802         (large-newsgroup-initial): Ditto.
13803
13804         * flow-fill.el (fill-flowed-display-column)
13805         (fill-flowed-encode-column): Ditto.
13806
13807 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13808
13809         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13810         Use point-min rather than 1.
13811         (message-send-mail): Use buffer-size rather than point-max.
13812
13813         * gnus-sum.el (gnus-summary-search-article-forward):
13814         Signal a specific `search-failed' rather than a generic `error'.
13815
13816         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13817         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13818         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13819
13820 2004-09-10  Simon Josefsson  <jas@extundo.com>
13821
13822         * nndb.el (require): Remove tcp and duplicate cl.
13823
13824 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * gnus-agent.el (directory-files-and-attributes): Move forward.
13827
13828 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13829
13830         * gnus-agent.el (directory-files-and-attributes): Optionally
13831         defined to support XEmacs.
13832
13833 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13834
13835         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13836         to avoid run-time CL dependencies.
13837         (gnus-agent-unfetch-articles): New function.
13838         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13839         article numbers even when local .overview file is missing.
13840         (gnus-agent-read-article-number): New function.  Only accepts
13841         27-bit article numbers.
13842         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13843         gnus-agent-read-article-number.
13844         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13845         from backend while recognizing that article numbers in .overview
13846         must be valid.
13847         (gnus-agent-update-files-total-fetched-for): Use
13848         directory-files-and-attributes to improve performance.
13849         * gnus-int.el (gnus-request-move-article): Use
13850         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13851         improve performance.
13852
13853         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13854         some users confused by references to .newsrc when they only have a
13855         .newsrc.eld file.
13856         (gnus-convert-mark-converter-prompt)
13857         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13858         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13859         New function.  Used internally to only display 'gnus converting
13860         files' message when actually necessary.
13861
13862         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13863         methods now autoloaded.
13864
13865 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13868         identifiers.
13869
13870 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13871
13872         * gnus-picon.el: Fix indentation and closing parenthesis.
13873
13874 2004-09-01  Simon Josefsson  <jas@extundo.com>
13875
13876         * message.el (message-canlock-generate): Require sha1, not
13877         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13878         to require within a function.  Sadly, if sha1.el isn't loaded, the
13879         let binding in m-c-g will hide the defcustom definition, which is
13880         bad.)
13881
13882         * canlock.el: Require sha1, not sha1-el.
13883
13884         * message.el: Don't autoload sha1 (there is a autoload cookie in
13885         sha1.el).
13886
13887         * sha1-el.el: Renamed to sha1.el.
13888
13889 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13890
13891         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13892
13893 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13894
13895         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13896
13897 2004-08-30  Kim F. Storm  <storm@cua.dk>
13898
13899         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13900
13901         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13902         Add :group 'nnimap.
13903
13904 2004-08-30  Andreas Schwab  <schwab@suse.de>
13905
13906         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13907         ?* and ?\;.
13908
13909         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13910         and ?\' to symbol instead of whitespace.
13911
13912 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13915
13916         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13917         instead of re-search-forward.
13918
13919         * gnus-uu.el (gnus-uu-save-article): Ditto.
13920         (gnus-uu-post-encode-uuencode): Ditto.
13921
13922         * html2text.el (html2text-clean-list-items): Ditto.
13923         (html2text-clean-dtdd): Ditto.
13924         (html2text-format-tags): Ditto.
13925
13926         * message.el (message-send-mail-with-sendmail): Fix regexp.
13927         (message-fill-field-general): Use search-forward instead of
13928         re-search-forward.
13929         (unbold-region): Ditto.
13930
13931         * nnrss.el (nnrss-request-article): Ditto.
13932
13933         * nnslashdot.el (nnslashdot-request-article): Ditto.
13934
13935         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13936
13937         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13938         "Unrecognized menu descriptor" error in XEmacs.
13939
13940 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13941
13942         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13943         parent article of a sparse article in the thread hashtb.
13944
13945 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13946
13947         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13948         (nnmail-expand-newtext): Lowercase expanded entries if
13949         nnmail-split-lowercase-expanded is non-nil.
13950
13951 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13954
13955         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13956         of gnus-tmp-news-method into string under XEmacs.  It will be
13957         passed to gnus-correct-length which takes only a string argument.
13958
13959 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-util.el (gnus-bind-print-variables): New macro.
13962         (gnus-prin1): Use it.
13963         (gnus-prin1-to-string): Use it.
13964         (gnus-pp): New function.
13965         (gnus-pp-to-string): New function.
13966
13967         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13968         Replace pp-to-string with gnus-pp-to-string.
13969         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13970         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13971         * gnus-msg.el (gnus-debug): Ditto.
13972         * gnus-score.el (gnus-score-save): Ditto.
13973         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13974         gnus-pp-to-string.
13975         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13976         with gnus-pp.
13977         * score-mode.el (gnus-score-pretty-print): Ditto.
13978         * webmail.el (webmail-debug): Ditto.
13979
13980 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * gnus-art.el (article-display-face, article-display-x-face):
13983         Use buffer-read-only.
13984
13985 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * gnus-art.el (article-hide-list-identifiers):
13988         Bind inhibit-read-only as t.
13989
13990 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13993
13994 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13995
13996         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13997         (gnus-narrow-to-page): Don't assume point-min == 1.
13998         (gnus-article-edit-mode): Derive from message-mode.
13999
14000         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14001         point-min == 1.
14002
14003         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14004         Disable incorrect use of `assert'.
14005
14006         * message.el (message-mode): Set comment-start-skip.
14007
14008
14009 2004-08-22  Sam Steingold  <sds@gnu.org>
14010
14011         * pop3.el (pop3-leave-mail-on-server): New user variable.
14012         (pop3-movemail): Delete mail only when it is nil.
14013
14014 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14015
14016         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14017
14018         * mml.el (mml-preview): Use `pop-to-buffer'.
14019
14020         * message.el (message-goto-mail-followup-to): Insert after "To".
14021         (message-carefully-insert-headers): Add comment.
14022
14023         * gnus.el: Remove unused variable `gnus-article-check-size'.
14024
14025         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14026
14027         * gnus-art.el (gnus-button-alist): Improve
14028         `gnus-button-handle-library' entry.
14029
14030 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14031
14032         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14033         downcase, since XEmacs capitalizes error messages differently.
14034
14035 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14036
14037         * nntp.el: Add (require 'gnus) due to reference to
14038         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14039
14040 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14041
14042         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14043         `mm-fill-flowed'.
14044
14045         * mm-decode.el (mm-dissect-singlepart): Check it.
14046
14047 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14048
14049         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14050         'imap' for netrc parsing.
14051
14052 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14053
14054         * mailcap.el (mailcap-mime-data): Mark as risky.
14055
14056 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14059         may be included in the encoded word.
14060         (rfc2047-encode): Don't append a space if the encoded word
14061         includes close parenthesis.
14062
14063 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14066         of text within parentheses.
14067
14068 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14069
14070         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14071         (gnus-encrypt-write-file-contents): Make the password key the file
14072         name PLUS the cipher, not just the cipher.  Also remove failed
14073         passwords from the cache.
14074
14075 2004-08-06  Simon Josefsson  <jas@extundo.com>
14076
14077         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14078         fix.
14079
14080 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14083         LWSP.
14084
14085 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14086
14087         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14088         to append in-reply-to: data to the references: header.
14089
14090         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14091         (netrc-parse): Use gnus-encrypt.el functions.
14092
14093         * gnus-encrypt.el: Add new file for encryption support; currently
14094         does only a few GPG ciphers and an internal XOR cipher.
14095
14096         * password.el: Add comments on using password-read-and-add.
14097         (password-read-and-add): Add function to read and add the
14098         password to the cache at once.
14099
14100 2004-07-28  Simon Josefsson  <jas@extundo.com>
14101
14102         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14103         parameter (but don't use it, for now).
14104
14105         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14106         instead of hard coding to nil.
14107
14108 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14111         as mm-inline-image-xemacs does.
14112
14113 2004-07-26  Simon Josefsson  <jas@extundo.com>
14114
14115         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14116         Revert part of 2004-07-17 change below.
14117
14118 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14121         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14122
14123 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14124
14125         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14126         quotes that actually start with ">" at the beginning of the
14127         lines.
14128
14129 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * rfc2047.el (rfc2047-encode-region): Fix last change.
14132         (rfc2047-encode-parameter): Remove useless concat.
14133
14134 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14137         encode special characters; fix some kind of misconfigured headers;
14138         signal a real error if debug-on-quit or debug-on-error is non-nil.
14139         (rfc2047-encode-max-chars): New variable.
14140         (rfc2047-encode-1): Use it.
14141         (rfc2047-encode-parameter): New function.
14142
14143         * mml.el (mml-insert-parameter): Remove an excessive space.
14144
14145 2004-07-17  Simon Josefsson  <jas@extundo.com>
14146
14147         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14148         Kai Grossjohann <kai@emptydomain.de>.
14149         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14150         (gnus-group-make-menu-bar): Ditto.
14151
14152         * gnus-util.el (gnus-group-server): Add.
14153
14154 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14155
14156         * message.el (message-clone-locals): Clone sendmail and smtp
14157         variables.
14158
14159 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * rfc2047.el (rfc2047-encode-region): Fix last change.
14162
14163 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14166         characters as non-special.
14167
14168 2004-07-09  Simon Josefsson  <jas@extundo.com>
14169
14170         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14171         Users will lose all flag changes made while unplugged with
14172         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14173         good default.  See numerous reports on ding mailing list.
14174
14175 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14176
14177         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14178         add generate-head-function and generate-article-function to the
14179         rfc822-forward entry.
14180         (nndoc-rfc822-forward-generate-article): New function.
14181         (nndoc-rfc822-forward-generate-head): New function.
14182
14183         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14184
14185 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14186
14187         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14188         respect display group parameter and gnus-summary-expunge-below.
14189         (gnus-articles-to-read): Remove unused reference to display group
14190         parameter.
14191
14192 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14193
14194         * nnheader.el (nnheader-uniquify-message-id): New experimental
14195         variable.
14196         (nnheader-nov-read-message-id): Use it.
14197
14198         * spam-report.el (spam-report-gmane): Add interactive.
14199
14200 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14203         qp-or-base64 for the application/* types.
14204
14205 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14206
14207         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14208
14209 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14210
14211         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14212         trim value.
14213
14214 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14215
14216         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14217         New macro and function.
14218         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14219
14220 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14223         after-load-alist.
14224
14225 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14226
14227         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14228         update info that isn't there.
14229
14230 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14231
14232         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14233         entry.
14234
14235 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * mm-view.el (mm-inline-render-with-function): Use multibyte
14238         buffer; decode html source by charset.
14239
14240         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14241
14242         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14243         Mule-UCS is loaded under XEmacs.
14244         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14245
14246 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14247
14248         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14249
14250 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * mm-util.el (mm-coding-system-p): Return a coding-system.
14253         (mm-mime-mule-charset-alist): Use shift_jis instead of
14254         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14255         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14256         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14257         instead of japanese-shift-jis and iso-latin-1 respectively in
14258         order to share the default value with both Emacs and XEmacs-mule.
14259         (mm-mule-charset-to-mime-charset): Make
14260         mm-coding-system-priorities effective.
14261         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14262         while predicating of candidates upon the priorities.
14263
14264 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14265
14266         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14267         gnus-uu-invert-processable.
14268
14269         * gnus.el: Autoload gnus-uu-invert-processable.
14270
14271 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * mm-util.el (mm-with-multibyte-buffer): New macro.
14274
14275         * rfc2047.el (rfc2047-encode-string): Use it.
14276         (rfc2047-encode-region): Move point to the end of the region after
14277         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14278
14279 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14282         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14283
14284 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14287         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14288         Karl Chen <quarl@nospam.quarl.org>.
14289
14290 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14291
14292         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14293         invalid addresses.
14294
14295 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14296
14297         * spam.el: Change section markers, revise TODO list.
14298         (spam-backends): Make new master list of all installed backends.
14299         (spam-summary-exit-behavior): Add new variable to determine how
14300         messages moves are done at summary exit.
14301         (spam-move-spam-nonspam-groups-only)
14302         (spam-process-ham-in-nonham-groups)
14303         (spam-process-ham-in-spam-groups): Remove variables, the
14304         spam-summary-exit-behavior variable should be used to manage this
14305         behavior.
14306         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14307         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14308         and spam-old-spam-articles.
14309         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14310         Add empty variables, placeholders for the backends they represent.
14311         (spam-set-difference): Move, unchanged.
14312         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14313         unless the user has a processor variable.
14314         (spam-classifications, spam-classification-valid-p)
14315         (spam-backend-properties, spam-backend-property-valid-p)
14316         (spam-backend-function-type-valid-p)
14317         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14318         (spam-report-articles-gmane, spam-report-articles-resend):
14319         Remove functions, they are not needed.
14320         (spam-install-backend-super, spam-backend-list)
14321         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14322         (spam-backend-function, spam-backend-ham-registration-function)
14323         (spam-backend-spam-registration-function)
14324         (spam-backend-ham-unregistration-function)
14325         (spam-backend-spam-unregistration-function)
14326         (spam-backend-statistical-p, spam-backend-mover-p)
14327         (spam-install-backend-alias, spam-install-checkonly-backend)
14328         (spam-install-mover-backend, spam-install-nocheck-backend)
14329         (spam-install-backend, spam-install-statistical-backend)
14330         (spam-install-statistical-checkonly-backend): Add backend installation
14331         support.
14332         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14333         (spam-group-processor-p): Use the new backend code and respect the
14334         summary exit behavior.
14335         (spam-mark-spam-as-expired-and-move-routine): Remove.
14336         (spam-summary-prepare): Change to use the new spam-old-articles
14337         variable.
14338         (spam-copy-or-move-routine, spam-copy-spam-routine)
14339         (spam-move-spam-routine, spam-copy-ham-routine)
14340         (spam-move-ham-routine): Add code to copy/move ham or spam.
14341         (spam-fetch-field-fast): Improve doc and code, plus allow the
14342         'number request.
14343         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14344         variables.
14345         (spam-split, spam-find-spam): Use the new backend code.
14346         (spam-registration-functions): Remove variable.
14347         (spam-unregister-routine): Add convenience wrapper.
14348         (spam-log-undo-registration, spam-register-routine)
14349         (spam-log-processing-to-registry)
14350         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14351         where possible.
14352         (spam-check-gmane-xref, spam-check-regex-headers)
14353         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14354         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14355         (spam-check-bogofilter-headers, spam-check-spamoracle)
14356         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14357         (spam-check-crm114-headers): Use the spam-split-group that
14358         spam-split prepares, no need to determine it every time.
14359
14360         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14361         to the nnheader-parse-naked-head call.
14362
14363         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14364
14365         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14366         the nnheader-nov-read-message-id call.
14367
14368 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14371         gnus-activate-group twice.  Suggested by Markus Peter
14372         <warp@spin.de>.
14373
14374 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-art.el (gnus-article-time-format): Exchange the order of
14377         day and month in the default value; fix customization type.
14378         (article-date-ut): Use add-text-properties.
14379         (article-make-date-line): Use message-make-date instead of
14380         current-time-string.
14381
14382         * message.el (message-fetch-field): Don't use set-text-properties.
14383         (message-make-date): Simplify.
14384
14385         * messagexmas.el (message-xmas-make-date): New function.
14386         (message-xmas-redefine): Defalias message-make-date to it.
14387
14388 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14391         (rfc2047-encode-region): Treat text within parentheses as special;
14392         show the original text when error has occurred.
14393
14394         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14395         already-computed method to gnus-activate-group.
14396
14397         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14398         same select-methods identical Lisp objects.
14399
14400         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14401         object when modifying the info.
14402
14403 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14406         gnus-opened-servers since it has never been opened with the new
14407         configuration yet.
14408
14409 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14412         arg to nnheader-generate-fake-message-id.
14413
14414 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14415
14416         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14417         number and build a fake message ID localized to a group and
14418         article number (so it's repeatable from that point on).
14419         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14420         ID format.
14421
14422         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14423         nnheader-generate-fake-message-id with the article number.
14424
14425 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14426
14427         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14428         end-of-buffer.
14429
14430 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14431
14432         * message.el (message-ignored-supersedes-headers): Add Approved.
14433
14434 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14437         goto-char.
14438         (rfc2047-encode): Fold the line before encoding.
14439
14440 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14441
14442         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14443         folding -- not all headers can be folded, and this should be done
14444         by the message composition mode.  Probably.  I think.
14445
14446 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14449         fast.
14450
14451         * gnus-ems.el (gnus-remove-image): Don't use
14452         message-text-with-property; remove only the image found first.
14453
14454         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14455         found first.
14456
14457 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14458
14459         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14460
14461 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * message.el (message-text-with-property): Make it fast and accept
14464         optional arguments.
14465         (message-strip-forbidden-properties): Use it.
14466         (message-fix-before-sending): Follow the m-t-w-p change.
14467
14468         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14469
14470 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * gnus-art.el (article-hide-headers): Don't change the buffer
14473         mistakenly when performing mml-preview even if
14474         gnus-single-article-buffer is nil.
14475
14476 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14477
14478         * message.el (message-expand-name-databases): New user option.
14479         (message-expand-name): Use it.
14480
14481 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14482
14483         * spam.el (spam-report-articles-resend)
14484         (spam-report-resend-register-routine): Allow ham reporting.
14485         (spam-report-resend-register-ham-routine): Add wrapper.
14486         (spam-registration-functions): Add ham resending functions.
14487         (spam-list-of-processors): Add ham resend processor.
14488
14489         * gnus.el (ham-resend-to): Add new group parameter.
14490         (spam-process): Add ham resend option.
14491
14492         * spam-report.el (spam-report-resend): Allow reporting ham.
14493         (spam-report-resend-ham): Add wrapper.
14494
14495 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14496
14497         * message.el (message-cite-articles-with-x-no-archive): New
14498         variable.
14499         (message-cite-original): Use it.
14500
14501 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14502
14503         * message.el (message-cite-original): Respect X-No-Archive.
14504
14505 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus-art.el (article-hide-headers): Refer to the values for
14508         gnus-ignored-headers and gnus-visible-headers in the summary
14509         buffer since a user may have set them as group parameters.
14510
14511 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14512
14513         * assistant.el (assistant-node-name): Add convenience function.
14514         (assistant-render-text, assistant-render-node): Add error handling,
14515         plus handle multiple next nodes.
14516         (assistant-find-next-node): Comment out for now.
14517         (assistant-find-next-nodes): Add function, returns list of next
14518         nodes.
14519
14520 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14521
14522         * mail-source.el (mail-source-directory): Fix doc-string.
14523
14524 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14525
14526         * assistant.el (assistant-render-text, assistant-eval): Add :set
14527         widget type, which is different because it takes and returns a
14528         list.  Much hilarity ensues.
14529
14530 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14531
14532         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14533
14534         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14535         doc-string.
14536
14537         * gnus-start.el (gnus-activate-group): Added doc-string.
14538
14539 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14542
14543 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14544
14545         * assistant.el (assistant-render-text): Try to add a :set
14546         widget, more to come.
14547
14548         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14549         strings.
14550         (spam-report-articles-resend)
14551         (spam-register-routine): Do registration iff any articles warrant
14552         it.
14553         (spam-summary-prepare-exit): Change log message for nil group
14554         destinations.
14555
14556 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14557
14558         * spam.el (spam-report-resend-register-routine): Allow
14559         spam-report-resend-to to be a group parameter or a global value.
14560
14561 2004-05-26  Simon Josefsson  <jas@extundo.com>
14562
14563         * starttls.el: Merge with my GNUTLS based starttls.el.
14564         (starttls-gnutls-program, starttls-use-gnutls)
14565         (starttls-extra-arguments, starttls-process-connection-type)
14566         (starttls-connect, starttls-failure, starttls-success): New
14567         variables.
14568         (starttls-program, starttls-extra-args): Doc fix.
14569         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14570         functions.
14571         (starttls-negotiate, starttls-open-stream): Check
14572         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14573         function if it is set.
14574
14575 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14578         structured fields.
14579
14580 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14583
14584 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14585
14586         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14587         variable.
14588         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14589         assigning the spam-mark to new messages.
14590
14591 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14592
14593         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14594
14595 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14598
14599         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14600         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14601         default.
14602
14603 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14604
14605         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14606         correct data.
14607
14608 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14609
14610         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14611         (spam-group-processor-p): Fix function.
14612         (spam-group-processor-multiple-p)
14613         (spam-group-spam-processor-report-gmane-p)
14614         (spam-group-spam-processor-report-resend-p)
14615         (spam-group-spam-processor-bogofilter-p)
14616         (spam-group-spam-processor-blacklist-p)
14617         (spam-group-spam-processor-ifile-p)
14618         (spam-group-ham-processor-ifile-p)
14619         (spam-group-spam-processor-spamoracle-p)
14620         (spam-group-spam-processor-crm114-p)
14621         (spam-group-ham-processor-bogofilter-p)
14622         (spam-group-spam-processor-stat-p)
14623         (spam-group-ham-processor-stat-p)
14624         (spam-group-ham-processor-whitelist-p)
14625         (spam-group-ham-processor-BBDB-p)
14626         (spam-group-ham-processor-spamoracle-p)
14627         (spam-group-ham-processor-copy-p): Remove functions with some
14628         prejudice against unneeded code.
14629         (spam-report-articles-resend)
14630         (spam-report-resend-register-routine): Allow the group/topic
14631         spam-resend-to value to override spam-report-resend-to.
14632         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14633         properly now.
14634
14635         * gnus.el (spam-resend-to): Add group/topic parameter.
14636         (spam-process): Move the OBSOLETE processors to the end of the
14637         choices.
14638
14639 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14640
14641         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14642         with resend-to set to nil, and then ask the user if necessary.
14643         (spam-report-resend): spam-report-resend takes a list of articles, not
14644         separate article numbers.
14645
14646 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14649         addition to emacs-w3m.
14650
14651 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14652
14653         * assistant.el (assistant-authinfo-data): New function.
14654         (assistant-eval): Eval for entire assistant.
14655
14656         * netrc.el (netrc-services-file): New variable.
14657         (netrc-parse-services): New function.
14658         (netrc-find-service-name): New function.
14659         (netrc-find-service-number): New function.
14660         (netrc-port-equal): New function.
14661         (netrc-machine): Use it.
14662
14663         * nnimap.el (nnimap-open-connection): Use netrc.
14664
14665         * gnus-util.el (gnus-netrc-get): Remove aliases.
14666
14667         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14668
14669         * assistant.el (wid-edit): Fix compilation.
14670
14671         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14672
14673 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14674
14675         * gnus-util.el (gnus-set-file-modes): New function.  (small
14676         patch).
14677
14678 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14679
14680         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14681
14682         * assistant.el (assistant-render-node): Fix up rendering and
14683         read-only text.
14684         (assistant-render-node): Reset.
14685         (assistant-make-read-only): Not sticky.
14686
14687 2004-05-20  Danny Siu  <dsiu@adobe.com>
14688
14689         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14690         centered even when gnus-auto-center-summary is t.
14691
14692 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14693
14694         * dns.el (dns-get-txt-answer): New function.
14695         (dns-read-txt): Ditto.
14696         (query-dns): Use it.
14697
14698 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14701         active for foreign groups even if the group level is higher than
14702         the specified value.
14703
14704 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14705
14706         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14707         non-active groups.
14708
14709         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14710
14711 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14712
14713         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14714
14715 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14716
14717         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14718         (spam-crm114-header, spam-crm114-spam-switch)
14719         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14720         (spam-crm114-positive-spam-header)
14721         (spam-crm114-database-directory, spam-list-of-processors)
14722         (spam-group-spam-processor-crm114-p)
14723         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14724         (spam-generic-score, spam-list-of-checks)
14725         (spam-list-of-statistical-checks, spam-registration-functions)
14726         (spam-check-crm114-headers, spam-crm114-score)
14727         (spam-check-crm114, spam-crm114-register-with-crm114)
14728         (spam-crm114-register-spam-routine)
14729         (spam-crm114-unregister-spam-routine)
14730         (spam-crm114-register-ham-routine)
14731         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14732         asjo@koldfront.dk (Adam Sjøgren).
14733
14734         * gnus.el: Add spam-use-crm114.
14735
14736         * spam.el (spam-list-of-processors, spam-registration-functions):
14737         Add spam-use-resend.
14738         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14739         (spam-report-articles-gmane): Add doc fix.
14740         (spam-report-articles-resend, spam-report-resend-register-routine):
14741         Add wrappers around spam-report-resend-to.
14742
14743         * spam-report.el (spam-report-resend-to, spam-report-resend):
14744         Add support for resending spam.
14745         (spam-report-gmane): Fix line length >80.
14746
14747         * gnus.el (spam-process): Add spam-use-resend.
14748
14749 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14750
14751         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14752         number of processed spam messages.
14753         (spam-ham-copy-or-move-routine): Return the number of processed
14754         ham messages.
14755         (spam-summary-prepare-exit): Use the above values to decide
14756         whether status messages shouled be displayed.
14757
14758 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14761         `rfc2047-encoding-function-alist' in order to avoid conflicting
14762         with the old version.
14763         (rfc2047-encode-region): Concatenate words containing non-ASCII
14764         characters in structured fields; don't encode space-delimited
14765         ASCII words even in unstructured fields; don't break words at
14766         char-category boundaries.
14767         (rfc2047-encode-1): New function.
14768         (rfc2047-encode): Use it; encode text so that it occupies the
14769         maximum width within 76-column; work correctly on Q encoding for
14770         iso-2022-* charsets.
14771         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14772         sure not to break a line just after the header name.
14773         (rfc2047-b-encode-region): Removed.
14774         (rfc2047-b-encode-string): New function.
14775         (rfc2047-q-encode-region): Removed.
14776         (rfc2047-q-encode-string): New function.
14777
14778         * mm-util.el (mm-replace-in-string): New function.
14779
14780 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14781
14782         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14783         get it right.
14784         (gnus-inews-make-draft): Really.
14785
14786 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14787
14788         * nnmh.el (nnmh-request-list-1): Don't check the link count
14789         before descending.  (small patch)
14790
14791 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14792
14793         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14794         stuff.
14795
14796         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14797         on real group name.
14798
14799         * gnus-art.el (gnus-signature-limit): Doc fix.
14800
14801         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14802
14803         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14804
14805 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14806
14807         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14808         isn't a string.
14809
14810 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14811
14812         * gnus-draft.el (gnus-draft-send): Bind
14813         rfc2047-encode-encoded-words.
14814
14815         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14816         (rfc2047-encodable-p): Say that =? needs encoding.
14817         (rfc2047-encode-encoded-words): New variable.
14818
14819         * gnus-group.el (gnus-group-select-group): Doc fix.
14820
14821         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14822
14823         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14824         to nil.
14825
14826         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14827
14828         * nnheader.el (nnheader-get-lines-and-char): New function.
14829
14830 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * gnus-msg.el (gnus-summary-followup-with-original): Document
14833         yanking of region when active.
14834
14835 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14838         groups if the group level is higher than the specified value.
14839
14840 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14843         (gnus-group-jump-to-group): Added prefix argument using
14844         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14845         non-active group.
14846
14847         * compface.el (uncompface): Be verbose when changing
14848         `uncompface-use-external'.
14849
14850         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14851         handle manual section.
14852
14853 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14854
14855         * gnus-art.el (gnus-button-alist): Revert previous change.
14856
14857 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14860
14861 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14862
14863         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14864         whether backend can accept message.
14865
14866         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14867
14868 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14869
14870         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14871         Avoid creating directory when nntp-marks-is-evil is true.
14872         Reported by Reiner Steib.
14873
14874 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14875
14876         * gnus-picon.el (gnus-picon-style): New variable.
14877         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14878         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14879         Jesper Harder <harder@ifa.au.dk>.
14880
14881 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14882
14883         * message.el (message-fill-field): Return point.
14884         (message-generate-headers): Go to end of field.
14885
14886         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14887         stuff for non-living groups.
14888
14889 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14890
14891         * gnus-art.el (gnus-article-followup-with-original)
14892         (gnus-article-reply-with-original): gnus-mark-active-p ->
14893         gnus-region-active-p.
14894
14895 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14896
14897         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14898         only when there is spam or ham to be processed.
14899
14900 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14901
14902         * mail-source.el (mail-source-delete-crash-box): Refactor.
14903         (mail-source-fetch): Use it.
14904         (mail-source-fetch-file): Ditto.
14905         (mail-source-fetch-directory): Run postscript in loop.
14906         (mail-source-fetch-pop): Delete.
14907         (mail-source-fetch-maildir): Ditto.
14908         (mail-source-fetch-imap): Ditto.
14909
14910         * imap.el (imap-authenticators): Comment out sasl.
14911
14912         * message.el (message-skip-to-next-address): New function.
14913         (message-fill-header-address): Refactor.
14914         (message-fill-address): Use it.
14915         (message-delete-address): Use it.
14916         (message-fill-header-general): Refactor.
14917         (message-fill-field-address): Rename.
14918         (message-narrow-to-field): Find the start of the header.
14919         (message-header-format-alist): Don't pre-fill.
14920         (message-fill-header): Removed.
14921         (message-insert-header): New function.
14922         (message-shorten-references): Use it.
14923
14924         * rfc2047.el (rfc2047-field-value): Strip props.
14925
14926         * mail-parse.el (mail-header-make-address): New alias.
14927
14928         * ietf-drums.el (ietf-drums-make-address): New function.
14929
14930         * imap.el: Add compiler directives.
14931
14932         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14933
14934         * gnus-art.el (article-decode-idna-rhs): Don't use
14935         message-idna-inside-rhs-p.
14936
14937 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14938
14939         * message.el (message-idna-inside-rhs-p): Removed.
14940         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14941
14942         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14943         false positives.
14944
14945 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14946
14947         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14948
14949 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14950
14951         * nneething.el (nneething-file-name): Don't create spurious
14952         files.
14953
14954         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14955         (gnus-inews-do-gcc): Remove sleep.
14956
14957         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14958         part under point.
14959
14960         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14961         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14962
14963 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14964
14965         * spam.el (spam-summary-prepare-exit): Fixed (length).
14966
14967 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14968
14969         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14970         as expired without moving it" message when there are spam
14971         messages left.
14972
14973 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14974
14975         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14976         header is not nil.
14977
14978 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14979
14980         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14981         nntp-possibly-create-directory, not nntp-possibly-change-group.
14982         (nntp-marks-changed-p): New arg SERVER.
14983         (nntp-request-update-info): Adjust caller.
14984
14985 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14986
14987         * nntp.el (nntp-save-marks): Pass missing arg.
14988
14989 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14990
14991         * nntp.el: Support marks.
14992         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14993         (nntp-marks-modtime, nntp-marks-directory): New variables.
14994         (nntp-request-set-mark, nntp-request-update-info)
14995         (nntp-possibly-create-directory, nntp-marks-changed-p)
14996         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14997         functions.
14998
14999 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15000
15001         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15002         (gnus-xmas-redefine): Rename.
15003
15004         * gnus-score.el (gnus-score-insert-help): Use
15005         gnus-select-lowest-window.
15006
15007         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15008         appt-select-lowest-window and rename to gnus-select-lowest-window.
15009
15010         * gnus.el: do.
15011
15012 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15013
15014         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15015         encodings of MIME-encoded words, in order to improve
15016         interoperability with several broken MUAs.
15017
15018 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15019
15020         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15021         tags, only when charsets are not specified in headers.
15022         (mm-inline-text-html-render-with-w3m): Ditto.
15023
15024         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15025         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15026
15027 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15028
15029         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15030         instead of MIME-decoded from fields when checking
15031         `gnus-article-address-banner-alist'.
15032
15033 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15034
15035         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15036         description rather than subject.
15037
15038 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15039
15040         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15041
15042 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15043
15044         * gnus.el (gnus-version-number): Bump.
15045
15046 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15047
15048         * gnus.el: No Gnus v0.2 is released.
15049
15050 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15051
15052         * gnus-agent.el (gnus-agent-read-agentview): Inline
15053         gnus-uncompress-range.
15054
15055 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15056
15057         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15058         `exec-installed-p'.
15059
15060 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15061
15062         * gnus.el (spam-process, spam-autodetect-methods): Add
15063         bsfilter and bsfilter-headers.
15064
15065         * spam.el (spam-bsfilter): New customize group.
15066         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15067         (spam-bsfilter-header, spam-bsfilter-probability-header)
15068         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15069         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15070         (spam-bsfilter-database-directory): New options.
15071         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15072         (spam-list-of-statistical-checks, spam-registration-functions):
15073         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15074         (spam-bsfilter-score): New command.
15075         (spam-check-bsfilter-headers, spam-check-bsfilter)
15076         (spam-bsfilter-register-with-bsfilter)
15077         (spam-bsfilter-register-spam-routine)
15078         (spam-bsfilter-unregister-spam-routine)
15079         (spam-bsfilter-register-ham-routine)
15080         (spam-bsfilter-unregister-ham-routine): New functions.
15081         (spam-generic-score): Support bsfilter; Accept an optional argument
15082         to recalcurate spam score even if scoring header has already been
15083         added.
15084         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15085         optional argument to recalcurate spam score even if scoring header
15086         has already been added.
15087
15088 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15089
15090         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15091         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15092         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15093         link is missing.
15094
15095 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15096
15097         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15098         (html2text-get-attr): Rewrite.
15099
15100         * message.el (message-setup-1): Remove redundant put-text-property
15101         on mail-header-separator.
15102
15103 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15104
15105         * gnus-registry.el (gnus-registry-cache-whitespace)
15106         (gnus-registry-action, gnus-registry-spool-action)
15107         (gnus-registry-split-fancy-with-parent): Change message levels
15108         from 5 to 3 or 7, as needed.
15109
15110         * spam.el (spam-summary-prepare-exit)
15111         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15112         (spam-split, spam-find-spam, spam-log-undo-registration)
15113         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15114         level from 5 to 6.
15115
15116 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15119         2004-03-04 change).
15120
15121 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15122
15123         * sieve-manage.el (sieve-manage-open):
15124         * nnweb.el (nnweb-insert-html):
15125         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15126         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15127         * nnspool.el (nnspool-request-group):
15128         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15129         * nnml.el (nnml-request-update-info):
15130         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15131         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15132         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15133         (nnimap-request-set-mark):
15134         * nnfolder.el (nnfolder-request-update-info):
15135         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15136         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15137         * gnus-uu.el (gnus-uu-find-articles-matching):
15138         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15139         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15140         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15141         * gnus-nocem.el (gnus-nocem-scan-groups):
15142         * gnus-int.el (gnus-start-news-server):
15143         * gnus-group.el (gnus-group-make-kiboze-group)
15144         (gnus-group-browse-foreign-server):
15145         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15146         Use mapc when appropriate.
15147
15148 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15149
15150         FIXME: Make separate entries for each person.
15151
15152         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15153         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15154         <shields@msrl.com>:
15155
15156         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15157         may need for spam sorting and scoring.
15158         (spam-user-format-function-S): Add user format function suitable for
15159         general use.
15160         (spam-article-sort-by-spam-status): Add sorting function for summary
15161         sorting.
15162         (spam-extra-header-to-number): Add function to get a score from a
15163         header.
15164         (spam-summary-score): Add function to get a numeric score from the
15165         headers.
15166         (spam-generic-score): Fix function doc, was in wrong place.
15167         (spam-initialize): Take symbols when it's run, and install the
15168         extra headers that spam-necessary-extra-headers thinks we need.
15169
15170 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15171
15172         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15173         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15174
15175 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15176
15177         * gnus-sum.el (gnus-set-global-variables)
15178         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15179         (gnus-article-get-xrefs, gnus-summary-best-group)
15180         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15181         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15182         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15183         Use with-current-buffer.
15184
15185 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15186
15187         * spam.el (spam-summary-prepare-exit): Simplify logic.
15188         (spam-fetch-article-header): Read the article header if it's not
15189         available.
15190         (spam-list-articles): Simplify logic.
15191         (spam-filelist-register-routine): Fix bug with unregister-list.
15192
15193         * gnus-registry.el: Fix comments at beginning.
15194
15195 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15196
15197         * message.el (message-cater-to-broken-inn): Remove.
15198         (message-shorten-references): Make sure the total folded length of
15199         References is shorter than 998 characters to cater to a bug in INN
15200         2.3.  Also, don't pretend that references aren't folded -- this
15201         hasn't worked for a while.
15202
15203 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15204
15205         * gnus-agent.el (gnus-agentize):
15206         gnus-agent-send-mail-real-function no longer set to current value
15207         of message-send-mail-function but rather a lambda that calls
15208         message-send-mail-function.  The change makes the agent real-time
15209         responsive to user changes to message-send-mail-function.
15210
15211 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15212
15213         * legacy-gnus-agent.el
15214         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15215         help from Florian Weimer <fw@deneb.enyo.de>
15216
15217 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * nnmail.el (nnmail-cache-insert): Revert last change.
15220
15221 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * nnmail.el (nnmail-cache-insert): Always check whether
15224         nnmail-cache-ignore-groups matches a group name.
15225
15226 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15227
15228         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15229         (spam-find-spam, spam-log-processing-to-registry)
15230         (spam-log-registered-p, spam-log-unregistration-needed-p)
15231         (spam-log-undo-registration): Use gnus-message instead of
15232         gnus-error, none of these errors are fatal.
15233
15234         * gnus-registry.el (gnus-registry-clean-empty-function)
15235         (gnus-registry-clean-empty): Remove only empty entries without
15236         extra data.
15237
15238 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15239
15240         * spam-stat.el (spam-stat-buffer-change-to-spam)
15241         (spam-stat-buffer-change-to-non-spam): Change (error) to
15242         (gnus-message 8) invocation.
15243
15244 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * nntp.el (nntp-via-netcat-command): New variable.
15247         (nntp-via-netcat-switches): New variable.
15248         (nntp-open-via-rlogin-and-netcat): New function.
15249         (nntp-open-connection-function): Doc fix.
15250         (nntp-telnet-command): Doc fix.
15251         (nntp-end-of-line): Doc fix.
15252         (nntp-via-rlogin-command): Doc fix.
15253         (nntp-via-user-name): Doc fix.
15254         (nntp-via-address): Doc fix.
15255
15256 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15259         error in Emacs 21.1.
15260
15261 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15262
15263         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15264
15265 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15266
15267         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15268         (gnus-agent-with-refreshed-group): New macro.
15269         (gnus-agent-rename-group): New function.
15270         (gnus-agent-delete-group): New function.
15271         (gnus-agent-save-group-info): Use gnus-command-method when
15272         `method' parameter is nil.  Don't write nil entries into the
15273         active file.
15274         (gnus-agent-get-group-info): New function.
15275         (gnus-agent-fetch-articles): Use
15276         gnus-agent-update-files-total-fetched-for to increment disk space
15277         used.
15278         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15279         gnus-agent-update-view-total-fetched-for to increment disk space
15280         used.
15281         (gnus-agent-get-local): Added optional parameters to avoid calling
15282         gnus-group-real-name and gnus-find-method-for-group.
15283         (gnus-agent-set-local): Delete stored entry if either min, or max,
15284         are nil.
15285         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15286         quit, use gnus-agent-regenerate-group to record existance of any
15287         articles fetched to disk before the quit occurred.
15288         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15289         gnus-agent-update-view-total-fetched-for, and
15290         gnus-agent-update-files-total-fetched-for to decrement disk space
15291         used.
15292         (gnus-agent-retrieve-headers): Use
15293         gnus-agent-update-view-total-fetched-for to increment disk space
15294         used.
15295         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15296         with gnus-agent-update-files-total-fetched-for to decrement disk
15297         space and fresh group buffer.
15298         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15299         (gnus-agent-need-update-total-fetched-for): New variable.
15300         (gnus-agent-update-files-total-fetched-for): New function.
15301         (gnus-agent-update-view-total-fetched-for): New function.
15302         (gnus-agent-total-fetched-for): New function.
15303
15304         * gnus-cache.el (gnus-cache-save-buffers): Use
15305         gnus-cache-update-overview-total-fetched-for to change disk space
15306         used by this group.
15307         (gnus-cache-possibly-enter-article): Use
15308         gnus-cache-update-file-total-fetched-for to increment disk space
15309         used by this group.
15310         (gnus-cache-possibly-remove-article): Use
15311         gnus-cache-update-file-total-fetched-for to decrement disk space
15312         used by this group.
15313         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15314         (gnus-cache-rename-group): New function.
15315         (gnus-cache-delete-group): New function.
15316         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15317         (gnus-cache-need-update-total-fetched-for): New variable.
15318         (gnus-cache-with-refreshed-group): New macro.
15319         (gnus-cache-update-file-total-fetched-for): New function.
15320         (gnus-cache-update-overview-total-fetched-for): New function.
15321         (gnus-cache-rename-group-total-fetched-for): New function.
15322         (gnus-cache-delete-group-total-fetched-for): New function.
15323         (gnus-cache-total-fetched-for): New function.
15324
15325         * gnus-group.el: Require gnus-sum and autoload functions to
15326         resolve warnings when gnus-group.el compiled alone.
15327         (gnus-group-line-format): Documented new %F.
15328         (size of Fetched data) group line format; identifies disk space
15329         used by agent and cache.
15330         (gnus-group-line-format-alist): Defined new F format.
15331         (gnus-total-fetched-for): New function.
15332         (gnus-group-delete-group): No longer update
15333         gnus-cache-active-altered as gnus-request-delete-group now keeps
15334         the cache in sync.
15335         (gnus-group-list-active): Let the agent store a server's active
15336         list if currently plugged.
15337
15338         * gnus-int.el (gnus-request-delete-group):
15339         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15340         local disk in sync with the server.
15341         (gnus-request-rename-group):
15342         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15343         local disk in sync with the server.
15344
15345         * gnus-start.el (gnus-get-unread-articles):
15346         Cosmetic simplification to logic.
15347
15348         * gnus-util.el (gnus-rename-file): New function.
15349
15350 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15351
15352         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15353
15354 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15355
15356         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15357         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15358
15359 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15360
15361         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15362         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15363
15364 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15365
15366         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15367
15368 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15369
15370         * spam.el (spam-set-difference): Add function to replace
15371         gnus-set-difference in spam.el.
15372         (spam-summary-prepare-exit): Use spam-set-difference.
15373
15374 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15375
15376         * gnus-registry.el (gnus-registry-cache-file): Update to use
15377         gnus-dribble-directory OR gnus-home-directory OR ~.
15378         (gnus-registry-split-fancy-with-parent): Fix doc.
15379
15380 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * message.el (message-exchange-point-and-mark): Use
15383         message-mark-active-p.  Suggested by Jesper Harder
15384         <harder@ifa.au.dk>.
15385
15386 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * message.el (message-exchange-point-and-mark): Don't activate
15389         region if it was inactive.  Suggested by Hiroshi Fujishima
15390         <pooh@nature.tsukuba.ac.jp>.
15391
15392 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * gnus-art.el (article-display-face): Display Faces in the same
15395         order as X-Faces.
15396
15397 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15400
15401 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15404         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15405         (gnus-article-mime-hierarchy): Remove.
15406         (gnus-article-mime-hierarchy-next): Remove.
15407         (gnus-article-mode): Revert 2004-03-19 change.
15408         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15409         (gnus-insert-mime-button): Revert 2004-03-19 change.
15410         (gnus-mime-accumulate-hierarchy): Remove.
15411         (gnus-mime-enter-multipart): Remove.
15412         (gnus-mime-leave-multipart): Remove.
15413         (gnus-mime-display-part): Revert 2004-03-19 change.
15414         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15415
15416         * mml.el (mml-preview): Revert 2004-03-19 change.
15417
15418 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15419
15420         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15421
15422 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15425         t while entering a file name using the mm-with-multibyte macro.
15426         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15427
15428         * mm-util.el (mm-with-multibyte): New macro.
15429
15430 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15433         user option.
15434         (gnus-mime-multipart-functions): Doc and customization fix.
15435         (gnus-article-mime-hierarchy): New variable.
15436         (gnus-article-mime-hierarchy-next): New variable.
15437         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15438         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15439         gnus-article-mime-hierarchy-next to nil.
15440         (gnus-insert-mime-button): Show hierarchy numbers.
15441         (gnus-mime-accumulate-hierarchy): New function.
15442         (gnus-mime-enter-multipart): New function.
15443         (gnus-mime-leave-multipart): New function.
15444         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15445         (gnus-mime-display-alternative): Show hierarchy numbers.
15446
15447         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15448         gnus-article-mime-hierarchy-next to nil.
15449
15450 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15451
15452         * dns.el: Don't require gnus-xmas.
15453
15454 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15455
15456         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15457         inline PGP.
15458         (mml-menu): Disable mml-quote-region if mark is inactive.
15459
15460 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15463         when the group's active is not available.
15464
15465 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15468         error.
15469
15470 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15471
15472         * imap.el (imap-store-password): New variable.
15473         (imap-interactive-login): Use it.
15474         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15475
15476 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15479         window-start and hscroll to summary window.
15480
15481 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15482
15483         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15484         conversion message to newsrc-dribble when an actual conversion is
15485         performed.
15486
15487 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15488
15489         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15490
15491 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * mm-decode.el (mm-complicated-handles): New function reviving
15494         former definition of mm-multiple-handles.
15495
15496         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15497         (gnus-mime-delete-part): Use it.
15498
15499 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15500
15501         * gnus-agent.el (gnus-agent-read-local): Bind
15502         nnheader-file-coding-system to gnus-agent-file-coding-system to
15503         avoid the implicit assumption that they will always be equal.
15504         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15505         coding-system-for-write, as the with-temp-file macro first prints
15506         to a buffer then saves the buffer.
15507
15508 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * gnus-art.el (gnus-article-edit-part): New function.
15511         (gnus-mime-save-part-and-strip): Use it; do query instead of
15512         signaling an error; don't use mm-multiple-handles.
15513         (gnus-mime-delete-part): Ditto.
15514
15515 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15516
15517         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15518         old file versions.
15519         (gnus-group-prepare-hook): Removed function that converted list
15520         form of gnus-agent-expire-days to group properties.
15521
15522         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15523         (gnus-request-accept-article): Re-indented.
15524
15525         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15526         converters to handle old agent file formats.  Added logic for a
15527         "backup before upgrading warning".
15528         (gnus-convert-mark-converter-prompt): Developers can mark
15529         functions as needing (default), or not needing,
15530         gnus-convert-old-newsrc's "backup before upgrading warning".
15531         (gnus-convert-converter-needs-prompt): Tests whether the user
15532         should be protected from potentially irreversable changes by the
15533         function.
15534
15535         * legacy-gnus-agent.el: New.  Provides converters that are only
15536         loaded when gnus-convert-old-newsrc needs to call them.
15537
15538 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * mail-source.el (mail-source-touch-pop): Doc fix.
15541
15542         * message.el (message-smtpmail-send-it): Doc fix.
15543
15544 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15545
15546         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15547
15548         * nnmail.el (nnmail-split-fancy): do.
15549
15550         * gnus-kill.el (gnus-kill, gnus-execute): do.
15551
15552 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15553
15554         * gnus-sum.el (gnus-widget-reversible-match)
15555         (gnus-widget-reversible-to-internal)
15556         (gnus-widget-reversible-to-external): New functions.
15557         (gnus-widget-reversible): New widget.
15558         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15559
15560 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15561
15562         * gnus-sum.el (gnus-thread-sort-functions)
15563         (gnus-article-sort-functions): Document `(not F)' items.
15564
15565 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15566
15567         * spam.el (spam-use-gmane-xref): Add new backend.
15568         (spam-gmane-xref-spam-group): Add variable to control the name of the
15569         Gmane spam group.
15570         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15571         (spam-regex-headers-spam, spam-regex-headers-ham)
15572         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15573         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15574         backends and checks.
15575         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15576
15577         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15578         an autodetect method.
15579
15580 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15581
15582         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15583         articles are being added to a group.
15584         (gnus-request-replace-article): Inform the agent that articles
15585         need to be uncached as the cached contents are no longer valid.
15586
15587 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * binhex.el: Don't autoload executable-find.
15590
15591         * canlock.el: Don't autoload mail-fetch-field.
15592
15593         * dgnushack.el: Autoload c-mode for XEmacs.
15594
15595         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15596
15597         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15598         rmail-dont-reply-to and rmail-output.
15599
15600         * gnus-score.el: Don't autoload ffap-string-at-point.
15601
15602         * gnus-setup.el: Don't autoload sc-cite-original.
15603
15604         * imap.el: Don't autoload base64-decode-string,
15605         base64-encode-string and md5.
15606
15607         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15608         and rmail-msg-restore-non-pruned-header.
15609
15610         * mm-decode.el: Don't autoload executable-find.
15611
15612         * mm-url.el: Don't autoload executable-find.
15613
15614         * mm-view.el: Don't autoload diff-mode.
15615
15616         * nndb.el: Don't autoload news-reply-mode, news-setup,
15617         cancel-timer and telnet.
15618
15619         * password.el: Don't autoload run-at-time for Emacs.
15620
15621         * sha1-el.el: Don't autoload executable-find.
15622
15623         * sieve-mode.el: Don't autoload c-mode.
15624
15625         * uudecode.el: Don't autoload executable-find.
15626
15627 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15628
15629         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15630         (gnus-agent-possibly-alter-active): Avoid null in numeric
15631         comparison.
15632         (gnus-agent-set-local): Refuse to save null in local object table.
15633         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15634         list of articles that will be marked as unread.
15635
15636 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15639
15640 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15641
15642         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15643         language tags.
15644
15645 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15646
15647         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15648         Don't bind "obarray".
15649
15650         * gnus-sum.el (gnus-thread-sort-functions): Added
15651         `gnus-thread-sort-by-most-recent-number' and
15652         `gnus-thread-sort-by-most-recent-date'.
15653         Reported by Kai Grossjohann <kai@emptydomain.de>.
15654
15655 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15658
15659 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15660
15661         * gnus-cus.el (gnus-agent-customize-category): Removed
15662         ignore-errors macro reference that required cl to be loaded at
15663         run-time.
15664
15665         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15666         single-interval range of the form (min . max).  Previously the
15667         range had to look like ((min . max)).  Likewise, return
15668         (min . max) rather than ((min . max)).
15669         (gnus-range-map): Use gnus-range-normalize to accept
15670         single-interval range.
15671
15672         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15673         the cache, but not the agent, now appear with their usual face.
15674
15675         * dgnushack.el (loaddir): New variable that is bound to the
15676         directory containing the dgnushack.el file. Use loaddir, rather
15677         than srcdir, to update load-path. Change lets dgnushack compile
15678         code in directories other than GNUS/lisp.
15679
15680 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * lpath.el: Don't bind w3m-safe-url-regexp.
15683
15684         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15685         w3m-safe-url-regexp variable buffer-local.
15686
15687         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15688
15689 2004-02-27  Simon Josefsson  <jas@extundo.com>
15690
15691         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15692         gnus-group-real-prefix.
15693         (gnus-summary-move-article): Use it, instead of
15694         gnus-group-real-prefix.
15695
15696 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15697
15698         * lpath.el: Bind w3m-safe-url-regexp.
15699
15700         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15701         w3m-safe-url-regexp variable buffer-local and set it as the value
15702         of mm-w3m-safe-url-regexp.
15703
15704         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15705
15706         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15707         parsing gnus-posting-styles when the message is not for replying.
15708
15709         * dgnushack.el: Autoload sgml-mode for XEmacs.
15710
15711         * nnrss.el (nnrss-opml-export): Use
15712         mm-set-buffer-file-coding-system instead of
15713         set-buffer-file-coding-system.
15714
15715 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15716
15717         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15718         of checkdoc.el).
15719         * nnrss.el: do.
15720         * gnus-mlspl.el: do.
15721         * gnus-ml.el: do.
15722         * gnus-srvr.el: do.
15723
15724         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15725
15726 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15727
15728         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15729         Corrections to custom-manual links.
15730
15731         * gnus-art.el (gnus-article): Ditto.
15732
15733         * mm-decode.el (mime-display, mime-security): Ditto.
15734
15735 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15736
15737         * flow-fill.el: Typo.
15738
15739 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15740
15741         * spam-wash.el: New file.
15742
15743 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15744
15745         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15746
15747 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15748
15749         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15750         to be run with new-articles as LIST1, not LIST2.
15751         (spam-registration-functions): Add spam-use-ham-copy as a nil
15752         registration backend.
15753
15754 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15755
15756         * spam-stat.el (spam-stat-washing-hook): New option.
15757         (spam-stat-buffer-words): Use it.
15758         (spam-stat-process-directory, spam-stat-test-directory): Use
15759         insert-file-contents-literally.
15760         (spam-stat-coding-system): New variable.
15761         (spam-stat-load, spam-stat-save): Use it.
15762
15763 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * spam-report.el (spam-report-plug-agent): Quote
15766         spam-report-url-to-file and spam-report-url-ping-plain.
15767
15768 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15769
15770         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15771         / in mailto URLs.
15772
15773 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15774
15775         * spam-report.el (spam-report-process-queue): Fix interactive use.
15776         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15777         (spam-report-unplug-agent): Doc fixes.
15778         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15779         (spam-report-agentize, spam-report-deagentize): Autoload.
15780
15781 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15784
15785         * message.el (message-setup-fill-variables): Add mml tags to
15786         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15787         <ajk@iu.edu>.
15788         (message-mode): Don't modify paragraph-separate there.
15789
15790 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * compface.el (uncompface-use-external): Default to undecided.
15793         (uncompface-use-external-threshold): New variable.
15794         (uncompface-float-time): New macro.
15795         (uncompface): Determine whether to use the external decoder if
15796         uncompface-use-external is undecided.
15797
15798 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15799
15800         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15801         after images.
15802
15803         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15804
15805 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15806
15807         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15808
15809         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15810
15811         * gnus-sum.el (gnus-summary-limit-to-age)
15812         (gnus-summary-limit-children): do.
15813
15814         * gnus-int.el (gnus-request-scan): do.
15815
15816         * gnus-group.el (gnus-group-suspend): do.
15817
15818         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15819
15820         * gnus-cite.el (gnus-cite-parse-attributions): do.
15821
15822         * gnus-agent.el (gnus-summary-set-agent-mark)
15823         (gnus-agent-regenerate-group): do.
15824
15825         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15826
15827         * binhex.el (binhex-decode-region-internal): do.
15828
15829 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15830
15831         * gnus-fun.el (gnus-face-properties-alist): New user option.
15832         (gnus-display-x-face-in-from): Use it.
15833
15834         * gnus-art.el (article-display-face): Ditto.
15835
15836         * compface.el (uncompface-use-external): Default to nil.
15837
15838 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15839
15840         * nntp.el (nntp-erase-buffer): New function.
15841         (nntp-retrieve-data, nntp-send-command)
15842         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15843         (nntp-possibly-change-group): Use it.
15844
15845         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15846         with-current-buffer.
15847
15848 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15849
15850         * compface.el: Merge the ELisp-based uncompface program.
15851         (compface): New customization group.
15852         (uncompface-use-external): New user option.
15853         (uncompface): Call uncompface-internal if uncompface-use-external
15854         is nil.
15855         (uncompface-internal): New function.  Note that there are also
15856         some other functions and variables added for this function.
15857
15858 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15859
15860         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15861         if necessary.
15862
15863 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15864
15865         * spam-report.el (spam-report-unplug-agent)
15866         (spam-report-plug-agent, spam-report-deagentize)
15867         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15868         Add support for the Agent in spam-report: when unplugged, report to a
15869         file; when plugged, submit all the requests.
15870
15871         * spam.el (spam-register-routine): Fix message about
15872         registration.
15873
15874 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15875
15876         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15877         dependencies.
15878         (rfc2047-encode): Use it.
15879
15880         * gnus-art.el (gnus-button-marker-list): Move before first
15881         reference.
15882
15883         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15884         (imap-parse-body): Fix format string mismatch.
15885
15886         * gnus-score.el (gnus-summary-increase-score): do.
15887
15888         * nnrss.el (nnrss-close): New function.
15889
15890 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15891
15892         * nnrss.el (nnrss-make-filename): New function.
15893         (nnrss-request-delete-group, nnrss-read-server-data)
15894         (nnrss-save-server-data, nnrss-read-group-data)
15895         (nnrss-save-group-data): Use it.
15896         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15897         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15898         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15899
15900 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15901
15902         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15903
15904 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15905
15906         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15907         files.
15908
15909         * message.el (message-generate-headers-first): Don't quote nil
15910         and t in docstrings.
15911
15912         * imap.el (imap-id): do.
15913
15914         * gnus-agent.el (gnus-agent-consider-all-articles)
15915         (gnus-agent-queue-mail): do.
15916
15917 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15918
15919         * spam-report.el (spam-report-process-queue): New function.
15920         Process requests from `spam-report-requests-file'.
15921         (spam-report-process-queue): Doc fix.
15922
15923 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15924
15925         * spam.el (spam-register-routine)
15926         (spam-log-processing-to-registry, spam-log-registered-p)
15927         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15928         Change "check" to "spam-check" for semi-clarity.
15929
15930 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15931
15932         * pop3.el: Require nnheader.
15933
15934         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15935
15936         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15937
15938         * gnus-picon.el: Require cl.
15939
15940         * gnus-fun.el: Require gnus-ems and gnus-util.
15941
15942         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15943
15944         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15945
15946         * gnus-art.el (gnus-article-edit-mode): Define before first
15947         reference.
15948
15949 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15950
15951         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15952         (gnus-uu-post-encoded): Use point-at-bol.
15953
15954         * gnus-topic.el (gnus-group-active-topic-p): do.
15955
15956         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15957
15958         * gnus-group.el (gnus-group-kill-region): do.
15959
15960         * gnus-art.el (article-date-ut): do.
15961
15962         * message.el (message-fetch-field): Remove redundant
15963         case-fold-search binding.
15964         (message-narrow-to-field): Simplify.
15965
15966 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15967
15968         * spam.el (spam-directory): Derive from `gnus-directory'.
15969
15970         * spam-report.el (spam-report-url-to-file)
15971         (spam-report-requests-file): New function and variable for offline
15972         reporting.
15973         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15974         and user defined function.
15975         (spam-report-url-ping-mm-url): Remove doubled slash.
15976
15977 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15978
15979         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15980
15981 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15982
15983         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15984         format string mismatch.
15985
15986         * sieve.el (sieve-deactivate-all): do.
15987
15988         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15989
15990         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15991
15992         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15993
15994         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15995
15996 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15997
15998         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15999         the list of checks.
16000
16001 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16002
16003         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16004         padding.
16005
16006 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16007
16008         * mm-view.el (mm-fill-flowed): New variable.
16009         (mm-inline-text): Use it.
16010
16011 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16012
16013         * spam.el (spam-spamassassin-register-ham-routine)
16014         (spam-spamassassin-register-spam-routine): Fix function names.
16015
16016 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * gnus.el (gnus-tmp-grouplens): Remove.
16019         (gnus-summary-line-format): Remove grouplens.
16020
16021         * gnus-group.el (gnus-group-line-format): Ditto.
16022
16023         * gnus-spec.el (gnus-format-specs): Ditto.
16024         (gnus-update-format-specifications): Flush the group format spec
16025         cache if there's the grouplens stuff.
16026         (gnus-parse-simple-format): Replace %l with the empty string.
16027
16028 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16029
16030         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16031         omission.
16032
16033 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16036         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16037
16038 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16039
16040         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16041         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16042         New macros and functions.
16043         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16044         Handle > NLINK_MAX messages.
16045         * nnmaildir.el (nnmaildir-request-set-mark): Use
16046         nnmaildir--emlink-p and nnmaildir--eexist-p.
16047
16048 2004-01-25  Alex Schroeder  <alex@gnu.org>
16049
16050         * spam-stat.el (spam-stat-process-directory-age): New option.
16051         (spam-stat-process-directory): Use it.
16052
16053 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16054
16055         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16056         (spam-stat-save): Accept prefix argument.
16057
16058 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16059
16060         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16061         links" error.
16062
16063 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16066         the rest of the and/or forms.
16067
16068 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16069
16070         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16071         compatibility with old .newsrc.eld files.
16072
16073         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16074
16075         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16076
16077         * gnus-start.el (gnus-1): do.
16078
16079         * gnus-group.el (gnus-group-line-format-alist): do.
16080
16081         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16082
16083         * gnus-gl.el: Remove.
16084
16085 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16086
16087         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16088         marks consisting of a single range {for example, (3 . 5)} rather
16089         than a list of a single range { ((3 . 5)) }.
16090
16091 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16092
16093         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16094         with-current-buffer.
16095         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16096         avoid consing a string.
16097
16098         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16099         Remove obsolete entries for big5 and gb2312.
16100
16101 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16102
16103         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16104         uncompressed list.
16105
16106 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16107
16108         * spam-stat.el (spam-stat-strip-xref): New function.
16109         (spam-stat-process-directory): Use it.
16110
16111         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16112         here -- it's done in message-fetch-field.
16113
16114 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16115
16116         * gnus-agent.el (gnus-agent-queue-mail)
16117         (gnus-agent-prompt-send-queue): New variables.
16118         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16119         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16120         "nndraft:queue" along to gnus-draft-send.  Use
16121         gnus-agent-prompt-send-queue.
16122         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16123         is "nndraft:queue".  Suggested by Gaute Strokkenes
16124         <gs234@srcf.ucam.org>
16125
16126         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16127         (agent-enable-undownloaded-faces): Added.
16128         (gnus-agent-cat-groups): Use eval-and-compile, not
16129         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16130         method of gnus-agent-cat-groups even when the buffer has been
16131         evaled.
16132         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16133         delete gnus-agent-save-active-1.
16134         (gnus-agent-save-groups): Deleted.  Identical to
16135         gnus-agent-save-active.
16136         (gnus-agent-write-active): No longer adjust agent's copy of active
16137         file as agent's adjustments are now stored in their own
16138         file.  Removed optional parameter.
16139         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16140         servers.  Add use of min/max range limits from server's local
16141         file.
16142         (gnus-agent-save-alist): Removed unused optional argument.
16143         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16144         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16145         (gnus-agent-set-local): A per-server file that keeps min/max range
16146         limits for articles known to the agent.  Provides a fast mechanism
16147         for altering many active ranges.
16148         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16149         active file (local makes it unnecessary).
16150         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16151
16152         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16153         (agent-enable-undownloaded-faces): Added.
16154
16155         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16156         disable it when sending to "nndraft:queue".
16157         (gnus-group-send-queue): Add safety check to avoid sending queue
16158         when unplugged.
16159
16160         * gnus-group.el (gnus-group-catchup): Use new
16161         gnus-sequence-of-unread-articles, not
16162         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16163         numbers of articles.  Use gnus-range-map to avoid having to
16164         uncompress the unread list.
16165         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16166         Fixed invalid ange-ftp reference.
16167
16168         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16169         (gnus-sorted-range-intersection): Intersection of two ranges
16170         without requiring that they first be uncompressed.
16171
16172         * gnus-start.el (gnus-activate-group): Unless blocked by the
16173         caller, possibly expand the active range to include both cached
16174         and agentized articles.
16175         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16176         multiple version-dependent converters.
16177         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16178         gnus-agent-save-active.
16179         (gnus-save-newsrc-file): Save dirty agent range limits.
16180
16181         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16182         gnus-agent-possibly-alter-active.
16183         (gnus-adjust-marked-articles): Faster handling of simple lists.
16184
16185 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16186
16187         * spam-stat.el (spam-stat-test-directory): New optional argument
16188         displays a list of files detected.  Suggested by Andrew Cohen
16189         <cohen@andy.bu.edu>.
16190         (spam-stat-buffer-words-with-scores): Don't narrow and change
16191         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16192
16193 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16194
16195         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16196         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16197         (spam-spamassassin-arguments)
16198         (spam-spamassassin-spam-flag-header)
16199         (spam-spamassassin-positive-spam-flag-header)
16200         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16201         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16202         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16203         (spam-list-of-processors, spam-list-of-checks)
16204         (spam-list-of-statistical-checks, spam-registration-functions)
16205         (spam-check-spamassassin-headers, spam-check-spamassassin)
16206         (spam-spamassassin-score)
16207         (spam-spamassassin-register-with-sa-learn)
16208         (spam-spamassassin-register-spam-routine)
16209         (spam-spamassassin-register-ham-routine)
16210         (spam-assassin-register-spam-routine)
16211         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16212         (spam-bogofilter-score): Fix to show article before scoring.
16213
16214 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16215
16216         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16217         default scoring function.
16218         (spam-generic-score): Call spam-spamassassin-score if
16219         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16220         spam-bogofilter-score otherwise.
16221
16222         * gnus.el (spam-process, spam-autodetect-methods): Add
16223         spamassassin and spamassassin-headers.
16224
16225 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16226
16227         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16228         Suppress unnecessary messages.
16229
16230 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16231
16232         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16233         make-hash-table.
16234
16235 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * canlock.el (base64-encode-string): Don't autoload it.
16238
16239 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * run-at-time.el: Remove useless (require 'itimer),
16242         eval-and-compile and (featurep 'xemacs).
16243
16244 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16245
16246         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16247         GROUP is a virtual group.
16248
16249 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16250
16251         * gnus.el: Autoload `message-y-or-n-p'.
16252
16253 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16254
16255         * pgg-parse.el: Remove unnecessary (require 'custom).
16256
16257         * pgg-def.el: do.
16258
16259         * nnmail.el: do.
16260
16261         * gnus-undo.el: do.
16262
16263         * gnus-picon.el: do.
16264
16265         * gnus-util.el: do.
16266
16267 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16268
16269         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16270
16271 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16274         handle, as well as a list.
16275
16276         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16277         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16278         (mm-w3m-cid-retrieve): Simplify.
16279
16280 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16281
16282         * message.el (message-kill-to-signature): Allow prefix arg to
16283         specify number of lines to keep before signature.
16284
16285 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16286
16287         * message.el (message-kill-to-signature): Change docstring.
16288
16289 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * canlock.el: Always require sha1-el.
16292         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16293
16294         * message.el: Autoload sha1 only when compiling.
16295
16296         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16297         eudc-expand-inline for XEmacs.
16298
16299 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * message.el (message-canlock-generate): Require sha1-el.
16302
16303 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16304
16305         * message.el (message-expand-name): Silence the byte compiler.
16306
16307         * lpath.el: Add detect-coding-system.
16308
16309         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16310         cus-edit.
16311
16312 2004-01-13  Simon Josefsson  <jas@extundo.com>
16313
16314         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16315         Invoke gnus-score-mode.  Reported by
16316         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16317
16318         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16319         Jim Blandy <jimb@redhat.com> (tiny change).
16320
16321 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16322
16323         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16324
16325 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16326
16327         * spam.el (spam-get-article-as-string): Update to use
16328         gnus-request-article-this-buffer, much simpler.
16329         (spam-get-article-as-buffer): Remove.
16330
16331 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16332
16333         * message.el (message-expand-name): Use EUDC if the user uses that.
16334
16335 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16336
16337         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16338         character for the encoding to avoid consing a string.
16339
16340         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16341         unnecessarily.
16342
16343         * mm-util.el (mm-replace-chars-in-string): Remove.
16344
16345         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16346         of mm-replace-chars-in-string.
16347
16348 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16349
16350         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16351
16352         * mm-util.el (mm-subst-char-in-string): Support inplace.
16353
16354         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16355         a new string in every iteration.  Use shy groups.
16356
16357 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16358
16359         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16360         * gnus-soup.el (gnus-soup-group-brew):
16361         * gnus-msg.el (gnus-put-message):
16362         * gnus-move.el (gnus-group-move-group-to-server):
16363         * gnus-kill.el (gnus-batch-score):
16364         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16365         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16366         (gnus-group-update-group, gnus-group-read-group)
16367         (gnus-group-make-group, gnus-group-make-help-group)
16368         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16369         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16370         (gnus-group-sort-by-unread, gnus-group-catchup)
16371         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16372         (gnus-group-yank-group, gnus-group-set-info)
16373         (gnus-group-list-groups):
16374         * gnus.el (gnus-generate-new-group-name):
16375         * gnus-delay.el (gnus-delay-send-queue):
16376         * nnvirtual.el (nnvirtual-catchup-group):
16377         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16378         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16379         (gnus-group-prepare-topics, gnus-topic-check-topology):
16380         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16381         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16382         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16383         (gnus-group-make-articles-read):
16384         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16385         (gnus-group-change-level, gnus-kill-newsgroup)
16386         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16387         (gnus-get-unread-articles, gnus-make-articles-unread)
16388         (gnus-make-ascending-articles-unread): Use accessor
16389         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16390         to get group information for improved readability.
16391
16392
16393 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16394
16395         * gnus-art.el (article-decode-mime-words, article-babel)
16396         (gnus-article-highlight-signature, gnus-article-add-buttons)
16397         (gnus-signature-toggle): Use gnus-with-article-buffer.
16398
16399         * gnus-art.el (gnus-article-highlight-headers)
16400         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16401
16402         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16403         (gnus-article-set-globals, gnus-request-article-this-buffer)
16404         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16405         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16406         (gnus-mime-display-alternative): Use with-current-buffer.
16407
16408 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16409
16410         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16411         also under 80 char limit, and call gnus-error if needed.
16412         (spam-fetch-article-header): Fix - it was a
16413         buffer-local variable (gnus-newsgroup-data).
16414         (spam-find-spam): Use spam-generate-fake-headers, forget about
16415         spam-insert-fake-headers.
16416         (spam-insert-fake-headers): Remove.
16417
16418 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16419
16420         * deuglify.el (gnus-article-outlook-unwrap-lines)
16421         (gnus-outlook-rearrange-article)
16422         (gnus-outlook-repair-attribution-outlook)
16423         (gnus-outlook-repair-attribution-block)
16424         (gnus-outlook-repair-attribution-other): Remove redundant
16425         save-excursion.
16426
16427 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16428
16429         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16430         (spam-fetch-field-subject-fast)
16431         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16432         (spam-fetch-article-header): Add functions to deal with Gnus
16433         internals for fast retrieval of article header data.
16434         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16435
16436 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16437
16438         * pop3.el (pop3-md5): Remove.
16439         (pop3-apop): Replace pop3-md5 with md5.
16440
16441         * mm-bodies.el: base64 is always built-in.
16442
16443         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16444         with-current-buffer.
16445
16446 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * canlock.el (canlock-insert-header): Remove excessive grouping in
16449         regexp.
16450
16451         * gnus-sum.el (gnus-summary-read-document): Ditto.
16452
16453         * gnus-uu.el (gnus-uu-part-number): Ditto.
16454
16455         * html2text.el (html2text-remove-tags): Ditto.
16456         (html2text-format-tags): Ditto.
16457         (html2text-format-single-elements): Ditto.
16458
16459         * mml.el (mml-parse-1): Ditto.
16460
16461 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16462
16463         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16464
16465         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16466
16467         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16468
16469         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16470
16471 2003-11-15  Simon Josefsson  <jas@extundo.com>
16472
16473         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16474         (pgg-gpg-lookup-key): Use regexp match instead of
16475         split-string (split-string is different between emacs 21.2 and
16476         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16477
16478 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16479
16480         * gnus-art.el (gnus-mime-view-all-parts)
16481         (gnus-article-part-wrapper, gnus-article-view-part): Use
16482         with-current-buffer.
16483
16484 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16485
16486         * spam.el (spam-disable-spam-split-during-ham-respool)
16487         (spam-spamoracle-database, spam-cache-lookups)
16488         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16489         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16490         (spam-group-ham-marks, spam-group-spam-marks)
16491         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16492         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16493         also add spam-use-blackholes to the statistical checks.
16494         (spam-fetch-field-fast): Add interface to fetching fields, may
16495         become a macro.
16496         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16497         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16498         (spam-insert-fake-headers): Fake an article when needed.
16499         (spam-find-spam): Fake article when possible.
16500         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16501         (spam-check-bogofilter-headers): Use message-fetch-field instead
16502         of nnmail-fetch-field.
16503
16504 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16505
16506         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16507
16508 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16509
16510         * spam.el (spam-split): Do not require spam-use-CHECK to be
16511         enabled if that check is passed to spam-split explicitly; also
16512         fix so 'spam doesn't get converted to spam-split-group when
16513         spam-split-symbolic-return is t.
16514         (spam-find-spam): Find registrations of the article and use those
16515         instead of re-running spam-split to find the spam/ham
16516         classification of the article.
16517         (spam-log-processing-to-registry, spam-log-registered-p)
16518         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16519         Use gnus-error instead of gnus-message.
16520         (spam-log-registration-type): Add function to determine the
16521         classification of a message based on registry entries; will
16522         return nil if both 'spam and 'ham are found.
16523         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16524         a reasonably fast local cache without the loading errors.
16525         (spam-cache-lookups): Set to t by default.
16526         (spam-find-spam): Don't try to guess spam-cache-lookups.
16527         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16528         spam-caches entry.
16529         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16530         caching of whitelist/blacklist entries.
16531         (spam-check-whitelist, spam-check-blacklist): Invoke
16532         spam-from-listed-p with a type, not a cache variable.
16533         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16534
16535 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16536
16537         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16538
16539         * nnmail.el (nnmail-split-fancy): do.
16540
16541         * mml.el (mml-parse): do.
16542
16543         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16544         (gnus-score-adaptive): do.
16545
16546 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16549         (gnus-mime-button-map): Don't set keymap parent.
16550         (gnus-button-ctan-directory-regexp): Use shy grouping.
16551         (gnus-prev-page-map): Don't set keymap parent.
16552         (gnus-prev-page-map): Remove duplicated one.
16553         (gnus-next-page-map): Don't set keymap parent.
16554         (gnus-mime-security-button-map): Ditto.
16555
16556         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16557         version number.
16558
16559         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16560
16561 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * canlock.el (canlock-sha1-function): Remove.
16564         (canlock-sha1-function-for-verify): Remove.
16565         (canlock-openssl-program): Remove.
16566         (canlock-openssl-args): Remove.
16567         (canlock-ignore-errors): Remove.
16568         (canlock-sha1-with-openssl): Remove.
16569         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16570         (canlock-verify): Don't use canlock-ignore-errors.
16571
16572         * sha1-el.el (sha1-string-external): Make it can return a string
16573         in binary form.
16574         (sha1-region-external): Ditto.
16575         (sha1-string-internal): Ditto.
16576         (sha1-region-internal): Ditto.
16577         (sha1-region): Ditto.
16578         (sha1-string): Ditto.
16579         (sha1): Ditto.
16580
16581 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16582
16583         * spam.el (spam-report-articles-gmane): New command.
16584
16585 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16588
16589         * run-at-time.el (run-at-time-saved): Remove.
16590         (run-at-time): Doc fix.
16591
16592 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16593
16594         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16595         (gnus-summary-limit-map): Add it.
16596         (gnus-summary-make-menu-bar): do.
16597
16598 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16599
16600         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16601         Make attempt at some caching support (done for BBDB only now).
16602         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16603         addresses to be checked.
16604         (spam-clear-cache-BBDB): Add function, to be invoked by
16605         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16606         (spam-check-BBDB): Check and use the caches, if
16607         spam-cache-lookups is on, remove superfluous (provide).
16608
16609 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16610
16611         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16612
16613 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16614
16615         * run-at-time.el (run-at-time-saved): Move to after the definition
16616         of `run-at-time'.
16617
16618         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16619
16620 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16623         mm-w3m-local-map-property.
16624
16625         * mm-view.el (mm-w3m-mode-map): Remove.
16626         (mm-w3m-local-map-property): Remove.
16627         (mm-inline-text-html-render-with-w3m): Don't use
16628         mm-w3m-local-map-property.
16629
16630 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16631
16632         * run-at-time.el: New file.
16633
16634         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16635         under Emacs.
16636
16637         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16638         of gnus-set-text-properties.
16639
16640         * gnus-uu.el (gnus-uu-save-article): Ditto.
16641
16642         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16643
16644         * gnus-cite.el (gnus-cite-parse): Ditto.
16645
16646         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16647         of gnus-.
16648
16649         * gnus-xmas.el (run-at-time): Require run-at-time.
16650
16651         * gnus.el: Changed calls to nnheader-run-at-time and
16652         password-run-at-time throughout to use run-at-time directly.
16653
16654         * password.el: Removed definition of run-at-time.
16655
16656         * nnheaderxm.el: Remove definition of run-at-time.
16657
16658 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16659
16660         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16661         in prompt.
16662
16663 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16664
16665         * messagexmas.el (message-xmas-redefine): Alias
16666         `message-make-caesar-translation-table' to
16667         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16668         version.
16669
16670         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16671         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16672         `gnus-xmas-set-text-properties'.
16673         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16674         `gnus-xmas-completing-read'.
16675         (gnus-xmas-completing-read): Removed.
16676         (gnus-xmas-open-network-stream): Removed.
16677
16678         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16679         XEmacs version.
16680
16681         * dns.el (dns-make-network-process): Use `open-network-stream'
16682         instead of `gnus-xmas-open-network-stream'.
16683
16684         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16685
16686         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16687
16688 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16689
16690         * gnus-art.el (gnus-mime-display-alternative)
16691         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16692         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16693         Don't use gnus-local-map-property.
16694
16695         * gnus-util.el (gnus-local-map-property): Remove.
16696
16697         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16698         gnus-completing-read-maybe-default with completing-read.
16699
16700         * gnus-util.el (gnus-completing-read): do.
16701         (gnus-completing-read-maybe-default): Remove.
16702
16703 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16704
16705         * password.el: Only autoload `run-at-time' if not XEmacs.
16706         Only autoload the itimer functions if XEmacs.
16707
16708 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16711         XEmacsen.
16712
16713         * dgnushack.el: Autoload executable-find for XEmacs.
16714
16715 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16716
16717         * gnus-art.el (gnus-read-string): Remove.
16718         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16719         read-string.
16720
16721 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16722
16723         * netrc.el: Autoload password-read.
16724         (netrc): Add configuration group.
16725         (netrc-encoding-method, netrc-openssl-path): Add
16726         variables for encoding and decoding of files with symmetric
16727         ciphers.
16728         (netrc-encode): Add assistant function to encode a file with
16729         netrc-encoding-method.
16730         (netrc-parse): Add interactive parameter, added optional
16731         decoding if netrc-encoding-method is non-nil but otherwise
16732         behavior is standard.
16733         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16734         Do s/encode/encrypt/ everywhere.
16735
16736         * spam.el: Remove executable-find autoload.
16737
16738 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16739
16740         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16741
16742         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16743
16744 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16745
16746         * gnus-art.el (gnus-treat-ansi-sequences)
16747         (article-treat-ansi-sequences): New variable and function.
16748         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16749
16750         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16751         Use it.
16752
16753 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16754
16755         * mm-util.el (mm-quote-arg): Remove.
16756
16757         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16758         shell-quote-argument.
16759
16760         * gnus-uu.el (gnus-uu-command): do.
16761
16762         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16763
16764         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16765         with make-char.
16766
16767         * mm-util.el (mm-make-char): Remove.
16768
16769         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16770         add-minor-mode.
16771
16772         * gnus-undo.el (gnus-undo-mode): do.
16773
16774         * gnus-topic.el (gnus-topic-mode): do.
16775
16776         * gnus-sum.el (gnus-dead-summary-mode): do.
16777
16778         * gnus-start.el (gnus-slave-mode): do.
16779
16780         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16781
16782         * gnus-ml.el (gnus-mailing-list-mode): do.
16783
16784         * gnus-gl.el (gnus-grouplens-mode): do.
16785
16786         * gnus-draft.el (gnus-draft-mode): do.
16787
16788         * gnus-dired.el (gnus-dired-mode): do.
16789
16790         * gnus-ems.el (gnus-add-minor-mode): Remove.
16791
16792         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16793         Replace gnus-char-width with char-width.
16794
16795         * gnus-ems.el (gnus-char-width): Remove.
16796
16797         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16798         Replace gnus-char-width with char-width.
16799
16800         * gnus-ems.el (gnus-char-width): Remove.
16801
16802         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16803         definition.
16804         Remove Emacs 20 hash table compatibility code.
16805
16806         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16807         20 compatibility code.
16808
16809         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16810
16811         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16812
16813         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16814         with point-at-{eol,bol}.
16815
16816         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16817
16818         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16819
16820         * flow-fill.el (fill-flowed-point-at-bol)
16821         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16822
16823         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16824         Replace with point-at-{eol,bol} throughout all files.
16825
16826 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * ntlm.el (ntlm-string-as-unibyte): New macro.
16829         (ntlm-build-auth-response): Use it.
16830
16831         Remove Emacs 20 stuff:
16832         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16833         (butlast, mapc, remove): Remove the compiler macros.
16834         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16835         of delq and copy-sequence.
16836         * gnus-art.el (popup-menu): Remove the compiler macro.
16837         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16838         Emacs 20.
16839
16840 2004-01-05  Simon Josefsson  <jas@extundo.com>
16841
16842         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16843         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16844         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16845         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16846         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16847         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16848         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16849         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16850         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16851         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16852         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16853         string-xor into ntlm-string-xor.  Suggested by
16854         Jesper Harder <harder@myrealbox.com>.
16855
16856         * ntlm.el: Don't include poem.
16857
16858         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16859         Jesper Harder <harder@myrealbox.com>.
16860
16861         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16862
16863         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16864         probably breaks emacs with DL patch, but do we care? Is anyone
16865         still using the DL stuff?)
16866
16867         * sieve-manage.el: Use the password package.
16868         (sieve-manage-read-passwd): Remove.
16869         (sieve-manage-interactive-login): Use password.  Re-add
16870         condition-case around loop.
16871
16872         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16873         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16874         the password package.
16875
16876 2003-02-19  Simon Josefsson  <jas@extundo.com>
16877
16878         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16879         token.
16880
16881 2002-08-07  Simon Josefsson  <jas@extundo.com>
16882
16883         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16884         (sieve-manage-authenticators):
16885         (sieve-manage-authenticator-alist): Add some SASL mechs.
16886         (sieve-sasl-auth): New function.
16887         (sieve-manage-cram-md5-auth):
16888         (sieve-manage-plain-auth): Rewrite using SASL library.
16889         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16890         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16891         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16892         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16893
16894 2004-01-05  Simon Josefsson  <jas@extundo.com>
16895
16896         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16897         New files.
16898
16899 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16900
16901         * gnus-group.el (gnus-no-groups-message): Update.
16902
16903         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16904
16905 2003-11-09  Simon Josefsson  <jas@extundo.com>
16906
16907         * imap.el: Support for ID IMAP extension (RFC 2971).
16908         (imap-local-variables): Add imap-id.
16909         (imap-id): New variable.
16910         (imap-id): New function.
16911         (imap-parse-response): Parse untagged ID response.
16912         * nnimap.el (nnimap-id): New variable.
16913         (nnimap-open-connection): Use it.
16914
16915 2003-12-28  Simon Josefsson  <jas@extundo.com>
16916
16917         * gnus-score.el (gnus-score-edit-all-score): New.
16918         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16919
16920 2004-01-04  Simon Josefsson  <jas@extundo.com>
16921
16922         * password.el: Add.
16923
16924 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16925
16926         * dns.el (dns-query-types): Fix typo.
16927         (dns-query-types): New function.
16928         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16929         PTR and SOA replies, see RFC 1035.
16930
16931 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16932
16933         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16934
16935         * Moved to Changelog.2.
16936
16937 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16938
16939         * gnus.el (gnus-version-number): Bump version.
16940
16941 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16942
16943         * gnus.el: No Gnus v0.1 is released.
16944
16945 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16946
16947         * gnus.el: No Gnus v0.0 is released.
16948
16949 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16950
16951         * gnus.el (gnus-version-number): Bump.
16952         (gnus-version): No.
16953
16954 See ChangeLog.2 for earlier changes.
16955
16956     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16957       Free Software Foundation, Inc.
16958
16959   This file is part of GNU Emacs.
16960
16961   GNU Emacs is free software: you can redistribute it and/or modify
16962   it under the terms of the GNU General Public License as published by
16963   the Free Software Foundation, either version 3 of the License, or
16964   (at your option) any later version.
16965
16966   GNU Emacs is distributed in the hope that it will be useful,
16967   but WITHOUT ANY WARRANTY; without even the implied warranty of
16968   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16969   GNU General Public License for more details.
16970
16971   You should have received a copy of the GNU General Public License
16972   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16973
16974 ;; Local Variables:
16975 ;; coding: utf-8
16976 ;; fill-column: 79
16977 ;; add-log-time-zone-rule: t
16978 ;; End: