6210d65b305945e2413358c6a56f7f6e7628c8ec
[gnus] / lisp / ChangeLog
1 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus.el (gnus-group-fast-parameter): Return the last matching
4         parameter instead of the first matching parameter.
5
6 2010-09-26  Julien Danjou  <julien@danjou.info>
7
8         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9
10 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * mml2015.el (mml2015-use): Remove gpg support.
13
14         * mml1991.el (mml1991-function-alist): Remove gpg function.
15         (mml1991-gpg-sign): Removed.
16
17 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
18
19         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
20         (gnus-browse-unsubscribe-current-group): Document it.
21         (gnus-browse-unsubscribe-group): Use it.
22
23 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
26         address to the To list for easier response.
27
28         * gnus.el (gnus-play-startup-jingle): Removed.
29         (gnus-splash): Don't play jingle.
30         (gnus): Silence gnus-load message.
31
32         * gnus-art.el (gnus-treat-play-sounds): Removed.
33
34         * gnus.el (gnus-play-jingle): Remove audio support.
35
36         * gnus-cus.el (gnus-score-customize): Remove audio reference.
37
38         * earcon.el: Removed -- no users.
39
40         * gnus-audio.el: Removed -- no users of this package.
41
42         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
43
44         * gnus-start.el (gnus-setup-news): Remove nocem support.
45
46         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
47
48         * gnus.el (gnus-use-nocem): Removed.
49
50         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
51         Removed.
52
53         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
54         uses NoCeM any more.
55
56         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
57         (gnus-button-ctan-handler): Ditto.
58         (gnus-button-handle-ctan-bogus-regexp): Ditto.
59         (gnus-button-ctan-directory-regexp): Ditto.
60         (gnus-button-handle-ctan): Ditto.
61         (gnus-button-tex-level): Ditto.
62         (gnus-button-alist): Removed CTAN stuff.
63
64 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
67         nnimap-streaming test.
68
69         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
70         servers twice.
71
72         * nnimap.el (nnimap-open-connection): Add more error reporting when
73         nnimap fails early.
74
75         * nnheader.el (nnheader-get-report-string): New function.
76         (nnheader-get-report): Use it.
77
78         * gnus-int.el (gnus-check-server): Say what the error was when opening
79         failed.
80
81         * nnimap.el (nnimap-wait-for-response): Search further when we're not
82         using streaming.
83
84 2010-09-25  Julien Danjou  <julien@danjou.info>
85
86         * gnus-html.el (gnus-html-rescale-image): Use our defalias
87         gnus-window-inside-pixel-edges.
88
89 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
92
93         * mm-decode.el (mm-save-part): Allow saving to other directories the
94         normal Emacs way.
95
96         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
97         by Jay Berkenbilt.
98
99         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
100         there isn't a single byte.
101
102         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
103         just do it.  It doesn't really seem to matter what the user responds
104         here, I think, so it's just a confusing question.
105
106         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
107         non-streaming case.
108
109         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
110         (gnus-article-encrypt-body): Use it.
111
112         * gnus-sum.el (gnus-summary-show-complete-article): New command and
113         keystroke.
114
115         * nnimap.el (nnimap-find-wanted-parts-1): Use
116         gnus-fetch-partial-articles.
117
118         * gnus-art.el (gnus-fetch-partial-articles): New variable.
119
120         * nnimap.el (nnimap-insert-partial-structure): New function.
121         (nnimap-get-partial-article): New function.
122         (nnimap-request-article): Use it.
123         (nnimap-wait-for-response): Return whether the wait was successful.
124         (nnimap-finish-retrieve-group-infos): Don't do anything if the
125         retrieval wasn't successful.
126         (nnimap-retrieve-group-data-early): Allow throttling servers.
127         (nnimap-streaming): New variable.
128         (nnimap-fetch-partial-articles): Removed.
129
130         * mm-decode.el (mm-with-part): Protect against killed buffers.
131
132         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
133         for prettier summary display.
134
135 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
136
137         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
138         directly.
139
140 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
143         apparently third-party libraries depend on it.
144
145         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
146         before starting negotiation.
147
148         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
149         privacy reasons.
150         (gnus-treat-mail-gravatar): Ditto.
151
152         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
153         buffer when inserting images.  Inserting text into the headers, for
154         instance, can make them invalid.
155
156 2010-09-25  Julien Danjou  <julien@danjou.info>
157
158         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
159         variables.
160
161         * nnheader.el: Remove useless variables news-reply-yank-from and
162         news-reply-yank-message-id.
163
164         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
165         variables.
166
167         * mml1991.el: Remove useless mml1991-verbose.
168
169         * gnus.el: Remove useless variable gnus-use-generic-from.
170         Remove obsolete variable gnus-topic-indentation.
171
172         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
173
174         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
175
176         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
177
178         * gnus-group.el: Remove useless gnus-group-icon-cache.
179         Remove useless gnus-ephemeral-group-server.
180
181         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
182
183         * mml2015.el: Remove useless mml2015-verbose.
184
185         * mml-smime.el: Remove useless mml-smime-verbose.
186
187         * gnus.el: Remove useless gnus-local-domain.
188
189         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
190         gnus-gravatar-size.
191
192         * gnus-art.el: Remove useless gnus-treat-translate.
193
194 2010-09-24  Julien Danjou  <julien@danjou.info>
195
196         * gnus-sum.el: Add support for Gravatars.
197
198         * gnus-art.el: Add support for Gravatars.
199
200         * gnus-gravatar.el: Add this file.
201
202         * gravatar.el: Add this file.
203
204 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
207
208         * gnus-group.el (gnus-group-fetch-faq): Removed.
209
210         * gnus.el (gnus-group-faq-directory): Removed.
211
212         * gnus-group.el (gnus-group-fetch-charter): Removed.
213
214         * gnus.el (gnus-group-charter-alist): Removed.
215
216         * gnus-group.el (gnus-group-archive-directory): Removed.
217         (gnus-group-recent-archive-directory): Ditto.
218         (gnus-group-make-archive-group): Removed.
219
220         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
221
222         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
223         use the same article number for all the cached articles.
224
225         * nnimap.el (nnimap-command): Register the last command time so
226         that we can use it for idling NOOPs.
227         (nnimap-open-connection): Start the keeplive timer.
228         (nnimap-make-process-buffer): Store all the process buffers.
229         (nnimap-keepalive): New function.
230
231         * starttls.el: (starttls-open-stream): Add autoload cookie.
232
233 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
234
235         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
236         handling.
237
238 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
241         its data structures.
242
243         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
244         instead of the cl.el copy-list.
245         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
246         equalp.
247
248 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
251         and tool-bar-local-item-from-menu.
252
253         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
254         mode-line-highlight face for Emacs.
255
256         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
257         loading gnus-sum.elc; fix comment for canlock-verify.
258         (gnus-article-jump-to-part): Use read-number.
259         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
260         Emacs pre-21 compatible code for help-echo.
261         (gnus-article-next-page-1): No need to adjust the number of lines.
262         (gnus-article-describe-bindings): Always use help-buffer.
263
264         * gnus-audio.el (gnus-audio-inline-sound)
265         * gnus-cus.el (gnus-custom-mode)
266         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
267
268         * gnus-sum.el (gnus-remove-overlays): Doc fix.
269
270         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
271         compatible code.
272
273 2010-09-24  Glenn Morris  <rgm@gnu.org>
274
275         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
276         visiting the fcc file in rmail-mode.
277
278         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
279
280 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * nnir.el: Silence the byte compiler.
283
284         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
285         alias to browse-url-url-encode-chars if any.
286         (gnus-html-encode-url): Use it.
287
288 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * gnus-start.el (gnus-use-backend-marks): New variable.
291         (gnus-get-unread-articles-in-group): Use it.
292
293         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
294         makeover.
295
296 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
297
298         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
299
300 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
303         Removed.
304         (gnus-setup-news-hook): Removed
305         gnus-fixup-nnimap-unread-after-getting-new-news.
306
307         * gnus-int.el (gnus-request-update-info): Protect against backends not
308         having the function.
309
310         * nnimap.el (nnimap-stream): Mention starttls.
311         (nnimap-open-connection): Add starttls support.
312
313 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
314
315         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
316
317 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
320         BODYSTRUCTUREs.
321         (nnimap-transform-headers): Unfold quoted {42} headers.
322
323         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
324         the info.
325         (gnus-get-unread-articles): Only call updatep on backends that support
326         it.
327
328         * nnweb.el (nnweb-request-update-info): NOOP.
329
330         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
331
332         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
333         since it only deals with marks.
334
335         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
336         gnus-request-marks, and make a new gnus-request-update-info.
337
338         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
339         the active instead of the high number, which is usually too low.
340
341 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
342
343         * netrc.el (netrc-parse): Remove encrypt.el mentions.
344         * encrypt.el: Removed.
345
346 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
349         server in symbolic form.
350
351         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
352         0.9.
353
354 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
357         (nnimap-update-info): Fix up code slightly.
358
359         * gnus-int.el (gnus-open-server): Add tracing for performance
360         debugging.
361
362         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
363         (gnus-group-insert-group-line): Pass the real group name so that it
364         gets the right data.
365
366         * gnus-start.el (gnus-get-unread-articles): Don't have
367         `gnus-get-unread-articles-in-group' update info, since that can be
368         really slow and doesn't seem to be needed?
369
370 2010-09-22  Dan Christensen  <jdc@uwo.ca>
371
372         * time-date.el (date-to-time): Try using parse-time-string first before
373         using the slower timezone-make-date-arpa-standard.
374
375 2010-09-22  Julien Danjou  <julien@danjou.info>
376
377         * gnus-group.el (gnus-group-insert-group-line): Call
378         gnus-group-highlight-line.
379         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
380         default hook list.
381         (gnus-group-update-eval-form): Add new function.
382         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
383         (gnus-group-get-icon): Use gnus-group-update-eval-form.
384
385 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
388         immediate, then expire all articles.
389         (nnimap-update-info): Fix off-by-one errors.
390         (nnimap-flags-to-marks): Would return no marks lists for group with no
391         flags.  Instead return the other data.
392
393 2010-09-22  Julien Danjou  <julien@danjou.info>
394
395         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
396         Only return an icon.
397         (gnus-group-insert-group-line): Compute icon to return.
398
399         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
400         variable.
401         (gnus-html-image-fetched): Only cache if
402         gnus-html-image-automatic-caching is set.
403         (gnus-html-image-fetched): Check for errors.
404
405 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
408         once per method on `g'.  This ensures that backends like nnfolder don't
409         open all their folders.
410
411         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
412         (nnimap-request-list): Nix out group in the correct buffer.
413         (nnimap-parse-flags): Implement by using `read' instead of
414         hand-parsing.
415         (nnimap-flags-to-marks): Pass on permanent-flags.
416         (nnimap-make-process-buffer): Record the server name.
417         (nnimap-parse-flags): Fix typo.
418         (nnimap-request-scan): Run split on the server in general, not just a
419         single group.
420
421         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
422         parameter, and propagate this downwards.
423
424         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
425         since EXAMINE changes it on the server.
426
427         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
428         this command might take a while.
429
430 2010-09-22  Julien Danjou  <julien@danjou.info>
431
432         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
433         harmful if you have 2 images side-by-side, they can't be properly
434         update on text deletion.  Using text-property is safer here.
435         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
436         data.
437
438 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439
440         * nnimap.el (nnimap-expunge-inbox): Removed.
441         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
442         (nnimap-expunge): Flip default to t.
443
444         * gnus.el (gnus-method-to-server): Don't push things to the cache
445         unless it's unique.
446         (gnus-server-to-method): Ditto.
447
448 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
449
450         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
451
452 2010-09-22  Julien Danjou  <julien@danjou.info>
453
454         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
455         get the start of data.
456         (gnus-html-encode-url): Add this function to encode special chars in
457         URL.
458         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
459         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
460
461         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
462         default.
463         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
464
465         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
466         images alt-text.
467         (gnus-html-put-image): Put alt-text as help-echo.
468
469 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
472         * mm-util.el (mm-decompress-buffer)
473         * nnir.el (nnir-run-find-grep)
474         * pop3.el (pop3-list): Use 3rd arg of split-string.
475
476         * time-date.el (format-seconds): Comment fix.
477
478         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
479         and byte-optimize-form-code-walker.
480         (dgnushack-make-auto-load): Don't advise make-autoload.
481
482         * lpath.el: Remove Emacs 21 stuff.
483
484 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
487         outside the active range.  Suggested by Dan Christensen.
488
489         * gnus-start.el (gnus-get-unread-articles): Get the extended method
490         slightly later to avoid double-getting it.
491
492         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
493         previous patch.
494
495         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
496
497 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
498
499         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
500
501 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * gnus-int.el (gnus-open-server): Give a better error message in the
504         "go offline" case.
505
506         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
507         marks for nnimap, which is seldom the right thing to do.
508
509         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
510         (gnus-same-method-different-name): New function.
511
512         * nnimap.el (parse-time): Require.
513
514         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
515         method in the presence of many similar methods.
516
517         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
518
519         * nnimap.el (nnimap-find-expired-articles): Don't refer to
520         nnml-inhibit-expiry.
521
522         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
523         find out whether methods are equal.
524
525         * nnimap.el (nnimap-find-expired-articles): New function.
526         (nnimap-process-expiry-targets): New function.
527         (nnimap-request-move-article): Request the article before looking at
528         what the Message-ID is.  Fix found by Andrew Cohen.
529         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
530
531         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
532         for oldness in addition to being a predicate.
533
534         * nnimap.el (nnimap-request-group): When we have zero articles, return
535         the right data to Gnus.
536         (nnimap-request-expire-articles): Only delete articles immediately if
537         the target is 'delete.
538
539         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
540         method, this would bug out.
541
542         * gnus-group.el (gnus-group-expunge-group): Renamed from
543         gnus-group-nnimap-expunge, and implemented as a normal interface
544         function.
545
546         * gnus-int.el (gnus-request-expunge-group): New function.
547
548         * nnimap.el (nnimap-request-create-group): Implement.
549         (nnimap-request-expunge-group): New function.
550
551 2010-09-21  Julien Danjou  <julien@danjou.info>
552
553         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
554         (gnus-html-cache-expired): Add new function.
555         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
556         wethever we should display image for fetch it.
557         Compute alt-text earlier to pass it to the fetching function too.
558         (gnus-html-schedule-image-fetching): Change function argument to only
559         get one image at a time, not a list.
560         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
561         cache.
562         (gnus-html-get-image-data): New function to retrieve image data from
563         cache.
564         (gnus-html-put-image): Change buffer argument to use image data rather
565         than file, and place image above region rather than inserting a new
566         one. Do not take alt-text as argument, since it's useless now: we place
567         the image above alt-text.
568         (gnus-html-prune-cache): Remove.
569         (gnus-html-show-images): Start to fetch image when we find one, do not
570         push into a temporary list.
571         (gnus-html-prefetch-images): Only fetch image if they have expired.
572         (gnus-html-browse-image): Fix, use 'gnus-image-url.
573         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
574
575 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
578
579 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
580
581         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
582         spec inser "*" if the group isn't active instead of 0.
583
584         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
585         opening the server.
586         (nnimap-request-delete-group): Implement group deletion.
587         (nnimap-transform-headers): Return the size of the entire message in
588         the Bytes header, not just the size of the first part.
589         (nnimap-request-move-article): When moving an article from nnimap,
590         request the article first so the accepting form has an article to
591         accept.  Reported by Dan Christensen.
592         (nnimap-command): Make sure that the error message doesn't error out.
593
594 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
595
596         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
597         we haven't requested anything.
598
599 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600
601         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
602         "".  Fix found by Andrew Cohen.
603
604         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
605         instead of -encode-string.
606
607 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
610
611         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
612         by mm-subst-char-in-string.
613
614 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
617         waiting for the connection string.
618
619         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
620         arriving.
621
622         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
623         bogus characters.  This allows selecting certain Gmail groups.
624
625         * nnimap.el (nnimap-find-wanted-parts-1): New function.
626         (nnimap-fetch-partial-articles): New variable.
627         (nnimap-open-connection): When looking for credentials, also use the
628         nnimap-server-port.
629         (nnimap-request-article): Return the group/article number, so that Gnus
630         `^' works as expected.
631         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
632         them.
633
634         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
635         comments.
636         (gnus-methods-sloppily-equal): New function.
637         (gnus): When using the development version of Gnus, load the gnus-load
638         file.
639
640         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
641         `gnus-open-server' on each method before trying to scan them etc.  This
642         ensures that all the backend parameters are set correctly.
643
644         * nnimap.el (nnimap-authenticator): New variable.
645         (nnimap-open-connection): Allow anonymous login.
646         (nnimap-transform-headers): The chars header is called Chars not
647         Bytes.
648         (nnimap-wait-for-response): Don't infloop if the IMAP connection
649         drops.
650
651         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
652         patch, found by Knut Anders Hatlen.
653
654 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
655
656         * gnus-agent.el (gnus-agent-batch-confirmation)
657         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
658         to gnus-message.
659         * gnus-art.el (gnus-article-describe-briefly): Likewise.
660         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
661         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
662         * gnus-int.el (gnus-open-server): Likewise.
663         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
664         (gnus-score-check-syntax): Likewise.
665         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
666         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
667         Likewise.
668         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
669
670 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
673         calling conventions so that prefetch doesn't bug out.
674
675 2010-09-19  Julien Danjou  <julien@danjou.info>
676
677         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
678         rather than `subst-char-in-region' in order to be able to replace ASCII
679         char by UTF-8 ones.
680
681         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
682         than curl.
683         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
684         the right URL and ALT text on images.
685         (gnus-html-wash-tags): Fix tag case.
686         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
687         (gnus-article-html): Add -o display_ins_del=2 option.
688         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
689
690 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
693         the extra mail headers, which sometimes seem to happen for unknown
694         reasons.
695
696         * mail-parse.el (mail-header-encode-parameter): Define as
697         rfc2045-encode-string instead of as rfc2231-encode-string, since some
698         (or most, perhaps?) mail readers don't understand the latter, but do
699         understand the former.
700
701         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
702         to nil, so that no methods are automatically agentized.  I think this
703         is probably what most users want.
704
705         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
706         from url-retrieve, for instance about invalid URLs.
707
708         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
709         groups that have no articles.
710         (nnimap-request-article): Check that we really got an article when we
711         requested one.
712
713         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
714         doesn't exist.
715
716         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
717         nntp buffer so the agent can save it.
718         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
719         that CRLF doesn't get translated to \n.
720         (nnimap-open-connection): Don't make 'shell commands only send \n.
721
722 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
723
724         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
725         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
726         Update var name.
727         (nnml-generate-nov-file): Use dolist.
728         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
729         Use with-current-buffer.
730
731 2010-09-18  Julien Danjou  <julien@danjou.info>
732
733         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
734         parallel.
735
736 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * nnimap.el (nnimap-update-info): When doing partial marks update, get
739         the range update right.
740         (nnimap-request-group): Don't make `M-g' bug out on group with no
741         marks.
742         (nnoo): Required, so that other packages can require nnimap.
743         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
744         command we're looking for.  This helps when the server sends more
745         responses after we've gotten everything we expected.
746         (nnimap): Add a `newlinep' field to keep track of end-of-line
747         conventions.
748         Don't send CRLF to things that don't want it.
749         (nnimap-request-accept-article): Ditto.
750
751 2010-09-18  Julien Danjou  <julien@danjou.info>
752
753         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
754         than curl to retrieve images.
755
756 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * nnimap.el (nnimap-update-info): Extend the info so that we can set
759         the marks.
760         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
761         (nnimap-wait-for-connection): New function.
762         (nnimap-open-connection): If we have PREAUTH, don't query for login
763         credentials.
764         (nnimap-update-info): Fix off-by-one error when concatenating ranges
765         when doing a partial update.
766
767 2010-09-18  Julien Danjou  <julien@danjou.info>
768
769         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
770         tags.
771
772 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * nnimap.el (nnimap-credentials): New function.
775         (nnimap-open-connection): Use the new function to look for credentials
776         also on the numeric equivalents of "imap" and "imaps".
777
778         * gnus-start.el (gnus-activate-group): Send the info to
779         gnus-request-group.
780
781         * nnimap.el (nnimap-request-group): Have the "check" version of the
782         function parse flags and update the info, so that a `M-g' get a total
783         resync of all flags from the group.
784
785         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
786         to allow backends to alter the info on group selection.  Also alter all
787         the backend -request-group functions to take the parameter.
788
789         * nnimap.el (nnimap-store-info): New function.
790         (nnimap-update-info): Store the info for later usage.
791         (nnimap-request-group): Use the stored info for the dont-check case, so
792         that we don't retrieve all marks when we enter a group.
793
794         * nnimap.el: Use deffoo instead of defun for interface functions.
795
796         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
797         update the group info.  This makes the nndraft groups, for instance, go
798         back to their old behaviour.
799
800         * gnus-sum.el (gnus-select-newsgroup): Indent.
801
802         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
803         in.
804         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
805         nothing.
806
807         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
808         from methods that are denied.
809
810         * gnus-int.el (gnus-method-denied-p): New function.
811
812         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
813         store the password instead of netrc.
814         (nnimap-open-connection): Don't error out when we can't make a
815         connections.
816
817         * auth-source.el (auth-source-create): In the password prompt, say what
818         we're querying for.  Also prompt for user name if that hasn't been
819         given.
820
821         * nnimap.el (nnimap-with-process-buffer): Removed.
822
823 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
826         method when we're reading from the agent.
827
828         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
829
830         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
831         that's probably most useful for users.
832
833         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
834         "failed" all the time.
835
836         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
837         ...)) with (with-current-buffer ... ).
838
839         * nntp.el (nntp-open-server): Return whether the open was successful or
840         not.
841
842         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
843         select an unread unseen article first.
844
845         * nnimap.el (nnimap-open-connection): If the user doesn't have a
846         /etc/services, supply some sensible port defaults.
847
848         * dgnushack.el: Define netrc-credentials.
849
850 2010-09-17  Julien Danjou  <julien@danjou.info>
851
852         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
853
854 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
855
856         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
857         doesn't have any parameters.
858
859 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
862         only upcased checks.
863
864         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
865
866         * nnimap.el (nnimap-open-shell-stream): New function.
867         (nnimap-open-connection): Use it.
868         (nnimap-transform-headers): Get the number of lines in each message.
869         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
870         number of lines.
871         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
872         problem.
873
874         * utf7.el (utf7-encode): Autoload.
875
876         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
877         to allow the mail splitting to not return a default group.  This is
878         useful for nnimap, which will leave unmatched mail in the inbox.
879
880         * nnimap.el: Rewritten.
881
882         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
883         nnimap usage.
884
885         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
886         if the move is internal, so that nnimap can do fast internal moves.
887
888         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
889         data.
890         (gnus-read-active-for-groups): Support finishing the early retrieval of
891         data.
892
893         * gnus-range.el (gnus-range-nconcat): New function.
894
895         * gnus-int.el (gnus-finish-retrieve-group-infos)
896         (gnus-retrieve-group-data-early): New functions.
897
898 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
899
900         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
901         (nnrss-retrieve-groups):
902         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
903         (pop3-quit): Use with-current-buffer.
904
905 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
908         instead of nnheader-accept-process-output.
909
910         * dgnushack.el (dgnushack-compile): Add comment.
911
912         * lpath.el: No need to fbind propertize for XEmacs 21.4.
913
914         * gnus-html.el (gnus-html-schedule-image-fetching)
915         (gnus-html-prefetch-images): Replace process-kill-without-query by
916         gnus-set-process-query-on-exit-flag.
917
918 2010-09-16  Romain Francoise  <romain@orebokech.com>
919
920         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
921
922 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-registry.el (gnus-registry-install-shortcuts): The second
925         parameter to unintern is mandatory-ish in Emacs 24.
926
927         * gnus-html.el (gnus-html-schedule-image-fetching)
928         (gnus-html-prefetch-images): Check for curl before using it.
929
930         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
931         depend on curl, which isn't essential.
932
933         * imap.el: Revert back to version
934         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
935         seem problematic.
936
937 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
938
939         * gnus-registry.el (gnus-registry-install-shortcuts):
940         Explicitly pass `obarray' to `unintern' to avoid a warning.
941
942 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
945         change.
946
947         * nnrss.el (nnrss-request-list): Removed this function and related
948         functions, including the moreover stuff.
949
950 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * nnrss.el (nnrss-retrieve-groups): New function.
953
954 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
955
956         * .dir-locals.el: Add no-byte-compile cookie.
957
958 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
959
960         * time-date.el (format-seconds): Comment fix.
961
962         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
963         for back end that doesn't support request-scan.
964
965 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
968         then do request scans from the backends.
969
970         * netrc.el (netrc-credentials): New conveniency function.
971
972         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
973         avoid running a hook per line, since this takes a lot of time,
974         profiling shows.
975         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
976         directly if gnus-visual-p is true.
977
978 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
981         groups; replace mapcar with dolist which is a bit faster; pass groups
982         info to gnus-read-active-file-1.
983         (gnus-read-active-file-1): Scan only specified groups if the new
984         optional arg `infos' is given.
985
986 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
989
990         * pop3.el (pop3-movemail): Removed.
991         (pop3-streaming-movemail): Renamed to pop3-movemail.
992
993         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
994         don't restrict end-tag searches to the end of the line.
995
996 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
999         articles of every unchecked group to t, which means unknown since the
1000         server has never been opened.
1001
1002 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * gnus-html.el (gnus-html-show-alt-text): New command.
1005         (gnus-html-browse-image): Ditto.
1006         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1007         to browse the image directly.
1008         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1009         better.
1010
1011         * gnus-async.el (gnus-async-article-callback): Call
1012         `gnus-html-prefetch-images' unconditionally.
1013
1014         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1015         before feeding URLs to curl.
1016
1017 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1020         internal images as deletable by `W D D'.
1021
1022         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1023         (gnus-async-article-callback): Fix typo.
1024
1025 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1028         current line to work around bugs in the output from w3m.
1029
1030         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1031         for groups that want that.
1032
1033         * nntp.el (nntp-wait-for-string): Supply a timeout for
1034         accept-process-output to ensure progress.
1035
1036         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1037         level to get unread articles from, then use that for foreign groups,
1038         too.
1039
1040         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1041         confuses the rest of the function.
1042
1043         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1044         for the methods that support -retrieve-groups, too.
1045
1046         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1047
1048 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1051         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1052
1053         * pop3.el: Require cl when compiling.
1054         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1055
1056 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1059         that aren't going to be activated.
1060         (gnus-get-unread-articles): Fix up the last commit.
1061
1062         * gnus-html.el (gnus-article-html): Allow calling without specifying
1063         the handle.  In that case, dissect the buffer first.
1064
1065         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1066
1067         * nnimap.el (nnimap-open-connection): Revert the change that would look
1068         into authinfo for imaps instead of imap.
1069
1070         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1071         say that you don't want to call gnus-request-group with don-check, but
1072         do check the reponse.  This is for virtual groups only.
1073         (gnus-get-unread-articles): Count the archive groups as secondary, so
1074         that they're activated the same way as before.
1075
1076         * imap.el (imap-message-map): Removed optional buffer parameter, since
1077         no callers use it.
1078         (imap-message-get): Ditto.
1079         (imap-message-put): Ditto.
1080         (imap-mailbox-map): Ditto.
1081         (imap-mailbox-put): Ditto.
1082         (imap-mailbox-get): Ditto.
1083         (imap-mailbox-get): Revert last change for this function.
1084
1085         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1086         case-insensitively.
1087         (nnimap-debug): Removed.
1088
1089         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1090         to use `imap-fetch' instead.  According to the comments, this should be
1091         safe, since all other IMAP clients use the 1:* syntax.
1092         (imap-enable-exchange-bug-workaround): Removed.
1093         (imap-debug): Removed -- doesn't seem very useful.
1094
1095         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1096         mail from a file, and the file doesn't exist.
1097
1098         * imap.el (imap-log): New convenience function used throughout instead
1099         of repeating the same code all over the place.
1100
1101         * pop3.el (pop3-streaming-movemail): Return t for success.
1102
1103         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1104         .authinfo if we're using ssl connection.
1105
1106         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1107         already have if we're in a main Gnus `g' run.
1108
1109         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1110
1111 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1114
1115         * nnmh.el (nnmh-request-list-1): Bind `file'.
1116
1117         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1118         alias to set-process-query-on-exit-flag or process-kill-without-query.
1119         (pop3-open-server): Use it.
1120
1121 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1124         box to the Incoming file.  Fixes mistake in previous checkin.
1125
1126         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1127         request loop (for debugging purposes) removed.
1128
1129         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1130         culprit is more visible.
1131         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1132         (nnml-add-incremental-nov): New functions to do "incremental" nov
1133         updates, where we just append to the end of the existing nov files
1134         without reading/writing them in full.
1135
1136         * mail-source.el (mail-source-delete-crash-box): Really only check the
1137         incoming files once in a while.
1138
1139         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1140
1141         * mail-source.el (mail-source-delete-crash-box): Only check the
1142         incoming files for deletion once per day to save a lot of file
1143         accesses.
1144
1145         * pop3.el (pop3-logon): Fix up unbound variable typo.
1146
1147         * mail-source.el (pop3-streaming-movemail): Autoload.
1148
1149         * pop3.el (pop3-streaming-movemail): Respect
1150         pop3-leave-mail-on-server.
1151
1152         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1153         retrieval.
1154
1155         * pop3.el (pop3-process-filter): Removed unused function.
1156         (pop3-streaming-movemail, pop3-send-streaming-command)
1157         (pop3-wait-for-messages, pop3-write-to-file)
1158         (pop3-number-of-responses): New functions for streaming pop3
1159         retrieval.
1160
1161         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1162         come from no known methods.
1163         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1164         list.
1165
1166         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1167         message sizes.
1168         (pop3-movemail): Use erase-buffer instead of looping and deleting
1169         regions, which seems rather odd.
1170
1171         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1172         file once per `g' run.
1173
1174         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1175         directories.  This makes the draft queue directory work.
1176
1177         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1178         data from the backends, so that we only request the list of groups from
1179         each method once.  This should speed things up considerably.
1180
1181         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1182         detect that it's not implemented.
1183
1184         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1185         we actually do recurse down into the tree, but don't stat all leaf
1186         nodes.
1187
1188         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1189         then say so instead of bugging out.
1190
1191         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1192         files exist before trying to read them.
1193
1194         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1195         around <pre_int>.
1196
1197         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1198
1199         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1200
1201 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * mm-util.el (mm-image-load-path): Just return the image directories,
1204         not all directories in the path in addition to the image directories.
1205         (mm-image-load-path): Maintain a cache of the image directories so that
1206         the `g' command in Gnus doesn't have to stat dozens of directories each
1207         time.
1208
1209         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1210         (gnus-html-wash-tags): Add a new `i' command to insert images.
1211         (gnus-html-insert-image): New command and keystroke.
1212         (gnus-html-redisplay-with-images): New command and keystroke.
1213         (gnus-html-show-images): Renamed command.
1214         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1215         spacers.
1216         (gnus-html-wash-tags): Decode entities at the end, so that entities
1217         inside the tags don't mess up the rest of the "parsing".
1218
1219         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1220         so that nnimap methods aren't agentized by default.  There's apparently
1221         many problems related to agent/imap behaviour.
1222
1223         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1224
1225         * gnus-html.el: Doc fix.
1226
1227 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1228
1229         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1230         specifier-spec-list for Emacs 21.
1231
1232         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1233         glyph-width and glyph-height instead of display-graphic-p and
1234         image-size; make avoidance of displaying small images work for XEmacs.
1235
1236         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1237         for XEmacs.
1238
1239         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1240         of symbol that holds plist data.
1241         (gnus-process-plist): Remove plist of process after getting it.
1242
1243 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * message.el (message-generate-hashcash): Change default to
1246         'opportunistic if hashcash is installed.
1247
1248         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1249         (gnus-html-put-image): Only call image-size once, since it's somewhat
1250         time-consuming on remote X servers.
1251
1252 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1255         type on data, not a file name.
1256
1257         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1258         window-pixel-edges for Emacs 21.
1259
1260         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1261         decoded contents.
1262         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1263
1264 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1267         group line format, since it isn't very interesting.
1268
1269         * gnus-agent.el (gnus-agent-short-article),
1270         (gnus-agent-long-article): Increase values for these two variables,
1271         since most people are likely to have more network connection and
1272         storage than before.
1273
1274         * gnus.el (gnus-refer-article-method): Change default to 'current.
1275         When referring an article, the common behaviour is to refer it from the
1276         current select method, not the native select method.  The chances of
1277         the native select method having the message in question is rather slim
1278         these days.
1279
1280         * gnus-sum.el (gnus-auto-select-subject): Change default to
1281         `unseen-or-unread'.  I think it's likely that most people want to
1282         select an unseen article over a previously seen, but unread one.
1283
1284         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1285         means that in the article buffer none of the minor mode elements will
1286         be shown, usually, and this is not desirable in most cases.
1287
1288         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1289         that commands like `d' (and the like) go to the next line in the
1290         buffer, instead of the next unread article.  I think this is the
1291         behaviour that is most natural for most users.
1292         (gnus-single-article-buffer): Change default to nil, so that people can
1293         have as many article buffers open as they have summary buffer.  I think
1294         this is the most natural way for the groups to behave.
1295
1296         * message.el (message-generate-new-buffers): Change default to
1297         `unsent', so that all new message buffers start their names with the
1298         string "*unsent", and it's easier to find the buffers if you move from
1299         them.
1300
1301 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1304         small.  They're probably tracking images.
1305         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1306         (gnus-html-rescale-image): Yet another try at getting the image sizing
1307         right.
1308
1309         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1310         nntp-marks-file-name is nil.
1311
1312 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1313
1314         * gnus-html.el (gnus-html-wash-tags)
1315         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1316         Better logging.
1317
1318 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1321
1322         * gnus-html.el (gnus-html-wash-tags): Check the value of
1323         gnus-blocked-images in the summary buffer.
1324
1325 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1326
1327         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1328
1329 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1332         like "a", it seems like.
1333         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1334         since it needs to be picked from the correct buffer.
1335
1336         * nnwfm.el: Removed.
1337
1338         * nnlistserv.el: Removed.
1339
1340 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1341
1342         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1343         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1344
1345 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * nnkiboze.el: Removed.
1348
1349         * nndb.el: Removed.
1350
1351         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1352         alt text.
1353         (gnus-html-rescale-image): Try to get the rescaling logic right for
1354         images that are just wide and not tall.
1355
1356         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1357         overshadow variable bindings.
1358
1359 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1360
1361         * gnus-html.el (gnus-html-wash-tags)
1362         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1363         extra logging.
1364
1365 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1368         (gnus-max-image-proportion): New variable.
1369         (gnus-html-rescale-image): New function.
1370         (gnus-html-put-image): Rescale images.
1371
1372 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1373
1374         Fix up some byte-compiler warnings.
1375         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1376         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1377         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1378         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1379         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1380         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1381         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1382
1383 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * gnus-html.el (gnus-article-html): Decode contents by charset.
1386
1387 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1390         (gnus-html-frame-width, gnus-blocked-images)
1391         * message.el (message-prune-recipient-rules): Add custom version.
1392         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1393
1394         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1395         functions.
1396
1397         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1398         gnus-process-get.
1399
1400 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1401
1402         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1403         instead of lsub directly.
1404
1405 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * nnwarchive.el: Removed.
1408
1409         * gnus-soup.el: Removed.
1410
1411         * nnsoup.el: Removed.
1412
1413         * nnultimate.el: Removed.
1414
1415         * gnus-html.el (gnus-blocked-images): New variable.
1416
1417         * message.el (message-prune-recipients): New function.
1418         (message-prune-recipient-rules): New variable.
1419
1420         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1421         guess whether a long line is natural text or not.
1422
1423         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1424         gnus-process-plist and friends for compatibility.
1425
1426 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1427
1428         * gnus-html.el: Require packages that define macros used in this file.
1429         (gnus-article-mouse-face): Declare to silence byte-compiler.
1430         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1431         process-get.
1432         (gnus-html-put-image): Use plist-get to avoid getf.
1433         (gnus-html-prefetch-images): Use with-current-buffer.
1434
1435 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * gnus-ems.el: Provide compatibility functions for
1438         gnus-set-process-plist.
1439
1440         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1441         header-line-format for XEmacs 21.4.
1442
1443         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1444         * gnus.el (gnus-valid-select-methods)
1445         * message.el (message-send-mail-partially-limit)
1446         * mm-decode.el (mm-text-html-renderer)
1447         * mml.el (mml-insert-mime-headers-always)
1448         * smiley.el (smiley-regexp-alist): Bump custom version.
1449
1450 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * gnus-html.el: require mm-url.
1453         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1454         with the url to `url'.
1455         (gnus-html-wash-tags): Support cid: URLs/images.
1456
1457 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458
1459         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1460         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1461         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1462
1463         * gnus-move.el: Removed file, since it doesn't really work.
1464
1465         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1466         UTF-8.  This seems to fix problems with some German web feeds.
1467
1468         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1469         at the top so that the proper colours are applied.
1470
1471         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1472         don't have dots in their names.
1473
1474         * gnus-art.el (gnus-article-view-part): Doc fix.
1475
1476         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1477         XEmacs-compatible.
1478         (gnus-html-put-image): Don't do images on non-graphic displays.
1479
1480         * nnslashdot.el: Removed this unused backend.
1481
1482         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1483         actions.
1484         (gnus-undo-register-1): Revert last change.
1485
1486         * gnus-group.el (gnus-group-completing-read): Protect against not
1487         having completion-styles bound.
1488
1489         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1490         make broken recipients happier.
1491
1492         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1493
1494         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1495         point parameter.
1496
1497         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1498
1499         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1500         completion-styles for group selection.
1501
1502 2009-02-04  Andreas Schwab  <schwab@suse.de>
1503
1504         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1505         headers and regexp-quote the match if necessary.
1506
1507 2009-03-24  Miles Bader  <miles@gnu.org>
1508
1509         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1510         the blinking smiley.
1511
1512 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1513
1514         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1515         blink smiley.
1516
1517 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1520         where the dribbel file lives exists.
1521
1522         * message.el (message-send-mail-partially-limit): Change the default to
1523         nil, since most people don't want this.
1524
1525         * mm-url.el (mm-url-decode-entities): Also decode entities like
1526         &#x3212.
1527
1528 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1529
1530         * gnus-sum.el (gnus-summary-idna-message):
1531         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1532         Hyperlink urls in docstrings with URL `...'.
1533
1534 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1535
1536         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1537         functions.
1538
1539 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1542         say what the mouseover text should be.
1543
1544         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1545         version of the mm-w3m-safe-url-regexp variable to only download images
1546         in the groups where we want that to happen.
1547
1548         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1549
1550         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1551         easier debugging.
1552         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1553         big pictures in the article buffer.
1554
1555         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1556         gnus-article-html.
1557         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1558         w3m.
1559
1560         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1561
1562 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1565         which doesn't exist.
1566
1567         * message.el (message-inhibit-ecomplete): New variable to allow some
1568         function to inhibit ecomplete address storage.
1569         (message-resend): Disable ecomplete message storage when resending
1570         messages.
1571
1572         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1573
1574 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1577         Save excursion while copying, moving, and deleting articles in order to
1578         prevent the cursor from jumping to unforeseen place.
1579
1580 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * lpath.el: No need to bind bookmark-current-buffer,
1583         bookmark-yank-point and bookmark-make-record-function.
1584
1585 2010-08-17  Glenn Morris  <rgm@gnu.org>
1586
1587         * gnus-sync.el: Require gnus components whose functions are used.
1588
1589         * gnus-art.el (bookmark-make-record-function):
1590         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1591         Declare for compiler.
1592
1593         * mm-url.el (mml-compute-boundary): Autoload.
1594
1595 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1598
1599 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1600
1601         Typo fix "hoo4a" -> "hook".
1602
1603         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1604
1605 2010-08-14  Glenn Morris  <rgm@gnu.org>
1606
1607         * gnus-sync.el (gnus-sync): Fix defgroup version.
1608
1609 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1610
1611         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1612
1613         * gnus-sync.el: Fix docs.
1614         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1615         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1616
1617 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1618
1619         Optimizations for gnus-sync.el.
1620
1621         * gnus-sync.el: Add docs about gnus-sync-backend
1622         possibilities.
1623         (gnus-sync-save): Remove unnecessary message.
1624         (gnus-sync-read): Optimize and show what groups were skipped.
1625
1626 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1627
1628         Minor bug fixes for gnus-sync.el.
1629
1630         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1631         read the sync on get-new-news.
1632
1633         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1634         quiet.
1635
1636         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1637
1638 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1639
1640         Make saving and restoring of hidden threads work with overlays.
1641         Patch applied by Ted Zlatanov.
1642
1643         * gnus-sum.el (gnus-hidden-threads-configuration)
1644         (gnus-restore-hidden-threads-configuration): Update to deal with text
1645         properties, rather than searching for a magic character.
1646
1647 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1648
1649         New gnus-sync.el library for synchronization of marks.
1650
1651         * gnus-sync.el: New library for synchronization of marks.
1652
1653         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1654         renamed from `gnus-registry-grep-in-list'.
1655
1656         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1657
1658         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1659
1660 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1663         determining charset of text fails.
1664
1665 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * nnmail.el (nnmail-get-new-mail-1): Revert.
1668
1669         * nnml.el (nnml-active-number): Make sure names of newly created groups
1670         in nnml-group-alist are encoded.
1671
1672 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1675         containing non-ASCII characters in active file for nnml back end.
1676
1677 2010-07-24  David Engster  <dengste@eml.cc>
1678
1679         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1680         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1681
1682 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1683
1684         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1685         tag (Bug#6654).
1686
1687 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1690         the article buffer, not the summary buffer.
1691
1692 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1695         Emacs 23 as well.
1696
1697 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1700         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1701
1702 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1703
1704         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1705         Patch applied by Karl Fogel.
1706
1707         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1708         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1709
1710 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1711
1712         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1713         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1714         C-w still not working correctly from Article buffers; Thierry's
1715         patch to fix that will be applied after this.
1716
1717         * gnus-art.el (bookmark-make-record-function): New local variable.
1718
1719         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1720         article buffer.
1721         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1722
1723 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1724
1725         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1726         on changes in bookmark.el.
1727
1728 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1731         `no-log' instead of message not to log prompt string.
1732
1733 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1734
1735         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1736         the *other* type of HTML form submission.
1737
1738 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1739
1740         * auth-source.el (auth-source-pick): If choice does not contain a
1741         questioned keyword, set the check to t.
1742
1743 2010-06-12  Romain Francoise  <romain@orebokech.com>
1744
1745         * gnus-util.el (gnus-date-get-time): Move up before first use.
1746
1747 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1750         (gnus-article-edit-part): Bind it to make last part that is substituted
1751         or deleted visible.
1752         (gnus-mime-display-single): Buttonize part of which id equals to
1753         gnus-mime-buttonized-part-id.
1754
1755 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1756
1757         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1758         (gnus-dd-mmm): Use gnus-date-get-time.
1759         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1760         simplify logic.
1761         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1762         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1763
1764 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1765
1766         * auth-source.el (top): Autoload `secrets-list-collections',
1767         `secrets-create-item', `secrets-delete-item'.
1768         (auth-sources): Fix tag string.
1769         (auth-get-source, auth-source-retrieve, auth-source-create)
1770         (auth-source-delete): New defuns.
1771         (auth-source-pick): Rewrite in order to avoid 2 passes.
1772         (auth-source-forget-user-or-password): New parameter USERNAME.
1773         (auth-source-user-or-password): New parameters CREATE-MISSING and
1774         DELETE-EXISTING.  Retrieve password interactively, if needed.
1775
1776 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1777
1778         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1779         deleting unused directories when gnus-expert-user is t.
1780
1781 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1784         for each temp file when gnus-article-browse-delete-temp is ask.
1785
1786 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1787
1788         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1789         Lisp calls to delete-backward-char by calls to delete-char.
1790
1791 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1792
1793         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1794
1795 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1796
1797         * password-cache.el (password-cache-remove): Fix docstring.
1798
1799 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1802         article unless decoding article to be saved.
1803
1804 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1807         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1808         generated within the mm-with-unibyte-current-buffer macro.
1809
1810 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1813         to nil when we're in a mml-preview buffer and no group is selected.
1814
1815 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1816
1817         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1818         when catching the `C-g'.  Reported by "Leo".
1819
1820 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * message.el (message-forward-make-body-plain)
1823         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1824         multibyte-string-p.
1825
1826         * lpath.el: Revert.
1827
1828 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * message.el (message-forward-make-body-mml): Assume original message
1831         is multibyte string; error on unibyte.
1832         (message-forward-make-body-plain): Ditto; don't add excessive newline
1833         in body end.
1834
1835         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1836
1837 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1838
1839         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1840         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1841
1842 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * mm-extern.el (mm-extern-url): Don't use
1845         mm-with-unibyte-current-buffer.
1846         (mm-extern-cache-contents): Use with-current-buffer instead of
1847         save-excursion + set-buffer.
1848
1849 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * mm-util.el (mm-emacs-mule): Remove.
1852
1853 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1854
1855         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1856         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1857         change.
1858
1859 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1862         bind the default value of enable-multibyte-characters to nil.
1863
1864 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * message.el (message-forward-make-body-plain)
1867         (message-forward-make-body-mml):
1868         Don't use mm-with-unibyte-current-buffer.
1869
1870 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1871
1872         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1873
1874 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1875
1876         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1877         (Bug#5592).
1878
1879 2010-05-07  Julien Danjou  <julien@danjou.info>
1880
1881         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1882         it to mm-pipe-part.
1883
1884         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1885         it is given.
1886
1887 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * binhex.el (binhex-decode-region-internal)
1890         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1891         (dns-query)
1892         * nnweb.el (nnweb-gmane-search)
1893         * pgg-parse.el (pgg-parse-armor)
1894         * pgg.el (pgg-verify-region)
1895         * sha1.el (sha1-string-external)
1896         * uudecode.el (uudecode-decode-region-internal)
1897         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1898         XEmacs.
1899
1900         * gnus-art.el (gnus-article-browse-html-parts)
1901         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1902         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1903         make-temp-file.
1904
1905         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1906         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1907         compiling.
1908
1909         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1910         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1911         XEmacs when compiling.
1912
1913         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1914         gnus-pick-mode-off-hook for XEmacs when compiling.
1915         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1916         gnus-binary-mode-off-hook for XEmacs when compiling.
1917
1918         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1919         nil if char-charset is not available.
1920
1921         * imap.el (imap-disable-multibyte)
1922         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1923         macros.
1924
1925         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1926         instead of encode-coding-string.
1927
1928         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1929         'xemacs) instead of mm-emacs-mule to switch function definitions.
1930         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1931
1932         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1933         bind temporary-file-directory for XEmacs;
1934         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1935         timer-set-function for XEmacs 21.4 and SXEmacs;
1936         bind timer-list for XEmacs 21.4 and SXEmacs;
1937         fbind char-charset and find-charset-region for non-Mule XEmacs;
1938         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1939         encode-coding-region and encode-coding-string for XEmacs having no
1940         file-coding feature.
1941
1942 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1943
1944         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1945
1946 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1949         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1950
1951 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1952
1953         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1954         alias `jka-compr-delete-temp-file' no longer exists.
1955
1956 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1957
1958         Use define-minor-mode in Gnus where applicable.
1959         * mml.el (mml-mode): Use define-minor-mode.
1960         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1961         (gnus-undo-mode): Use define-minor-mode.
1962         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1963         (gnus-dead-summary-mode): Use define-minor-mode.
1964         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1965         Initialize in declaration.
1966         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1967         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1968         (gnus-mailing-list-mode): Use define-minor-mode.
1969         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1970         (gnus-draft-mode): Use define-minor-mode.
1971         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1972         (gnus-dired-mode): Use define-minor-mode.
1973
1974 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1975
1976         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1977         handles on recursive mml-to-mime translation and check them for
1978         boundary delimiter collisions.  Reported by Greg Troxel.
1979
1980 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1983
1984 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1985
1986         * mm-util.el (mm-find-buffer-file-coding-system):
1987         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1988
1989 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1990
1991         * message.el (message-generate-headers): Record insertion of optional
1992         headers as well.  Otherwise the check to prevent repeated insertion of
1993         optional headers is a no-op.
1994
1995 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1996
1997         * smime.el: Don't mention CVS.
1998
1999         * nnrss.el (nnrss-fetch): Don't mention CVS.
2000
2001         * nnir.el: Don't mention CVS.
2002
2003 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2004
2005         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2006
2007 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2008
2009         * lpath.el: Fbind bookmark-default-handler,
2010         bookmark-get-bookmark-record, bookmark-make-record-default,
2011         bookmark-prop-get for Emacs <23 and XEmacs.
2012
2013 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2014
2015         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2016         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2017         Use with-current-buffer to silence the byte-compiler.
2018         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2019         bother to require `gnus'.
2020         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2021
2022 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2023
2024         * gnus-sum.el (gnus-summary-bookmark-make-record)
2025         (gnus-summary-bookmark-jump): New functions.
2026         (gnus-summary-mode): Setup bookmark support.
2027
2028 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2029
2030         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2031         if set.
2032
2033 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2036         gnus-article-browse-html-save-cid-image; make it work recursively for
2037         forwarded messages as well.
2038         (gnus-article-browse-html-parts): Work when prefix arg is given.
2039         (gnus-article-browse-html-article): Doc fix.
2040
2041 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2042
2043         * message.el (message-default-mail-headers):
2044         (message-default-headers): Carry the value mail-default-headers over
2045         into message-default-mail-headers, rather than message-default-headers.
2046
2047 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2048
2049         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2050         charset.
2051
2052         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2053         charset into the <meta> tag when the article is encoded to utf-8.
2054
2055 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2058         directories as well.
2059         (gnus-article-browse-html-parts): Work for images that do not specify
2060         file names; delete temp directory when quitting; insert header at the
2061         right place; use file: scheme for image files.
2062
2063 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2064
2065         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2066         (gnus-article-browse-html-parts): Use it to make temporary cid image
2067         files in addition to html file so that browser may display them.
2068
2069 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2072
2073 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2074
2075         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2076
2077 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2078
2079         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2080         about Secret Service API sources.  Improve Customize options.
2081         (auth-source-pick): Change to accept any number of search parameters.
2082         Implement fallbacks iteratively, not recursively.  Add scoring on the
2083         second pass and sort by score.  Call Secret Service API when needed.
2084         (auth-source-user-or-password): Use it.  Call Secret Service API
2085         directly when needed to get the user name and the password.
2086
2087 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2088
2089         * message.el (message-interactive): Doc fix.
2090         (message-qmail-inject-args): Reflow.
2091         (message-kill-to-signature): Fix typo in docstring.
2092
2093         * smiley.el (smiley-buffer): Fix typo in docstring.
2094
2095 2010-03-24  Glenn Morris  <rgm@gnu.org>
2096
2097         * mail-source.el (gnus-message): Declare.
2098         (mail-source-delete-old-incoming): Require gnus-util.
2099
2100 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2103
2104         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2105
2106         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2107         password-cache's default if it is not bound.
2108         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2109         password-cache-expiry's default if it is not bound.
2110
2111         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2112         available in Emacs 21.
2113
2114         * lpath.el: Suppress compiler warnings for:
2115         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2116         XEmacs;
2117         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2118         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2119         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2120
2121 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2122
2123         * auth-source.el (auth-sources): Fix up definition so extra parameters
2124         are always inline.
2125
2126 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2127
2128         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2129         wasn't updated after mismatch.  Clear cached mailbox info correctly
2130         when uidvalidity changes.
2131         (nnimap-group-prefixed-name): New function to avoid some code
2132         duplication.
2133         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2134         (nnimap-request-group): Use it.
2135         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2136         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2137         with many imap folders.  This is done by caching the group status from
2138         the imap server persistently in a group parameter `imap-status'.  (This
2139         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2140         but not persistently, so every Gnus startup was still very slow.)
2141
2142 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2143
2144         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2145         delete the extra newline.  Otherwise editing of :string and :number
2146         types don't work.
2147
2148 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2149
2150         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2151         secrets.el dependency.
2152         (auth-sources): Add optional user name.  Add secrets.el configuration
2153         choice (unused right now).
2154
2155 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2156
2157         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2158         `gnus-registry-install-shortcuts' fill in the functions.
2159
2160         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2161         warnings.
2162         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2163         (gnus-registry-install-shortcuts): Populate and use it in a
2164         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2165
2166 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2167
2168         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2169         In-place substitutions for the group name encoding/decoding.
2170         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2171         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2172         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2173         (nnimap-update-unseen, nnimap-request-list)
2174         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2175         (nnimap-request-set-mark, nnimap-split-to-groups)
2176         (nnimap-split-articles, nnimap-request-newgroups)
2177         (nnimap-request-create-group, nnimap-request-accept-article)
2178         (nnimap-request-delete-group, nnimap-request-rename-group)
2179         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2180         `encoded-mbx' for consistency.
2181         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2182         variable `imap-current-mailbox'.
2183
2184         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2185         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2186
2187 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2188
2189         * pop3.el (pop3-display-message-size-flag): Display message size byte
2190         counts during POP3 download.
2191         (pop3-movemail): Use it.
2192         (pop3-list): Implement listing of available messages.
2193
2194 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2195
2196         * nnir.el (nnir-get-article-nov-override-function): New function to
2197         override the normal NOV retrieval.
2198         (nnir-retrieve-headers): Use it.
2199
2200 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2201
2202         * auth-source.el (netrc-machine-user-or-password): Autoload.
2203
2204 2010-03-19  Glenn Morris  <rgm@gnu.org>
2205
2206         Stop message.el from loading about 40 libraries it doesn't always need.
2207         The general approach is to autoload rather than require, and to
2208         require in the specific functions rather than the file.  (Bug#5642)
2209
2210         * gmm-utils.el: Don't require wid-edit.
2211         (widget-create-child-value, widget-convert, widget-default-get):
2212         Autoload.
2213
2214         * gnus-util.el: Don't require time-date, netrc.
2215         (message-fetch-field, gnus-group-name-decode): Declare rather than
2216         autoloading.
2217         (gnus-fetch-field): Require message.
2218         (gnus-decode-newsgroups): Require gnus-group.
2219
2220         * ietf-drums.el: Don't require time-date.
2221
2222         * message.el: Don't require hashcash, canlock, ecomplete.
2223         Do require mail-utils.  Require nnheader only when compiling.
2224         (smtpmail-default-smtp-server): Remove declaration.
2225         (message-send-mail-function): Check smtpmail-default-smtp-server
2226         is bound rather than requiring smtpmail.
2227         (message-auto-save-directory, message-insert-signature): Use
2228         expand-file-name rather than nnheader-concat.
2229         (nnheader-insert-file-contents): Autoload.
2230         (hashcash-wait-async): Declare.
2231         (message-send-mail): Only call gnus-setup-posting-charset if
2232         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2233         (message-send-mail-with-sendmail): Require sendmail.
2234         (canlock-password, canlock-password-for-verify): Declare.
2235         (message-canlock-password): Require canlock.
2236         (nnheader-get-report): Autoload.
2237         (gnus-setup-posting-charset): Declare.
2238         (message-send-news): Require gnus-msg.
2239         (message-make-references, message-make-in-reply-to): Use mail-header-id
2240         rather than the alias mail-header-message-id.
2241         (ecomplete-add-item, ecomplete-save): Declare.
2242         (message-put-addresses-in-ecomplete): Require ecomplete.
2243         (ecomplete-display-matches): Autoload.
2244
2245         * mm-decode.el: Don't require mailcap, gnus-util.
2246         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2247         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2248         Autoload.
2249         (mailcap-mime-extensions): Declare.
2250
2251         * mm-encode.el: Don't require mailcap.
2252         (mailcap-extension-to-mime): Autoload.
2253
2254         * mml-sec.el: Don't require password-cache.
2255
2256         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2257         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2258         (mml-minibuffer-read-type): Require mailcap.
2259         (mml-preview): Require gnus-msg.
2260
2261         * mml1991.el: Require password-cache.
2262         (password-cache-expiry): Remove declaration.
2263
2264         * mml2015.el: Require password-cache.
2265         (password-cache-expiry): Remove declaration.
2266
2267         * nneething.el (mailcap): Require mailcap.
2268
2269         * nnheader.el (declare-function): Add compatibility stub.
2270         (message-remove-header): Declare rather than autoload.
2271         (nnheader-replace-header): Require message.
2272
2273         * nnimap.el (declare-function): Add compatibility stub.
2274         (netrc-parse, netrc-machine-user-or-password): Declare.
2275         (nnimap-open-connection): Require netrc.
2276
2277         * nntp.el (declare-function): Add compatibility stub.
2278         (netrc-parse, netrc-machine, netrc-get): Declare.
2279         (nntp-send-authinfo): Require netrc.
2280
2281         * rfc2047.el: Don't require qp.
2282         (quoted-printable-encode-region, quoted-printable-decode-string):
2283         Autoload.
2284
2285         * sieve-mode.el: Don't require easymenu.
2286         (easy-menu-add-item): Autoload it.
2287
2288         * spam-stat.el (time-to-number-of-days): Autoload it.
2289
2290 2010-03-19  Glenn Morris  <rgm@gnu.org>
2291
2292         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2293
2294 2010-03-18  Glenn Morris  <rgm@gnu.org>
2295
2296         * hashcash.el (declare-function): Remove duplicate definition.
2297
2298 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2299
2300         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2301         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2302         value if any backslash escapes).
2303
2304 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2307         if it is available.  (bug#5647)
2308
2309         * lpath.el: Suppress compiler warning for coding-system-from-name for
2310         Emacs 21 and XEmacs.
2311
2312 2010-03-14  Juri Linkov  <juri@jurta.org>
2313
2314         * hmac-def.el:
2315         * hmac-md5.el:
2316         * netrc.el: Fix keywords.
2317
2318 2010-02-26  Glenn Morris  <rgm@gnu.org>
2319
2320         * message.el (message-send-mail-function): Change the default, so that
2321         it inherits from a customized send-mail-function.  (Bug#5643)
2322
2323 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2324
2325         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2326         shell-command-to-string signals an error (bug#5299).
2327
2328 2010-02-24  Glenn Morris  <rgm@gnu.org>
2329
2330         * message.el (message-smtpmail-send-it)
2331         (message-send-mail-with-mailclient): Doc fixes.
2332
2333 2010-02-16  Glenn Morris  <rgm@gnu.org>
2334
2335         * message.el (message-default-mail-headers): Change the default value
2336         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2337
2338 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2341         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2342
2343 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2344
2345         * time-date.el (date-to-time): Doc fix (Bug#5408).
2346
2347 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2348
2349         * message.el (message-mail): Just pass yank-action on to message-setup.
2350         (message-setup): Handle (FUN . ARGS) form of yank-action.
2351         (message-with-reply-buffer, message-widen-reply)
2352         (message-yank-original): Handle non-buffer values of
2353         message-reply-buffer (Bug#4080).
2354         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2355
2356 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2357
2358         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2359         Fix typo in docstring.
2360
2361 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2362
2363         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2364         response.
2365
2366 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2369
2370         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2371
2372         * message.el (message-check-news-header-syntax): Protect against a
2373         string that `rfc822-addresses' returns when parsing fails.
2374
2375 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2378         (gnus-previous-char-property-change): New functions.
2379
2380         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2381
2382 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2383
2384         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2385         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2386
2387 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2388
2389         * message.el (message-exchange-point-and-mark): Rework last change to
2390         avoid using optional arg of exchange-point-and-mark, for backward
2391         compatibility.
2392
2393 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2394
2395         * message.el (message-exchange-point-and-mark): Call
2396         exchange-point-and-mark with an argument rather than setting
2397         mark-active by hand (Bug#5175).
2398
2399 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * nntp.el (nntp-service-to-port): Work for service expressed with
2402         numeric string; replace [:digit:] with [0-9] for XEmacs.
2403
2404 2009-12-17  Glenn Morris  <rgm@gnu.org>
2405
2406         * gnus-group.el (gnus-bug-group-download-format-alist):
2407         Change emacs entry to debbugs.gnu.org.  Bump :version.
2408
2409 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2410
2411         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2412
2413 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2414
2415         * message.el (message-info): Explain why we use `Info-goto-node'.
2416
2417 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2420
2421 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2422
2423         * message.el (message-completion-in-region): New compatibility function.
2424         (message-expand-group): Use it.
2425
2426 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2429         with no unread article should be listed if the 2nd arg `predicate' is
2430         given.
2431
2432 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2435
2436 2009-11-29  Juri Linkov  <juri@jurta.org>
2437
2438         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2439         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2440         on `gnus-recenter'. (Bug#4698, Bug#4981)
2441
2442 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2443
2444         * sha1.el (sha1-string-external): default-directory "/" in case
2445         otherwise non-existent.  process-connection-type pipe for touch of
2446         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2447
2448 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2449
2450         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2451         it's comms related and sgml-mode.el has "comm" on that basis too.
2452
2453 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2456         containing tspecial characters if they have been already quoted.
2457
2458 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2459
2460         * dns-mode.el (auto-mode-alist): Purecopy string.
2461
2462 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2463
2464         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2465
2466 2009-10-24  Glenn Morris  <rgm@gnu.org>
2467
2468         * gnus-art.el (help-xref-stack-item): Define for compiler.
2469
2470 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2471
2472         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2473
2474 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2477
2478 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2479
2480         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2481         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2482
2483 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2486         (gnus-overlays-in): New alias to overlays-in.
2487
2488         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2489         gnus-overlay-get, and gnus-delete-overlay.
2490         (gnus-summary-show-thread): Make it work as well for systems in which
2491         next-single-char-property-change is not available.
2492         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2493
2494         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2495         (gnus-overlay-get): New alias to extent-property.
2496         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2497
2498         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2499         SXEmacs.
2500
2501         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2502         SXEmacs.
2503
2504 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2505
2506         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2507
2508 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2509
2510         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2511         and XEmacs that don't have `remove-overlays'.
2512
2513 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2514
2515         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2516         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2517         selective display.  Use overlays instead.
2518
2519 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2520
2521         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2522
2523 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2524
2525         * spam-stat.el (spam-stat-load): Fix typo in message.
2526
2527 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2528
2529         * dig.el (dig-invoke): Fix typo in docstring.
2530         (query-dig): Reflow docstring.
2531
2532 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2533
2534         * gnus-art.el (gnus-article-encrypt-body):
2535         * message.el (message-check-recipients):
2536         * mm-util.el (mm-codepage-setup):
2537         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2538         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2539
2540 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2541
2542         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2543         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2544         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2545         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2546         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2547
2548 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2549
2550         * dig.el: Add "Keywords: comm", as per net-utils.el.
2551
2552 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2553
2554         * dig.el (dig-mode): Use define-derived-mode.
2555
2556 2009-09-19  Glenn Morris  <rgm@gnu.org>
2557
2558         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2559
2560 2009-09-18  Glenn Morris  <rgm@gnu.org>
2561
2562         * gnus-diary.el (gnus-diary-check-message):
2563         * message.el (message-insert-formatted-citation-line):
2564         * nnbabyl.el (top-level):
2565         * nndiary.el (nndiary-schedule):
2566         Fix typos in condition-case handlers.
2567
2568 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2571         configuration that provides the sole article window in a frame;
2572         position point correctly after deleting a part.
2573
2574 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2575
2576         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2577         (spam-resolve-registrations-routine): Use it to unregister articles
2578         that change status.
2579
2580 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2583         with XEmacs.
2584         (parse-time-string-chars): Use it.
2585
2586 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2587
2588         * imap.el (imap-interactive-login): Better messages.
2589         (imap-open): Fix bug with renamed buffer on reconnect.
2590         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2591         for easier debugging and cleaner code.  On successful (guessed based on
2592         server capabilities) secondary authentication, set imap-state
2593         correctly.
2594         (imap-last-authenticator): Define imap-last-authenticator as a variable
2595         to avoid warnings.
2596
2597 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * nnrss.el (nnrss-request-article): Remove binding of
2600         default-enable-multibyte-characters that has gotten needless by
2601         the 2007-07-13 change in rfc2047-encode-message-header.
2602
2603         * mml.el (mml-insert-multipart): Error on the message header.
2604         (mml-insert-part): Error on the message header; position point at
2605         the end of a MIME tag.
2606
2607 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * time-date.el (autoload): Expand define-obsolete-function-alias into
2610         defalias and make-obsolete for old Emacsen that Gnus supports.
2611         (with-no-warnings): Define it for old Emacsen.
2612         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2613         is available.
2614         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2615         float-time is available; suppress compile warning for time-to-seconds.
2616
2617         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2618         (gnus-float-time): Alias to float-time if it exists.
2619
2620         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2621         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2622         float-time is available; suppress compile warning for time-to-seconds.
2623
2624         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2625         XEmacs.
2626
2627 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2628
2629         * imap.el (imap-message-map): Docstring fix.
2630
2631 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2632
2633         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2634         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2635         Add the optional argument `encoding' that overrides the default.
2636
2637         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2638         mm-encode-buffer.
2639
2640 2009-09-04  Glenn Morris  <rgm@gnu.org>
2641
2642         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2643         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2644         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2645         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2646         * mm-util.el (mm-with-unibyte-current-buffer)
2647         (mm-find-buffer-file-coding-system):
2648         * yenc.el (yenc-decode-region): Use default-value rather than
2649         default-enable-multibyte-characters.
2650
2651 2009-09-03  Glenn Morris  <rgm@gnu.org>
2652
2653         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2654         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2655         than default-enable-multibyte-characters.
2656
2657 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2658
2659         * gnus-art.el (gnus-article-read-summary-keys):
2660         Fix gnus-buffer-configuration's value temporarily used.
2661
2662 2009-09-02  Glenn Morris  <rgm@gnu.org>
2663
2664         * gnus-util.el (gnus-float-time): New function.
2665         * gnus-delay.el (gnus-delay-article):
2666         * gnus-sum.el (gnus-thread-latest-date):
2667         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2668         * nnspool.el (nnspool-request-newgroups):
2669         Use gnus-float-time rather than time-to-seconds.
2670         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2671
2672         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2673         (gnus-header-subject-face, gnus-header-newsgroups-face)
2674         (gnus-header-name-face, gnus-header-content-face):
2675         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2676         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2677         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2678         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2679         (gnus-cite-face-11):
2680         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2681         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2682         (gnus-server-closed-face, gnus-server-denied-face)
2683         (gnus-server-offline-face):
2684         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2685         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2686         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2687         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2688         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2689         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2690         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2691         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2692         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2693         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2694         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2695         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2696         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2697         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2698         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2699         (gnus-summary-high-undownloaded-face)
2700         (gnus-summary-low-undownloaded-face)
2701         (gnus-summary-normal-undownloaded-face)
2702         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2703         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2704         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2705         (gnus-splash-face):
2706         * message.el (message-header-to-face, message-header-cc-face)
2707         (message-header-subject-face, message-header-newsgroups-face)
2708         (message-header-other-face, message-header-name-face)
2709         (message-header-xheader-face, message-separator-face)
2710         (message-cited-text-face, message-mml-face):
2711         * sieve-mode.el (sieve-control-commands-face)
2712         (sieve-action-commands-face, sieve-test-commands-face)
2713         (sieve-tagged-arguments-face):
2714         * spam.el (spam-face):
2715         Mark face aliases with "-face" in the name as obsolete.
2716
2717 2009-09-01  Glenn Morris  <rgm@gnu.org>
2718
2719         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2720         than goto-line.
2721
2722 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2725         Don't move point if the command is invoked inside the message header.
2726
2727 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2728
2729         * imap.el (imap-send-command): Simplify.
2730         (imap-wait-for-tag): point-max -> buffer-size.
2731
2732 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2733
2734         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2735         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2736         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2737         * nnir.el (nnir-swish-e-index-file):
2738         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2739         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2740         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2741         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2742         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2743         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2744
2745 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2748         Don't save excursion.
2749
2750 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2751
2752         * nnheader.el (nnheader-find-file-noselect):
2753         * mm-util.el (mm-insert-file-contents):
2754         Use (default-value 'major-mode) instead of default-major-mode.
2755
2756 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2757
2758         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2759
2760 2009-08-26  Glenn Morris  <rgm@gnu.org>
2761
2762         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2763         than placing in files.el.
2764
2765 2009-08-25  Glenn Morris  <rgm@gnu.org>
2766
2767         * nnir.el (top-level): Don't require cl at run-time.
2768         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2769         Replace cl-function substitute with gnus-replace-in-string.
2770         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2771         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2772         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2773         simplified expansions.
2774
2775 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2776
2777         * dig.el (dig): Add autoload cookie.
2778
2779 2009-08-22  Glenn Morris  <rgm@gnu.org>
2780
2781         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2782         goto-line.
2783
2784 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2785
2786         * parse-time.el (parse-time-string-chars): Save match data.
2787
2788 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2789
2790         * parse-time.el (parse-time-string-chars): Compute using character
2791         classes, to handle non-ascii characters (Bug#3190).
2792
2793 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2796
2797         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2798         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2799         (gnus-mm-display-part, gnus-mime-display-single)
2800         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2801         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2802
2803         * gnus-sum.el
2804         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2805         (gnus-summary-move-article): Add expirable mark to articles copied or
2806         moved to group that has auto-expire turned on if the option is non-nil.
2807
2808 2009-07-24  Glenn Morris  <rgm@gnu.org>
2809
2810         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2811         Fix typo.  (Bug#3903)
2812
2813 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2816         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2817         that should not be used for draft articles.
2818         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2819         that has no concern in minor mode keys.
2820         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2821         Abolish.
2822
2823 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2826         article without making inquiry to a user for unknown encoding.
2827
2828         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2829         (nnmaildir--scan): Assume i-node and device number that file-attributes
2830         returns might be cons-cell.
2831
2832         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2833
2834         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2835
2836 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2837
2838         * auth-source.el: Remove docs now in auth.texi.  Don't use
2839         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2840         `auth-source-hide-passwords' and use them.
2841
2842 2009-07-15  Glenn Morris  <rgm@gnu.org>
2843
2844         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2845
2846 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2849         excessive whitespace from the default values of title and description.
2850
2851 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2854         mail-fetch-field to fetch Content-Description header in order to
2855         exclude newlines.
2856
2857 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2858
2859         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2860         format used by GnuPG 2.0.11.
2861
2862 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2865         to deleted part.
2866
2867 2009-05-30  David Engster  <dengste@eml.cc>
2868
2869         * nnmairix.el: Remove old documentation in the commentary block.
2870         (nnmairix-request-group): Do not update active file for nnml back ends.
2871         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2872         end so that overview files are ignored.
2873         (nnmairix-update-groups): Make updating the groups more robust by using
2874         marks.
2875         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2876         with dollar characters in message-id.
2877
2878 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2879
2880         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2881         2008-12-25 in dns.el.
2882
2883 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2884
2885         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2886         could happen if the text is only composed of spaces and/or tabs.
2887
2888 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2889
2890         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2891         when sending a queued message to avoid extra mml tags.
2892
2893 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2896
2897 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2900         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2901         rmail-toggle-header for XEmacs;
2902         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2903
2904 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * gnus-dired.el: Remove autoload for gnus-setup-message.
2907         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2908         displaying Gnus logo; always use compose-mail.
2909
2910 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2913
2914 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2917         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2918         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2919         available.
2920         (gnus-nocem-epg-verify): New function.
2921
2922 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2923
2924         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2925
2926 2009-02-15  Glenn Morris  <rgm@gnu.org>
2927
2928         * gnus-util.el (rmail-insert-rmail-file-header)
2929         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2930         autoloads.
2931         (rmail-default-rmail-file): Remove unnecessary declaration.
2932         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2933
2934 2009-02-14  Glenn Morris  <rgm@gnu.org>
2935
2936         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2937         variable (only used in gnus-util, which declares it anyway).
2938         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2939         which was only needed by gnus-art (changed to not use it any more).
2940         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2941         only used in gnus-util, which autoloads it itself.
2942         (rmail-update-summary): Fix autoload.
2943
2944         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2945         rather than rmail-output-to-rmail-file.
2946
2947 2009-02-07  Glenn Morris  <rgm@gnu.org>
2948
2949         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2950         autoload of function that no longer exists.
2951         (rmail-toggle-header): Declare.
2952         (message-forward-rmail-make-body): Handle mbox Rmail.
2953
2954 2009-01-31  Glenn Morris  <rgm@gnu.org>
2955
2956         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2957         2009-01-09 change.
2958
2959 2009-01-31  Dave Love  <fx@gnu.org>
2960
2961         * imap.el (imap-fetch-safe): Bind debug-on-error.
2962         (imap-debug): Add imap-fetch-safe.
2963
2964 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2965
2966         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2967         (auth-source-forget-all-cached): New convenience function.
2968         (auth-source-user-or-password): Accept list of modes or a single mode.
2969
2970         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2971         auth-source modes.
2972
2973         * netrc.el (netrc-machine-user-or-password): Use list of
2974         auth-source modes.
2975
2976         * nnimap.el (nnimap-open-connection): Use list of
2977         auth-source modes.
2978
2979         * nntp.el (nntp-send-authinfo): Use list of
2980         auth-source modes.
2981
2982 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2983
2984         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2985         now.
2986
2987 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2990         coding system in XEmacs; add a workaround for XEmacs.
2991
2992         * lpath.el: Fbind coding-system-aliasee.
2993
2994 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2995
2996         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2997         of current-language-environment.
2998
2999 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3000
3001         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3002         available at runtime.
3003
3004 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3007
3008 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3009
3010         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3011         the greatest positive fixnum value doesn't work under an XEmacs with
3012         bignum support; use the most-positive-fixnum constant instead,
3013         available since Emacs 21.1 with cl and XEmacs 21.1.
3014
3015 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3018         XEmacs gets not to work.
3019
3020 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * mm-util.el (mm-coding-system-priorities): Allow the value like
3023         "Japanese (UTF-8)" of current-language-environment.
3024
3025 2009-01-09  Glenn Morris  <rgm@gnu.org>
3026
3027         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3028         with last-command-event.
3029
3030 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3033         in the doc string.
3034
3035         * message.el (message-fix-before-sending): Amend comment.
3036
3037 2009-01-08  Dave Love  <fx@gnu.org>
3038
3039         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3040
3041 2009-01-07  David Engster  <dengste@eml.cc>
3042
3043         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3044         simplified server definitions by converting it via
3045         gnus-server-to-method.
3046
3047 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3050         parameter's operands.
3051
3052 2009-01-06  David Engster  <dengste@eml.cc>
3053
3054         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3055         primary select method (for gnus-group-mark-article-as-read).
3056
3057 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3058
3059         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3060         `(gnus)Face', not `(gnus)X-Face'.
3061
3062 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * mm-util.el (mm-ucs-to-char): New function.
3065
3066         * mm-url.el (mm-url-decode-entities): Use it.
3067
3068         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3069         unicode-to-char.
3070
3071 2009-01-05  Dave Love  <fx@gnu.org>
3072
3073         * time-date.el: Require cl for `declare'.
3074
3075 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3076
3077         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3078         Dave Love.
3079
3080 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3081
3082         * message.el (message-fix-before-sending): Add `eight-bit' to
3083         illegible-text check.
3084
3085 2009-01-03  Michael Olson  <mwolson@gnu.org>
3086
3087         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3088         `headers' is nil.  This can occur if the IMAP server does not have
3089         permissions to read messages from a folder, but can write new messages
3090         to the folder.
3091         (nnimap-request-article-part): Do not insert `data' if it is nil.
3092
3093         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3094         characters which will confuse `read', so skip past them.
3095
3096 2009-01-01  Dave Love  <fx@gnu.org>
3097
3098         * imap.el (imap-string-to-integer): Fix typo.
3099         (imap-fetch-safe): New function.
3100         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3101
3102         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3103
3104         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3105         (imap-parse-greeting): Fix doc strings.
3106         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3107         (imap-parse-flag-list): Make messages unique.
3108         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3109
3110         * nnimap.el: Fix author email.
3111         (nnimap-split-rule): Add FIXME comment.
3112         (nnimap-debug): Fix doc string.
3113
3114 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3115
3116         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3117
3118 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3119
3120         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3121         nslookup if resolv.conf isn't available.
3122         (dns-query): Rename from query-dns.
3123         (dns-query-cached): Rename from query-dns-cached.
3124
3125 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3128         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3129         to check if those variables exist (first appeared in Emacs 18.50).
3130
3131 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * mm-util.el (mm-line-number-at-pos): New function.
3134
3135         * spam-report.el (spam-report-process-queue): Use it.
3136
3137 2008-12-24  David Engster  <dengste@eml.cc>
3138
3139         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3140         parameters that haven't existed as variables as buffer-local variables.
3141
3142 2008-12-23  Dave Love  <fx@gnu.org>
3143
3144         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3145         cadar.
3146
3147         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3148         imap-starttls-p.
3149         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3150
3151 2008-12-22  Dave Love  <fx@gnu.org>
3152
3153         * imap.el: Fix author email.  Doc fixes.
3154         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3155         reply.
3156
3157 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3158
3159         * spam-report.el (spam-report-gmane-max-requests): New constant.
3160         (spam-report-gmane-wait): New variable.
3161         (spam-report-gmane-ham, spam-report-gmane-spam)
3162         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3163         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3164         the server.
3165
3166         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3167         Add explanations.
3168
3169         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3170         nnheader-accept-process-output and nnheader-read-timeout if available.
3171         (pop3-movemail): Use it.
3172
3173         * message.el (message-check-news-body-syntax): Fix signature check if
3174         there's an attachment.
3175
3176 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * mm-util.el: Add comments to the mm- emulating functions.
3179
3180 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3181
3182         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3183         by Stephen Berman <stephen.berman@gmx.net>.
3184
3185 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * mm-util.el (mm-substring-no-properties): New function.
3188         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3189         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3190         (mm-string-to-multibyte): Doc fix.
3191
3192         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3193
3194 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3195
3196         * mml.el (mml-attach-file): Strip text properties from file name.
3197         (Bug#1574)
3198
3199 2008-12-16  Glenn Morris  <rgm@gnu.org>
3200
3201         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3202
3203 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3206         knows since the charset specified might be a bogus alias that
3207         mm-charset-synonym-alist provides.
3208
3209 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3210
3211         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3212         "ISO_8859-1".
3213
3214         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3215
3216 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * mm-util.el (mm-charset-eval-alist):
3219         Define it before mm-charset-to-coding-system.
3220         (mm-charset-to-coding-system): Add optional argument `silent';
3221         define it before mm-charset-override-alist.
3222         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3223         default value if it can be used in Emacs currently running;
3224         silence mm-charset-to-coding-system.
3225
3226 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3229         `allow-override' which says whether to use `mm-charset-override-alist'.
3230         (rfc2047-decode-encoded-words): Use it.
3231
3232         * mm-util.el (mm-charset-override-alist): Fix custom type;
3233         add `(gb2312 . gbk)' to choices.
3234
3235 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3238         fast.
3239
3240         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3241
3242         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3243
3244 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3245
3246         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3247         on links.
3248
3249         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3250
3251 2008-12-03  Lute Kamstra  <lute@gnu.org>
3252
3253         * sha1.el: Remove leading * from docstrings of defcustoms,
3254         deffaces, defconsts and defuns.
3255
3256 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3259         users' addresses that don't have domain parts.
3260         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3261         rather than message-narrow-to-head since there will be the message
3262         header separator.
3263
3264 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3265
3266         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3267         since the result is inserted in a unibyte buffer anyway.
3268         (nnimap-demule-use-string-to-multibyte): Remove.
3269         (nnimap-demule): Alias it to mm-string-to-multibyte.
3270
3271 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3272
3273         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3274         variable for debugging bug#464 and bug#1174.
3275         (nnimap-demule): Use it.
3276
3277 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3278
3279         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3280         score calculation correctly.
3281
3282 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3283
3284         * message.el (message-send-mail): Just set the buffer to unibyte
3285         rather than use mm-with-unibyte-current-buffer which does a lot more.
3286         (message-send-mail-partially): Don't bother with
3287         mm-with-unibyte-current-buffer since it's already been made unibyte by
3288         message-send-mail.
3289
3290 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3291
3292         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3293
3294 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3295
3296         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3297
3298 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3301         require itself and to remove `with-no-warnings'.
3302
3303 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3304
3305         * starttls.el (starttls-any-program-available): Get the name of the
3306         available TLS layer program.
3307         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3308         well as the host name in the "opening" message.
3309
3310         * auth-source.el (auth-source-cache, auth-source-do-cache)
3311         (auth-source-user-or-password): Cache passwords and logins by default,
3312         allow override with `auth-source-do-cache'.
3313         (auth-source-forget-user-or-password): Allow users to remove cache
3314         entries if needed.
3315
3316 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3317
3318         * md4.el (md4-buffer): Fix typo in docstring.
3319         (md4, md4-64): Doc fixes.
3320         (md4-pack-int32): Reflow docstring.
3321
3322 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3323
3324         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3325         condition-case to only the forward-sexp call.
3326
3327 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3328
3329         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3330         quotes contained.  Make it more robust regardless by an extra
3331         condition-case wrapper.
3332
3333 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3336
3337 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * nnml.el (nnml-request-expire-articles): Check if the function set to
3340         `nnmail-expiry-target' returns the symbol `delete'.
3341
3342         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3343
3344         * nnmail.el (nnmail-expiry-target): Fix custom type.
3345
3346 2008-10-02  Glenn Morris  <rgm@gnu.org>
3347
3348         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3349         Silence compiler warning.
3350
3351 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3352
3353         * tls.el (open-tls-stream): Show the actual command being
3354         executed, instead of the format string.
3355
3356 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * lpath.el: Fbind codepage-setup for Emacs 23.
3359
3360 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3361
3362         * mml.el (mml-menu): Don't assume mml2015 is bound.
3363
3364 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3367         exists.
3368
3369 2008-09-27  Glenn Morris  <rgm@gnu.org>
3370
3371         * gnus-util.el (mail-header-remove-comments): Autoload it.
3372
3373 2008-09-27  Andreas Schwab  <schwab@suse.de>
3374
3375         * gnus-util.el (gnus-split-references): Strip comments.
3376         (gnus-parent-id): Likewise.
3377
3378 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3379
3380         * message.el (message-confirm-send): Fix version.
3381
3382 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * message.el (message-idna-to-ascii-rhs-1): Use
3385         mail-extract-address-components rather than mail-header-parse-addresses
3386         that is an alias by default to ietf-drums-parse-addresses that does not
3387         support non-ASCII names in headers' contents.
3388
3389 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3390
3391         * message.el (message-confirm-send): Fixed variable documentation to
3392         avoid the "y/n" wording.
3393
3394 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3395
3396         * message.el (message-set-auto-save-file-name): Save to a different
3397         filename so multiple messages (especially drafts) can be recovered.
3398
3399 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3400
3401         * message.el (message-confirm-send): Add appropriate version.
3402
3403 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3404
3405         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3406         defvar.
3407
3408 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3409
3410         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3411         (mm-pkcs7-enveloped-magic): Ditto.
3412
3413 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3414
3415         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3416         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3417
3418 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3419
3420         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3421         default, it's better.
3422
3423 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3424
3425         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3426         summary line gnus-number property and ignore them (with a warning
3427         message).
3428
3429 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3432         macro caddr in the interactive form since it won't be expanded.
3433
3434 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3437         `charset'; fix name of function called recursively.
3438         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3439
3440 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3443         (gnus-mime-set-charset-parameters): New function.
3444         (gnus-mime-view-part-as-charset): Use it to correctly display part
3445         specifying wrong charset.
3446
3447 2008-09-08  David Engster  <dengste@eml.cc>
3448
3449         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3450         in completing-read for back end server.
3451
3452 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3453
3454         * message.el (message-confirm-send): New variable to confirm sending a
3455         message.
3456         (message-send): Use it.
3457
3458 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3459
3460         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3461
3462 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3465
3466 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3467
3468         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3469         prevent tracking too many groups.
3470         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3471         Use it.
3472
3473 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3474
3475         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3476         moving point to the bottom of the window in order to avoid recentering.
3477
3478 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3481
3482         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3483         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3484         (gnus-article-beginning-of-window): Fix calculation.
3485
3486 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * gnus-msg.el (gnus-summary-supersede-article)
3489         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3490         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3491         message header.
3492
3493 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3494
3495         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3496         pending output coming after the status change.
3497
3498 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3499
3500         * message.el:
3501         * gnus-start.el:
3502         * gnus-registry.el: Remove VMS support.
3503
3504 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3507         macro.
3508         (rfc2104-hash): Use it.
3509
3510 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3511
3512         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3513         (gnus-summary-sort-by-most-recent-date): New commands.
3514         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3515         and menu entries.
3516
3517 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3520         don't redisplay article for raw contents; remove plural articles stuff.
3521
3522         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3523         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3524         on gnus-summary-save-article; display results properly.
3525
3526 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * lpath.el: No need to fbind ns-focus-frame.
3529
3530 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3533
3534 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3537         gnus-save-all-headers.
3538
3539 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3540
3541         * gnus-util.el (ns-focus-frame): Remove declaration.
3542         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3543         like x.
3544
3545 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3546
3547         * rfc2104.el (rfc2104-zero): Delete defconst.
3548         (rfc2104-hex-alist): Likewise.
3549         (rfc2104-hex-to-int): Delete func.
3550         (rfc2104-hexstring-to-bitstring): Likewise.
3551         (rfc2104-nybbles): New defconst.
3552         (rfc2104-hash): Rewrite for speed.
3553
3554 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * tls.el (open-tls-stream): Make it work with the 2nd argument
3557         BUFFER that is a string but does not exist as a buffer object, as
3558         mentioned in the doc-string.
3559
3560 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3563         SXEmacs.
3564
3565 2008-07-16  Glenn Morris  <rgm@gnu.org>
3566
3567         * gnus-util.el (ns-focus-frame): Declare for compiler.
3568
3569 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3572         set as a group parameter.
3573         (gnus-summary-save-in-pipe): Work when it is called independently.
3574         (gnus-summary-pipe-to-muttprint): Don't modify
3575         gnus-summary-pipe-output-default-command.
3576
3577 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3578
3579         * message.el (message-send-mail-with-sendmail):
3580         Display the error message.
3581
3582 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * gnus-art.el (gnus-default-article-saver):
3585         Add gnus-summary-save-in-pipe to choices.
3586         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3587         gnus-summary-pipe-output-default-command as the default command.
3588         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3589         instead of gnus-last-shell-command.
3590
3591         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3592         New user option.
3593         (gnus-summary-muttprint-program): Mention the value will be changed.
3594         (gnus-summary-save-article): Force showing of all headers.
3595         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3596
3597 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3598
3599         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3600
3601 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3602
3603         * nnimap.el (nnimap-id):
3604         * sieve-manage.el (sieve-manage-open): Doc fixes.
3605
3606 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3607
3608         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3609         if available.
3610
3611 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3612
3613         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3614
3615         * nnkiboze.el (nnkiboze-generate-group):
3616         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3617
3618         * nnmairix.el: Require CL.
3619
3620 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * dgnushack.el: Autoload get-display-table and put-display-table for
3623         XEmacs 21.5.
3624
3625         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3626         21.4 and SXEmacs.
3627
3628 2008-06-15  David Engster  <dengste@eml.cc>
3629
3630         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3631
3632 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3633
3634         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3635         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3636         runtime choice under XEmacs.
3637
3638         * gnus-sum.el (gnus-summary-set-display-table):
3639         Use `gnus-put-display-table', `gnus-get-display-table',
3640         `gnus-set-display-table' for the display table, instead of `aset'.
3641
3642         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3643         Use `gnus-put-display-table', `gnus-get-display-table',
3644         `gnus-set-display-table' for the display table.
3645
3646 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3647
3648         * nnmairix.el: Add autoloads.
3649
3650 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3651
3652         * nnmairix.el (nnmairix-delete-recreate-group)
3653         (nnmairix-update-and-clear-marks): Fix error messages.
3654
3655 2008-06-14  David Engster  <dengste@eml.cc>
3656
3657         * nnmairix.el: Upgrade to version 0.6.
3658         (nnmairix-group-toggle-propmarks-this-group)
3659         (nnmairix-group-toggle-readmarks-this-group)
3660         (nnmairix-group-delete-recreate-this-group)
3661         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3662         (nnmairix-remove-tick-mark-original-article): New commands.
3663         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3664         (nnmairix-propagate-marks-to-nnmairix-groups)
3665         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3666         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3667         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3668         functions needed for marks propagation and manipulation of read marks.
3669         (nnmairix-update-groups): New function.
3670         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3671         (nnmairix-determine-original-group-from-registry)
3672         (nnmairix-determine-original-group-from-path)
3673         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3674         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3675         New helper functions.
3676         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3677         keystrokes for new commands.
3678         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3679         (nnmairix-request-group): Check allow-fast group parameter.
3680         (nnmairix-request-create-group): Set allow-fast group parameter if
3681         nnmairix-allowfast-default is set.
3682         (nnmairix-close-group): Propagate marks upon closing if needed.
3683         (nnmairix-group-toggle-threads-this-group): Use new.
3684         nnmairix-group-toggle-parameter helper function.
3685         (nnmairix-search): Better check for empty search result.
3686         (nnmairix-goto-original-article): Use new helper functions for
3687         determining original article.
3688         (nnmairix-show-original-article): Make sure message-id is in brackets.
3689         (nnmairix-call-mairix-binary): Change variable name.
3690         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3691         helper function.
3692         (nnmairix-widget-toggle-activate): Fix doc string.
3693
3694 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * nnir.el: Require edmacro when compiling with XEmacs.
3697         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3698         available in Emacs 21.
3699
3700 2008-06-11  Glenn Morris  <rgm@gnu.org>
3701
3702         * gnus-util.el (x-focus-frame):
3703         * gnus.el (image-size):
3704         * mm-decode.el (image-size): Declare.
3705
3706         * gnus-picon.el (declare-function): Add compat definition.
3707         (image-size): Declare.
3708
3709         * gnus-group.el (tool-bar-map):
3710         * gnus-sum.el (tool-bar-map): Define for compiler.
3711
3712         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3713
3714         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3715
3716         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3717         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3718         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3719         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3720         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3721         * sieve-manage.el, spam-report.el, spam.el:
3722         Remove unnecessary eval-and-compile of autoloads.
3723
3724 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3725
3726         * auth-source.el: Precise Tramp doc.
3727
3728 2008-06-07  Glenn Morris  <rgm@gnu.org>
3729
3730         * nnmairix.el: Remove unnecessary eval-when-compile.
3731
3732 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * lpath.el: Fbind propertize for XEmacs 21.4.
3735
3736 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3737
3738         * nnir.el: Move here from ../contrib.
3739
3740 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3741
3742         * gnus-util.el (gnus-read-shell-command): New function.
3743         * mm-decode.el (mm-pipe-part):
3744         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3745
3746 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3749
3750 2008-06-03  Glenn Morris  <rgm@gnu.org>
3751
3752         * pop3.el (nnheader-accept-process-output): Autoload it.
3753
3754 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3757         are not 2-digit hexadecimal characters that follow `%'s.
3758
3759 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3760
3761         * message.el (message-bogus-recipient-p): Fix type in doc string.
3762         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3763         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3764         Improve custom options.
3765         (message-bogus-recipient-p): Adjust accordingly.
3766
3767 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3768
3769         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3770         long-form month and day names.
3771
3772 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * dgnushack.el: Autoload debug, eudc-expand-inline and
3775         pgg-snarf-keys-region for XEmacs.
3776
3777         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3778
3779         * nnmairix.el: Require edmacro when compiling with XEmacs.
3780
3781 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3782
3783         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3784         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3785
3786 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3787
3788         * auth-source.el: Add more docs.
3789
3790         * netrc.el (netrc-machine): Always match if the port is not given.
3791
3792 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3795         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3796         retrieval faster in some cases, but might make CPU usage larger.  If
3797         this has any bad side effects, we might revert this change.
3798
3799         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3800         seems to make mail retrieval much, much faster.
3801         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3802         unconditionally.
3803
3804         * gnus-draft.el (gnus-group-send-queue): Bind
3805         message-send-mail-partially-limit to nil to avoid being prompted.
3806
3807 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3808
3809         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3810
3811         * message.el (message-bogus-address-regexp): Fix and improve custom
3812         type.
3813         (message-setup-hook): Add message-check-recipients as custom option.
3814
3815 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3816
3817         * message.el (message-cite-function): Remove bogus autoload which crept
3818         in during merge from v5-10.
3819
3820 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3821
3822         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3823
3824         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3825
3826         * auth-source.el: Preliminary Tramp docs.
3827         (auth-sources): Change the default auth-sources to use
3828         EPA .gpg files.
3829
3830 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3831
3832         * nntp.el: Autoload `auth-source-user-or-password'.
3833         (nntp-send-authinfo): Use it.
3834
3835         * nnimap.el: Autoload `auth-source-user-or-password'.
3836         (nnimap-open-connection): Use it.
3837
3838         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3839         for the gnus-message function.
3840         (auth-source-user-or-password): Use it.
3841
3842 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3843
3844         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3845         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3846         (rfc2104-hash): Use it.
3847
3848 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3849
3850         * gnus-art.el (gnus-article-toggle-truncate-lines):
3851         Don't use `iff' in docstring.
3852
3853 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3854
3855         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3856
3857         * gnus-util.el (gnus-extract-address-component-name)
3858         (gnus-extract-address-component-email): Convenience functions around
3859         `gnus-extract-address-components'.
3860
3861         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3862         Use `gnus-extract-address-component-email' to fix bug of comparing full
3863         sender name to `user-mail-address'.
3864
3865 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3866
3867         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3868         catch/throw to optimize.
3869         (gnus-registry-find-keywords): Just use member to find a keyword.
3870
3871 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3872
3873         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3874         is current before calling gnus-server-prepare.
3875         (gnus-server-setup-buffer, gnus-server-update-server)
3876         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3877
3878 2008-05-04  Juri Linkov  <juri@jurta.org>
3879
3880         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3881         (mailcap-file-default-commands): Use mailcap-replace-in-string
3882         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3883         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3884
3885 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3886
3887         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3888
3889 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3890
3891         * gnus.el: Bump version to 0.11.
3892
3893 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3894
3895         * gnus.el: No Gnus v0.10 is released.
3896
3897 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3900         hooks.
3901         (gnus-update-read-articles): Speed up non-marks-using users.
3902         (gnus-use-marks): Define gnus-use-marks.
3903         (gnus-propagate-marks): Rename variable to something more sensible.
3904
3905 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3906
3907         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3908         (gmm-image-load-path-for-library): Fix typos in docstrings.
3909         (gmm-message): Reflow docstring.
3910
3911 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3912
3913         * mail-source.el (mail-source-set-1, mail-source-bind):
3914         Move auth-source code out of the macro to clean it up and fix bugs.
3915
3916 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3917
3918         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3919         by sender if it's equal to user-mail-address, it's likely to be
3920         useless.
3921
3922         * mail-source.el (mail-source-bind): Don't use user or password if they
3923         are not bound.  Unintern them if they are nil.  Don't use server unless
3924         it's bound, and default it to empty string otherwise.
3925
3926 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3927
3928         * mail-source.el: Load auth-source.el.
3929         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3930         get user name or password, if auth-sources is set up.
3931
3932         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3933         strategy of splitting with parent.
3934         (gnus-registry-split-fancy-with-parent)
3935         (gnus-registry-post-process-groups): Use it and fix prior
3936         bug (returning a list as the split result).
3937
3938         * auth-source.el (auth-sources): Remove server parameter.
3939         (auth-source-pick, auth-source-user-or-password)
3940         (auth-source-user-or-password-imap)
3941         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3942         (auth-source-user-or-password-sftp)
3943         (auth-source-user-or-password-smtp): Remove server parameter.
3944
3945 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3946
3947         * smime.el (smime-sign-region, smime-encrypt-region)
3948         (smime-decrypt-region):
3949         Remove redundant calls to `generate-new-buffer-name'.
3950
3951 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3952
3953         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3954         Don't use QP for message/rfc822.
3955         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3956
3957 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3958
3959         * sieve-manage.el (sieve-string-bytes): Remove.
3960         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3961         correct byte-length only if the process's coding-system is the same as
3962         the one used internally by Emacs to represent strings.
3963
3964 2008-04-22  Juri Linkov  <juri@jurta.org>
3965
3966         * mailcap.el (mailcap-file-default-commands): New function.
3967
3968 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3969
3970         * message.el (message-signature-separator, message-cite-function):
3971         Change custom version.
3972
3973 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3974
3975         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3976         commands.
3977         (tls-checktrust): Ditto.
3978
3979 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3980
3981         * mm-decode.el (mm-display-external): Make temp file read-only.
3982
3983 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3984
3985         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3986         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3987         `C-c C-f d'.
3988
3989 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3990
3991         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3992
3993 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * gnus.el: Bump version to 0.9.
3996
3997 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3998
3999         * gnus.el: No Gnus v0.8 is released.
4000
4001 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4002
4003         * mail-source.el (mail-source-value):
4004         Prefer fboundp to functionp so it works with macros as well.
4005
4006 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4007
4008         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4009         Fix last change in case the element is not even a symbol.
4010
4011 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4012
4013         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4014         Prefer fboundp to functionp so it works with macros as well.
4015
4016 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * auth-source.el: Added docs.
4019         (auth-sources): Modify format to support server.
4020         (auth-source-pick, auth-source-user-or-password)
4021         (auth-source-user-or-password-imap)
4022         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4023         (auth-source-user-or-password-sftp)
4024         (auth-source-user-or-password-smtp): Add server parameter.
4025
4026 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4027
4028         * gnus-registry.el: Initialize the registry when gnus-registry-install
4029         is t.
4030
4031 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * compface.el (uncompface): Make buffer unibyte.
4034
4035 2008-04-05  Glenn Morris  <rgm@gnu.org>
4036
4037         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4038
4039 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4040
4041         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4042         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4043
4044         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4045         multibyteness after rather than before erasing it.
4046
4047         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4048         mm-with-multibyte.
4049         (gnus-request-article-this-buffer): Make sure the proper decoding is
4050         used if gnus-original-article-buffer happens to be unibyte.
4051
4052         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4053         default-enable-multibyte-characters.
4054
4055         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4056         default-enable-multibyte-characters.
4057
4058         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4059
4060         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4061
4062 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4063
4064         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4065         (imap-message-copyuid-1): Use it.
4066         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4067         J. Williams in
4068         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4069
4070         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4071         imap-enable-exchange-bug-workaround.
4072         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4073
4074 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4075
4076         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4077         a 100 byte status-checks into a 2-3MB transfer for each group.
4078         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4079         to enable bug workaround or not.
4080         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4081
4082 2008-03-31  Glenn Morris  <rgm@gnu.org>
4083
4084         * message.el (mml2015-use): Declare for compiler.
4085         (message-info): Require mml2015 when appropriate.
4086
4087 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4090         whitespace.
4091
4092 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4093
4094         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4095         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4096         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4097         (nntp-service-to-port): New function.
4098         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4099         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4100         (nntp-open-netcat-stream): New function.
4101         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4102
4103 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4104
4105         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4106
4107 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4108
4109         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4110
4111 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4112
4113         * dns.el (dns-write): Use set-buffer-multibyte.
4114
4115 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4116
4117         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4118
4119 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4120
4121         * message.el (message-signature-separator): Change default.
4122         Improve custom type.
4123         (message-cite-function): Change default to
4124         message-cite-original-without-signature.
4125
4126         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4127         toggle.
4128
4129         * message.el (message-check-news-body-syntax): Fix signature check.
4130         (message-setup-1): Mark buffer as unmodified _after_ running
4131         message-setup-hook and handling message-alternative-emails.
4132         (message-shorten-references): Be more strict when building list of
4133         valid references to comply with GNKSA.
4134
4135         * gnus-group.el (gnus-read-ephemeral-bug-group)
4136         (gnus-read-ephemeral-debian-bug-group)
4137         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4138
4139         * message.el (message-info): Don't use booleanp which isn't supported
4140         in Emacs 21 and XEmacs.
4141
4142 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4143
4144         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4145         gnus-group-gmane-group-download-format.
4146         (gnus-group-read-ephemeral-gmane-group): Rename from
4147         gnus-group-read-ephemeral-gmane-group.
4148         (gnus-read-ephemeral-gmane-group-url): Rename from
4149         gnus-group-read-ephemeral-gmane-group-url.
4150         (gnus-bug-group-download-format-alist): New variable.
4151         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4152         (gnus-read-ephemeral-emacs-bug-group): New commands.
4153
4154 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4157         (gnus-visible-headers): Improve custom type.
4158
4159 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4160
4161         * mml.el (mml-menu): Add workarounds for XEmacs.
4162
4163         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4164         X-Boundary header.
4165
4166         * message.el (message-simplify-recipients): Fix previous commit.
4167
4168 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4169
4170         * mm-util.el (mm-set-buffer-multibyte): New function.
4171         * mm-decode.el (mm-copy-to-buffer): Use it.
4172
4173 2008-03-19  Glenn Morris  <rgm@gnu.org>
4174
4175         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4176         Accidentally removed in the sync process with Emacs.
4177
4178 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4179
4180         * message.el (message-alter-recipients-discard-bogus-full-name):
4181         New function.
4182         (message-alter-recipients-function): New variable.
4183         (message-get-reply-headers): Use it.
4184         (message-replace-header): New helper function.
4185         (message-recipients-without-full-name): New variable.
4186         (message-simplify-recipients): New command.
4187
4188         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4189
4190         * message.el (message-info): Handle EasyPG manual.
4191
4192         * mml.el (mml-menu): Add entry for EasyPG.
4193
4194 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4195
4196         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4197         parameter.
4198
4199         * message.el (message-disassociate-draft): Specify drafts group name
4200         fully.
4201
4202 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4205         unnecessary duplicates from the match list.
4206
4207 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4210
4211         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4212
4213         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4214         args of `how-many' of which the XEmacs version doesn't take; declare
4215         Info-index-next as function.
4216
4217 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4218
4219         * gnus-score.el (gnus-score-headers): Fix handling of
4220         gnus-inhibit-slow-scoring.
4221
4222         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4223         string.
4224         (gnus-button-url-regexp): Improve handling of parenthesis.
4225         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4226         (gnus-button-handle-info-keystrokes): Handle index entries.
4227
4228 2008-03-15  Glenn Morris  <rgm@gnu.org>
4229
4230         * parse-time.el (parse-time-string): Simplify.
4231
4232 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4235         Incoming* files.
4236
4237 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4238
4239         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4240         (auth-source-pick): Use it.
4241
4242 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4243
4244         * binhex.el (binhex-decode-region-internal):
4245         * uudecode.el (uudecode-decode-region-internal):
4246         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4247         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4248         setting default-enable-multibyte-characters.
4249
4250 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4251
4252         * auth-source.el (auth-source-protocols)
4253         (auth-source-protocols-customize, auth-source-choices): Added and
4254         modified variable customizations and defaults.
4255         (auth-source-pick, auth-source-user-or-password)
4256         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4257         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4258         (auth-source-user-or-password-sftp)
4259         (auth-source-user-or-password-smtp): Use new variables and provide an
4260         interface to netrc.el.
4261
4262 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4265         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4266         Make sure the nntp port to specify is a string.
4267
4268 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4269
4270         * nntp.el: Use with-current-buffer.
4271         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4272         dubious mm-with-unibyte-current-buffer.
4273         (nntp-with-open-group-function): New function extracted from
4274         nntp-with-open-group macro.
4275         (nntp-with-open-group): Use the function, so it's easier to debug.
4276         Add indentation and debugging info.
4277         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4278         the use of the netcat alternatives.
4279
4280         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4281         Avoid mm-string-as-multibyte as well.
4282
4283         * nnweb.el (nnweb-insert-html):
4284         Remove use of nnheader-string-as-multibyte.
4285
4286         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4287         (nnheader-string-as-multibyte): Remove.
4288
4289         * mm-view.el: Use inhibit-read-only.
4290         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4291         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4292         or unibyte-string.
4293
4294         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4295         (mm-uu-yenc-extract): Use with-current-buffer.
4296
4297         * gnus-soup.el (gnus-soup-send-packet): Don't use
4298         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4299
4300         * nnmh.el: Use with-current-buffer.
4301         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4302         mm-string-as-multibyte on the output of mm-encode-coding-string.
4303
4304         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4305         (nnimap-request-move-article): Use with-current-buffer.
4306
4307         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4308         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4309         conversion uses string-make-unibyte rather than string-as-unibyte.
4310
4311         * gnus-msg.el: Use with-current-buffer.
4312
4313         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4314
4315 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4316
4317         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4318         string for caching if it is 'PIN.
4319
4320 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * lpath.el: Consider the case without Emacs/W3.
4323
4324 2008-03-08  Glenn Morris  <rgm@gnu.org>
4325
4326         * time-date.el (date-to-time, time-subtract, time-add)
4327         (safe-date-to-time): Doc fixes.
4328
4329 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4330
4331         * mail-source.el (mail-source-delete-old-incoming-confirm):
4332         Change default to nil.
4333         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4334
4335 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * lpath.el: Rearrange.
4338
4339         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4340         (gnus-article-goto-prev-page): Work for articles having ^L's.
4341
4342         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4343
4344         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4345
4346 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4347
4348         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4349         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4350         (gnus-bookmark-jump): Adjust some variable names.
4351
4352 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4353
4354         * auth-source.el: New package.
4355         (auth-source-choices): Add customization entry point variable.
4356
4357         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4358         bug.
4359
4360 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4363         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4364         (gnus-registry-install-shortcuts): Rename from
4365         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4366         the `gnus-registry-mark-map' keymap dynamically from
4367         `gnus-registry-marks'.  The generated functions update the summary line
4368         when a registry mark is added or deleted, and will call
4369         `gnus-registry-install-p' (see the comments in the code).
4370         (gnus-registry-user-format-function-M): Use concat intelligently.
4371
4372         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4373         the registry mark functions.
4374
4375 2008-03-05  Glenn Morris  <rgm@gnu.org>
4376
4377         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4378         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4379         gnus-art.
4380         (top-level): No need to load own source when compiling.
4381
4382 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4383
4384         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4385         Suggested by <chris.anderton@zetnet.co.uk>.
4386
4387 2008-03-04  Glenn Morris  <rgm@gnu.org>
4388
4389         * gnus-sum.el (top-level): No need to require gnus when compiling,
4390         since unconditionally required near start of file.
4391         (gnus-summary-display-while-building): Move definition before use.
4392
4393 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4394
4395         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4396         formatting function.
4397
4398 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4399
4400         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4401         with plists.
4402         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4403         Use new format.
4404
4405 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4408         `where-is-internal' that returns a range of key sequences.
4409
4410 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4411
4412         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4413
4414         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4415         (gnus-summary-jump-to-group): Consider windows on other displayed
4416         frames as well.  Similar changes might be needed elsewhere, but that's
4417         the one I've bumped into during my use.
4418
4419         * nndoc.el (nndoc-oe-dbx-type-p):
4420         * gnus-msg.el (gnus-debug):
4421         * gnus-group.el (gnus-update-group-mark-positions):
4422         Use mm-string-to-multibyte.
4423
4424 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4425
4426         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4427         doesn't handle NotDashEscaped.
4428
4429         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4430         (mml-dnd-attach-options): Fix typo in custom choice.
4431
4432         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4433         nndoc-article-type to mbox.
4434         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4435
4436         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4437         to nil, instead of html2text.
4438
4439         * imap.el (imap-debug): Add `imap-ping-server'.
4440
4441         * gnus-bookmark.el: Add FIXMEs.
4442
4443         * message.el (message-form-letter-separator)
4444         (message-send-form-letter-delay): New variables.
4445         (message-send-form-letter): Use them.  New command to send form
4446         letters.  Requested by Uwe Siart.
4447         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4448
4449 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4450
4451         * Update copyright years.
4452
4453 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         Sync from EMACS_22_BASE.
4456
4457         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4458
4459 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4460
4461         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4462         empty author.
4463
4464 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4465
4466         * gnus-registry.el (gnus-registry-marks): Add variable for
4467         customization of marks and their appearance.
4468         (gnus-registry-read-mark): Use it.
4469         (gnus-registry-do-marks): Add utility function to loop through
4470         `gnus-registry-marks'.
4471         (gnus-registry-install-shortcuts-and-menus): Add function to install
4472         shortcuts and menus.
4473         (gnus-registry-initialize): Use it.
4474         (gnus-registry-default-mark): Clarify documentation.
4475
4476 2008-02-29  Glenn Morris  <rgm@gnu.org>
4477
4478         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4479         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4480         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4481         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4482         Change defcustom :version from 23.0 to 23.1.
4483
4484 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4485
4486         * gnus-registry.el (gnus-registry-follow-group-p)
4487         (gnus-registry-post-process-groups): Add functions to aid registry
4488         splitting and improve logging.  Clarify behavior in function
4489         documentation.
4490         (gnus-registry-split-fancy-with-parent): Use them.
4491
4492 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4493
4494         * gnus-art.el: Use with-current-buffer.
4495
4496 2008-02-27  David Engster  <dengste@eml.cc>
4497
4498         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4499         Express real group name in the response.
4500
4501 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4504         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4505         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4506         autoload gnus-registry-fetch-group when compiling.
4507         (nnmairix-request-group-with-article-number-correction): Remove
4508         unreferenced argument passed to nnmairix-call-backend.
4509
4510 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4511
4512         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4513         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4514         Wilde.
4515
4516 2008-02-27  Glenn Morris  <rgm@gnu.org>
4517
4518         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4519         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4520         variables to defconsts.  Convert comments to doc-strings.
4521         (nnmairix-last-server, nnmairix-current-server): Convert from free
4522         variables to defvars.  Convert comments to doc-strings.
4523         (gnus-registry-fetch-group): Autoload.
4524         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4525         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4526         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4527         caddr.
4528         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4529         nnmairix-request-group-with-article-number-correction call.
4530         (nnmairix-fast, nnmairix-group): New, less general names, for free
4531         variables passed from nnmairix-request-group to
4532         nnmairix-request-group-with-article-number-correction.  Declare.
4533         (nnmairix-request-group-with-article-number-correction):
4534         Use nnmairix-fast, nnmairix-group rather than fast, group.
4535
4536 2008-02-26  David Engster  <dengste@eml.cc>
4537
4538         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4539         version 0.5.
4540
4541 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4542
4543         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4544         instead of making an extra function call.  Don't add the current group
4545         to articles only when they have the group.  Use
4546         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4547         Reported by David <de_bb@arcor.de>.
4548
4549 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4552         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4553
4554 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4555
4556         * mail-source.el (mail-source-delete-incoming): Change default.
4557         Supplement doc string.
4558
4559         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4560
4561 2008-02-14  Glenn Morris  <rgm@gnu.org>
4562
4563         * time-date.el (format-seconds): New function.
4564
4565 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4566
4567         * nnmail.el (nnmail-message-id-cache-file): Derive from
4568         `gnus-home-directory'.
4569
4570 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4571
4572         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4573         Document negative prefix.
4574
4575         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4576
4577 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * message.el (message-unsent-separator): Add the Exim bounce
4580         separator.
4581
4582 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4583
4584         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4585         list.
4586         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4587         recipient/signer list.
4588
4589 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * Makefile.in (datarootdir): Define.
4592         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4593         name that might contain whitespace.
4594
4595 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4596
4597         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4598         fbound (Emacs 23 unicode), signal an error.
4599
4600 2008-02-08  Glenn Morris  <rgm@gnu.org>
4601
4602         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4603
4604 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4605
4606         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4607         ports to the calls to `netrc-machine-user-or-password' in addition to
4608         "imap" and "imaps".
4609
4610 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4611
4612         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4613
4614         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4615
4616 2008-02-01  Kenichi Handa  <handa@m17n.org>
4617
4618         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4619         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4620         (rfc2104-hash): Convert the result of concat to unibyte string.
4621
4622 2008-02-01  Dave Love  <fx@gnu.org>
4623
4624         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4625         coding-system-for-read.
4626         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4627
4628 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4629
4630         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4631         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4632         <hanche@math.ntnu.no>.
4633
4634 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4637
4638         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4639
4640 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4641
4642         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4643         * message.el (message-beginning-of-line): Use featurep instead of bound
4644         tests in order to resolve conditionals at compile time.
4645
4646 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4647
4648         * mail-source.el (mail-sources): Add `group' choice.
4649
4650         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4651         parameter `in-group' to control into which group the articles go.
4652         Add treatment of `group' mail-source.
4653
4654 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4657
4658         * mm-decode.el (mm-dissect-buffer): Decode description.
4659
4660         * mml.el (mml-to-mime): Encode message header first.
4661
4662 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4665         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4666
4667         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4668         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4669
4670 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4671
4672         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4673
4674 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4677         prefix keys.
4678         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4679         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4680         gnus-xmas.el.
4681
4682         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4683         (gnus-xmas-article-describe-bindings): New function.
4684         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4685         gnus-xmas-article-describe-bindings.
4686
4687         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4688
4689 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4690
4691         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4692         Add new variables for article mark management.
4693         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4694         list of extra data entries which, when present, will indicate that the
4695         article ID should not be trimmed from the registry.
4696         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4697         functions.
4698         (gnus-registry-read-mark): New function to read a mark name from the
4699         user.
4700         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4701         (gnus-registry-set-article-mark-internal): New functions to add and
4702         remove marks.
4703         (gnus-registry-get-article-marks): New function to show the marks for
4704         an article, or retrieve them for further use.
4705
4706 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4709         keys when no argument is given.
4710
4711 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4712
4713         * imap.el (imap-ping-server): New variable.
4714         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4715         (imap-ping-server): Minor doc string fixes.
4716
4717 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4718
4719         * imap.el (imap-ping-server): New function.
4720         (imap-opened): Call imap-ping-server.
4721
4722 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4723
4724         * gnus-sum.el (gnus-article-sort-by-random)
4725         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4726         jidanni@jidanni.org.
4727
4728 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-art.el (gnus-article-describe-bindings): New function.
4731         (gnus-article-read-summary-keys): Use it.
4732         (gnus-article-mode-map): Bind `C-h b' to it.
4733
4734 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4737         XEmacs.
4738         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4739         against non-character events.
4740
4741         * lpath.el: Fbind map-keymap for Emacs 21.
4742
4743 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4744
4745         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4746         command.
4747         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4748         instead of END.  Change name of the temp file.
4749         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4750         customizable.
4751
4752 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4755         bind `S W' to gnus-article-wide-reply-with-original; set default
4756         binding to gnus-article-read-summary-send-keys.
4757         (gnus-article-read-summary-keys): Fix the order of keys; display
4758         continuation keys correctly in the echo area; describe bindings
4759         correctly when keys end with `C-h'.
4760         (gnus-article-read-summary-send-keys): New function.
4761         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4762         for gnus-article-read-summary-send-keys; display continuation keys
4763         correctly in the echo area.
4764         (gnus-article-reply-with-original): Ignore prefix argument.
4765         (gnus-article-wide-reply-with-original): New function.
4766
4767         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4768         Emacs 21.
4769
4770 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4773         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4774
4775 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4776
4777         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4778         (gnus-group-read-ephemeral-gmane-group): New command.
4779
4780 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4781
4782         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4783
4784 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4785
4786         * message.el (message-send-mail-function): Increase custom version.
4787
4788         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4789         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4790
4791 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4792
4793         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4794         for the cases where imap-authenticate is called with a nil buffer
4795         parameter.
4796
4797 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4800         html parts correctly; support forwarded messages.
4801         (gnus-article-browse-html-article): Remove work buffers.
4802
4803         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4804         compiling.
4805         (netrc-bound-and-true-p): New macro.
4806         (netrc-parse): Use it instead of bound-and-true-p that is not available
4807         in XEmacs 21.4.
4808
4809 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4810
4811         * gnus-registry.el (gnus-registry-mark-article)
4812         (gnus-registry-article-marks): Add functionality to mark articles
4813         through the Gnus registry.
4814
4815         * encrypt.el: Clarify documentation for the new pgg method.
4816         (encrypt-file-alist): Add PGG option.
4817         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4818         functionality.  Abstract password key and messaging to external
4819         functions.
4820         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4821         (encrypt-message-method-and-cipher): Add new convenience external
4822         functions.
4823         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4824         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4825
4826         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4827         (netrc-parse): Use encrypt-file-alist to determine if
4828         encrypt-find-model or encrypt-insert-file-contents should be used.
4829
4830         * encrypt.el: Clarify documentation.  Load password-cache or
4831         password, whichever one is found first, instead of autoloading.
4832
4833 2007-12-19  Glenn Morris  <rgm@gnu.org>
4834
4835         * mml.el (message-options-set, message-narrow-to-head)
4836         (message-in-body-p, message-mail-p, message-encode-message-body):
4837         Autoload.
4838         (message-remove-header, message-narrow-to-headers-or-head)
4839         (message-subscribed-p, message-make-mail-followup-to)
4840         (message-position-on-field, message-news-p)
4841         (message-options-set-recipient, message-generate-headers)
4842         (message-sort-headers): Declare as functions.
4843
4844 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4845
4846         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4847         convention in doc string.
4848
4849 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4852         title to html parts.
4853         (gnus-article-browse-html-article): Pass message header to it.
4854
4855         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4856
4857 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4860         or password compatible with XEmacs.
4861
4862 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4863
4864         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4865         format document.
4866         (gnus-mime-delete-part): Don't write description line if empty.
4867         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4868
4869 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4870
4871         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4872         (gnus-summary-mark-read-and-unread-as-read)
4873         (gnus-summary-mark-current-read-and-unread-as-read)
4874         (gnus-summary-mark-unread-as-ticked): Doc fix.
4875         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4876
4877 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4878
4879         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4880         Christoph Conrad <christoph.conrad@gmx.de>.
4881
4882 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4883
4884         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4885         yes-or-no-p.
4886
4887 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * mm-decode.el (mm-add-meta-html-tag): New function.
4890         (mm-save-part-to-file, mm-pipe-part): Use it.
4891
4892         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4893         gnus-y-or-n-p instead of y-or-n-p.
4894         (gnus-article-browse-html-parts): Work with message/external-body; use
4895         mm-add-meta-html-tag.
4896
4897 2007-12-11  Glenn Morris  <rgm@gnu.org>
4898
4899         * gnus-cache.el: Require gnus-sum not just when compiling.
4900
4901         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4902
4903         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4904         definitions before use.
4905
4906         * mm-decode.el: Require gnus-util.
4907         (mm-remove-part): Only call delete-annotation on XEmacs.
4908
4909         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4910
4911         * nnmail.el: Require gnus-int.
4912
4913         * spam.el: Move `require's before `eval-when-compile's.
4914
4915         * gnus-ems.el (gnus-alive-p):
4916         * gnus-fun.el (message-goto-eoh):
4917         * gnus-util.el (gnus-group-name-decode):
4918         * mail-source.el (gnus-compress-sequence):
4919         * message.el (Info-goto-node, format-spec):
4920         * mm-bodies.el (message-options-get):
4921         * mm-decode.el (mm-view-pkcs7):
4922         * mm-util.el (gmm-write-region):
4923         * mml-smime.el (mml-compute-boundary)
4924         (gnus-completing-read-with-default):
4925         * mml.el (widget-button-press, gnus-make-hashtable):
4926         * mml1991.el (mm-decode-content-transfer-encoding)
4927         (mm-encode-content-transfer-encoding)
4928         (message-options-get, message-options-set):
4929         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4930         * nnfolder.el (gnus-request-group):
4931         * nnheader.el (ietf-drums-unfold-fws):
4932         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4933         * smime.el (gnus-run-mode-hooks):
4934         * spam-stat.el (gnus-message): Autoload.
4935
4936         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4937         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4938         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4939         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4940         Add declare-function compatibility definition.
4941
4942         * gnus-cache.el (nnvirtual-find-group-art):
4943         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4944         (gnus-add-image, gnus-add-wash-type):
4945         * gnus-group.el (nnkiboze-score-file):
4946         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4947         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4948         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4949         (message-tokenize-header, gnus-get-buffer-create)
4950         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4951         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4952         * gnus.el (gnus-group-decoded-name):
4953         * mail-source.el (imap-capability):
4954         * mm-bodies.el (message-options-set):
4955         * mm-decode.el (gnus-configure-windows):
4956         * mm-extern.el (message-goto-body):
4957         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4958         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4959         (epg-sub-key-validity, message-options-set):
4960         * mml.el (widget-event-point, gnus-configure-windows):
4961         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4962         * mml2015.el (epg-check-configuration, epg-configuration)
4963         (message-options-set):
4964         * nndb.el (nndb-request-article):
4965         * nnfolder.el (gnus-request-create-group):
4966         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4967         * nnmaildir.el (gnus-group-mark-article-read):
4968         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4969         * rfc1843.el (message-fetch-field):
4970         * spam.el (gnus-extract-address-components):
4971         Declare as functions.
4972
4973 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4976
4977         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4978
4979         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4980         bind show-trailing-whitespace for XEmacs.
4981
4982 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4983
4984         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4985         new no-op macro for backward compatibility.
4986
4987         * imap.el (imap-string-to-integer): New function.
4988
4989 2007-12-09  Glenn Morris  <rgm@gnu.org>
4990
4991         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4992
4993         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4994         * message.el, mm-view.el, sieve-manage.el, smime.el:
4995         Add declare-function compatibility definition.
4996
4997         * gnus-art.el (w3-region, w3m-region, Info-menu):
4998         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4999         * gnus-sum.el (gnus-get-predicate):
5000         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5001         * message.el (mail-abbrev-in-expansion-header-p):
5002         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5003         (w3m-detect-meta-charset, w3m-region):
5004         * sieve-manage.el (password-read, password-cache-add)
5005         (password-cache-remove):
5006         * smime.el (password-read-and-add): Declare as functions.
5007
5008 2007-12-08  David Kastrup  <dak@gnu.org>
5009
5010         * gnus-sum.el (gnus-summary-simplify-subject-query):
5011         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5012         `message'.
5013
5014 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5017         it to bind idna-program, installation-directory, defined-colors, and
5018         face-attribute for XEmacs of the version that compiles defcustom forms.
5019
5020 2007-12-07  Glenn Morris  <rgm@gnu.org>
5021
5022         * gnus-art.el (article-make-date-line): Revert previous change.
5023
5024 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5025
5026         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5027
5028 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5029
5030         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5031         Call gnus-add-to-range ranges only once with a prepared article-list.
5032
5033 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5034
5035         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5036         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5037         group names with backslashes.  Reported by Tassilo Horn
5038         <tassilo@member.fsf.org>.
5039
5040 2007-12-06  Deepak Goel  <deego3@gmail.com>
5041
5042         * gnus-art.el (article-make-date-line):
5043         * gnus-start.el (gnus-load):
5044         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5045
5046 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-art.el (gnus-use-idna)
5049         * gnus-start.el (gnus-site-init-file)
5050         * message.el (message-use-idna)
5051         * mm-uu.el (mm-uu-hide-markers)
5052         * smiley.el (smiley-style): Revert changes that suppress warnings.
5053
5054 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5057         specify charset to html source.  Reported by Christoph Conrad
5058         <christoph.conrad@gmx.de>.
5059
5060 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5063         idna-program in order to suppress byte compile warning issued by XEmacs
5064         that came to byte compile the default value section of defcustom forms
5065         recently.
5066
5067         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5068         value of installation-directory.
5069
5070         * message.el (message-use-idna): Don't directly refer to the value of
5071         idna-program.
5072
5073         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5074
5075         * smiley.el (smiley-style): Don't directly call face-attribute.
5076
5077 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5078
5079         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5080
5081         * gnus-dired.el: Reduce Gnus dependencies.
5082         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5083         require.  Use autoloads instead.
5084         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5085         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5086         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5087         (gnus-dired-mode): Adjust doc string.
5088         (gnus-dired-mail-mode): New variable.
5089         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5090         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5091         (gnus-dired-mail-buffers): New function.  Return mail or message
5092         composition buffers.
5093         (gnus-dired-attach): Use it.
5094         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5095         NO-DECODE.
5096         (gnus-dired-print): Use `gnus-print-buffer' depending on
5097         `gnus-dired-mail-mode'.
5098
5099 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * rfc2047.el (rfc2047-encoded-word-regexp)
5102         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5103         explaining what regexp patterns are for.
5104
5105 2007-12-04  Glenn Morris  <rgm@gnu.org>
5106
5107         * password.el: Move to password-cache.el.
5108
5109         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5110         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5111         * mml-smime.el (password-read, password-cache-add)
5112         (password-cache-remove):
5113         No need to autoload, since mml-sec requires password.
5114
5115         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5116         * message.el (gnus-extract-address-components):
5117         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5118
5119         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5120         password.
5121
5122 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5123
5124         * mailcap.el: Reduce dependencies.
5125         (mail-header-parse-content-type): Autoload.
5126         (mailcap-delete-duplicates): New alias.
5127         (mailcap-mime-info): Add optional argument NO-DECODE.
5128         (mailcap-mime-types): Use mailcap-delete-duplicates.
5129
5130         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5131
5132 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5133
5134         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5135         (imap-parse-status): Upcase status-att for servers that sends them
5136         lower-case (e.g., MS Exchange 2007).
5137
5138 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139
5140         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5141         function.
5142
5143         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5144         (gnus-uu-yenc-article): New function.
5145
5146         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5147
5148         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5149         buffer.
5150
5151 2007-12-02  Glenn Morris  <rgm@gnu.org>
5152
5153         * binhex.el (binhex): New custom group.
5154         (binhex-decoder-program, binhex-decoder-switches)
5155         (binhex-use-external): Move to the binhex custom group.
5156
5157         * uudecode.el (uudecode): New custom group.
5158         (uudecode-decoder-program, uudecode-decoder-switches)
5159         (uudecode-use-external): Move to the uudecode custom group.
5160
5161         * netrc.el (top-level): Don't load `encrypt' features.
5162         (netrc-parse): Don't use encrypt.
5163         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5164
5165         * encrypt.el: Remove file.
5166
5167 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5168
5169         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5170         matches on patches.
5171
5172         * gnus-art.el (gnus-article-browse-html-article): Mention
5173         `mm-text-html-renderer' in the doc string.
5174
5175         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5176         string.  Add comments.
5177
5178         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5179         if rhs is ASCII.
5180
5181 2007-12-01  Glenn Morris  <rgm@gnu.org>
5182
5183         * mail-source.el (top-level): Require format-spec before
5184         eval-when-compile.
5185
5186 2007-11-30  Glenn Morris  <rgm@gnu.org>
5187
5188         * encrypt.el: Require password, rather than autoloading password-read.
5189
5190 2007-11-29  Glenn Morris  <rgm@gnu.org>
5191
5192         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5193         (sasl-make-client, sasl-next-step, sasl-step-data)
5194         (sasl-step-set-data): Declare as functions.
5195
5196 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5199
5200 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5201
5202         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5203         certs should be verified and what is to be done in the event of a
5204         verification failure.
5205
5206         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5207         caller can indicate whether the cache should be disregarded for this
5208         call.  This way the result of the call is reproducible at all times and
5209         can be considered a canonical server name for the supplied method.
5210         (gnus-agent-method-p): Canonicalize server names by pushing their
5211         method through `gnus-method-to-server' using the no-cache argument.
5212
5213         * gnus-srvr.el (gnus-server-insert-server-line): Call
5214         `gnus-method-to-server' with `no-cache' argument.
5215
5216         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5217         gnus-agent-possibly-synchronize-flags as this should be called when the
5218         server is actually being opened.
5219         (gnus-agent-possibly-synchronize-flags)
5220         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5221         flags file of an agentized server to the latter function.
5222
5223         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5224         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5225         after a connection has been established successfully.
5226
5227 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * gnus-art.el (article-display-face): Force to display face if called
5230         interactively; check if gnus-article-x-face-too-ugly matches author.
5231         (article-display-x-face): Display face even if From header is missing
5232         as article-display-face does.
5233
5234 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5235
5236         * hashcash.el (message-narrow-to-headers-or-head)
5237         (message-fetch-field, message-goto-eoh)
5238         (message-narrow-to-headers): Declare as functions.
5239
5240 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5241
5242         * mail-source.el (mail-sources): Default to fetch from file for
5243         compatibility with default of nnmail-spool-file.
5244
5245 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5248         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5249         to look for encoded word that should be encoded again.
5250         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5251         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5252         encoding pattern.
5253         (rfc2047-decode-region): Switch strict regexp and loose one according
5254         to rfc2047-allow-irregular-q-encoded-words.
5255
5256 2007-11-25  Romain Francoise  <romain@orebokech.com>
5257
5258         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5259
5260 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * tls.el (tls-program): Provide more custom choices from
5263         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5264         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5265
5266 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5267
5268         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5269         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5270
5271         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5272         `nnmail-spool-file'.
5273
5274         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5275         `nnmail-spool-file'.
5276
5277         * gnus-move.el (gnus-change-server): Ditto.
5278
5279         * gnus-kill.el (gnus-batch-score): Ditto.
5280
5281         * gnus-cache.el (gnus-jog-cache): Ditto.
5282
5283         * gnus-msg.el (gnus-summary-reply):
5284         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5285
5286 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5289         version.  Minor improvement to doc strings.
5290         (tls-program): Add comment.
5291
5292 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5293
5294         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5295         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5296         mismatch between the hostname provided in the certificate and the name
5297         of the host connnecting to.
5298         (open-tls-stream): Use them.  Check certificates against trusted root
5299         certificates.
5300
5301 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * gnus-cache.el (gnus-cache-generate-nov-databases):
5304         Use nnml-generate-nov-databases-directory instead of
5305         nnml-generate-nov-databases-1.
5306
5307 2007-11-24  Glenn Morris  <rgm@gnu.org>
5308
5309         * message.el (message-tool-bar-retro): Update for rename
5310         mail_send.xpm->mail-send.xpm.
5311
5312 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5313
5314         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5315         `smime-ldap-search' for Emacs 22 and up.
5316
5317 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5318
5319         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5320
5321         * message.el (message-send-mail-function): Fix error convention.
5322         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5323         (message-widen-reply, message-send-mail, message-talkative-question)
5324         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5325         (message-clone-locals, message-send-news): Use with-current-buffer.
5326         (message-insert-or-toggle-importance): Remove unused var `valid'.
5327         (message-make-references): Remove unused var `new-references'.
5328         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5329
5330 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5331
5332         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5333         (spam-split-symbolic-return-positive): Reflow docstring.
5334         (spam-backends, spam-summary-exit-behavior)
5335         (spam-mark-ham-unread-before-move-from-spam-group)
5336         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5337         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5338         (spam-clear-cache, spam-backend-check, spam-install-backend)
5339         (spam-install-statistical-backend, spam-list-of-processors)
5340         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5341         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5342         (spam-check-crm114, spam-initialize, spam-unload-hook):
5343         Fix typos in docstrings.
5344
5345 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5348         been checked if they have never been read and those group levels are
5349         higher than the one that a user specified.
5350
5351 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5354         foreign groups unless a group level is specified by a user.
5355         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5356
5357 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5358
5359         * message.el (message-send-mail-function): Require sendmail.
5360
5361 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * message.el (message-send-mail-function): Check for smtpmail too.
5364
5365         * utf7.el (utf7-encode, utf7-decode): Use coding system
5366         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5367
5368         * message.el (message-send-mail-function): New function.
5369         (message-send-mail-function): Set default using
5370         message-send-mail-function.  Adjust doc string.
5371         (message-send-mail-with-mailclient): New function.
5372
5373 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5374
5375         * smime.el (from):
5376         * rfc2047.el (message-posting-charset):
5377         * qp.el (mm-use-ultra-safe-encoding):
5378         * pop3.el (parse-time-months):
5379         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5380         * nnml.el (files):
5381         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5382         (jka-compr-compression-info-list, ange-ftp-path-format)
5383         (efs-path-regexp):
5384         * nndiary.el (files):
5385         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5386         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5387         (epg-digest-algorithm-alist, inhibit-redisplay)
5388         (password-cache-expiry):
5389         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5390         (pgg-output-buffer, password-cache-expiry):
5391         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5392         (efs-path-regexp):
5393         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5394         (inhibit-redisplay):
5395         * mm-uu.el (file-name, start-point, end-point, entry)
5396         (gnus-newsgroup-name, gnus-newsgroup-charset):
5397         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5398         (latin-unity-ucs-list):
5399         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5400         (mm-uu-binhex-decode-function):
5401         * message.el (gnus-message-group-art, gnus-list-identifiers)
5402         (rmail-enable-mime-composing, gnus-local-organization)
5403         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5404         (gnus-read-active-file, facemenu-add-face-function)
5405         (facemenu-remove-face-function, gnus-article-decoded-p)
5406         (tool-bar-mode):
5407         * mail-source.el (display-time-mail-function):
5408         * gnus-util.el (nnmail-pathname-coding-system)
5409         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5410         (gnus-original-article-buffer, gnus-user-agent)
5411         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5412         (xemacs-codename, sxemacs-codename, emacs-program-version):
5413         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5414         * gnus-start.el (gnus-agent-covered-methods)
5415         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5416         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5417         (gnus-newsgroup-headers, gnus-group-list-mode)
5418         (gnus-group-mark-positions, gnus-newsgroup-data)
5419         (gnus-newsgroup-unreads, nnoo-state-alist)
5420         (gnus-current-select-method, mail-sources)
5421         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5422         (nnmail-spool-file, gnus-cache-active-hashtb):
5423         * gnus-mh.el (mh-lib-progs):
5424         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5425         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5426         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5427         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5428         (gnus-group-buffer):
5429         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5430         (font-lock-set-defaults):
5431         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5432         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5433         (gnus-summary-post-menu, total-parts, type, condition, length):
5434         * gnus-agent.el (gnus-agent-read-agentview):
5435         * flow-fill.el (show-trailing-whitespace):
5436         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5437         eval-and-compile wrappers for byte compiler pacifiers.
5438
5439         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5440         (mm-display-inline-fontify): Check for featurep 'xemacs not
5441         extent-list.
5442
5443         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5444         itimer-list.
5445         (mm-create-image-xemacs): Only do something for XEmacs.
5446         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5447
5448         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5449
5450         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5451         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5452
5453 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5454
5455         * nnimap.el (nnimap-split-download-body):
5456         * gnus-demon.el (gnus-demon):
5457         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5458
5459 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5462         macros.
5463         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5464         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5465         copy data from unibyte buffer to multibyte current buffer.
5466         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5467         to copy data from unibyte current buffer to multibyte buffer.
5468         (nntp-make-process-buffer): Make process buffer unibyte.
5469
5470         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5471
5472 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5473
5474         * pop3.el (pop3-open-server): Accept and process data more robustly at
5475         connexion start to avoid spurious "POP SSL connexion failed" errors.
5476
5477 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5480         read group names.
5481
5482 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5483
5484         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5485
5486 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5489         (nnmail-save-active): Use a unibyte buffer when saving active file,
5490         which may contain non-ASCII group names.
5491
5492         * nnml.el (nnml-request-group): Decode group names in messages.
5493
5494 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5495
5496         * message.el (message-citation-line-function)
5497         (message-insert-formatted-citation-line): Fix spelling of
5498         `message-insert-formated-citation-line'.
5499
5500 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5501
5502         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5503
5504 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5507         nnmail-pathname-coding-system.
5508
5509         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5510         that a user enters; decode group names in messages.
5511
5512         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5513
5514 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5515
5516         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5517
5518         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5519
5520         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5521         risky local variable.
5522
5523         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5524
5525 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5526
5527         * encrypt.el: Improve documentation to fix function name typo.
5528         Reported by Daiki Ueno <ueno@unixuser.org>.
5529
5530 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5533         even if the point is not in the last page of an article.
5534         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5535         back to the previous page.
5536
5537 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5538
5539         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5540
5541 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5544
5545 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5546
5547         * message.el (message-check-news-body-syntax): Avoid
5548         mm-string-as-multibyte.
5549         (message-hide-headers): Don't assume (point-min)==1.
5550
5551 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * message.el (message-remove-blank-cited-lines): Fix if remove is
5554         given.
5555         (message-bogus-address-regexp): New variable.
5556         (message-bogus-recipient-p): New function.
5557         (message-check-recipients): New command.
5558         (message-syntax-checks): Add `bogus-recipient'.
5559         (message-fix-before-sending): Add `bogus-recipient'.
5560
5561         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5562         (gnus-treat-body-boundary): Don't test window-system.
5563
5564 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5565
5566         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5567
5568 2007-10-28  Miles Bader  <miles@gnu.org>
5569
5570         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5571         at compile-time too.
5572
5573 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5574
5575         * gnus-msg.el (gnus-message-setup-hook): Add
5576         `message-remove-blank-cited-lines' to options.
5577
5578 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5579
5580         * message.el (message-remove-blank-cited-lines): New function.
5581         Suggested by Karl Plästerer.
5582
5583 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5586         mapc.
5587
5588         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5589         (top-level): Use mapc to set functions to be traced for debugging.
5590
5591         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5592         called for effect with while loop.
5593
5594         * message.el (message-talkative-question): Replace mapcar called for
5595         effect with mapc.
5596
5597         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5598         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5599         called for effect with dolist.
5600
5601         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5602
5603         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5604         gnus-extra-headers and nnmail-extra-headers.
5605
5606         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5607         called for effect with dolist.
5608         (top-level): Use mapc to set functions to be traced for debugging.
5609
5610         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5611         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5612         dolist.
5613
5614         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5615         Replace mapcar called for effect with mapc.
5616         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5617         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5618         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5619         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5620
5621         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5622         remove-if that's a cl function.
5623
5624         * webmail.el (webmail-debug): Replace mapcar called for effect with
5625         dolist.
5626
5627         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5628         with mapc.
5629
5630 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5633         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5634         with while loop.
5635
5636         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5637         functions from article-* functions.
5638         (gnus-multi-decode-header): Replace mapcar called for effect with
5639         dolist.
5640
5641         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5642         (gnus-bookmark-show-details): Replace mapcar called for effect with
5643         while loop.
5644
5645         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5646         called for effect with while loop.
5647
5648         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5649         with dolist.
5650
5651         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5652         mapcar called for effect with dolist.
5653
5654         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5655
5656         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5657         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5658         Replace mapcar called for effect with dolist.
5659         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5660         mapc.
5661
5662         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5663         Replace mapcar called for effect with dolist.
5664         (gnus-topic-list): Replace mapcar called for effect with mapc.
5665
5666         * gnus.el: Use mapc instead of mapcar to add autoloads.
5667
5668 2007-10-23  Richard Stallman  <rms@gnu.org>
5669
5670         * gnus-group.el (gnus-group-highlight): Mark as risky.
5671
5672 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * gnus.el (gnus-server-to-method): Return method found first in
5675         gnus-newsrc-alist.
5676
5677         * gnus-art.el (gnus-article-highlight-signature)
5678         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5679         button overlay without the front stickiness.
5680
5681 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5682
5683         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5684         overview buffer needed a catch to receive its throw.
5685         (gnus-agent-flush-cache): Declared as interactive to make this function
5686         easier to use.
5687
5688 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5689
5690         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5691         `next-line'.
5692
5693 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5696         exclude address matching message-dont-reply-to-names.
5697
5698 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-util.el (gnus-string<): New function.
5701
5702         * gnus-sum.el (gnus-article-sort-by-author)
5703         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5704
5705 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5708         the frame-focus tag is set in gnus-buffer-configuration.
5709
5710 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5713         the front stickiness.
5714
5715 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5718         url pattern; remove duplicate one.
5719         (gnus-article-extend-url-button): New function.
5720         (gnus-article-add-buttons): Use it.
5721         (gnus-button-push): Use concatenated url that it makes.
5722
5723 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5724
5725         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5726
5727 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5728
5729         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5730         Don't hardcode point-min==1.
5731
5732 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5733
5734         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5735         Fix comment about "iso8859-1".
5736
5737 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5738
5739         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5740         ones returned from the verify-function.
5741
5742         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5743         mml2015-extract-cleartext-signature if extraction failed.
5744
5745 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5746
5747         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5748         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5749         failed.
5750
5751 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5752
5753         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5754
5755 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5756
5757         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5758         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5759         recommends to use EasyPG instead of PGG.
5760
5761         * pgg.el: Revert to revision 6.23.2.16.
5762
5763         * pgg-def.el: Revert to revision 6.6.2.14.
5764
5765         * pgg-gpg.el: Revert to revision 6.23.2.34.
5766
5767 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5768
5769         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5770         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5771         thread for both the null and zero (kill/expire thread) universal prefix
5772         cases.
5773         (gnus-summary-expire-thread): Add new function to expire a thread,
5774         using gnus-summary-kill-thread.
5775         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5776         shortcuts for gnus-summary-expire-thread.
5777         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5778         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5779
5780 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5781
5782         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5783         extras value, so an extras entry can be deleted.
5784         (gnus-registry-delete-extra-entry): Use it.
5785         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5786         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5787         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5788         storage through the gnus-registry, and provide an appropriate API for
5789         it.
5790
5791 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5794         Suggested by Leo <sdl.web@gmail.com>.
5795
5796         * gnus.el: Do.
5797
5798 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5801         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5802
5803         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5804
5805         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5806         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5807
5808 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5811         newline.
5812         (nnmbox-request-accept-article): Don't change article in source buffer;
5813         narrow to header to use message-fetch-field rather than
5814         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5815         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5816         as delimiters; make sure article ends with newline.
5817         (nnmbox-delete-mail): Correct last position of article to be deleted;
5818         ignore X-Gnus-Newsgroup header in article body.
5819         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5820         positions; make sure article ends with newline.
5821
5822         * message.el (message-display-abbrev): Don't infloop when a user
5823         inserts SPC in the beginning of header.
5824
5825         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5826         coding-system-for-read and coding-system-for-write for XEmacs having no
5827         file-coding feature.
5828
5829         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5830
5831 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5832
5833         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5834         list of groups not followed by default.  Fix type to be regexp.
5835         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5836
5837 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5838
5839         * hmac-def.el (define-hmac-function): Switch from old-style to
5840         new-style backquotes.
5841
5842         * md4.el (md4-make-step): Likewise.
5843
5844 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5847         raw-text coding system when saving .newsrc file, which may contain
5848         non-ASCII group names.
5849
5850 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * gnus-cus.el (gnus-score-extra): New widget.
5853         (gnus-score-extra-convert): New function.
5854         (gnus-score-customize): Use it for Extra.
5855
5856 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5857
5858         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5859         (mml2015-mailcrypt-clear-verify): Use it.
5860         (mml2015-gpg-clear-verify): Use it.
5861         (mml2015-pgg-clear-verify): Use it.
5862         (mml2015-epg-clear-verify): Replace the current part with the output
5863         from GnuPG; don't extract the plaintext by itself.
5864
5865         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5866         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5867         mml2015-clear-verify-function; don't touch the armor headers or
5868         dash-escaped text here.
5869
5870 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5873         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5874         parts, or application/octet-stream as a last resort.
5875         (gnus-mime-view-part-as-type): Don't toggle display.
5876         (gnus-mime-view-part-as-charset): Don't turn off display before
5877         querying charset.
5878
5879         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5880         stuff to undisplayer function in Emacs.
5881         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5882
5883         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5884         text/calendar parts.
5885
5886 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5889         decoding text/calendar parts.
5890
5891         * message.el (message-forward-make-body-mime): Always mark body as
5892         having no illegible text; remove signed-or-encrypted argument.
5893         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5894
5895         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5896         (mml-generate-mime-1): Don't encode body if it is specified to be in
5897         raw form; don't make buffer be unibyte when inserting multibyte string.
5898
5899 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5900
5901         * sha1.el: Fix up comment style.
5902         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5903         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5904
5905         * hex-util.el: Fix up comment style.
5906         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5907
5908         * gnus-salt.el: Use with-current-buffer.
5909         (gnus-pick-setup-message): Fix long-standing typo.
5910
5911 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * imap.el (imap-logout-timeout): New variable.
5914         (imap-logout, imap-logout-wait): New functions.
5915         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5916
5917         * nnimap.el (nnimap-logout-timeout): New server variable.
5918         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5919         nnimap-logout-timeout.
5920
5921         * gnus-art.el (gnus-article-summary-command-nosave)
5922         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5923
5924 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus.el (gnus-maximum-newsgroup): New variable.
5927
5928         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5929         according to gnus-maximum-newsgroup.
5930
5931         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5932         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5933         Limit the range of articles according to gnus-maximum-newsgroup.
5934
5935 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5936
5937         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5938         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5939         Don't perform gnus-configure-windows here; reuse existing sticky
5940         article buffer.
5941
5942         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5943         it doesn't exist in gnus-article-mode.
5944
5945 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5948         (gnus-agent-decoded-group-name): New function.
5949         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5950         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5951
5952 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5953
5954         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5955         Add binding for gnus-sticky-article.
5956         (gnus-summary-exit): Don't kill sticky article buffers.
5957
5958         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5959         article buffer.
5960         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5961         (gnus-kill-sticky-article-buffers): New commands.
5962
5963 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * nntp.el (nntp-xref-number-is-evil): New server variable.
5966         (nntp-find-group-and-number): If it is non-nil, don't trust article
5967         numbers in the Xref header.
5968
5969 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * gnus-agent.el (gnus-agent-read-group): New function.
5972         (gnus-agent-flush-group, gnus-agent-expire-group)
5973         (gnus-agent-regenerate-group): Use it.
5974         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5975         nnmail-pathname-coding-system.
5976
5977 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5980
5981         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5982         that are unread as unread, and also as selected so that information of
5983         marks having been changed by a user may be updated when exiting group.
5984
5985 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5988         calculated ignoring signature parts to gnus-treat-article.
5989
5990 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5993         a point here in order to keep the window start.
5994         (gnus-insert-mime-security-button): Make a button overlay without the
5995         front stickiness.
5996         (gnus-mime-display-security): Goto the end of a button.
5997
5998         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5999
6000 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6003         group-name-at-point.
6004         (gnus-group-completing-read): New function that offers decoded
6005         non-ASCII group names for completion.
6006         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6007         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6008         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6009         (gnus-group-fetch-control): Use it.
6010         (gnus-fetch-group): Use group-name-at-point for the initial value
6011         rather than the default value; use gnus-alive-p.
6012
6013         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6014         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6015         (gnus-summary-post-news): Use gnus-group-completing-read.
6016
6017         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6018         (gnus-read-move-group-name): Decode group name for completion.
6019
6020 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6021
6022         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6023         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6024         Yamaoka slightly modified the code).
6025
6026 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6029         (nnmail-split-incoming): Bind it.
6030
6031         * nnml.el (nnml-group-name-charset): New function.
6032         (nnml-decoded-group-name): Use it; don't decode group name if
6033         nnmail-group-names-not-encoded-p is non-nil.
6034         (nnml-encoded-group-name): New function.
6035         (nnml-group-pathname): Inline nnml-decoded-group-name.
6036         (nnml-request-expire-articles): Decode group name in message.
6037         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6038         nnmail-pathname-coding-system.
6039         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6040         not decoded ones according to nnmail-group-names-not-encoded-p.
6041         (nnml-generate-active-info): Use nnml-encoded-group-name.
6042
6043 2007-08-08  Glenn Morris  <rgm@gnu.org>
6044
6045         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6046         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6047         doc-strings and comments.
6048
6049 2007-07-25  Glenn Morris  <rgm@gnu.org>
6050
6051         * Relicense all FSF files to GPLv3 or later.
6052
6053 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * gnus-sum.el (gnus-summary-move-article): Make
6056         gnus-summary-respool-article work.
6057
6058 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6059
6060         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6061         string.
6062
6063 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6064
6065         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6066         that should be ignored when comparing distant RSS articles with local
6067         ones.
6068         (nnrss-make-hash-index): New function.  Create a hash index according
6069         to the ignored fields.
6070         (nnrss-check-group): Use it.
6071
6072 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6075
6076         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6077
6078         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6079         the new optional argument ENCODED is non-nil.
6080         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6081         coding system for encoding group name.
6082         (gnus-group-make-rss-group): Pass un-encoded group name to
6083         gnus-group-make-group.
6084         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6085         encoded.
6086
6087         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6088         Encode group name to which articles are moved or copied.
6089         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6090         coding system for encoding Newsgroup, Followup-To and Xref headers.
6091
6092         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6093         marks; use nnheader-file-coding-system to write a file.
6094         (nnagent-retrieve-headers): Bind file-name-coding-system to
6095         nnmail-pathname-coding-system.
6096
6097         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6098
6099         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6100         (nnml-request-article, nnml-request-create-group)
6101         (nnml-request-rename-group, nnml-find-id)
6102         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6103         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6104         (nnml-save-marks): Use nnml-group-pathname instead of
6105         nnmail-group-pathname.
6106
6107         (nnml-request-create-group, nnml-request-expire-articles)
6108         (nnml-request-move-article, nnml-request-delete-group)
6109         (nnml-deletable-article-p, nnml-possibly-create-directory)
6110         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6111         (nnml-open-marks): Bind file-name-coding-system to
6112         nnmail-pathname-coding-system.
6113
6114         (nnml-request-article): Pass server argument to nnml-find-group-number.
6115         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6116         server argument to nnml-possibly-create-directory.
6117         (nnml-request-accept-article): Pass server argument to
6118         nnml-active-number and nnml-save-mail.
6119         (nnml-find-group-number): Pass server argument to nnml-find-id.
6120         (nnml-request-update-info): Pass server argument to
6121         nnml-marks-changed-p.
6122
6123         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6124         (nnml-save-mail, nnml-active-number): Add server argument.
6125
6126         (nnml-request-delete-group): Warn if group is missing.
6127         (nnml-get-nov-buffer): Decode group name.
6128         (nnml-generate-active-info): Encode group name.
6129         (nnml-open-marks): Decode group name in messages.
6130
6131 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6134         if it is not specified.
6135         (gnus-article-pipe-part, gnus-article-save-part)
6136         (gnus-article-interactively-view-part, gnus-article-copy-part)
6137         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6138         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6139         (gnus-article-replace-part, gnus-article-delete-part)
6140         (gnus-article-view-part-as-type): Pass raw prefix argument to
6141         gnus-article-part-wrapper.
6142
6143 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * gnus-agent.el (gnus-agent-save-active): Bind
6146         nnheader-file-coding-system to gnus-agent-file-coding-system.
6147
6148         * gnus-cache.el (gnus-cache-save-buffers)
6149         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6150         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6151         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6152         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6153         (gnus-cache-generate-active, gnus-cache-rename-group)
6154         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6155         (gnus-cache-update-overview-total-fetched-for): Bind
6156         file-name-coding-system to nnmail-pathname-coding-system.
6157         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6158         variables.
6159         (gnus-cache-decoded-group-name): New function.
6160         (gnus-cache-file-name): Use it.
6161         (gnus-cache-generate-active): Use non-decoded group name for active.
6162
6163         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6164         right place.
6165         (gnus-write-active-file): Don't break non-ASCII group names.
6166
6167         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6168         nnmail-pathname-coding-system.
6169
6170         * lpath.el: Bind default-file-name-coding-system,
6171         file-name-coding-system and language-info-alist for XEmacs.
6172
6173         * gnus-uu.el (gnus-uu-decode-save): Typo.
6174
6175 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6178
6179 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6182         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6183         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6184         (gnus-agent-flush-group, gnus-agent-flush-cache)
6185         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6186         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6187         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6188         (gnus-agent-regenerate-group)
6189         (gnus-agent-update-files-total-fetched-for)
6190         (gnus-agent-update-view-total-fetched-for): Bind
6191         file-name-coding-system to nnmail-pathname-coding-system.
6192         (gnus-agent-group-pathname): Don't encode file names by
6193         nnmail-pathname-coding-system.
6194         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6195         coding-system-for-write instead of buffer-file-coding-system to
6196         gnus-agent-file-coding-system.
6197
6198         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6199         Decode group name.
6200
6201         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6202
6203         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6204         (gnus-read-newsrc-el-file): Make group names unibyte.
6205
6206         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6207         nnmail-pathname-coding-system.
6208
6209         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6210         (nnrss-request-delete-group): Bind file-name-coding-system to
6211         nnmail-pathname-coding-system.
6212         (nnrss-read-server-data, nnrss-read-group-data): Bind
6213         file-name-coding-system correctly.
6214         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6215
6216         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6217         (nntp-server-to-method-cache): New variable.
6218         (nntp-group-pathname): New function that decodes non-ASCII group names.
6219         (nntp-possibly-create-directory, nntp-marks-changed-p)
6220         (nntp-save-marks, nntp-open-marks): Use it.
6221         (nntp-possibly-create-directory, nntp-open-marks):
6222         Bind file-name-coding-system to nnmail-pathname-coding-system.
6223         (nntp-open-marks): Decode group names when bootstrapping marks.
6224
6225         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6226         Newsgroups and Folowup-To headers.
6227
6228 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6231         (gnus-server-closed-face, gnus-server-denied-face)
6232         (gnus-server-offline-face): Remove variable.
6233         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6234
6235         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6236         of modifying message-stack directly for XEmacs.
6237
6238         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6239         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6240         if the coding-system argument is nil for XEmacs.
6241
6242         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6243         mm-charset-override-alist.
6244
6245         * rfc2047.el: Don't require base64; require rfc2045 for the function
6246         rfc2045-encode-string.
6247         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6248         to quote the parameter value.
6249
6250 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6253         form in gnus-group-name-charset-method-alist.
6254
6255         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6256         overrides the default layout edit-form.
6257
6258         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6259
6260         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6261
6262 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6265         as unfetched articles.
6266
6267 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6270
6271 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6274         original back end that keeps marks in the local system.
6275
6276 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6279         arg of pop-to-buffer for XEmacs.
6280         (gnus-article-read-summary-keys): Ditto; don't restore window
6281         configuration if summary command ends up with neither article buffer
6282         nor summary buffer; describe bindings if summary keys end with C-h.
6283
6284 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * message.el (message-fix-before-sending): Skip raw message part to be
6287         forwarded while checking illegible text.
6288         (message-forward-make-body-mime, message-forward-make-body): Mark
6289         signed or encrypted raw message as having no illegible text.
6290
6291 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6294         (gnus-message-with-timestamp-1): New macro.
6295         (gnus-message-with-timestamp): New function.
6296         (gnus-message): Use them.
6297
6298         * nnheader.el (nnheader-message): Use them.
6299
6300 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6301
6302         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6303         .newsrc.eld file.
6304
6305 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * gnus-agent.el (gnus-agent-fetch-headers)
6308         (gnus-agent-retrieve-headers): Bind
6309         gnus-decode-encoded-address-function to identity.
6310
6311         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6312         available also when the server returns simply a dot.
6313
6314         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6315
6316 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6319
6320 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-ems.el (gnus-x-splash): Make it work.
6323
6324         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6325         from being used.
6326
6327         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6328
6329 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6332         4th and the 5th arguments.
6333
6334         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6335         the front stickiness.
6336         (gnus-article-summary-command-nosave): Correct the order of the
6337         arguments passed to pop-to-buffer.
6338         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6339         summary command ends up with the article buffer.
6340
6341         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6342         the same faces.
6343
6344 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6345
6346         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6347
6348 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6349
6350         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6351         * gnus-sum.el (gnus-summary-highlight):
6352         * pgg.el (pgg-sign-region, pgg-sign):
6353         * mail-source.el (mail-source-delete-old-incoming-confirm):
6354         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6355
6356 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * gnus-art.el (gnus-mime-view-part-externally)
6359         (gnus-mime-view-part-internally): Fix predicate function passed to
6360         completing-read.
6361
6362         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6363
6364         * gnus.el (gnus-update-message-archive-method): Add :version.
6365
6366 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus.el (gnus-update-message-archive-method): New variable.
6369
6370         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6371         according to gnus-message-archive-method if
6372         gnus-update-message-archive-method is non-nil.
6373
6374 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6377         by Loic Dachary <loic@dachary.org>.
6378         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6379
6380 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * message.el (message-pop-to-buffer): Add switch-function argument.
6383         (message-mail): Pass switch-function argument to it.
6384
6385 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6386
6387         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6388         Improve doc string.
6389
6390 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6393         (gnus-header-content)
6394         * gnus-cite.el (gnus-cite-10)
6395         * gnus-srvr.el (gnus-server-closed)
6396         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6397         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6398         (gnus-group-mail-3-empty, gnus-group-mail-low)
6399         (gnus-group-mail-low-empty, gnus-splash)
6400         * message.el (message-header-to, message-header-cc)
6401         (message-header-subject, message-header-other, message-header-name)
6402         (message-header-xheader, message-separator, message-cited-text)
6403         (message-mml): Lighten colors of faces used for dark background.
6404
6405 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6406
6407         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6408         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6409
6410 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * message.el (message-narrow-to-headers-or-head):
6413         Ignore mail-header-separator in the body.
6414
6415 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6418         same as window size.
6419
6420 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6421
6422         * message.el (message-font-lock-keywords): Use message-header-xheader
6423         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6424         ahead of the anything pattern, to get it recognised.
6425
6426 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6429         spam.el loads uses it in the compiled defadvice form.
6430
6431 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6432
6433         * gnus-sum.el (gnus-articles-to-read)
6434         (gnus-summary-insert-old-articles): Don't truncate group name for
6435         `read-string'.
6436
6437         * gnus-util.el (gnus-limit-string): Delete this function.
6438
6439         * gnus-sum.el (gnus-simplify-subject-fully): Use
6440         `truncate-string-to-width' instead.
6441
6442 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6443
6444         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6445         if, on summary exit, the next group has to be selected.
6446         (gnus-summary-exit): Use it.
6447
6448 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6451         non-break space.
6452
6453 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6456         Check if group is not a directory.
6457         (nnfolder-request-expire-articles): Don't delete articles if the target
6458         group is not available.
6459
6460         * nnml.el (nnml-request-create-group): Properly check if group is not a
6461         file.
6462         (nnml-request-expire-articles): Don't delete articles if the target
6463         group is not available.
6464
6465         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6466         Don't quote characters that are within parentheses.
6467
6468 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6471         (gnus-handle-ephemeral-exit): Select article according to it.
6472
6473 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6474
6475         * message.el (message-insert-formated-citation-line): Remove newline.
6476         (message-citation-line-format): Add final \n here so that the user can
6477         avoid a blank line.
6478
6479 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6480
6481         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6482         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6483         Update lanl/arXiv support.
6484
6485 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6486
6487         * gnus.el: Bump version number.
6488
6489 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6490
6491         * gnus.el (gnus-version-number): Bump version.
6492
6493 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6494
6495         * gnus.el: No Gnus v0.6 is released.
6496
6497 2007-04-27  Didier Verna  <didier@xemacs.org>
6498
6499         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6500         * gmm-utils.el (gmm-regexp-concat): here.
6501         * message.el: Don't require 'gnus-util.
6502         (message-dont-reply-to-names): Handle name change above.
6503         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6504
6505 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6508         since the initial value varies according to the system.
6509
6510 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6513
6514 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6515
6516         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6517
6518 2007-04-24  Didier Verna  <didier@xemacs.org>
6519
6520         Improve the type of gnus-ignored-from-addresses.
6521         * gnus-util.el (gnus-orify-regexp): New function.
6522         * message.el (gnus-util): Require it.
6523         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6524         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6525         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6526
6527 2007-04-24  Didier Verna  <didier@xemacs.org>
6528
6529         * gnus-sum.el:
6530         * gnus-utils.el: Fix some trailing whitespaces.
6531
6532 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6535         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6536         article's Message-ID; refer parent article in summary buffer.
6537
6538         * message.el (message-bounce): Call mime-to-mml.
6539
6540         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6541         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6542         optimize and/or forms properly.
6543
6544 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6545
6546         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6547         URL.
6548
6549 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6552
6553 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6556         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6557         displayed of multipart/alternative part if it is invoked from summary
6558         buffer.
6559
6560         * mm-view.el (mm-inline-text-html-render-with-w3m)
6561         (mm-inline-text-html-render-with-w3m-standalone)
6562         (mm-inline-render-with-function): Use mail-parse-charset by default.
6563
6564 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6565
6566         * parse-time.el (parse-time-string-chars): Check if CHAR
6567         is less than the length of parse-time-syntax.
6568
6569 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6572         from gnus-newsgroup-processable.
6573
6574 2007-04-16  Didier Verna  <didier@xemacs.org>
6575
6576         * gnus-msg.el (gnus-configure-posting-styles): Handle
6577         message-signature-directory properly with :file syntax.  Reported by
6578         "Leo".
6579
6580 2007-04-11  Didier Verna  <didier@xemacs.org>
6581
6582         New user option: message-signature-directory.
6583         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6584         * message.el (message-insert-signature): Ditto.
6585         * message.el (message-signature-file): Doc update.
6586         * message.el (message-signature-directory): New.
6587
6588 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-msg.el (gnus-inews-yank-articles): Use
6591         message-exchange-point-and-mark instead of exchange-point-and-mark.
6592
6593 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * message.el (message-yank-original): Make sure cited text ends with
6596         newline; don't exchange point and mark.
6597
6598 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6599
6600         * tls.el (open-tls-stream): Properly handle case where there
6601         is no associated buffer.
6602
6603 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6604
6605         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6606         message-yank-original, make sure (< mark TEXT point).
6607
6608 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * message.el (message-fill-column): New variable.
6611         (message-mode): Use it.  Add comment on a possible new hook.
6612
6613         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6614         (nnmail-get-new-mail): Reformat.
6615
6616         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6617
6618         * gmm-utils.el: Fix Commentary.
6619         (gmm-tool-bar-from-list): Fix typo in doc string.
6620
6621 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6622
6623         * message.el (message-yank-original): Don't switch point and mark
6624         unnecessarily to put point and mark as documented.
6625
6626 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6627
6628         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6629         from the message heads.
6630
6631 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6632
6633         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6634         article buffer does not have a window.  This may not be the best
6635         solution but is certainly better than setting the start of the null,
6636         that is the current, window.
6637
6638 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6639
6640         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6641         (gnus-draft-setup): Run it.
6642
6643         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6644         gnus-score-fast-scoring.  Allow regexp.
6645         (gnus-score-headers): Use it.
6646
6647         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6648         XEmacs.
6649
6650         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6651         string.
6652         (gnus-button-alist): Also catch `<f1> k ...'.
6653         (gnus-treat-display-x-face): Fix doc string.
6654
6655 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6656
6657         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6658         evaluation of gnus-extended-version to ensure correct generation of the
6659         User-Agent header when message-generate-headers-first is used.
6660
6661 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6662
6663         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6664         hashcash-path is nil.  Don't call callback with incorrect number of
6665         parameters if val is 0.
6666
6667 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6668
6669         * message.el (message-required-news-headers):
6670         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6671
6672 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6673
6674         * tls.el (open-tls-stream): In handshake-waiting loop,
6675         don't wait more if there is output available to process.
6676
6677 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6678
6679         * tls.el (tls-program): Doc fix.
6680
6681 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * message.el (message-generate-new-buffers): Change the meaning of the
6684         nil value; add `standard' to the choices; treat t as `unique'; improve
6685         doc string.
6686         (gnus-select-frame-set-input-focus): Autoload.
6687         (message-buffer-name): Search for the existing message buffer if
6688         message-generate-new-buffers is nil or `standard'; treat the value t of
6689         message-generate-new-buffers as `unique'.
6690         (message-pop-to-buffer): Raise the frame already displaying the message
6691         buffer; clear the echo area after querying.
6692         (message-setup): Pass the `continue' argument to compose-mail.
6693         (message-mail): Prefer `switch-function' if it is given; search for the
6694         existing message buffer if the `continue' argument is non-nil; pass
6695         continue and switch-function arguments to compose-mail by way of
6696         message-setup.
6697         (message-mail-other-window): Adjust argument of message-setup.
6698         (message-mail-other-frame): Ditto.
6699
6700 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6703         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6704         to turn font-lock on when turning gnus-message-citation-mode on.
6705
6706 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6707
6708         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6709         (mml-smime-function-alist): New variable; add epg as the backend.
6710         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6711         mml-smime- functions instead.
6712         * mm-view.el: Require smime.
6713
6714 2007-03-05  Didier Verna  <didier@xemacs.org>
6715
6716         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6717         instead of just inheritance for posting styles.
6718         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6719
6720 2007-02-24  Chris Moore  <dooglus@gmail.com>
6721
6722         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6723         * pgg-pgp.el (pgg-pgp-encrypt-region):
6724         * pgg-gpg.el (pgg-gpg-encrypt-region):
6725         Check pgg-encrypt-for-me if no other recipients.
6726
6727 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6728
6729         * tls.el (tls-certtool-program): Fix custom type.
6730
6731 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6734         and point-at-eol instead of line-(beginning|end)-position.
6735
6736         * assistant.el (assistant-parse-buffer): Ditto.
6737
6738         * netrc.el (netrc-parse-services): Ditto.
6739
6740 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6741
6742         * mml2015.el (mml2015-epg-find-usable-key): New function.
6743         (mml2015-epg-sign): Use it.
6744         (mml2015-epg-encrypt): Use it.
6745
6746 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * message.el (message-make-in-reply-to): Quote name containing
6749         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6750         if there are special characters.  Reported by NAKAJI Hiroyuki
6751         <nakaji@jp.freebsd.org>.
6752
6753 2007-02-27  Didier Verna  <didier@xemacs.org>
6754
6755         Include the group parameters as well as the topic ones in the
6756         inheritance filter process.
6757         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6758         argument GROUP-PARAMS-LIST.
6759         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6760
6761 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * nntp.el (nntp-never-echoes-commands)
6764         (nntp-open-connection-functions-never-echo-commands): New variables.
6765         (nntp-send-command): Use them.
6766
6767 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6768
6769         * mml2015.el (mml2015-epg-verify): Simplified.
6770
6771 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * mml.el (mml-content-disposition-alist): New user option.
6774         (mml-content-disposition): New function.
6775         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6776         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6777
6778 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6779
6780         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6781         verification.
6782
6783 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6784
6785         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6786         articles posted in the last 24 hours.
6787
6788 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6789
6790         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6791
6792 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6793
6794         * nntp.el (nntp-send-command): Don't wait for echoes when
6795         nntp-open-ssl-stream is used.
6796
6797 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6800         (gnus-message-add-citation-keywords)
6801         (gnus-message-remove-citation-keywords): Remove.
6802         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6803         directly, make the variables in font-lock-defaults buffer-local, add
6804         gnus-message-citation-keywords to them and then update the value of
6805         font-lock-keywords.
6806
6807 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * message.el (message-cite-original-1): Don't call
6810         gnus-article-highlight-citation.
6811
6812         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6813         citations; fix line count.
6814
6815 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6818         (gnus-message-add-citation-keywords)
6819         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6820         versions of font-lock-add-keywords and font-lock-remove-keywords to
6821         work with XEmacs correctly.
6822
6823 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-cite.el (gnus-cite-face-list): Set the values of
6826         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6827         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6828         (gnus-message-cite-prefix-regexp): New variable.
6829         (gnus-message-search-citation-line): Use it; protect against long
6830         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6831         the 0th match data for Emacs.
6832         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6833         (gnus-message-add-citation-keywords): Append keywords rather than
6834         prepending; emulate font-lock-add-keywords if it is not available.
6835         (gnus-message-remove-citation-keywords): Emulate
6836         font-lock-remove-keywords if it is not available.
6837
6838         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6839
6840         * message.el (message-cite-prefix-regexp): Set the value of
6841         gnus-message-cite-prefix-regexp.
6842
6843 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6844
6845         * nnweb.el (nnweb-google-parse-1): Update parser.
6846
6847 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6848
6849         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6850
6851 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6852
6853         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6854         regexp.
6855
6856 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6859         string-to-multibyte.
6860         (uudecode-decode-region-internal): Use it.
6861
6862         * lpath.el: Fbind string-as-multibyte for XEmacs.
6863
6864 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6867         custom choice.
6868
6869         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6870
6871 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6872
6873         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6874
6875         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6876         `write-region' to respect `mm-inhibit-file-name-handlers'.
6877
6878 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6881         Use gnus-home-directory instead of "~/" or "$HOME".
6882
6883 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6884
6885         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6886         to mention filename.
6887         Add comments at beginning regarding usage.
6888         (encrypt-write-file-contents): Change interactive so a string is
6889         acceptable.  If the file has no associated model, show an error instead
6890         of a nonsense prompt.
6891
6892 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6893
6894         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6895         Thanks to Yoshihiko Yamada for kind notification of this typo.
6896
6897 2007-01-12  Kenichi Handa  <handa@m17n.org>
6898
6899         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6900         multibyte buffer.
6901
6902 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6903
6904         * gnus-score.el (gnus-score-fast-scoring): New variable.
6905         (gnus-score-headers): Use it.
6906
6907         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6908
6909         * message.el (message-cite-original-1): Call
6910         gnus-article-highlight-citation if requested.
6911         (message-make-from): Allow name and address as optional arguments.
6912
6913         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6914
6915         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6916         bugs to doc string.
6917         (gnus-button-alist): Add mid\\|message-id.
6918         (gnus-button-fetch-group): Extend for use in
6919         `browse-url-browser-function'.
6920         (gnus-button-url-regexp): Try to catch paired parentheses like in
6921         Wikipedia URLs.
6922
6923         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6924         Suggested by Simon Krahnke <overlord@gmx.li>.
6925
6926 2007-01-13  Romain Francoise  <romain@orebokech.com>
6927
6928         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6929         Update copyright.
6930
6931 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6932
6933         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6934
6935 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6936
6937         * gnus-registry.el (gnus-registry-unfollowed-groups)
6938         (gnus-registry-split-fancy-with-parent): Fix documentation.
6939
6940 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6941
6942         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6943         from nnweb groups.
6944
6945 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6946
6947         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6948         Xref urls.  Erase buffer before requesting head.
6949
6950 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6951
6952         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6953         customizable.
6954
6955 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6956
6957         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6958         no signing key is found.
6959         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6960         no encrypting and/or signing key is found.
6961
6962 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6965
6966 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6967
6968         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6969         headers read from disk with the ones newly found in the current search.
6970         This should no longer cause problems, because the article numbers in
6971         Gmane's `nov.php' output are ignored since the previous change.
6972
6973 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6974
6975         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6976
6977 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6980         replace-regexp-in-string; bind url-version; fbind display-images-p and
6981         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6982         find-face and set-itimer-function for Emacs; bind itimer-list for
6983         Emacs.
6984
6985         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6986
6987 2007-01-01  Romain Francoise  <romain@orebokech.com>
6988
6989         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6990
6991 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6992
6993         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6994         `define-minor-mode' macro definition expanded properly.
6995         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6996         exclude it there.
6997
6998         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6999         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7000         `fboundp' test.
7001         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7002         This is OK to autoload in (S)XEmacs now.
7003
7004 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7005
7006         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7007         keystroke.
7008         (gnus-summary-limit-to-singletons): Fix typo.
7009
7010         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7011         else fails.
7012
7013 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7014
7015         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7016         docstring.
7017
7018         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7019         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7020         (gnus-summary-insert-dormant-articles): Fix typo in message.
7021
7022 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7025         nil for XEmacs.
7026         (gnus-message-citation-mode): Don't autoload in XEmacs.
7027
7028         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7029
7030 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7031
7032         * nnimap.el (nnimap-expunge-search-string): Mention
7033         nnimap-search-uids-not-since-is-evil in docstring.
7034
7035 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7036
7037         * spam.el: Revert to make-obsolete-variable because
7038         define-obsolete-variable-alias is not supported in Emacs 21.
7039
7040         * spam.el (spam-ifile-path, spam-ifile-database-path)
7041         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7042         make-obsolete-variable.
7043         (spam-bsfilter-path, spam-bsfilter-program)
7044         (spam-spamassassin-path, spam-spamassassin-program)
7045         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7046         use "path" inappropriately.
7047         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7048         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7049         variable names.
7050
7051 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7052
7053         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7054         summary buffer.
7055
7056         * password.el (password-cache-remove): Use clear-string to burn
7057         password, if available.
7058
7059 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7060
7061         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7062
7063         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7064
7065         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7066         (gnus-message-highlight-citation): Move defcustom here from
7067         gnus-cite.el.
7068         (gnus-message-citation-mode): Autoload.
7069
7070         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7071         checks to make it compile with XEmacs.
7072         (gnus-message-citation-mode): New minor mode.
7073         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7074         (gnus-message-highlight-citation): New variables.
7075         (gnus-message-search-citation-line)
7076         (gnus-message-add-citation-keywords)
7077         (gnus-message-remove-citation-keywords)
7078         (turn-on-gnus-message-citation-mode)
7079         (turn-off-gnus-message-citation-mode): New functions.
7080
7081 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7082
7083         * gnus-cite.el: Enable highlighting of different citation levels in
7084         message-mode.
7085
7086 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7087
7088         * message.el (message-make-fqdn): Fix comment.
7089         (message-bogus-system-names): Add ".local".
7090
7091         * spam.el (spam-ifile-path, spam-ifile-program)
7092         (spam-ifile-database-path, spam-ifile-database)
7093         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7094         Don't use "path" inappropriately.
7095         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7096         strings.
7097         (spam-check-ifile, spam-ifile-register-with-ifile)
7098         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7099         new variable names.
7100
7101         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7102         (gnus-treat-display-smileys): Simplify using
7103         gnus-image-type-available-p.
7104
7105         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7106         available.
7107
7108         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7109         `display-images-p' if available.
7110
7111 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7114         one after turning on the buffer's multibyteness instead of decoding
7115         them directly in the unibyte buffer that causes unexpected conversion
7116         in Emacs 23 (unicode).
7117
7118 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7119
7120         * message.el (message-generate-hashcash): Fix custom type.
7121
7122 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7125
7126 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7127
7128         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7129         disconnect icons.  Add help text.
7130
7131 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7132
7133         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7134         negated to be consistent with the others we handle.
7135
7136 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7137
7138         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7139         version of gnus-summary-buffer to something, so that we can use two
7140         article buffers at the same time.
7141
7142 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7145         trigger all the extra headers.
7146         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7147         sorting.
7148
7149 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7150
7151         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7152         solid groups.
7153
7154 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7155
7156         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7157
7158 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * legacy-gnus-agent.el: Add Copyright notice.
7161
7162 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7163
7164         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7165
7166 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7167
7168         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7169
7170         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7171         to make it work reliably in CVS Emacs.
7172         (gnus-summary-limit-strange-charsets-predicate)
7173         (gnus-summary-limit-to-predicate): New functions.
7174
7175 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7176
7177         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7178         specifying array size.
7179         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7180         array if it is too small.
7181         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7182         (gnus-sort-threads-loop): New function.
7183
7184 2006-12-06  Chris Moore  <dooglus@gmail.com>
7185
7186         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7187         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7188
7189 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7190
7191         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7192         options.
7193
7194 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7197         DOS-ing the recipient.
7198
7199         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7200         the headers when creating the mapping to avoid mismappings.
7201         (nnweb-gmane-create-mapping): Always nix out old mapping.
7202
7203 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7206         and mm-verify-option to never.
7207
7208 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * message.el (message-signed-or-encrypted-p): New function.
7211         (message-forward-make-body): Use it.
7212
7213         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7214         Replace encode-coding-string with mm-encode-coding-string.
7215
7216 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * nneething.el (nneething-decode-file-name): Replace
7219         decode-coding-string with mm-decode-coding-string.
7220
7221         * gnus-int.el (gnus-open-server): Say failed server's name.
7222
7223 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7224
7225         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7226         strings to a single string.  Quote `errors-file-name'.
7227         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7228         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7229         Adjust calls.  Use `shell-quote-argument'.
7230
7231 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7232
7233         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7234         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7235
7236         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7237         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7238         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7239         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7240         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7241         (gnus-subscribe-newsgroup, gnus-1):
7242         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7243         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7244         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7245         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7246
7247 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7248
7249         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7250         keystroke.
7251         (gnus-summary-limit-to-bodies): Implement headersp.
7252
7253 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7254
7255         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7256
7257 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7260
7261 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7262
7263         * message.el (message-generate-hashcash): Expand range of values to
7264         include `opportunistic'.
7265         (message-send-mail): Use it.
7266
7267 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7268
7269         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7270         and comment it.
7271
7272         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7273
7274 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7275
7276         * gnus-util.el (gnus-extract-address-components): Improve comment.
7277
7278 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-util.el (gnus-extract-address-components): Work with address in
7281         which the name portion contains @.
7282
7283         * lpath.el: Fbind custom-autoload.
7284
7285 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * gnus.el (gnus-start): Move custom group up.
7288         (gnus-select-method): Don't autoload, but make it available for
7289         `customize-variable'.
7290         (gnus-getenv-nntpserver): Don't autoload.
7291
7292 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7293
7294         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7295
7296 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * message.el (message-sendmail-extra-arguments): New variable.
7299         (message-send-mail-with-sendmail): Use it.
7300
7301 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7304         mm-with-unibyte-current-buffer to make string unibyte.
7305
7306         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7307         mm-string-as-multibyte.
7308
7309 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7310
7311         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7312         Reported by Werner Koch <wk@gnupg.org>.
7313
7314 2006-11-14  Daiki Ueno  <ueno@p360>
7315
7316         * mml2015.el: Autoload epa-select-keys when compiling.
7317
7318 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7319
7320         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7321         message-options.
7322         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7323
7324 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7325
7326         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7327         EasyPG (< 0.0.6).
7328         (mml2015-always-trust): New user option.
7329         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7330         prompt.
7331
7332 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * nntp.el (nntp-authinfo-force): New variable.
7335         (nntp-send-authinfo): Use it.
7336
7337 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7340         decode encoded words.  Improve prompt.  Add comment about forwarding.
7341         (message-replacement-char): Move up.
7342
7343 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7344
7345         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7346         instead of gnus-intersection because arguments of gnus-sorted-nunion
7347         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7348
7349 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7352         (message-simplify-subject-functions): Enable
7353         message-strip-subject-encoded-words by default.
7354
7355 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * message.el (message-strip-subject-encoded-words): New function.
7358         (message-simplify-subject-functions): New variable.
7359         (message-simplify-subject): Use it.  Fix typo in doc string.
7360         Support message-strip-subject-encoded-words.
7361
7362 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7363
7364         * gnus-diary.el (gnus-diary-delay-format-function):
7365         * nndiary.el (nndiary-reminders):
7366         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7367
7368 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * gnus-art.el (article-hide-boring-headers): Fetch date from
7371         gnus-original-article-buffer to avoid problems with localized date
7372         strings.
7373
7374 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7377
7378 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7381         New variables.
7382         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7383         (mm-charset-synonym-alist): Move some entries to
7384         mm-codepage-iso-8859-list.
7385         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7386         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7387
7388 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7391
7392 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7395         with Emacs 21 and XEmacs.
7396
7397 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7398
7399         * spam.el (spam-parse-address): New function for better parsing,
7400         catching errors, etc.
7401         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7402
7403 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * mm-view.el: Add interactive arg to html2text autoload.
7406
7407 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7410
7411 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7414         variables.
7415         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7416         (mm-charset-synonym-alist): Move some entries to
7417         mm-codepage-iso-8859-list.
7418
7419         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7420
7421 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * message.el (message-citation-line-format)
7424         (message-insert-formated-citation-line): Fix implementation of %E, %N
7425         and %n according to the doc string.
7426
7427 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7428
7429         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7430         car-safe to avoid bad parses.
7431
7432 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7435         names.
7436
7437         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7438
7439 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7442         header.
7443
7444         * message.el (message-draft-headers): Add Date.
7445         (message-headers-to-generate): Fix typo in docstring.
7446
7447         * nndraft.el (nndraft-required-headers): New variable.
7448         (nndraft-generate-headers): Use it.
7449
7450         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7451
7452 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7453
7454         * gnus-registry.el (gnus-registry-wash-for-keywords)
7455         (gnus-registry-find-keywords): New functions to allow easy searching of
7456         articles that are in the registry.
7457
7458 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7459
7460         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7461         ietf-drums-parse-address instead of gnus-extract-address-components.
7462         Reported by Damien Elmes <damien@repose.cx>.
7463
7464 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * gnus.el (gnus-mime): Remove unused custom group.
7467
7468 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7469
7470         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7471         "blank line" when searching for end of armor headers.
7472
7473 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * gmm-utils.el (gmm-write-region): Fix variable name.
7476
7477 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7478
7479         * gmm-utils.el (gmm-write-region): New function based on compatibility
7480         code from `mm-make-temp-file'.
7481
7482         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7483
7484         * nnmaildir.el (nnmaildir--update-nov)
7485         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7486         Use `gmm-write-region'.
7487
7488 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7491         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7492
7493         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7494
7495         * message.el (message-replacement-char): New variable.
7496         (message-fix-before-sending): Use it.
7497         (message-simplify-subject): New function to remove duplicate code.
7498         (message-reply, message-followup): Use it.
7499
7500         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7501         gnus-summary-limit-to-articles.
7502
7503 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * gnus-util.el (gnus-with-local-quit): New macro.
7506
7507         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7508
7509 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7512         ignore non-string data.
7513
7514 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7515
7516         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7517         non-string data (needs to be done in the registry too).
7518
7519 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7520
7521         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7522         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7523         (gnus-registry-split-fancy-with-parent)
7524         (gnus-registry-fetch-simplified-message-subject-fast)
7525         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7526         Remove text properties on ingress into the registry and when it's saved.
7527         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7528         registry from entries with no groups.
7529
7530 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7531
7532         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7533         function to remove string properties.
7534
7535 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * gmm-utils.el (gmm): Adjust custom version.
7538
7539         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7540         custom version.
7541
7542         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7543
7544 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7545
7546         * gnus-art.el (gnus-insert-prev-page-button)
7547         (gnus-insert-next-page-button): Simplify.  Reformat.
7548
7549 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7550
7551         * gnus-art.el (gnus-insert-prev-page-button)
7552         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7553
7554 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7555
7556         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7557
7558 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7559
7560         * gnus-art.el (gnus-insert-mime-button)
7561         (gnus-insert-mime-security-button):
7562         Apply gnus-article-button-face to MIME and security buttons.
7563
7564 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7565
7566         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7567         readable.
7568
7569 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7572
7573 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7574
7575         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7576         `browse-url-of-file' instead of `browse-url'.
7577
7578 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7579
7580         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7581         regexp.  Articles containing quotation were cut prematurely.
7582
7583 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * message.el (message-cite-original-1): Use nobody by default for the
7586         value of From header.
7587         (message-reply): Ditto.
7588
7589 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7590
7591         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7592         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7593         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7594
7595 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7596
7597         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7598         mails in the doc string.  Add some URLs in comment.
7599         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7600
7601 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7604         backslashes handling and the way to find boundaries of quoted strings.
7605
7606 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7607
7608         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7609         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7610         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7611         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7612
7613 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7614
7615         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7616         doc string.
7617         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7618
7619 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * lpath.el: Fbind epg-check-configuration.
7622
7623 2006-09-06  Simon Josefsson  <jas@extundo.com>
7624
7625         * mml2015.el (mml2015-use): Doc fix, mention epg.
7626
7627 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7628
7629         * mml2015.el (mml2015-use): Default to epg, if available.
7630
7631 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7632
7633         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7634         message-sender.
7635         (mml1991-epg-encrypt): Ditto.
7636         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7637         message-sender.
7638         (mml2015-epg-encrypt): Ditto.
7639
7640 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7641
7642         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7643         several common directories.
7644
7645 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7646
7647         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7648         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7649
7650 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * gnus-art.el (article-decode-encoded-words): Make it fast.
7653
7654 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7657
7658         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7659         in quoted string into `\'.
7660
7661 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7664         Use standard-syntax-table.
7665
7666 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * gnus-art.el (gnus-decode-address-function): New variable.
7669         (article-decode-encoded-words): Use it to decode headers which are
7670         assumed to contain addresses.
7671         (gnus-mime-delete-part): Remove useless `or'.
7672
7673         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7674         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7675         (gnus-nov-parse-line): Use it to decode From header.
7676         (gnus-get-newsgroup-headers): Ditto.
7677         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7678
7679         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7680         (mail-decode-encoded-address-string): New alias.
7681
7682         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7683         New function.
7684         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7685         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7686         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7687         (rfc2047-decode-string): Ditto.
7688         (rfc2047-decode-address-region): New function.
7689         (rfc2047-decode-address-string): New function.
7690
7691 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * message.el (message-caesar-buffer-body): Allow rotating headers.
7694
7695         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7696
7697         * message.el (message-insert-formated-citation-line): Fix %f.
7698         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7699
7700 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7703         (gnus-bookmark-mouse-available-p): New macro.
7704         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7705         (gnus-bookmark-bmenu-show-infos): Use it.
7706         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7707         (gnus-bookmark-bmenu-hide-infos): Ditto.
7708         (gnus-bookmark-remove-properties): New function.
7709         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7710         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7711         (gnus-bookmark-write-file): Bind coding-system-for-write.
7712         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7713         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7714         group before selecting it.
7715         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7716         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7717         quit-window if it is not available; use gnus-mouse-2 and bind it to
7718         gnus-bookmark-bmenu-select-by-mouse.
7719         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7720         (gnus-bookmark-bmenu-select-by-mouse): New function.
7721
7722 2006-08-13  Romain Francoise  <romain@orebokech.com>
7723
7724         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7725         space.
7726
7727 2006-08-10  Romain Francoise  <romain@orebokech.com>
7728
7729         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7730         (dns-mode-soa-auto-increment-serial): New user option.
7731         (dns-mode-soa-maybe-increment-serial): New function.
7732         (dns-mode): Add the latter to `write-contents-functions'.
7733
7734 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * compface.el (uncompface): Use binary rather than raw-text-unix.
7737
7738 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * compface.el (uncompface): Make sure the eol conversion doesn't take
7741         place when communicating with the external programs.  Reported by
7742         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7743
7744 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7747
7748 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7749
7750         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7751         Make it more robust by parsing author and date independently.
7752
7753 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7756
7757 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7758
7759         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7760         first matching secret key.
7761         (mml2015-epg-encrypt): Ditto.
7762
7763         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7764         first matching secret key.
7765         (mml1991-epg-encrypt): Ditto.
7766
7767         * mml2015.el (mml2015-encrypt-to-self): New user option.
7768         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7769         mml2015-epg-encrypt-to-self is set.
7770
7771         * mml1991.el (mml1991-encrypt-to-self): New variable.
7772         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7773         mml1991-epg-encrypt-to-self is set.
7774
7775         * mml2015.el (mml2015-signers): New user option.
7776         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7777         (mml2015-epg-encrypt): Allow to select signing keys.
7778
7779         * mml1991.el (mml1991-signers): New variable.
7780         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7781         (mml1991-epg-encrypt): Allow to select signing keys.
7782
7783 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * nnheader.el (nnheader-insert-head): Make it work even if the file
7786         uses CRLF for the line-break code.
7787
7788 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7789
7790         * mml2015.el: Require mml-sec instead of password.
7791         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7792         (mml2015-cache-passphrase): Inherit the default value from
7793         mml-secure-cache-passphrase.
7794         (mml2015-passphrase-cache-expiry): Inherit the default value from
7795         mml-secure-passphrase-cache-expiry.
7796
7797         * mml1991.el: Require mml-sec instead of password.
7798         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7799         (mml1991-cache-passphrase): Inherit the default value from
7800         mml-secure-cache-passphrase.
7801         (mml1991-passphrase-cache-expiry): Inherit the default value from
7802         mml-secure-passphrase-cache-expiry.
7803
7804         * mml-sec.el: Require password.
7805         (mml-secure-verbose): New user option.
7806         (mml-secure-cache-passphrase): New user option.
7807         (mml-secure-passphrase-cache-expiry): New user option.
7808
7809 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7810
7811         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7812         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7813         andreas@altroot.de (Andreas Vögele).
7814
7815         FIXME: Use `tiny change'?
7816
7817 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7818
7819         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7820         workaround for the url package included with Emacs.
7821
7822         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7823
7824 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7827         correctly.  This fixes a bug caused by the 2006-05-12 change.
7828
7829 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7830
7831         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7832         some information about the error when saying that the `bogus' mail
7833         group will be used.
7834
7835 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7838         string.
7839
7840 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7841
7842         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7843
7844 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7845
7846         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7847
7848 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7849
7850         * mml1991.el (mml1991-function-alist): Add epg.
7851         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7852         (mml1991-epg-encrypt): New functions.
7853
7854 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7855
7856         * mml2015.el (mml2015-verbose): New variable.
7857         (mml2015-cache-passphrase): Ditto.
7858         (mml2015-passphrase-cache-expiry): Ditto.
7859         (mml2015-function-alist): Add epg.
7860         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7861         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7862         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7863         functions.
7864
7865 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7866
7867         * message.el (message-cite-original-1): Preserve region when removing
7868         quoted text due to X-No-Archive in order to avoid bogus attribution
7869         when citing multiple messages.
7870
7871 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7872
7873         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7874         Kenneth Jacker <khj@be.cs.appstate.edu>.
7875
7876 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * gnus-diary.el (gnus-user-format-function-d)
7879         (gnus-user-format-function-D): Autoload.
7880
7881         * imap.el (Commentary): Fix typo.
7882
7883         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7884         2006-04-22 contribution.
7885
7886 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7887
7888         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7889         It didn't really fix the bogosity I'm seeing with solid web groups.
7890
7891 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7892
7893         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7894         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7895         created using server names.  If we use the feature without declaring
7896         it, Gnus does not properly manage server and group state.
7897
7898         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7899         bound.
7900
7901 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7902
7903         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7904         looking up the method using GROUP's prefix before inventing a new one.
7905         It is used on killed/unknown groups in various places where returning
7906         an all-new method isn't expected by the caller.
7907
7908         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7909         and match semantics of gnus-group-real-prefix.
7910
7911 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * nnmail.el (nnmail-broken-references-mailers): New variable.
7914         (nnmail-ignore-broken-references): New function generalizing
7915         nnmail-fix-eudora-headers.
7916         (nnmail-fix-eudora-headers): Now obsolete.
7917
7918         * gnus-art.el (gnus-button-handle-custom): Support
7919         `customize-apropos*'.
7920
7921 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7922
7923         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7924
7925         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7926         articles.
7927
7928 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * message.el (message-cite-reply-above): New variable.
7931         (message-yank-original): Use it.
7932
7933 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7936
7937 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7938
7939         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7940         as read.
7941
7942         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7943
7944 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7945
7946         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7947         (gnus-bookmark-default-file): Use gnus-directory.
7948         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7949         Remove "*" in doc string.
7950         (gnus-bookmark-write-file): Simplify.
7951         (gnus-bookmark-maybe-sort-alist): Use `when'.
7952         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7953         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7954         FIXME about Emacs 21 and XEmacs compatibility.
7955         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7956         compatibility.
7957         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7958         compatibility.
7959         (gnus-bookmark-menu-heading): Fix version.
7960
7961 2006-06-19  Bastien Guerry  <bzg@altern.org>
7962
7963         * gnus-bookmark.el: New file.
7964
7965 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * message.el (message-syntax-checks): Doc fix.
7968
7969 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7970
7971         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7972         unsubscribed groups as if they were killed ones.  It causes duplicate
7973         entries in gnus-newsrc-alist.
7974
7975 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * message.el (message-syntax-checks): Doc fix.
7978         (message-send-mail): Add check for continuation headers.
7979         (message-check-news-header-syntax): Fix regexp used to check for
7980         continuation headers.
7981
7982 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7985
7986 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7989
7990 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7993         default-truncate-lines.
7994
7995 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7998         to fill the utf-8 entry.
7999
8000         * lpath.el: Fbind unicode-precedence-list.
8001
8002 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8003
8004         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8005
8006 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8007
8008         * gnus-agent.el (directory-files-and-attributes): Move all the way
8009         forward (the third and final move).
8010         (gnus-agent-read-agentview): Trap reconstruction errors due to
8011         nonexistant directory.  Handle by returning nil.
8012
8013 2006-05-30  Didier Verna  <didier@xemacs.org>
8014
8015         * message.el (message-dont-reply-to-names): Update the custom type.
8016         * message.el (message-dont-reply-to-names): New defsubst: potentially
8017         convert a list of regexps into a single one.
8018         * message.el (message-get-reply-headers): Use it.
8019         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8020
8021 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * gnus-agent.el (directory-files-and-attributes): Move forward.
8024
8025 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8026
8027         * gnus-ml.el (gnus-mailing-list-subscribe)
8028         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8029         (gnus-mailing-list-message): Fix doc strings.
8030
8031 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8032
8033         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8034         of doing it manually.
8035
8036 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8039         comment.
8040
8041 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8042
8043         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8044         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8045         (gnus-agent-read-local): All symbols allocated in my-obarray.
8046         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8047         (gnus-agent-regenerate-group): Check numeric names to see if they are
8048         messages or groups.
8049         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8050         better way of do this...)
8051
8052         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8053         'dummy.group' (there should be a better way of do this...)
8054
8055 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8058         (gnus-saved-headers): Ditto.
8059         (gnus-default-article-saver): Mention functions may have properties.
8060         (gnus-article-save): Override gnus-save-all-headers and
8061         gnus-saved-headers by :headers property which saver function may have.
8062         (gnus-summary-save-in-file): Add :headers property.
8063         (gnus-summary-write-to-file): Ditto.
8064
8065         * gnus-sum.el (gnus-summary-save-article): Bind
8066         gnus-prompt-before-saving to t when saving many articles in a file;
8067         always show all headers.
8068
8069         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8070
8071 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8074         marks.
8075
8076         * message.el (message-indent-citation): Add optional arguments to allow
8077         using it outside of message buffers.
8078
8079         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8080         (gnus-article-treat-unfold-headers): Use it.
8081         (gnus-article-truncate-lines): New variable.
8082         (gnus-article-mode): Use it.
8083         (gnus-article-toggle-truncate-lines): New function.
8084
8085         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8086         gnus-article-toggle-truncate-lines.
8087
8088         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8089         coding system in XEmacs, use binary.
8090
8091 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8094         after-load-alist.
8095
8096         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8097         this function should save decoded articles.
8098         (gnus-summary-write-to-file): Use property to specify this function
8099         should save decoded articles and specify gnus-summary-save-in-file
8100         should be used to save articles other than the first one when saving
8101         many articles.
8102         (gnus-summary-save-body-in-file): Use property to specify this
8103         function should save decoded articles.
8104         (gnus-summary-write-body-to-file): Use property to specify this
8105         function should save decoded articles and specify
8106         gnus-summary-save-body-in-file should be used to save articles other
8107         than the first one when saving many articles.
8108
8109         * gnus-sum.el (gnus-summary-save-article): Simplify.
8110
8111 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus-art.el (gnus-default-article-saver): Add
8114         gnus-summary-write-body-to-file.
8115         (gnus-article-save-coding-system): Don't use coding system object
8116         in XEmacs.
8117         (gnus-read-save-file-name): Add optional `dir-var' argument which
8118         specifies directory in which files are saved; work even if optional
8119         `variable' argument is not specified.
8120         (gnus-summary-write-to-file): Read file name.
8121         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8122         (gnus-summary-write-body-to-file): New function.
8123
8124         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8125         (gnus-summary-local-variables): Add it.
8126         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8127         (gnus-summary-save-article): Remove optional `decode' argument;
8128         determine whether to decode articles by the value of
8129         gnus-default-article-saver; when saving many files using
8130         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8131         it first and use gnus-summary-save-in-file or
8132         gnus-summary-save-body-in-file thereafter unless
8133         gnus-prompt-before-saving is always; move point to article which
8134         will be saved.
8135         (gnus-summary-save-article-file): Revert.
8136         (gnus-summary-write-article-file): Revert.
8137         (gnus-summary-save-article-body-file): Revert.
8138         (gnus-summary-write-article-body-file): New function.
8139
8140 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8141
8142         * gnus-art.el (gnus-default-article-saver): Doc fix.
8143         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8144         from gnus-summary-save-article-coding-system, and default to a
8145         certain coding system.
8146         (gnus-output-to-file): Add coding cookie and encode text according
8147         to gnus-article-save-coding-system; don't use mm-append-to-file.
8148
8149         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8150         gnus-art.el and rename to gnus-article-save-coding-system.
8151         (gnus-summary-save-article): Require gnus-art; don't show all
8152         headers if it decodes articles; don't add coding cookie here;
8153         don't bind mm-text-coding-system-for-write.
8154         (gnus-summary-save-article-file): Save decoded articles.
8155         (gnus-summary-write-article-file): When saving many files, use
8156         gnus-summary-write-to-file first and gnus-summary-save-in-file
8157         thereafter unless gnus-prompt-before-saving is always.
8158         (gnus-summary-save-article-body-file): Save decoded articles.
8159
8160         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8161
8162 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * nnrss.el (nnrss-check-group): Bind hash-index.
8165
8166 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8167
8168         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8169         its hash index.  Store this hash in `nnrss-group-data'.
8170         (nnrss-read-group-data): Update accordingly.
8171
8172 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8175         entry.
8176
8177         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8178         gnus-article-browse-html-article.
8179
8180 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8181
8182         * gnus-sum.el (gnus-summary-mime-map): Add
8183         gnus-article-browse-html-article.
8184
8185         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8186
8187 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8190         suitable coding systems in customize.
8191
8192 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * mail-source.el (mail-sources): Fix custom type.
8195
8196 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8199         (gnus-summary-expire-articles-now): Shorten prompt.
8200
8201         * gmm-utils.el (wid-edit): Require.
8202         (defun-gmm): Renamed from `gmm-defun-compat'.
8203         (gmm-image-search-load-path): Use it.
8204         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8205
8206 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8209         variable.
8210         (gnus-summary-save-article): Add optional `decode' argument.  If
8211         it is set and gnus-summary-save-article-coding-system is non-nil,
8212         save decoded article.
8213         (gnus-summary-write-article-file): Save decoded article if
8214         gnus-summary-save-article-coding-system is non-nil.
8215
8216         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8217         type.
8218
8219 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8222
8223 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8226         first to test gnus-single-article-buffer which may be buffer-local.
8227
8228         * gnus-sum.el (gnus-summary-setup-buffer): Make
8229         gnus-single-article-buffer buffer-local and nil in ephemeral
8230         group; make gnus-article-buffer, gnus-article-current, and
8231         gnus-original-article-buffer always buffer-local.
8232         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8233         group.
8234         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8235
8236 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * nnml.el (nnml-request-compact-group): Compressed files might not
8239         have .gz extension.
8240
8241 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8242
8243         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8244         (mm-copy-to-buffer): Use with-current-buffer.
8245         (mm-display-part): Simplify.
8246         (mm-inlinable-p): Add optional arg `type'.
8247
8248 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8249
8250         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8251         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8252         Try harder to show the attachment internally or externally using
8253         gnus-mime-view-part-as-type.
8254
8255 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * message.el (message-from-style, message-signature-separator)
8258         (message-user-organization-file, message-send-mail-function)
8259         (message-citation-line-function, message-yank-prefix)
8260         (message-indent-citation-function, message-signature)
8261         (message-signature-file, message-signature-insert-empty-line):
8262         Remove autoloads.
8263
8264         * gnus-art.el (gnus-buttonized-mime-types): Remove
8265         "multipart/signed".  Revert 2006-04-26 change.
8266
8267 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8268
8269         * gnus.el (gnus-version-number): Bump version.
8270
8271 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8272
8273         * gnus.el: No Gnus v0.5 is released.
8274
8275 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8276
8277         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8278         fetching articles by message-id.
8279
8280 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * message.el (hashcash): Require hashcash as normal.
8283
8284         * ecomplete.el (ecomplete-highlight-match-line): Use
8285         point-at-eol.
8286         (ecomplete-highlight-match-line): Use `highlight', because that
8287         face exists in both Emacs and XEmacs.
8288
8289         * message.el (message-display-abbrev): Use point-at-bol.
8290
8291         * mail-source.el: Don't require timer/timer-funcs.
8292
8293         * gnus-async.el: Ditto.
8294
8295         * password.el: Ditto.
8296
8297         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8298
8299         * mm-url.el: Ditto.
8300
8301         * gnus-xmas.el: Don't require timer-funcs.
8302
8303         * mm-util.el: Require timer/timer-funcs.
8304
8305 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8306
8307         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8308         Close.
8309
8310 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8313         unibyte after clear-decrypt function runs.
8314
8315         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8316         returns as a unibyte string.
8317
8318 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * lpath.el: Revert.
8321
8322         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8323         (pgg-gpg-process-sentinel): Revert.
8324
8325         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8326         (pgg-pgp-lookup-key): Revert.
8327
8328         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8329         (pgg-pgp5-lookup-key): Revert.
8330
8331         * pgg.el (pgg-fetch-key): Revert.
8332
8333 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * lpath.el: Fbind string-as-multibyte for XEmacs.
8336
8337         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8338         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8339         (mml1991-pgg-encrypt): Ditto.
8340
8341         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8342         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8343         a multibyte buffer.
8344
8345         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8346         (pgg-pgp-lookup-key): Ditto.
8347
8348         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8349         (pgg-pgp5-lookup-key): Ditto.
8350
8351         * pgg.el (pgg-fetch-key): Ditto.
8352
8353 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8354
8355         * message.el (message-user-organization-file): Check several
8356         locations of the organization file.
8357
8358         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8359         Add gnus-article-view-part-as-type.
8360
8361         * gnus-art.el (gnus-article-view-part-as-type): New function.
8362
8363         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8364         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8365
8366         * mml.el: Simplify autoload.
8367         (mml-mode): defvar dnd-protocol-alist instead of using
8368         symbol-value.
8369         (mml-default-directory): New variable.
8370         (mml-minibuffer-read-file): Use it.
8371         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8372
8373         * message.el (message-citation-line-format): New variable.
8374         (message-insert-formated-citation-line): New function.
8375         (message-citation-line-function): Add
8376         `message-insert-formated-citation-line' to custom type.
8377
8378         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8379         to doc string.
8380
8381         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8382         depending on mm-verify-option.
8383
8384 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8387         binding pgg-* variables; reimplement the section which prevents
8388         MIME header from being signed.
8389         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8390         pgg-text-mode; remove a blank line at the top of body.
8391
8392         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8393         lines at the top of body; use gnus-newsgroup-charset if there's no
8394         Charset header.
8395
8396 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * message.el (message-self-insert-commands): Doc fix.
8399
8400         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8401         (mm-uu-pgp-encrypted-test): Ditto.
8402         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8403         between header and body; return application/pgp-encrypted handle
8404         if decryption failed; decode decrypted body by charset.
8405
8406         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8407         element match to application/pgp-*.
8408
8409 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8410
8411         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8412         HTML.
8413
8414 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8415
8416         * mail-source.el (mail-source-call-script): Message the error
8417         string.
8418
8419 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * gnus-util.el (gnus-byte-compile): Use it.
8422
8423 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8424
8425         * gnus-util.el (kill-empty-logs): New function.
8426
8427 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8428
8429         * message.el (message-mail-alias-type): Doc fix.
8430         (message-mail-alias-type-p): New function.
8431         (message-send): Use it.
8432         (message-mode): Ditto.
8433         (message-strip-forbidden-properties): Ditto.
8434
8435         * ecomplete.el (ecomplete-database-file-coding-system): New
8436         variable.
8437         (ecomplete-save): Use it.
8438         (ecomplete-setup): Use it.
8439
8440 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * message.el (message-self-insert-commands): New variable.
8443         (message-strip-forbidden-properties): Use it.
8444
8445 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8446
8447         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8448         that doesn't make XEmacs choke.
8449
8450 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * gnus-util.el (gnus-replace-in-string):
8453         Prefer replace-regexp-in-string over of replace-in-string.
8454
8455 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-util.el (gnus-select-frame-set-input-focus):
8458         Use select-frame-set-input-focus if it is available in XEmacs; use
8459         definition defined in Emacs 22 for old Emacsen.
8460
8461         * dgnushack.el: Autoload unmorse-region for XEmacs.
8462
8463         * lpath.el: Bind cursor-in-non-selected-windows and
8464         select-frame-set-input-focus for XEmacs.
8465
8466 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8469
8470 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8471
8472         * gnus-registry.el (gnus-registry-cache-save): Remove text
8473         properties when saving via the temp buffer.
8474
8475 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8476
8477         * message.el (message-generate-hashcash): Honor custom type.
8478
8479 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * message.el (message-generate-hashcash): Default to non-nil when
8482         hashcash is found.
8483
8484         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8485         (gnus-refer-thread-limit): Increase default to 500.
8486
8487         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8488
8489         * flow-fill.el (fill-flowed): Allow delete-space.
8490
8491 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8494         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8495         Remove autoloads.
8496
8497 2006-04-18  Simon Josefsson  <jas@extundo.com>
8498
8499         * message.el (message-generate-hashcash): Default to.
8500
8501 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8504         concatenating segments rather than before concatenating them.
8505
8506 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8509
8510 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8511
8512         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8513
8514         * message.el (message-forward-make-body-plain): Allow
8515         message-forward-ignored-headers to be a list.
8516         (message-remove-ignored-headers): Factor out into function.
8517         (message-forward-make-body-mml): Use it.
8518
8519         * imap.el (imap-quote-specials): New function.
8520         (imap-login-auth): Quote specials.
8521
8522         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8523         (rfc2231-parse-string): Allow concatanation of parameters that
8524         aren't contiguous.  The test case is
8525           (mail-header-parse-content-type "message/external-body;
8526             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8527             access-type=LOCAL-FILE;
8528             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8529
8530 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8531
8532         * nntp.el (nntp-accept-process-output): Return the value of
8533         `nnheader-accept-process-output'.
8534
8535 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8536
8537         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8538         (gnus-button-alist): Recognize more diff formats.
8539         (gnus-button-patch): Strip directory.
8540
8541 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8544         Emacs 22 when setting focus.
8545
8546 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8547
8548         * gnus-art.el (gnus-article-treat-types): Do treatment of
8549         text/x-verbatim parts.
8550         (gnus-button-patch): New command.
8551
8552         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8553         addresses that contain invalid characters.
8554
8555 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * message.el (message-put-addresses-in-ecomplete): Use
8558         gnus-replace-in-string.
8559         (message-is-yours-p): Use the more correct
8560         mail-header-parse-address instead of
8561         mail-extract-address-components.
8562         (message-put-addresses-in-ecomplete): Fix typo.
8563
8564         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8565         keystroke.
8566
8567         * gnus-art.el (gnus-treatment-function-alist): Change order of
8568         newsgroups/generic header folding to avoid double-folding.
8569
8570         * message.el (message-hidden-headers): Add X-Draft-From.
8571
8572         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8573         command.
8574         (gnus-summary-repeat-search-article-backward): New command.
8575
8576         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8577         groups in the parent topic.
8578
8579 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8580
8581         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8582         (spam-extra-header-to-number): Return the CRM114 number as a
8583         number instead of a string.
8584
8585 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8586
8587         * gnus-art.el (gnus-face-properties-alist): Moved here from
8588         gnus-fun.
8589
8590         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8591
8592 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8593
8594         * message.el (message-strip-forbidden-properties): Only display on
8595         self-insert-command.
8596
8597         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8598         reindent.
8599         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8600
8601 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8602
8603         * smiley.el (smiley-style): Fix typo.
8604
8605 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8606
8607         * hashcash.el (hashcash-insert-payment-async-2): Use
8608         message-goto-eoh instead of doing it manually.
8609         (mail-add-payment): Use message-narrow-to-header instead of trying
8610         to do the same itself.
8611
8612         * message.el (message-hidden-headers): Add Face.
8613
8614         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8615         reparenting code.
8616         (gnus-summary-reparent-children): Refactored out code.
8617         (gnus-summary-thread-map): New keystroke.
8618         (gnus-summary-reparent-children): Make into command.
8619
8620         * smiley.el (smiley-style): Default to `medium' if using a large
8621         font.
8622
8623         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8624         does it itself.
8625
8626         * message.el (message-point-in-header-p): Simplify definition.
8627
8628 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8629
8630         * nnagent.el (nnagent-request-set-mark): Silence log file
8631         writing.
8632         (nnagent-request-set-mark): Use write-region instead of
8633         append-to-file.
8634
8635         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8636         strange select method.
8637
8638         * ecomplete.el (ecomplete-display-matches): Get highlightling
8639         right.
8640         (ecomplete-display-matches): Use literals.
8641         (ecomplete-display-matches): Disable message logging.
8642
8643         * message.el (message-display-abbrev): Small optimization.
8644
8645         * ecomplete.el (ecomplete-display-matches): Allow automatic
8646         display.
8647
8648         * message.el (message-strip-forbidden-properties): Display
8649         abbrevs.
8650         (message-display-abbrev): Get automatic display right.
8651
8652         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8653         keystrokes.
8654
8655 2006-04-13  Romain Francoise  <romain@orebokech.com>
8656
8657         TODO: Backport to v5-10!
8658
8659         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8660         Moved here (and renamed) from gnus-registry.el.
8661
8662         * gnus-registry.el: Require gnus-util.
8663         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8664
8665 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8666
8667         * gnus-group.el (gnus-group-catchup-current): Change
8668         if-then-else-if-then-else into cond.
8669         (gnus-group-catchup): Indent.
8670         (group-name-at-point): New function.
8671         (gnus-fetch-group): Provide default from thing at point.
8672
8673 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * message.el (message-display-abbrev): Fix regexp.
8676
8677         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8678         choosing.
8679         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8680         dead variables.
8681
8682         * message.el (message-newline-and-indent): Remove debugging.
8683         (message-display-abbrev): Use new implementation.
8684
8685 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8686
8687         * gnus-art.el (gnus-article-mode): Set
8688         cursor-in-non-selected-windows to nil.
8689
8690         * smiley.el: Revert previous change.
8691         (smiley-data-directory): defvar it before using it in the
8692         defcustom of `smiley-style'.
8693
8694 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8695
8696         * message.el (message-newline-and-indent): New function.
8697
8698         * ecomplete.el: Implement more bits.
8699
8700         * message.el (message-put-addresses-in-ecomplete): Clean up the
8701         string.
8702
8703         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8704
8705         * gnus-sum.el (gnus-summary-save-parts): Bind
8706         gnus-summary-save-parts-counter and use it to make unique file
8707         names.
8708
8709         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8710
8711         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8712         parameter to say whether to actually parse the individual
8713         addresses.
8714
8715         * message.el (message-put-addresses-in-ecomplete): New function.
8716         (ecomplete): Require.
8717         (message-mail-alias-type): Add ecomplete as an option.
8718
8719 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8720
8721         * flow-fill.el (fill-flowed): Remove trailing space from blank
8722         quoted lines.
8723
8724 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * smiley.el (smiley-style): Move definition later to avoid a
8727         compilation warning.
8728
8729 2006-04-12  Kenichi Handa  <handa@m17n.org>
8730
8731         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8732         buffer and then decode the buffer text if necessary.
8733         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8734         first, and after mm-encode-body, change the buffer to unibyte.
8735         Use mm-disable-multibyte instead of set-buffer-multibyte.
8736
8737 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8740         Content-Type header instead of Content-Disposition header.
8741         (gnus-mime-inline-part): Ditto.
8742         (gnus-mime-view-part-as-charset): Ignore charset that the part
8743         specifies.
8744
8745         * mm-decode.el (mm-display-part): Work with external parts and
8746         usual parts similarly.
8747
8748         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8749         instead of gnus-display-mime.
8750
8751         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8752         instead of with-temp-buffer.
8753
8754         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8755         tag to summarized topics part in order to encode non-ASCII text.
8756
8757 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * smiley.el (smiley-style): New variable.
8760         (smiley-directory): New function.
8761         (smiley-data-directory): Derive from `smiley-style' using
8762         `smiley-directory'.
8763         (smiley-regexp-alist): Add new entries.
8764
8765         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8766         (gnus-article-browse-delete-temp): Add :version.
8767
8768 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8769
8770         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8771         the sieve region.
8772
8773 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8774
8775         * gnus.el (gnus-version-number): Bump version.
8776
8777 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * gnus.el: No Gnus v0.4 is released.
8780
8781 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8782
8783         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8784         layout.
8785
8786         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8787         unknown charset.
8788
8789         * message.el (message-header-synonyms): Add Original-To to the
8790         default.
8791
8792         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8793         optional parameter.
8794
8795 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * gnus-fun.el (gnus): Require it for gnus-directory.
8798
8799 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8802
8803 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8804
8805         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8806
8807 2006-04-05  Simon Josefsson  <jas@extundo.com>
8808
8809         * password.el (password-reset): New function.
8810
8811 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8812
8813         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8814         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8815
8816 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8817
8818         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8819         Some whitespace was matched into the url, which broke browsing hits
8820         > 100 when mm-url-use-external was nil.
8821
8822 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8825         gnus-extra-headers for 'Newsgroups.
8826
8827         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8828         bound.
8829
8830 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8831
8832         * pgg-gpg.el: Clean up process buffers every time gpg processes
8833         complete.
8834
8835 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8838         doc string.
8839
8840 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8841
8842         * pgg-gpg.el (pgg-gpg-process-filter)
8843         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8844
8845         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8846         lines, temporary fix.
8847
8848 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8851
8852 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8853
8854         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8855         default-enable-multibyte-characters.  This reverts the change from
8856         revision 6.17 which is no longer necessary because the passphrase
8857         is sent separately now.  GnuPG messages are unreadable under
8858         multibyte locales with default-enable-multibyte-characters set to
8859         nil.
8860
8861 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * message.el (message-tool-bar-gnome): Move "spell".
8864
8865 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8868         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8869         instead.
8870
8871 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8872
8873         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8874         newsgroups handling for NNTP overviews which don't include
8875         Newsgroups.
8876
8877 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8878
8879         * message.el (message-resend): Bind message-generate-hashcash to nil.
8880
8881 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8882
8883         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8884         when searching for already-paid recipients.
8885
8886 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8887
8888         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8889         passphrases when it is not needed.
8890         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8891         passphrase stuff from gpg, should only be necessary when you use
8892         gpg with a smartcard.
8893
8894 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * mml.el (mml-insert-mime): Ignore cached contents of
8897         message/external-body part.
8898
8899         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8900         (mm-insert-part): Ditto.
8901
8902 2006-03-23  Simon Josefsson  <jas@extundo.com>
8903
8904         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8905         Reiner.
8906         (pgg-gpg-use-agent-p): Use it again.
8907
8908 2006-03-23  Simon Josefsson  <jas@extundo.com>
8909
8910         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8911         older emacsen.
8912         (pgg-gpg-use-agent-p): Don't use it.
8913
8914 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8917         if we can.
8918
8919 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8920
8921         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8922         (pgg-gpg-update-agent): New function.
8923         (pgg-gpg-use-agent-p): New function.
8924         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8925         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8926         (pgg-gpg-sign-region): Use it.
8927
8928 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8931         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8932
8933 2006-03-21  Simon Josefsson  <jas@extundo.com>
8934
8935         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8936         <wilde@sha-bang.de>.
8937         (pgg-gpg-use-agent): New variable.
8938         (pgg-gpg-process-region): Use it.
8939         (pgg-gpg-encrypt-region): Likewise.
8940         (pgg-gpg-encrypt-symmetric-region): Likewise.
8941         (pgg-gpg-decrypt-region): Likewise.
8942         (pgg-gpg-sign-region): Likewise.
8943         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8944
8945 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8948
8949         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8950         Add comment on version.
8951
8952 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * smiley.el: Add missing test smiley.
8955
8956 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * mm-decode.el (mm-with-part): New macro.
8959         (mm-get-part): Use it; work with message/external-body as well.
8960         (mm-save-part): Treat name and filename equally.
8961
8962         * mm-extern.el (mm-extern-cache-contents): New function.
8963         (mm-inline-external-body): Use it; force the part to be displayed;
8964         move undisplayer added to the cached handle to the parent.
8965
8966         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8967         (gnus-mime-view-part-as-type): Work with message/external-body.
8968
8969         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8970
8971 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8974         images in image-load-path.  [Sync with image.el, revision 1.60, in
8975         Emacs.]
8976
8977 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8978
8979         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8980         path rather than symbol.  Always return list of directories.
8981         Guarantee that image directory comes first.  [Sync with image.el,
8982         revision 1.59, in Emacs.]
8983
8984         * message.el (message-make-tool-bar): Adjust to new API of
8985         `gmm-image-load-path-for-library'.
8986
8987         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8988
8989         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8990
8991 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8992
8993         * gnus-art.el (gnus-article-only-boring-p):
8994         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8995         intangible text.
8996         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8997
8998 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8999
9000         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9001         `defun' instead of `gmm-defun-compat'.
9002
9003 2006-03-14  Simon Josefsson  <jas@extundo.com>
9004
9005         * message.el (message-unique-id): Don't use message-number-base36
9006         if (user-uid) is a float.
9007         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9008
9009 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9012
9013         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9014         empty line between a part and a message part.
9015
9016 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * smiley.el: Add more test smileys.
9019         (smiley-data-directory, smiley-regexp-alist)
9020         (gnus-smiley-file-types): Fix doc strings.
9021         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9022         adding new elements.
9023         (smiley-mouse-map): Unused code.  Make it a comment.
9024
9025 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9028         scan latest NoCeM messages instead of old ones.
9029         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9030         delimiters that are recently used.
9031         (gnus-nocem-load-cache): Add autoload cookie.
9032
9033         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9034
9035         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9036         level which is larger than gnus-use-nocem is specified.
9037
9038         * gnus-group.el (gnus-group-get-new-news): Ditto.
9039
9040 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9041
9042         * gnus-util.el (gnus-tool-bar-update): New function.
9043
9044         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9045         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9046
9047         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9048
9049         * gnus-group.el (gnus-group-redraw-when-idle)
9050         (gnus-group-redraw-check): Remove.
9051         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9052
9053 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9056         if optional last element is specified in splits (FIELD VALUE...).
9057
9058 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9061         to gmm-image-load-path-for-library.  Call with no-error argument.
9062         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9063
9064         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9065
9066         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9067
9068         * gmm-utils.el (gmm-image-load-path): Remove alias.
9069
9070 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9071
9072         * gmm-utils.el (gmm-image-load-path): Add alias.
9073
9074         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9075         nnml-generate-nov-databases-1.
9076         (nnml-generate-nov-databases): Use it.
9077         (nnml-generate-nov-databases-directory): Document no-active
9078         argument.
9079
9080         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9081         directory if path is t.  Add no-error.
9082
9083         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9084         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9085
9086         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9087         resetting gnus-article-browse-html-temp-list.
9088
9089         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9090         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9091         Add example to docstring.  Rename local variables.  Move error
9092         checks to default case in cond and simplify.
9093
9094 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9097         handle is multipart when calling it recursively.
9098         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9099
9100 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9101
9102         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9103         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9104
9105 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9108         is loaded.
9109
9110         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9111         loaded.
9112
9113 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9116         to "Emacs 23 (unicode)" in doc string.
9117
9118         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9119         "Emacs 23 (unicode)" in comment.
9120
9121 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9124
9125         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9126         characters 160 through 255 in Emacs 23.
9127
9128 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9131         gnus-article-browse-html-temp.
9132         (gnus-article-browse-delete-temp): Make it customizable.  Add
9133         `file'.  Adjust doc string.
9134         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9135         query for each file.  Adjust doc string.
9136         (gnus-article-browse-html-parts): Add
9137         `gnus-article-browse-delete-temp-files' to
9138         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9139
9140 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9141
9142         * gnus-art.el (gnus-article-browse-html-temp)
9143         (gnus-article-browse-delete-temp): New variables.
9144         (gnus-article-browse-delete-temp-files): New function.
9145         (gnus-article-browse-html-parts): Use it.
9146
9147 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9150
9151         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9152         string.
9153
9154         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9155         gnus-summary-insert-new-articles when unplugged.  Remove
9156         gnus-summary-search-article-forward.
9157
9158         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9159         display-visual-class instead of display-color-cells.
9160
9161 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * dgnushack.el: Autoload customize-group for XEmacs.
9164
9165         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9166         message/* containing non-ASCII text properly.
9167
9168 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * message.el: Require gmm-utils, remove autoloads.
9171         (message-tool-bar): Set default based on
9172         gmm-tool-bar-style.
9173         (message-tool-bar-gnome): Add gmm-customize-mode.
9174
9175         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9176         gmm-tool-bar-style.
9177         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9178
9179         * gnus-group.el (gnus-group-tool-bar): Set default based on
9180         gmm-tool-bar-style.
9181         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9182
9183         * gmm-utils.el (gmm-image-directory): Rename variable from
9184         gmm-image-load-path.
9185         (gmm-image-load-path): Use gmm-image-directory.
9186         (gmm-customize-mode): New function.
9187         (gmm-tool-bar-style): New variable.
9188
9189         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9190         gnus-group-redraw-line-number.
9191         (gnus-group-redraw-check): Simplify.
9192         (gnus-group-tool-bar-update): Remove redraw check.
9193         (gnus-group-make-tool-bar): Add redraw check.
9194
9195 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9196
9197         * gnus-art.el (gnus-button): Add missing parentheses.
9198
9199 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * lpath.el: Fbind line-number-at-pos.
9202
9203 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9206
9207 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9208
9209         * gnus-art.el (gnus-button): New face.
9210         (gnus-article-button-face): Use it.
9211
9212         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9213         gnus-summary-next-page.  Re-order.
9214
9215         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9216         next-node are now included.
9217         (gnus-group-redraw-line-number): New internal variable.
9218         (gnus-group-redraw-check): Helper function for updating the tool
9219         bar.
9220         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9221
9222         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9223
9224         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9225         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9226         Use it to match format of Spamassassin 3.0 and later.  Reported by
9227         IRIE Tetsuya <irie@t.email.ne.jp>.
9228         (spam-check-bogofilter)
9229         (spam-bogofilter-register-with-bogofilter): Fix args of
9230         `gnus-error' calls.
9231
9232 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9235         unnecessary interaction when sending queued mails.  Reported by
9236         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9237
9238 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9241         first or last are nil.
9242
9243 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9244
9245         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9246
9247 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9248
9249         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9250
9251 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * dns.el (query-dns): Protect more against buggy tcp output.
9254
9255 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9258         nov.php.
9259
9260 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9261
9262         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9263         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9264         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9265         output on the server side.
9266         (nnweb-google-create-mapping): Update regexps and add some
9267         progress indication.
9268
9269 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9272         gnus-agent-toggle-plugged.  Re-order icons.
9273         (gnus-group-tool-bar-gnome): Add
9274         gnus-group-{prev,next}-unread-group.
9275         (gnus-group-tool-bar-gnome): Re-order icons.
9276
9277         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9278         gnus-summary-insert-new-articles.
9279
9280         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9281         comments.
9282
9283         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9284         also available in Emacs 21.3.
9285
9286         * message.el (message-fix-before-sending): Change "Emacs 22" to
9287         "Emacs 23 (unicode)" in comment.
9288
9289         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9290         "Emacs 23 (unicode)" in comment.
9291
9292         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9293         comment.
9294         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9295
9296         * mm-view.el (mm-fill-flowed): Add :version.
9297
9298 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9301         and load-path.
9302
9303 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9304
9305         * message.el: Autoload gmm-image-load-path.
9306         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9307         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9308         consitency.
9309
9310         * gmm-utils.el (gmm-image-load-path): Also search in
9311         "../etc/images".  Don't set gmm-image-load-path if we don't find
9312         the image.
9313
9314 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gmm-utils.el (gmm-image-load-path): Don't make
9317         `gmm-image-load-path' include subdirectories which the second arg
9318         `image' might specify.
9319
9320         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9321         subdirectory to icon file names.
9322
9323         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9324
9325 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9328         gmm-image-load-path calls.
9329
9330         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9331
9332         * message.el (message-make-tool-bar): Ditto.
9333
9334         * mml.el (mml-preview): Added comment concerning tool bar icons.
9335
9336         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9337         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9338
9339         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9340         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9341
9342         * message.el (message-tool-bar-gnome): Use new icon names.
9343         (message-make-tool-bar): Use `gmm-image-load-path'.
9344
9345         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9346         functions from MH-E.
9347         (gmm-image-load-path): New variable from MH-E.
9348         (gmm-image-load-path): New function from MH-E.  Added arguments
9349         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9350         *-image-load-path-called-flag.
9351
9352 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9353
9354         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9355
9356 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9357
9358         * nnimap.el (nnimap-request-move-article): Change folder back to
9359         source group before deleting.
9360
9361 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9362
9363         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9364
9365         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9366         mm-url.
9367
9368         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9369
9370 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9373         coding system which mm-charset-to-coding-system returns for a
9374         given charset is valid.
9375
9376 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9377
9378         * html2text.el (html2text-remove-tag-list):
9379         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9380
9381 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9382
9383         * gnus-cus.el: Revert 2005-10-17 change.
9384
9385 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-art.el (article-strip-banner): Call
9388         article-really-strip-banner only when the regexp match is made.
9389
9390 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * gnus-art.el (article-strip-banner): Use
9393         gnus-extract-address-components instead of
9394         mail-header-parse-addresses to make it work with non-ASCII text;
9395         remove mail-encode-encoded-word-string.
9396
9397         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9398         values which are surrounded with \"...\"; make it never cause a
9399         Lisp error; give up parsing of parameters if it failed in
9400         extracting type.
9401
9402 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9403
9404         * smime.el (smime-cert-by-ldap-1): Fix bug where
9405         `smime-ldap-search' returns results without userCertificates.
9406
9407 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9410
9411 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9412
9413         * spam.el (spam-check-spamassassin-headers): Adapt format for
9414         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9415         <ari@mbf.ocn.ne.jp>.
9416         (spam-list-of-processors): Add spam-use-gmane.
9417
9418 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9421         make-temp-file; make it work with XEmacs as well.
9422
9423         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9424         mm-make-temp-file.
9425
9426         * mm-decode.el (mm-display-external): Use the 3rd arg of
9427         mm-make-temp-file.
9428         (mm-create-image-xemacs): Ditto.
9429
9430 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9433         with message-narrow-to-headers.
9434         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9435         (gnus-draft-check-draft-articles): New function.
9436         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9437
9438 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9439
9440         * gnus-art.el (gnus-article-browse-html-parts):
9441         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9442         Don't use suffix argument for mm-make-temp-file for Emacs 21
9443         compatibility.  Remove useless `format'.
9444
9445 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9446
9447         * nnweb.el (nnweb-google-wash-article): Update regexps.
9448         (nnweb-group-alist): Use defvoo instead of defvar.
9449
9450 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9453         re-loading nn* modules.
9454
9455 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9458         for `tool-bar-mode' and don't check it's default-value.
9459
9460         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9461
9462         * message.el (message-make-tool-bar): Ditto.
9463
9464         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9465         `substring'.  Shorten tmp-file name.
9466
9467         * gnus.el: Remove bogus comment.
9468
9469 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9470
9471         * gnus-art.el (gnus-article-browse-html-parts): New function.
9472         (gnus-article-browse-html-article): New function for viewing html
9473         articles with a browser.
9474
9475 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9476
9477         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9478         in elisp.
9479         (pgg-gpg-encrypt-symmetric-region): Ditto.
9480         (pgg-gpg-sign-region): Ditto.
9481
9482         * pgg-def.el (pgg-text-mode): New variable.
9483
9484         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9485         (mml2015-pgg-encrypt): Ditto.
9486
9487         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9488         (mml1991-pgg-encrypt): Ditto.
9489
9490 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9493         message-make-date instead of current-time-string.
9494
9495         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9496         to gnus-decoded which mm-uu might set.
9497
9498 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9501         don't decode quoted parameters; remove misimported Emacs code.
9502         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9503         (rfc2231-decode-encoded-string): Don't use split-string which
9504         behaves differently according to Emacs version; use
9505         mm-decode-coding-region to convert charset to coding-system.
9506         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9507         (rfc2231-encode-string): Remove misimported Emacs code.
9508
9509 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9512         when calling mail-header-parse-content-type.
9513         (article-de-quoted-unreadable): Ditto.
9514         (article-de-base64-unreadable): Ditto.
9515         (article-wash-html): Ditto.
9516
9517         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9518         calling mail-header-parse-content-type and
9519         mail-header-parse-content-disposition.
9520         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9521         mail-header-parse-content-type.
9522
9523         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9524         insert charset and format parameters; encode description after
9525         inserting it to buffer.
9526         (mml-insert-parameter): Fold lines properly even if a parameter is
9527         segmented into two or more lines; change the max column to 76.
9528
9529         * rfc1843.el (rfc1843-decode-article-body): Don't use
9530         ignore-errors when calling mail-header-parse-content-type.
9531
9532         * rfc2231.el (rfc2231-parse-string): Return at least type if
9533         possible; don't cause an error even if it fails in parsing of
9534         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9535         (rfc2231-encode-string): Don't break lines at the beginning, leave
9536         it to mml-insert-parameter.
9537
9538         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9539         calling mail-header-parse-content-type.
9540
9541 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9542
9543         * spam-report.el (spam-report-gmane-use-article-number):
9544         Improve doc string.
9545         (spam-report-gmane-internal): Check if a suitable header was found
9546         in the article.
9547
9548 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9551         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9552
9553 2006-02-05  Romain Francoise  <romain@orebokech.com>
9554
9555         Update copyright notices of all files in the gnus directory.
9556
9557 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9558
9559         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9560
9561 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9564         segmented lines of parameter value to cope with Thunderbird 1.5
9565         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9566         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9567         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9568
9569 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9570
9571         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9572         parts.
9573
9574 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9575
9576         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9577         there's only one active file for all servers.
9578         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9579         solid groups.  Gnus might have used a FAST request to select the group.
9580         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9581         and nnweb-search redundantly in the active file.
9582         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9583         (nnweb-request-create-group): Don't use ARGS.
9584         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9585         initialisations.  Let nnoo do the work.
9586
9587 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9590         Say the part has been decoded.
9591
9592         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9593
9594 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9595
9596         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9597         mailcap-viewer-test-cache when there's no 'test clause, since that
9598         will invert the meaning of a "nil" test previously determined by
9599         mailcap-mailcap-entry-passes-test.
9600
9601 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9604         compiling.
9605
9606         * gnus-sum.el: Ditto.
9607
9608         * message.el: Don't bind tool-bar-map when compiling.
9609
9610 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9613
9614 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9615
9616         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9617         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9618         current Google Groups.
9619
9620 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9623         and tool-bar-mode.
9624
9625         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9626         and tool-bar-mode.
9627
9628         * message.el (message-tool-bar-update): Simplify.
9629         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9630
9631         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9632         gnus-summary-buffer.
9633         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9634         gnus-summary-reply.
9635
9636         * gmm-utils.el (gmm): Add :version.
9637
9638 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * Makefile.in (clean): New rule.
9641         (distclean): Use it.
9642
9643 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9644
9645         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9646         autoload.
9647
9648 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * gmm-utils.el (gmm-verbose): Add :group.
9651
9652 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9653
9654         * message.el: Change some comments WRT tool-bars.
9655
9656         * gnus-sum.el (gnus-summary-tool-bar)
9657         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9658         (gnus-summary-tool-bar-zap-list): New variables.
9659         (gnus-summary-make-tool-bar): Complete rewrite using
9660         `gmm-tool-bar-from-list'.
9661
9662         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9663         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9664         variables.
9665         (gnus-group-make-tool-bar): Complete rewrite using
9666         `gmm-tool-bar-from-list'.
9667         (gnus-group-tool-bar-update): New function.
9668
9669         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9670
9671 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9674         is dissected into a single part of which the type is the same as
9675         the given one; decode charset.
9676
9677 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9678
9679         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9680         into alists as symbol not string, since that's what
9681         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9682         look for.
9683
9684 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9687         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9688
9689         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9690
9691 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9694         (gnus-xmas-mime-security-button-menu): New function.
9695
9696         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9697         (gnus-mime-security-button-menu): New definition.
9698         (gnus-mime-security-button-map): Use them.
9699         (gnus-mime-security-button-menu): New function.
9700         (gnus-insert-mime-security-button): Addition to help echo.
9701         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9702         (gnus-mime-security-pipe-part): New functions.
9703
9704         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9705         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9706
9707         * mm-decode.el (mm-handle-set-disposition): Remove.
9708         (mm-handle-set-description): Remove.
9709
9710 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9713         (mm-w3m-standalone-supports-m17n-p): New function.
9714         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9715         w3m usage.
9716
9717         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9718         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9719
9720 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * message.el (message-tool-bar-zap-list): Use
9723         gmm-tool-bar-zap-list as custom type.
9724         (message-tool-bar-update): New function.
9725         (message-tool-bar, message-tool-bar-gnome)
9726         (message-tool-bar-retro): Add message-tool-bar-update.
9727         (message-tool-bar-gnome): Add flyspell-buffer.
9728
9729         * gnus-util.el (gnus-error): Describe `args'.
9730
9731         * gmm-utils.el (gmm-error): Describe `args'.
9732         (gmm-tool-bar-zap-list): New widget.
9733         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9734
9735 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9738         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9739         the number of recursive calls.
9740
9741         * mm-decode.el (mm-handle-set-disposition): New macro.
9742         (mm-handle-set-description): New macro.
9743
9744 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9747         encoding.
9748
9749 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * message.el (message-tool-bar-zap-list, message-tool-bar)
9752         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9753         (message-tool-bar-local-item-from-menu): Remove.
9754         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9755         (message-make-tool-bar): New function.
9756         (message-mode): Use `message-make-tool-bar'.
9757
9758         * gmm-utils.el: New file.
9759         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9760         (gmm-lazy): New widget copied from `nnmail.el'.
9761         (gmm-tool-bar-from-list): New function for creating customizable
9762         tool bars.
9763         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9764         output.
9765         (gmm): Add :prefix to defgroup.
9766
9767 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9768
9769         * gmm-utils.el (gmm-widget-p): New function.
9770
9771 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9772
9773         * mml.el (mml-attach-file): Describe `description' in doc string.
9774         (mml-menu): Add Emacs MIME manual and PGG manual.
9775
9776 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9777
9778         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9779
9780 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9781
9782         * nntp.el (nntp-end-of-line): Doc fix.
9783
9784 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9785
9786         * imap.el (imap-open): Handle case where buffer is a buffer
9787         object.
9788
9789 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9790
9791         * gnus-delay.el (gnus-delay): Don't autoload.
9792         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9793         to be re-loaded when customizing the `gnus-delay' group.
9794
9795 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9796
9797         * message.el (message-insert-citation-line): Use newlines.
9798
9799 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9800
9801         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9802         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9803         these routines, so the passphrase can be managed externally and
9804         passed in to the system.
9805         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9806         pgg-add-passphrase-to-cache function.
9807
9808         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9809         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9810         these routines, so the passphrase can be managed externally and
9811         passed in to the system.
9812         (pgg-pgp5-sign-region): Use new name of
9813         pgg-add-passphrase-to-cache function.
9814
9815 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9816
9817         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9818         part of the decoded armor to find the key-identifier.
9819         (pgg-gpg-lookup-key-owner): New function to return the
9820         human-readable identifier of a key owner.
9821         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9822         itself.
9823         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9824         the key value) if we have a key and can match it against a secret
9825         key.  Also, added a note pointing out fact that the prompt only
9826         indicates the first matching key.
9827
9828         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9829         pgg-decrypt-region.
9830         (pgg-add-passphrase-to-cache): Rename from
9831         `pgg-add-passphrase-cache' to reduce confusion (all callers
9832         changed).
9833         (pgg-remove-passphrase-from-cache): Rename from
9834         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9835         changed).
9836         (pgg-read-passphrase, pgg-add-passphrase-cache)
9837         (pgg-remove-passphrase-cache): Add informative docstrings.
9838         (pgg-decrypt): Convey provided passphrase in subordinate call to
9839         pgg-decrypt-region.
9840
9841 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9842
9843         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9844         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9845         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9846         'passphrase' argument, so the passphrase can be managed externally
9847         and then passed in to the system.
9848
9849         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9850         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9851         so the passphrase cache can be used reliably with identifiers
9852         besides a pgp packet's key id.
9853
9854         * pgg-gpg.el (pgg-gpg-encrypt-region)
9855         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9856         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9857         these routines, so the passphrase can be managed externally and
9858         passed in to the system.
9859
9860         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9861         'notruncate' argument, so the passphrase cache can be used
9862         reliably with identifiers besides a pgp packet's key id.
9863
9864 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9865
9866         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9867         symmetric encryption.
9868         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9869         encrypted session key.
9870         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9871         message ask for the passphrase in a proper way.
9872
9873         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9874         New user commands for symmetric encryption.
9875
9876 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9879
9880         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9881
9882 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9883
9884         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9885
9886 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * mm-decode.el (mm-inlined-types): Add application/pgp.
9889         (mm-automatic-display): Ditto.
9890
9891         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9892         part as text.
9893
9894 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * nnrss.el: Update copyright.
9897         (nnrss-opml-import): Query whether to subscribe to each entry.
9898
9899         * gnus-art.el:
9900         * gnus-sum.el:
9901         * gnus-xmas.el:
9902         * messagexmas.el:
9903         * mm-uu.el:
9904         * mm-view.el: Update copyright.
9905
9906 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9907
9908         * message.el (message-info): New function.
9909         (message-mode-menu): Add it.
9910         Update copyright.
9911
9912         * ChangeLog: Fix and update copyright.
9913
9914 2006-01-13  Romain Francoise  <romain@orebokech.com>
9915
9916         * message.el (message-forward-subject-name-subject): Prefer the
9917         address to 'nowhere' if the sender has no name.
9918         Fix typo.  Update copyright year.
9919
9920 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * gnus-art.el (article-wash-html): Use
9923         gnus-summary-show-article-charset-alist if a numeric arg is given.
9924         (gnus-article-wash-html-with-w3m-standalone): New function.
9925
9926         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9927         mm-inline-text-html-render-with-w3m-standalone.
9928         (mm-text-html-washer-alist): Map w3m-standalone to
9929         gnus-article-wash-html-with-w3m-standalone.
9930         (mm-inline-text-html-render-with-w3m-standalone): New function.
9931
9932 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9935         Improve LaTeX.
9936
9937 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9940         (nnrss-request-article): Render text/plain parts as HTML.
9941
9942         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9943         the buffer.
9944
9945 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9948         custom definition of `gnus-posting-styles'.
9949
9950         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9951         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9952
9953 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9954
9955         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9956         Use nntp for bug archive.
9957
9958 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9961         parts.
9962         (nnrss-normalize-date): New function converts ISO 8601 date into
9963         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9964         (nnrss-check-group): Use it.
9965
9966 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9969
9970         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9971         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9972         (nnrss-insert-w3): Ditto.
9973
9974 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9977         the articles to be forwarded including the case where neither a
9978         number of articles nor a region is specified.
9979
9980 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * nnrss.el (nnrss-request-article): Fix last change; fill
9983         text/plain parts.
9984
9985 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9988         in text/plain part.
9989         (nnrss-check-group): Don't add excessive newline to dc:subject.
9990
9991 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9992
9993         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9994         article.
9995
9996 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9999         (nnml-use-compressed-files, nnml-save-mail): Support other
10000         comression programs such as bzip2.
10001
10002 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003
10004         * dns.el (query-dns): Make sure we check the buffer size before
10005         removing tcp headers.
10006
10007 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10010         remove MIME buttons associated with multipart/alternative parts.
10011         (gnus-mime-display-alternative): Tag buttons using `article-type'
10012         text property.
10013
10014         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10015         associated with multipart/alternative parts.
10016
10017         * gnus-art.el (gnus-signature-separator): Fix custom type.
10018
10019         * mm-decode.el (mm-inlined-types): Fix custom type.
10020         (mm-keep-viewer-alive-types): Ditto.
10021         (mm-automatic-display): Ditto.
10022         (mm-attachment-override-types): Ditto.
10023         (mm-inline-override-types): Ditto.
10024         (mm-automatic-external-display): Ditto.
10025
10026 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10027
10028         * spam-report.el (spam-report-user-mail-address)
10029         (spam-report-user-agent): New variables.
10030         (spam-report-url-ping-plain): Use spam-report-user-agent.
10031
10032 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10033
10034         * gnus-art.el (gnus-button-handle-custom): Do not just use
10035         `customize-apropos' for any "M-x customize-*" button but the
10036         function called for.  Accept both the function name and its
10037         argument in order to achieve this.
10038         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10039         function name to `gnus-button-handle-custom' in case of "M-x
10040         customize-*" buttons.
10041
10042 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10045         multipart/alternative and add xref to mm-discouraged-alternatives
10046         in doc string.
10047
10048         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10049         gnus-buttonized-mime-types in doc string.
10050
10051 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10054         Suggest image/.* in the doc string.
10055
10056 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10057
10058         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10059         message-marks (Debian bug #342521).
10060
10061 2005-12-12  Simon Josefsson  <jas@extundo.com>
10062
10063         * password.el (password-read-from-cache): Add.
10064         (password-read): Use it.
10065
10066 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10069         us-ascii as a MIME charset.
10070
10071         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10072         against the case where the 2nd arg TYPE is nil.
10073
10074 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * pop3.el (pop3-stream-type): Fix custom version.
10077
10078         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10079
10080 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10081
10082         * mm-decode.el (mm-display-external): Add missing cdr.
10083
10084 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10087         RFC1524) if it is in mailcap or add a suffix according to
10088         mailcap-mime-extensions when generating a temp filename; postpone
10089         deleting a temp file for 2 seconds for some wrappers, shell
10090         scripts, and so on, which might exit right after having started a
10091         viewer command as a background job.
10092
10093 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * nntp.el (nntp-marks-directory): Fix custom group.
10096
10097         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10098         steps when < 10.
10099
10100         * gnus-start.el (gnus-no-server-1): Mention
10101         `gnus-level-default-subscribed' in doc string.
10102
10103 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10104
10105         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10106         parens.
10107
10108 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * gnus-xmas.el (gnus-use-toolbar): Revert.
10111         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10112         gnus-use-toolbar is default.
10113
10114         * messagexmas.el (message-use-toolbar): Revert.
10115         (message-setup-toolbar): Use global default-toolbar if
10116         message-use-toolbar is default.
10117
10118 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10121         according to default-toolbar-visible-p.
10122
10123         * messagexmas.el (message-use-toolbar): Ditto.
10124
10125 2005-11-26  Dave Love  <fx@gnu.org>
10126
10127         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10128         (tls-program, tls-success): Provide openssl alternative.
10129
10130         * starttls.el: Doc fixes.
10131         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10132         SERVICE to PORT.
10133
10134         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10135         port null or service name.
10136         (starttls-negotiate): Autoload.
10137
10138 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * message.el (message-kill-to-signature): Fix interactive spec.
10141
10142 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * pop3.el (pop3-open-server): Recognize a string as a service name.
10145
10146 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10147
10148         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10149
10150 2005-11-23  Dave Love  <fx@gnu.org>
10151
10152         Add pop3s, pop3/starttls.
10153
10154         * pop3.el (pop3-authentication-scheme): Clarify doc.
10155         (open-tls-stream, starttls-open-stream): Autoload.
10156         (pop3-stream-type): New.
10157         (pop3-open-server): Use it.
10158
10159         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10160         for POP.
10161         (mail-source-keyword-map): Add :stream for POP.
10162         (mail-source-fetch-pop): Use pop3-stream-type.
10163
10164 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10167         of current-time-string.
10168
10169 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10170
10171         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10172         date header.
10173
10174 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10175
10176         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10177         it can seriously impact performance as it bypasses the agent's
10178         local caches.
10179
10180 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10181
10182         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10183         must be explicitly online rather than "not explicitly offline" for
10184         its flags to be synchronized.
10185
10186         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10187         that gnus-uu-unmark-thread will function correctly.
10188
10189         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10190         1024K is instead displayed as 1M.
10191
10192 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10195
10196 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10197
10198         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10199
10200 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10201
10202         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10203         error message to display actual error condition.
10204         (gnus-agent-save-local): Avoid saving symbols that are bound to
10205         nil as they simply result in a warning message in
10206         gnus-agent-read-local.
10207
10208 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10211         rather than make-variable-buffer-local for file-precious-flag.
10212
10213 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10214
10215         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10216         for duplicates which are removed.  The invalid sort check then
10217         triggers a rescan after the sort as sorting may have moved
10218         duplicate entries such that they can be cheaply detected.
10219
10220 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10223
10224 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10225
10226         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10227         internal variable to a custom variable.  Changed default value
10228         from compressed(2) to uncompressed(1).
10229         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10230         support for uncompressed agentview files.  Taken together, reading
10231         the agentview file should now be 6-7 times faster.
10232
10233 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10234
10235         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10236         as a buffer-local variable.  This avoids creating truncated
10237         dribble files as a result of a hang up, eg.
10238
10239 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10240
10241         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10242         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10243         XEmacs.
10244
10245 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * gnus-start.el (gnus-start-draft-setup): Enforce
10248         `gnus-draft-mode' for nndraft:drafts at startup.
10249
10250         * gnus.el (gnus-splash): Change custom group.
10251         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10252         allow-list argument.
10253
10254         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10255         string.
10256
10257 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * gnus-art.el (gnus-default-article-saver): Add user-defined
10260         `function' to custom type.
10261
10262 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10263
10264         * imap.el (imap-open): Handle case where buffer is a buffer
10265         object.
10266
10267 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10270         long lines.
10271         (gnus-cache-delete-group): Wrap doc strings.
10272
10273         * gnus-agent.el (gnus-agent-rename-group)
10274         (gnus-agent-delete-group): Wrap doc strings.
10275
10276 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * messagexmas.el (message-use-toolbar): Change the valid values
10279         into default, top, bottom, left, and right.
10280         (message-toolbar-thickness): New variable.
10281         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10282         well.
10283         (message-setup-toolbar): Make it work.
10284
10285         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10286         (gnus-use-toolbar): Change the valid values into default, top,
10287         bottom, left, and right.
10288         (gnus-toolbar-thickness): New variable.
10289         (gnus-xmas-setup-toolbar): New function.
10290         (gnus-xmas-setup-group-toolbar): Use it.
10291         (gnus-xmas-setup-summary-toolbar): Use it.
10292
10293 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10294
10295         * gnus-start.el (gnus-1): Add "native" to
10296         gnus-predefined-server-alist.
10297
10298         * gnus.el (gnus-method-to-server): Don't add "native" to the
10299         lists here, because that leads to problems when
10300         gnus-select-method is bound.
10301
10302 2005-11-09  Simon Josefsson  <jas@extundo.com>
10303
10304         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10305         use (not sort-by-date) instead.
10306
10307 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10308
10309         * gnus-delay.el (gnus-delay-group): Don't autoload.
10310         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10311         to be re-loaded when customizing the `gnus-delay' group.
10312
10313 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10314
10315         * message.el: Revert last changes.
10316         (message-insert-citation-line): Use newlines.
10317
10318 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10319
10320         * message.el (message-courtesy-message)
10321         (message-mark-insert-begin, message-mark-insert-end)
10322         (message-elide-ellipsis, message-cancel-message)
10323         (message-add-header, message-change-subject)
10324         (message-cross-post-followup-to-header)
10325         (message-cross-post-insert-note, message-reduce-to-to-cc)
10326         (message-widen-reply, message-delete-not-region)
10327         (message-kill-to-signature, message-insert-signature)
10328         (message-insert-importance-high, message-insert-importance-low)
10329         (message-insert-or-toggle-importance)
10330         (message-insert-disposition-notification-to)
10331         (message-indent-citation, message-yank-original)
10332         (message-cite-original-without-signature, message-cite-original)
10333         (message-insert-citation-line, message-position-on-field)
10334         (message-fix-before-sending, message-send-mail-partially)
10335         (message-send-mail, message-send-mail-with-sendmail)
10336         (message-send-mail-with-qmail, message-send-news)
10337         (message-check-news-header-syntax, message-generate-headers)
10338         (message-insert-courtesy-copy, message-fill-address)
10339         (message-fill-header, message-shorten-references)
10340         (message-setup-1, message-cancel-news)
10341         (message-forward-make-body-plain, message-forward-make-body-mime)
10342         (message-forward-make-body-mml, message-encode-message-body)
10343         (message-forward-make-body-digest-plain)
10344         (message-forward-make-body-digest-mime)
10345         (message-use-alternative-email-as-from): Insert `hard-newline'
10346         instead of ordinary newlines.
10347
10348 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * message.el (message-generate-headers): Downcase the argument
10351         given to message-check-element.
10352
10353 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10354
10355         * nntp.el (nntp-authinfo-rejected): New error condition.
10356         (nntp-wait-for): Use new error condition to signal authentication
10357         error.
10358         (nntp-retrieve-data): Rethrow new error condition to break out of
10359         recursive call to nntp-send-authinfo.
10360
10361 2005-11-08  Romain Francoise  <romain@orebokech.com>
10362
10363         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10364         (gnus-summary-exit-map): Bind to `Z p'.
10365         (gnus-summary-make-menu-bar): Add menu item.
10366
10367 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10370         (gnus-treat-*): Add `first' in all doc strings.
10371
10372         * gnus-group.el (gnus-group-compact-group): Fix typo.
10373
10374 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * gnus.el (gnus-parameters-case-fold-search): New variable.
10377         (gnus-parameters-get-parameter): Use it.
10378
10379         * gnus-score.el (gnus-home-score-file): Doc fix.
10380
10381 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10382
10383         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10384
10385 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * mm-util.el (mm-special-display-p): New function.
10388
10389         * mml.el (mml-preview): Use it; doc fix.
10390
10391 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10392
10393         * imap.el (imap-open): Handle case where buffer is a buffer object.
10394
10395 2005-10-29  Romain Francoise  <romain@orebokech.com>
10396
10397         * message.el (message-fix-before-sending): Fix comment.
10398
10399 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10400
10401         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10402
10403 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10404
10405         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10406         Used in gnus-score.el.
10407
10408 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10411
10412 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10413
10414         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10415         whitespace removed in revision 7.8.  Use concatenated string to
10416         protect trailing whitespace.
10417
10418 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10419
10420         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10421         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10422         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10423         Courier IMAP ("some version from 2004").  Mostly based on similar
10424         code in the same function.
10425
10426 2005-10-26  Didier Verna  <didier@xemacs.org>
10427
10428         * gnus-group.el (gnus-group-compact-group): Invalidate original
10429         article buffer.
10430         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10431         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10432         NOV database and in article itself.
10433         Invalidate article backlog.
10434
10435 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10436
10437         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10438
10439 2005-10-26  Simon Josefsson  <jas@extundo.com>
10440
10441         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10442         part of 2004-07-25 change.
10443
10444 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * message.el (message-display-completion-list): New function.
10447         (message-expand-group): Use it; make sure the Completions buffer
10448         is modifiable.
10449 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10450
10451         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10452         user-mail-name is an empty string.
10453
10454 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10457         depending on gnus-score-decay-constant.
10458
10459         * encrypt.el (encrypt-insert-file-contents)
10460         (encrypt-write-file-contents): Don't use `gnus-message'.
10461
10462         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10463         arguments.
10464         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10465         arguments to mm-uu-verbatim-marks-extract.
10466         (mm-uu-hide-markers): New variable.
10467         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10468
10469         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10470         (gnus-convert-image-to-face-command): Use "convert" by default to
10471         allow other input image formats.
10472         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10473         accordingly.
10474
10475 2005-10-23  Simon Josefsson  <jas@extundo.com>
10476
10477         * imap.el (imap-gssapi-program): Align command line parameters
10478         with latest GNU SASL.
10479         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10480
10481 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10482
10483         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10484         HTML.
10485         (nnslashdot-request-article): Ditto.
10486
10487         * lpath.el (featurep): Add nobreak-char-display.
10488
10489 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10490
10491         * mail-source.el (mail-source-fetch-pop): Require pop3.
10492         (mail-source-check-pop): Ditto.
10493
10494 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10497         errors.
10498
10499 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10500
10501         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10502         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10503
10504         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10505
10506         * mm-bodies.el (mm-decode-string): Call
10507         `mm-charset-to-coding-system' with allow-override argument.
10508
10509 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10512         (rfc2047-charset-to-coding-system): New function.
10513         (rfc2047-decode-encoded-words): New function.
10514         (rfc2047-decode-region): Use them.
10515         (rfc2047-decode-cte): Remove.
10516         (rfc2047-parse-and-decode): Remove.
10517         (rfc2047-decode): Remove.
10518
10519 2005-10-15  Kenichi Handa  <handa@m17n.org>
10520
10521         * rfc2047.el (rfc2047-decode-cte): New function.
10522         (rfc2047-decode-region): Change the way to decode successive
10523         encoded-words: decode B- or Q-encoding in each encoded-word,
10524         concatenate them, and decode it as charset.
10525
10526 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * lpath.el: Fbind codepage-setup for XEmacs.
10529
10530 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10531
10532         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10533         widget-move-and-invoke.
10534         (gnus-custom-mode): Use gnus-custom-map.
10535
10536 2005-10-15  Bill Wohler  <wohler@newt.com>
10537
10538         * message.el (message-tool-bar-map): Renamed image file from
10539         mail_send to mail/send.
10540
10541 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10542
10543         * message.el (message-expand-group): Pass the common
10544         prefix substring of completion to `display-completion-list'.
10545
10546 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * mml-sec.el (mml-secure-method): New internal variable.
10549         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10550         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10551         functions using mml-secure-method.
10552
10553         * mml.el (mml-mode-map): Add key bindings for those functions.
10554         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10555         Harder <harder@myrealbox.com>.
10556         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10557         end of message if point is the headers of the message.
10558
10559         * message.el (message-in-body-p): New function.
10560
10561         * assistant.el: Autoload gnus-util and netrc.
10562
10563         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10564         Use `mm-charset-override-alist' only when decoding.
10565
10566         * mm-bodies.el (mm-decode-body): Call
10567         `mm-charset-to-coding-system' with allow-override argument.
10568
10569         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10570         `filename' from Content-Disposition if Content-Type doesn't
10571         provide `name'.
10572         (gnus-mime-view-part-as-type): Set default instead of
10573         initial-input.
10574
10575 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10576
10577         * format-spec.el (format-spec): Propagate text properties of % spec.
10578
10579 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10580
10581         * gnus-art.el (gnus-treat-predicate): Add `first'.
10582
10583 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10584
10585         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10586         (mm-charset-override-alist): New variable.
10587         (mm-charset-to-coding-system): Use it.
10588         (mm-codepage-setup): New helper function.
10589         (mm-charset-eval-alist): New variable.
10590         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10591         about unknown charsets.
10592
10593         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10594
10595 2005-10-04  David Hansen  <david.hansen@gmx.net>
10596
10597         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10598         (nnrss-check-group): Ditto.
10599
10600 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10603         Rename x-gnus-verbatim to x-verbatim.
10604         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10605
10606         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10607         x-verbatim.
10608
10609         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10610
10611         * gnus-util.el (gnus-remove-duplicates): Remove.
10612
10613         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10614         instead of gnus-remove-duplicates.
10615
10616         * message.el (message-remove-duplicates): Remove.
10617         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10618         message-remove-duplicates.
10619
10620         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10621         available, else use implementation from `delete-dups'.
10622
10623         * message.el (message-insert-expires): New function.
10624         (message-mode-map): Add key binding.
10625         (message-mode-field-menu): Add menu entry.
10626         (message-mode): Document it.
10627         (message-make-expires-date): Use `message-make-date'.
10628
10629 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10630
10631         * message.el (message-make-expires-date): New function.
10632
10633 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * Makefile.in (list-installed-shadows): New entry.
10636         (install): Use it.
10637         (remove-installed-shadows): New entry.
10638
10639         * dgnushack.el (dgnushack-default-load-path): New variable.
10640         (dgnushack-find-lisp-shadows): New function.
10641         (dgnushack-remove-lisp-shadows): New function.
10642
10643 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * Makefile.in (install-el-elc): New entry.
10646         (install): Use it so that .el files are necessarily installed.
10647
10648 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10651
10652 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10653
10654         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10655         function rather than the diff-mode.el package.
10656         (mm-display-external): Use with-current-buffer.
10657         (mm-viewer-completion-map, mm-viewer-completion-map):
10658         Move initialization inside declaration.
10659
10660 2005-09-29  Simon Josefsson  <jas@extundo.com>
10661
10662         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10663         autoload mail-check-payment.
10664         (spam-check-hashcash): Define unconditionally, since hashcash.el
10665         is part of Gnus now.  Ignore errors from payment checking.
10666
10667 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10668
10669         * message.el (message-bold-region, message-unbold-region): Rename
10670         from `bold-region' and `unbold-region'.
10671
10672         * message.el: Remove useless autoloads.
10673
10674 2005-09-28  Simon Josefsson  <jas@extundo.com>
10675
10676         * message.el (message-use-idna): Default to t.
10677         (message-use-idna): Test whether encoding works too.  Doc fix.
10678
10679 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * nntp.el (nntp-warn-about-losing-connection): Remove.
10682
10683 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10684
10685         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10686         customizable.  Change default value.
10687         (mm-uu-diff-groups-regexp): Change default value.
10688         (mm-uu-type-alist): Add doc string.
10689         (mm-uu-configure): Add doc string.  Make it interactive.
10690         (mm-uu-tex-groups-regexp): New variable.
10691         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10692         (mm-uu-type-alist): Add LaTeX documents.
10693         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10694         of "text/verbatim".
10695         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10696
10697         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10698         instead of "text/verbatim".
10699
10700         * message.el (message-mark-inserted-region)
10701         (message-mark-insert-file): Use slrn style marks when called with
10702         prefix argument.
10703
10704 2005-09-27  Simon Josefsson  <jas@extundo.com>
10705
10706         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10707
10708 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10709
10710         * message.el (message-remove-duplicates): New function.
10711         Implementation borrowed from `gnus-remove-duplicates'.
10712         (message-idna-to-ascii-rhs): Also encode idna addresses in
10713         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10714         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10715         only ask about the same idna domain once per header and also tell
10716         in what header to replace the idna domain.
10717
10718         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10719         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10720         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10721         a header is decoded and not just the last one.
10722
10723 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10726         has been decoded.
10727
10728         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10729         (mm-insert-part): Don't modify text if it has been decoded.
10730
10731         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10732         decoded.
10733
10734         * mm-view.el (mm-inline-text): Don't strip text props unless
10735         decoding enriched or richtext parts.
10736
10737 2005-09-25  Romain Francoise  <romain@orebokech.com>
10738
10739         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10740         * gnus-start.el (gnus-subscribe-interactively):
10741         * gnus-uu.el (gnus-uu-grab-articles):
10742         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10743         space.
10744
10745 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10746
10747         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10748         * mm-view.el (mm-view-pkcs7-decrypt):
10749         * gnus-sum.el (gnus-summary-limit-to-extra)
10750         (gnus-summary-respool-article, gnus-read-move-group-name):
10751         * gnus-score.el (gnus-summary-increase-score):
10752         * gnus-util.el (gnus-completing-read-with-default):
10753         * gnus-art.el (gnus-read-save-file-name)
10754         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10755         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10756         * message.el (message-check-news-header-syntax):
10757         Follow convention for reading with the minibuffer.
10758
10759 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * spam-report.el (spam-report-url-ping-plain):
10762         Use gnus-extended-version as User-Agent.
10763
10764         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10765         default value is nil.
10766
10767         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10768         (mm-uu-verbatim-marks-extract): New function.
10769         (mm-uu-extract): New face.
10770         (mm-uu-copy-to-buffer): Use it.
10771
10772         * spam-report.el (spam-report-gmane-ham): Renamed from
10773         `spam-report-gmane-unspam'.
10774         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10775         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10776
10777         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10778         Autoload.
10779         (spam-report-gmane-unregister-routine): Renamed
10780         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10781
10782 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10783
10784         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10785         (spam-report-gmane-unregister-routine): Add support for gmane
10786         unregistration.
10787
10788         * spam-report.el (spam-report-gmane-unspam)
10789         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10790         (spam-report-gmane): Change to take a single article and do unspam
10791         registration.
10792
10793 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * mm-url.el (mm-url-decode-entities): Fix regexp.
10796
10797 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10798
10799         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10800         default to nil, to be able to use Gnus at all.  If the default
10801         switches to something else, then the function should be fixed not
10802         be exceedingly slow.
10803
10804 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10805
10806         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10807         fail hard.
10808
10809         * spam-report.el: Add better Keywords line.
10810
10811         * spam.el: Add Maintainer and better Keywords line.
10812
10813 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10814
10815         * gnus-art.el (gnus-article-replace-part)
10816         (gnus-mime-replace-part): New functions.
10817         (gnus-mime-action-alist, gnus-mime-button-commands)
10818         (gnus-mime-save-part-and-strip): Added file argument.
10819         (gnus-article-part-wrapper): Added interactive argument.
10820
10821         * gnus-sum.el (gnus-summary-mime-map): Add
10822         `gnus-article-replace-part'.
10823
10824 2005-09-19  Didier Verna  <didier@xemacs.org>
10825
10826         The nnml compaction feature:
10827         * nnml.el (nnml-request-compact-group): New function.
10828         * nnml.el (nnml-request-compact): New function.
10829         * gnus-int.el (gnus-request-compact-group): New function.
10830         * gnus-int.el (gnus-request-compact): New function.
10831         * gnus-group.el (gnus-group-compact-group): New function.
10832         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10833         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10834         * gnus-srvr.el (gnus-server-compact-server): New function.
10835         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10836         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10837
10838 2005-09-18  Deepak Goel  <deego@gnufans.org>
10839
10840         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10841         format spec.
10842
10843 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10846
10847 2005-09-15  Romain Francoise  <romain@orebokech.com>
10848
10849         * message.el (message-fill-paragraph): Clarify docstring.
10850
10851 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-art.el (gnus-mime-display-part): Protect against broken
10854         MIME messages.
10855
10856 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10859         before parsing header.
10860
10861 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10862
10863         * html2text.el (html2text-replace-list): Add new entities.
10864
10865 2005-09-11  Romain Francoise  <romain@orebokech.com>
10866
10867         * message.el (message-alternative-emails): Improve docstring.
10868         (message-setup-1): Call `message-use-alternative-email-as-from'
10869         after `message-setup-hook' to give it precedence over posting
10870         styles, etc.
10871         (message-use-alternative-email-as-from): Add docstring.  Remove
10872         the original From header if present.
10873
10874         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10875         (nnml-save-mail): Use it.
10876
10877         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10878         articles.  Add new argument `silent'.
10879         (gnus-uu-mark-all): Report the total number of marked articles.
10880
10881 2005-09-10  Romain Francoise  <romain@orebokech.com>
10882
10883         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10884         (gnus-uu-mark-series): Likewise.
10885
10886 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * spam-report.el (spam-report-gmane): Fix generation of spam
10889         report URL.
10890
10891 2005-09-10  Simon Josefsson  <jas@extundo.com>
10892
10893         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10894         t, based on discussion on the ding list with Robert Epprecht
10895         <epprecht@solnet.ch>.
10896
10897 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * spam-report.el (spam-report-gmane): Make it work without
10900         X-Report-Spam header.  Gmane now only provides Archived-At.
10901         This is only used if `spam-report-gmane-use-article-number' is nil.
10902         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10903
10904         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10905         make `gnus-summary-sort-by-recipient' work with threading.
10906
10907         * nnweb.el (nnweb-google-wash-article): Print a message if article
10908         is not available.
10909
10910 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10911
10912         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10913         change.  Decode text/* parts content before displaying.
10914
10915 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10918
10919 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10922
10923         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10924         url-package-name, url-package-version,
10925         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10926         w3m-display-inline-images, and w3m-minor-mode-map.
10927
10928 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10929
10930         * message.el (message-tab-body-function): Fix mismatched custom type.
10931
10932         * gnus.el (gnus-group-change-level-function): Ditto.
10933
10934         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10935
10936         * gnus-art.el (gnus-signature-limit)
10937         (gnus-article-mime-part-function): Ditto.
10938
10939 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * mml.el (mml-mode): Silence the byte compiler.
10942
10943         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10944         using `(sit-for 0)' before moving the point to the specified part;
10945         skip unbuttonized parts.
10946         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10947         return to the summary window if gnus-auto-select-part is non-nil.
10948
10949 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10952         variables.
10953         (mml-dnd-attach-file, mml-mode): Use them.
10954
10955         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10956         Make fetching article by MID work again for Google Groups.  Added
10957         FIXME concerning gnus-group-make-web-group.
10958
10959         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10960         Don't depend on Gnus by using mail-extract-address-components if
10961         gnus-extract-address-components is not bound.
10962
10963 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10964
10965         * gnus-art.el (gnus-mime-display-security): Don't display the
10966         signature, but only the signed part.
10967
10968 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10971
10972         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10973         list, not listp.
10974
10975 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10976
10977         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10978         when encoding.
10979
10980         * mm-bodies.el (mm-decode-content-transfer-encoding):
10981         De-canonicalize CRLF for all text content types, not just
10982         text/plain.
10983
10984 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10987         valid article; point arrow and cursor at the MIME button.
10988
10989 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10992         Suggested by Dan Christensen <jdc@uwo.ca>.
10993
10994         * mm-decode.el (mm-save-part): Enable change of prompt.
10995
10996 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10997
10998         * gnus-msg.el (gnus-inews-add-send-actions): Made
10999         `message-post-method' lambda parameter ARG `&optional'.
11000
11001 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11002
11003         * gnus-sum.el (gnus-summary-mime-map): Added
11004         gnus-article-save-part-and-strip, gnus-article-delete-part and
11005         gnus-article-jump-to-part.
11006
11007         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11008         (gnus-article-edit-part): Use it.
11009         (gnus-article-part-wrapper): Added no-handle argument.
11010         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11011         functions.
11012
11013 2005-08-29  Romain Francoise  <romain@orebokech.com>
11014
11015         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11016         docstring.
11017         (gnus-face-from-file): Likewise.
11018
11019 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11022         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11023         non-nil.
11024         (gnus-auto-select-part): New variable.
11025         (gnus-article-jump-to-part): New function.
11026         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11027         (gnus-mime-delete-part): Allow selecting specified part after
11028         deleting or stripping parts.
11029         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11030         part if argument is bogus.
11031
11032 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11033
11034         * gnus-art.el (w3m-minor-mode-map):
11035         * gnus-spec.el (gnus-newsrc-file-version):
11036         * gnus-util.el (nnmail-active-file-coding-system)
11037         (gnus-original-article-buffer, gnus-user-agent):
11038         * gnus.el (gnus-ham-process-destinations)
11039         (gnus-parameter-ham-marks-alist)
11040         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11041         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11042         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11043         * mm-decode.el (gnus-current-window-configuration):
11044         * mm-extern.el (gnus-article-mime-handles):
11045         * mm-url.el (url-current-object, url-package-name)
11046         (url-package-version):
11047         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11048         (smime-keys, w3m-cid-retrieve-function-alist)
11049         (w3m-current-buffer, w3m-display-inline-images)
11050         (w3m-minor-mode-map):
11051         * mml-smime.el (gnus-extract-address-components):
11052         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11053         (gnus-newsrc-hashtb, message-default-charset)
11054         (message-deletable-headers, message-options)
11055         (message-posting-charset, message-required-mail-headers)
11056         (message-required-news-headers):
11057         * mml1991.el (mc-pgp-always-sign):
11058         * mml2015.el (mc-pgp-always-sign):
11059         * nnheader.el (nnmail-extra-headers):
11060         * rfc1843.el (gnus-decode-encoded-word-function)
11061         (gnus-decode-header-function, gnus-newsgroup-name):
11062         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11063
11064 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11065
11066         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11067         the end of the date treatments.
11068
11069 2005-08-15  Simon Josefsson  <jas@extundo.com>
11070
11071         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11072         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11073         Capello and Romain Francoise.
11074         (pgg-fetch-key-function): Removed, not used?
11075         (pgg-insert-url-with-w3): Require url, to get
11076         url-insert-file-contents regardless of where it is defined.
11077
11078 2005-08-13  Romain Francoise  <romain@orebokech.com>
11079
11080         * message.el (message-cite-original-1): New function.
11081         (message-cite-original): Use it.
11082         (message-cite-original-without-signature): Ditto.
11083
11084 2005-08-08  Romain Francoise  <romain@orebokech.com>
11085
11086         * message.el (message-yank-empty-prefix): New variable.
11087         (message-indent-citation): Use it.
11088         (message-cite-original-without-signature): Respect X-No-Archive.
11089
11090 2005-08-08  Simon Josefsson  <jas@extundo.com>
11091
11092         * pgg.el: Autoload url-insert-file-contents instead of loading
11093         w3/url.
11094         (pgg-insert-url-with-w3): Don't load url here.
11095
11096 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11097
11098         * message.el (message-kill-to-signature): Don't insert newline at
11099         bol.
11100         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11101
11102 2005-08-06  Romain Francoise  <romain@orebokech.com>
11103
11104         * message.el (message-user-fqdn): Fix typo in docstring.
11105
11106 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11107
11108         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11109
11110         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11111
11112 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * mm-bodies.el (mm-encode-body): Use coding system rather than
11115         charset to encode text.
11116
11117         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11118         number of charsets if utf-8 is available (XEmacs).
11119
11120 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11123         taken from `gnus-button-mid-or-mail-regexp'.
11124         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11125         (gnus-button-alist): Improve regexp for domain part of the MIDs
11126         for news:localpart@domain buttons.
11127         (gnus-button-ctan-directory-regexp): Update.
11128
11129 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * sieve-manage.el (sieve-manage-interactive-login): Use
11132         make-local-variable rather than make-variable-buffer-local.
11133         (sieve-manage-open): Ditto.
11134         (sieve-manage-authenticate): Ditto.
11135
11136         * mml.el (mml-generate-mime-1): Make the content type default to
11137         text/plain if the filename is not specified.
11138
11139 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11142         instead of insert-buffer.
11143
11144         * message.el (message-yank-original): Ditto; set the mark at the
11145         end of the yanked message.
11146
11147 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11150         lines to scroll rather than to stop it.
11151
11152         * mml.el (mml-generate-default-type): Add doc string.
11153         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11154         default to application/octet-stream when determining the content
11155         type if it is not specified for the part or the mml contents; add
11156         a comment about mml-generate-default-type.
11157
11158 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11161         make it default to application/octet-stream when determining the
11162         content type if it is not specified for the external contents.
11163
11164 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11167         segmented parameter but also other parameters might be there.
11168
11169 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * mm-decode.el (mm-display-external): Delete temp file, directory
11172         and buffer immediately if the external process is exited.
11173
11174 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11177         fewer lines than that of scroll-margin.
11178         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11179
11180 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-art.el (gnus-article-next-page): Revert.
11183         (gnus-article-beginning-of-window): New macro.
11184         (gnus-article-next-page-1): Use it.
11185         (gnus-article-prev-page): Ditto.
11186         (gnus-article-edit-part): Use insert-buffer-substring instead of
11187         insert-buffer.
11188         (gnus-article-edit-exit): Ditto.
11189
11190         * gnus-util.el (gnus-beginning-of-window): Remove.
11191         (gnus-end-of-window): Remove.
11192
11193         * lpath.el: Don't bind header-line-format and scroll-margin.
11194
11195 2005-07-25  Simon Josefsson  <jas@extundo.com>
11196
11197         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11198         to have the url package without w3.  Reported by Daiki Ueno
11199         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11200
11201 2005-07-20  Didier Verna  <didier@xemacs.org>
11202
11203         * gnus-diary.el: Remove the description comment (nndiary is now
11204         properly documented in the Gnus manual).
11205         Fix the spelling of "Back End".
11206         * nndiary.el: Ditto.
11207         Fix the copyright notice.
11208
11209 2005-07-18  Romain Francoise  <romain@orebokech.com>
11210
11211         * gnus-sum.el (gnus-summary-to-prefix)
11212         (gnus-summary-newsgroup-prefix): New variables.
11213         (gnus-summary-from-or-to-or-newsgroups): Use them.
11214
11215 2005-07-17  Romain Francoise  <romain@orebokech.com>
11216
11217         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11218         space as it's generally not especially interesting to the user.
11219
11220 2005-07-16  Romain Francoise  <romain@orebokech.com>
11221
11222         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11223         nil to avoid prompting and file modification if one of the
11224         messages at the top of the nnfolder file contains a copyright
11225         notice.
11226         Update copyright notice.
11227
11228         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11229         instead of `current-time-string' as the latter creates a time
11230         string that is not RFC 2822 compliant (it lacks the zone).
11231         Update copyright notice.
11232
11233 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11234
11235         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11236         for text/rtf.  Display default in prompt.  Pass default for M-n.
11237
11238         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11239
11240 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11241
11242         * gnus-msg.el (gnus-button-mailto): Remove
11243         save-selected-window-window hackery because it relies on
11244         save-selected-window internals.
11245
11246 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11249         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11250         (gnus-article-prev-page): Ditto.
11251
11252         * gnus-util.el (gnus-beginning-of-window): New function.
11253         (gnus-end-of-window): New function.
11254
11255         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11256
11257 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11258
11259         * gnus-score.el (gnus-score-edit-all-score): Set
11260         gnus-score-edit-exit-function to gnus-score-edit-done and call
11261         gnus-message.
11262
11263 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11264
11265         * gnus-msg.el (gnus-button-mailto): Remove
11266         save-selected-window-window hackery because it relies on
11267         save-selected-window internals.
11268
11269 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11272         add-minor-mode.
11273         (gnus-binary-mode): Ditto.
11274
11275         * gnus-topic.el (gnus-topic-mode): Ditto.
11276
11277 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11278
11279         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11280         (gnus-article-prev-page): Take scroll-margin into consideration.
11281
11282 2005-07-04  Lute Kamstra  <lute@gnu.org>
11283
11284         Update FSF's address in GPL notices.
11285
11286 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11287
11288         * gnus.el (gnus-exit):
11289         * gnus-group.el (gnus-group-icons):
11290         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11291
11292         * gnus-nocem.el (gnus-nocem):
11293         * message.el (message-various, message-buffers, message-sending)
11294         (message-interface, message-forwarding, message-insertion)
11295         (message-headers, message-news, message-mail):
11296         * pgg-gpg.el (pgg-gpg):
11297         * pgg-parse.el (pgg-parse):
11298         * pgg-pgp.el (pgg-pgp):
11299         * pgg-pgp5.el (pgg-pgp5):
11300         * pop3.el (pop3): Finish `defgroup' description with period.
11301
11302 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * gnus-art.el (article-display-face): Improve the efficiency.
11305         (article-display-x-face): Ditto; remove grey x-face stuff.
11306
11307 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * gnus-art.el (article-display-face): Correct the position in
11310         which Faces are inserted.
11311
11312 2005-06-29  Didier Verna  <didier@xemacs.org>
11313
11314         * gnus-art.el (article-display-face): Display faces in correct
11315         order.
11316
11317 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11320         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11321         (gnus-nocem-check-article): Fetch the Type header.
11322         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11323         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11324         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11325         make sure gnus-nocem-hashtb is initialized.
11326         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11327         (gnus-nocem-unwanted-article-p): Ditto.
11328
11329         * pgg.el (pgg-verify): Return the verification result.
11330
11331 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11332
11333         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11334         is ascii.
11335
11336 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11337
11338         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11339         `show-nonbreak-escape'.
11340
11341 2005-06-23  Lute Kamstra  <lute@gnu.org>
11342
11343         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11344
11345         * dig.el (dig-mode):
11346         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11347
11348 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11349
11350         * nnimap.el (nnimap-split-download-body): Fix spellings.
11351
11352 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11353
11354         * gnus-art.el (gnus-article-encrypt-body):
11355         * gnus-cus.el (gnus-score-customize):
11356         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11357         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11358
11359 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11360
11361         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11362         header by looking for magic "MII" at the beginnig.
11363
11364 2005-06-16  Miles Bader  <miles@gnu.org>
11365
11366         * gnus-xmas.el (gnus-xmas-group-startup-message):
11367         Use renamed gnus-splash face.
11368
11369         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11370         (assistant-field-face): New backward-compatibility alias for renamed
11371         face.
11372         (assistant-render-text): Use renamed assistant-field face.
11373
11374         * spam.el (spam): Remove "-face" suffix from face name.
11375         (spam-face): New backward-compatibility alias for renamed face.
11376         (spam-face, spam-initialize): Use renamed spam face.
11377
11378         * message.el (message-header-to, message-header-cc)
11379         (message-header-subject, message-header-newsgroups)
11380         (message-header-other, message-header-name)
11381         (message-header-xheader, message-separator, message-cited-text)
11382         (message-mml): Remove "-face" suffix from face names.
11383         (message-header-to-face, message-header-cc-face)
11384         (message-header-subject-face, message-header-newsgroups-face)
11385         (message-header-other-face, message-header-name-face)
11386         (message-header-xheader-face, message-separator-face)
11387         (message-cited-text-face, message-mml-face):
11388         New backward-compatibility aliases for renamed faces.
11389         (message-font-lock-keywords): Use renamed message faces.
11390
11391         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11392         (sieve-test-commands, sieve-tagged-arguments):
11393         Remove "-face" suffix from face names.
11394         (sieve-control-commands-face, sieve-action-commands-face)
11395         (sieve-test-commands-face, sieve-tagged-arguments-face):
11396         New backward-compatibility aliases for renamed faces.
11397         (sieve-control-commands-face, sieve-action-commands-face)
11398         (sieve-test-commands-face, sieve-tagged-arguments-face):
11399         Use renamed sieve faces.
11400
11401         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11402         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11403         (gnus-group-news-3-empty, gnus-group-news-4)
11404         (gnus-group-news-4-empty, gnus-group-news-5)
11405         (gnus-group-news-5-empty, gnus-group-news-6)
11406         (gnus-group-news-6-empty, gnus-group-news-low)
11407         (gnus-group-news-low-empty, gnus-group-mail-1)
11408         (gnus-group-mail-1-empty, gnus-group-mail-2)
11409         (gnus-group-mail-2-empty, gnus-group-mail-3)
11410         (gnus-group-mail-3-empty, gnus-group-mail-low)
11411         (gnus-group-mail-low-empty, gnus-summary-selected)
11412         (gnus-summary-cancelled, gnus-summary-high-ticked)
11413         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11414         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11415         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11416         (gnus-summary-low-undownloaded)
11417         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11418         (gnus-summary-low-unread, gnus-summary-normal-unread)
11419         (gnus-summary-high-read, gnus-summary-low-read)
11420         (gnus-summary-normal-read, gnus-splash):
11421         Remove "-face" suffix from face names.
11422         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11423         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11424         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11425         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11426         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11427         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11428         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11429         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11430         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11431         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11432         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11433         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11434         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11435         (gnus-summary-normal-ticked-face)
11436         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11437         (gnus-summary-normal-ancient-face)
11438         (gnus-summary-high-undownloaded-face)
11439         (gnus-summary-low-undownloaded-face)
11440         (gnus-summary-normal-undownloaded-face)
11441         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11442         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11443         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11444         (gnus-splash-face):
11445         New backward-compatibility aliases for renamed faces.
11446         (gnus-group-startup-message): Use renamed gnus faces.
11447
11448         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11449         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11450         (gnus-server-agent): Remove "-face" suffix from face names.
11451         (gnus-server-agent-face, gnus-server-opened-face)
11452         (gnus-server-closed-face, gnus-server-denied-face)
11453         (gnus-server-offline-face):
11454         New backward-compatibility aliases for renamed faces.
11455         (gnus-server-agent-face, gnus-server-opened-face)
11456         (gnus-server-closed-face, gnus-server-denied-face)
11457         (gnus-server-offline-face): Use renamed gnus faces.
11458
11459         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11460         Remove "-face" suffix from face names.
11461         (gnus-picon-xbm-face, gnus-picon-face):
11462         New backward-compatibility aliases for renamed faces.
11463
11464         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11465         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11466         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11467         (gnus-cite-11): Remove "-face" suffix from face names.
11468         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11469         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11470         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11471         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11472         New backward-compatibility aliases for renamed faces.
11473         (gnus-cite-attribution-face, gnus-cite-face-list)
11474         (gnus-article-boring-faces): Use renamed gnus faces.
11475
11476         * gnus-art.el (gnus-signature, gnus-header-from)
11477         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11478         (gnus-header-content): Remove "-face" suffix from face names.
11479         (gnus-signature-face, gnus-header-from-face)
11480         (gnus-header-subject-face, gnus-header-newsgroups-face)
11481         (gnus-header-name-face, gnus-header-content-face):
11482         New backward-compatibility aliases for renamed faces.
11483         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11484
11485         * gnus-sum.el (gnus-summary-selected-face)
11486         (gnus-summary-highlight): Use renamed gnus faces.
11487         * gnus-group.el (gnus-group-highlight): Likewise.
11488
11489 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11490
11491         * gnus-sieve.el (gnus-sieve-article-add-rule):
11492         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11493         * spam-stat.el (spam-stat-buffer-change-to-spam)
11494         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11495
11496         * message.el (message-is-yours-p):
11497         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11498
11499 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * mm-view.el (mm-inline-text): Withdraw the last change.
11502
11503 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11506         executing enriched-decode.
11507
11508 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11511         charset of tar files.
11512
11513 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11514
11515         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11516
11517 2005-06-04  Lute Kamstra  <lute@gnu.org>
11518
11519         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11520         information is never recorded.
11521
11522 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11523
11524         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11525
11526 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * pop3.el (pop3-apop): Run md5 in the binary mode.
11529
11530         * starttls.el (starttls-set-process-query-on-exit-flag):
11531         Use eval-and-compile.
11532
11533 2005-05-31  Simon Josefsson  <jas@extundo.com>
11534
11535         * smime.el (smime-replace-in-string): Define.
11536         (smime-cert-by-ldap-1): Use it.
11537
11538 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-art.el (article-display-x-face): Replace
11541         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11542
11543         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11544         set-process-query-on-exit-flag or process-kill-without-query.
11545
11546         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11547         loop instead of replace-regexp.
11548
11549         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11550         instead of process-kill-without-query if it is available.
11551
11552         * lpath.el: Fbind ldap-search-entries.
11553
11554         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11555         instead of find-file-hooks if it is available.
11556
11557         * mml1991.el: Bind pgg-default-user-id when compiling.
11558
11559         * mml2015.el: Bind pgg-default-user-id when compiling.
11560
11561         * nndraft.el (nndraft-request-associate-buffer):
11562         Use write-contents-functions instead of write-contents-hooks if it is
11563         available.
11564
11565         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11566         instead of find-file-hooks if it is available.
11567
11568         * nntp.el (nntp-open-connection): Replace
11569         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11570         (nntp-open-ssl-stream): Ditto.
11571         (nntp-open-tls-stream): Ditto.
11572
11573         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11574         set-process-query-on-exit-flag or process-kill-without-query.
11575         (starttls-open-stream-gnutls): Use it instead of
11576         process-kill-without-query.
11577         (starttls-open-stream): Ditto.
11578
11579 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11580
11581         * smime.el (smime-cert-by-ldap-1): Don't use
11582         replace-regexp-in-string.
11583
11584 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11585
11586         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11587
11588         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11589         in PEM format.  Adjust to the XEmacs compability.
11590
11591 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11594         by `string-to-number'.
11595         * gnus-agent.el (gnus-agent-regenerate-group)
11596         (gnus-agent-fetch-articles): Ditto.
11597         * gnus-art.el (gnus-button-fetch-group): Ditto.
11598         * gnus-cache.el (gnus-cache-generate-active)
11599         (gnus-cache-articles-in-group): Ditto.
11600         * gnus-group.el (gnus-group-set-current-level)
11601         (gnus-group-insert-group-line): Ditto.
11602         * gnus-score.el (gnus-score-set-expunge-below)
11603         (gnus-score-set-mark-below, gnus-summary-score-effect)
11604         (gnus-summary-score-entry): Ditto.
11605         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11606         (gnus-soup-pack): Ditto.
11607         * gnus-spec.el (gnus-xmas-format): Ditto.
11608         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11609         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11610         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11611         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11612         * nndb.el (nndb-get-remote-expire-response): Ditto.
11613         * nndiary.el (nndiary-parse-schedule-value)
11614         (nndiary-string-to-number, nndiary-request-replace-article)
11615         (nndiary-request-article): Ditto.
11616         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11617         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11618         * nneething.el (nneething-make-head): Ditto.
11619         * nnfolder.el (nnfolder-request-article)
11620         (nnfolder-retrieve-headers): Ditto.
11621         * nnheader.el (nnheader-file-to-number): Ditto.
11622         * nnkiboze.el (nnkiboze-request-article): Ditto.
11623         * nnmail.el (nnmail-process-unix-mail-format)
11624         (nnmail-process-babyl-mail-format): Ditto.
11625         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11626         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11627         (nnmh-request-create-group, nnmh-request-list-1)
11628         (nnmh-request-group, nnmh-request-article): Ditto.
11629         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11630         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11631         * nnsoup.el (nnsoup-make-active): Ditto.
11632         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11633         * nntp.el (nntp-find-group-and-number)
11634         (nntp-retrieve-headers-with-xover): Ditto.
11635         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11636         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11637         (pgg-format-key-identifier): Ditto.
11638         * pop3.el (pop3-last, pop3-stat): Ditto.
11639         * qp.el (quoted-printable-decode-region): Ditto.
11640
11641         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11642         of concat.
11643
11644 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11647
11648         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11649
11650         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11651
11652         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11653
11654         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11655
11656         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11657
11658         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11659         (gnus-carpal-mode): Ditto.
11660
11661         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11662         (gnus-browse-mode): Ditto.
11663
11664         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11665
11666         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11667
11668 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11669
11670         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11671
11672 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-util.el (gnus-run-mode-hooks): New function.
11675
11676         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11677
11678         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11679         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11680
11681 2005-05-27  Lute Kamstra  <lute@gnu.org>
11682
11683         * dns-mode.el (dns-mode): Specify customization group.
11684
11685 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11686
11687         * gnus-agent.el (gnus-agent-make-mode-line-string):
11688         Use mode-line-highlight as mouse-face.
11689
11690 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * canlock.el (canlock): Change the parent group to news.
11693
11694         * deuglify.el (gnus-outlook-deuglify): Add :group.
11695
11696         * dig.el (dig): Add :group.
11697
11698         * dns-mode.el (dns-mode): Add :group.
11699
11700         * encrypt.el (encrypt): Add :group.
11701
11702         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11703         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11704         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11705         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11706         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11707
11708         * gnus-diary.el (gnus-diary): Add :group.
11709
11710         * gnus.el (gnus-group-news-1-face): Add :group.
11711         (gnus-group-news-1-empty-face): Ditto.
11712         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11713         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11714         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11715         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11716         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11717         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11718         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11719         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11720         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11721         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11722         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11723         (gnus-summary-high-ticked-face): Ditto.
11724         (gnus-summary-low-ticked-face): Ditto.
11725         (gnus-summary-normal-ticked-face): Ditto.
11726         (gnus-summary-high-ancient-face): Ditto.
11727         (gnus-summary-low-ancient-face): Ditto.
11728         (gnus-summary-normal-ancient-face): Ditto.
11729         (gnus-summary-high-undownloaded-face): Ditto.
11730         (gnus-summary-low-undownloaded-face): Ditto.
11731         (gnus-summary-normal-undownloaded-face): Ditto.
11732         (gnus-summary-high-unread-face): Ditto.
11733         (gnus-summary-low-unread-face): Ditto.
11734         (gnus-summary-normal-unread-face): Ditto.
11735         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11736         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11737
11738         * hashcash.el (hashcash): New custom group.
11739         (hashcash-default-payment): Add :group.
11740         (hashcash-payment-alist): Ditto.
11741         (hashcash-default-accept-payment): Ditto.
11742         (hashcash-accept-resources): Ditto.
11743         (hashcash-path): Ditto.
11744         (hashcash-extra-generate-parameters): Ditto.
11745         (hashcash-double-spend-database): Ditto.
11746         (hashcash-in-news): Ditto.
11747
11748         * message.el (message-minibuffer-local-map): Add :group.
11749
11750         * netrc.el (netrc): Add :group.
11751
11752         * sieve-manage.el (sieve-manage-log): Add :group.
11753         (sieve-manage-default-user): Diito.
11754         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11755         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11756         (sieve-manage-authenticators): Ditto.
11757         (sieve-manage-authenticator-alist): Ditto.
11758         (sieve-manage-default-port): Ditto.
11759
11760         * sieve-mode.el (sieve-control-commands-face): Add :group.
11761         (sieve-action-commands-face): Ditto.
11762         (sieve-test-commands-face): Ditto.
11763         (sieve-tagged-arguments-face): Ditto.
11764
11765         * smime.el (smime): Add :group.
11766
11767         * spam-report.el (spam-report): Add :group.
11768
11769         * spam.el (spam, spam-face): Add :group.
11770
11771 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11772
11773         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11774         return \n.\n.\n at the end of articles.  Protect against that.
11775         (nntp-with-open-group): Allow debugging.
11776
11777         * nnheader.el (mail-header-set-extra): Make into a function
11778         because I just could't understand how to quote the list properly.
11779
11780         * dns.el (query-dns-cached): New function.
11781
11782 2005-05-26  Lute Kamstra  <lute@gnu.org>
11783
11784         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11785
11786 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11789
11790         * gnus-art.el: Don't autoload mail-extract-address-components.
11791
11792         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11793         eval-and-compile to evaluate it.
11794
11795         * hashcash.el: Don't autoload executable-find.
11796
11797         * nndb.el: Don't declare the nndb back end two or more times; don't
11798         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11799
11800         * nntp.el: Autoload format-spec instead of format; use
11801         eval-and-compile to evaluate autoload forms.
11802
11803 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11804
11805         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11806
11807 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * gnus.el (gnus-version-number): Bump version.
11810
11811 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11812
11813         * gnus.el: No Gnus v0.3 is released.
11814
11815 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11816
11817         * lpath.el (featurep): Bind show-nonbreak-escape.
11818
11819 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * gnus-art.el (gnus-article-edit-part): Disable undo.
11822
11823 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11826         gnus-article-date-lapsed-new-header is t if date timer is active;
11827         skip headers in which the original date value is empty.
11828         (gnus-article-save-original-date): Redefine it as a macro.
11829         (gnus-display-mime): Use it.
11830
11831 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * gnus-art.el (article-date-ut): Support converting date in
11834         forwarded parts as well.
11835         (gnus-article-save-original-date): New function.
11836         (gnus-display-mime): Use it.
11837
11838 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11839
11840         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11841         enclosure element of <item>.
11842
11843 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * message.el (message-kill-buffer-query): Renamed from
11846         `message-kill-buffer-query-if-modified'.  Added :version.
11847
11848 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11851         window layout.
11852
11853 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * mml.el: Autoload dnd when compiling.
11856
11857 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11860         x-dnd-*.
11861
11862 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * qp.el (quoted-printable-encode-region): Save excursion.
11865
11866 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11867
11868         * message.el (message-kill-buffer-query-if-modified): Add new variable
11869         so the user can kill a modified message buffer quickly.
11870         (message-kill-buffer): Use it.
11871
11872 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * lpath.el: Fbind display-time-event-handler; don't fbind
11875         string-to-multibyte.
11876
11877         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11878
11879 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11882         contained in text because xml.el decodes entities) with LFs.
11883
11884 2005-04-11  Lute Kamstra  <lute@gnu.org>
11885
11886         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11887         differently.
11888
11889 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11890
11891         * mm-util.el (mm-detect-coding-region): Typo.
11892
11893 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11896
11897 2005-04-06  Deepak Goel  <deego@gnufans.org>
11898
11899         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11900         user-function allow user modifications of the scores.
11901         (spam-stat-score-buffer-user): New function, to allow
11902         user-computed modifications to the score.
11903         (spam-stat-score-buffer-user-functions): List of additional
11904         scoring functions.
11905         (spam-stat-error-holder): Global temporary error holder.
11906         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11907         variable.
11908
11909 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11910
11911         * gnus-registry.el (gnus-registry-clean-empty-function)
11912         (gnus-registry-trim, gnus-registry-fetch-groups)
11913         (gnus-registry-delete-group): Groups that match
11914         `gnus-registry-ignored-groups' are removed from the registry
11915         entries, not just ignored for splitting.  This helps clean up the
11916         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11917         to get all the groups a message ID is in.
11918
11919         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11920         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11921         (spam-stat-score-buffer-user-functions): Add :number custom type.
11922
11923 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11926         argument in XEmacs.
11927
11928         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11929         (nnrss-request-group): Decode group name first.
11930         (nnrss-request-article): Make a text/plain article if mml-to-mime
11931         failed.
11932         (nnrss-get-encoding): Return a compatible encoding according to
11933         nnrss-compatible-encoding-alist.
11934         (nnrss-find-el): Use consp instead of listp.
11935         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11936
11937 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11940         which Emacs 20 doesn't support.
11941         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11942
11943 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11946         silence the byte compiler inside the defun.
11947
11948         * gnus-demon.el (parse-time-string): Add autoload.
11949
11950         * gnus-delay.el (parse-time-string): Add autoload.
11951
11952         * gnus-art.el (parse-time-string): Add autoload.
11953
11954         * nnultimate.el (parse-time): Require for `parse-time-string'.
11955
11956 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11959
11960         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11961
11962         * smime.el (smime-ldap-host-list): Add :version.
11963
11964 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11965
11966         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11967         pass it to `gnus-browse-read-group'.
11968         (gnus-browse-read-group): Add NUMBER argument and pass it to
11969         `gnus-group-read-ephemeral-group'.
11970
11971         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11972         argument and pass it to `gnus-group-read-group'.
11973
11974 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11975
11976         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11977         mm-xemacs-find-mime-charset-1 if we have the mule feature
11978         available at runtime.
11979
11980 2005-03-25  Werner Lemberg  <wl@gnu.org>
11981
11982         * nnmaildir.el: Replace `illegal' with `invalid'.
11983
11984 2005-03-23  Lute Kamstra  <lute@gnu.org>
11985
11986         * time-date.el: Add comment on time value formats.
11987         Don't require parse-time.
11988         (with-decoded-time-value): New macro.
11989         (encode-time-value): New function.
11990         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11991         (days-to-time): Return a valid time value when arg is huge.
11992         (time-since): Use time-subtract.
11993         (time-to-number-of-days): Use time-to-seconds.
11994
11995 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11996
11997         * gnus-start.el (gnus-display-time-event-handler):
11998         Check display-time-timer at runtime rather than only at load time
11999         in case display-time-mode is turned off in the mean time.
12000
12001 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12004         used.
12005
12006         * nneething.el (nneething-map-file-directory): Derive from
12007         `gnus-directory'.
12008
12009         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12010         the To/Cc button.
12011
12012 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * nnmaildir.el (nnmaildir-request-accept-article):
12015         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12016
12017 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12018
12019         * gnus-async.el: Require timer-funcs at compile time when in
12020         XEmacs for `run-with-idle-timer'.
12021
12022 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12023
12024         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12025         autoloaded function.
12026
12027 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12028
12029         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12030
12031 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12032
12033         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12034
12035 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12036
12037         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12038         gnus-expert-user to default.
12039
12040 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12041
12042         * nnimap.el (nnimap-open-server): Ditto.
12043
12044         * imap.el (imap-authenticate): Fix typo.
12045
12046 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12047
12048         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12049         buffer (since IMAP server might return FETCH response out of
12050         order, and the nntp buffer must be sorted).
12051
12052 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12053
12054         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12055         comparison on string.
12056
12057         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12058         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12059         (gnus-agent-summary-fetch-series): Modified to protect against
12060         gnus-agent-summary-fetch-group clearing processable flags.
12061         (gnus-agent-synchronize-group-flags): Update live group buffer as
12062         synchronization may occur due to the user toggle the plugged
12063         status.
12064         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12065         successfully downloaded.
12066         (gnus-agent-expire-group-1): Avoid using markers when the overview
12067         is in ascending order; greatly improves performance.
12068         (gnus-agent-regenerate-group): Use
12069         gnus-agent-synchronize-group-flags to reset read status in both
12070         gnus and server.
12071         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12072
12073 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12074
12075         * message.el: Don't autoload former message-utils variables.
12076         (message-strip-subject-trailing-was): Change doc string.
12077
12078         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12079         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12080         (nnweb-google-search): Add "hl=en" here.
12081         (nnweb-google-parse-1, nnweb-google-create-mapping):
12082         Don't hardcode URL.
12083
12084 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12085
12086         * message.el (message-get-reply-headers, message-followup):
12087         Mention related variables `message-use-followup-to' and
12088         `message-use-mail-followup-to', in the information buffer.
12089
12090         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12091         of broken groups(-beta).google.com.
12092
12093 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12094
12095         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12096         parameter to invoked gnus-request-move-article; remove the
12097         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12098         all at once instead of once per article.
12099         (gnus-summary-remove-process-mark): Accept a list of articles as
12100         well as a single article for processing.
12101
12102         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12103         parameter.
12104
12105         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12106
12107         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12108
12109         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12110         parameter.
12111
12112         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12113         parameter.
12114
12115         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12116         parameter and remove the gnus-sum-hint-move-is-internal variable.
12117
12118         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12119         parameter.
12120
12121         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12122         parameter.
12123
12124         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12125         parameter.
12126
12127         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12128
12129         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12130         parameter.
12131
12132         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12133         parameter.
12134
12135 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12136
12137         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12138         a more conservative way.
12139
12140 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12141
12142         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12143         buffer, so it moves the window's cursor.
12144
12145 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12146
12147         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12148         `mm-dissect-multipart' and receive the from field as an (optional)
12149         argument from `mm-dissect-multipart'.
12150         (mm-dissect-multipart): Receive the from field as an argument and
12151         pass it on when we call `mm-dissect-buffer' on MIME parts.
12152         Fixes verification/decryption of signed/encrypted MIME parts.
12153
12154 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12155
12156         * gnus-sum.el (gnus-summary-move-article): Set
12157         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12158         whatever it calls (right now, only nnimap-request-move article
12159         respects it).
12160
12161         * nnimap.el (nnimap-request-move-article): When
12162         gnus-sum-hint-move-is-internal is set, don't do the extra
12163         nnimap-request-article.
12164
12165 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12166
12167         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12168
12169         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12170         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12171
12172         * gnus-sum.el (gnus-summary-caesar-message):
12173         Apply `gnus-treat-article' after rotation.
12174
12175         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12176         doc string.
12177
12178 2005-02-22  Simon Josefsson  <jas@extundo.com>
12179
12180         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12181         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12182         <arne@arnested.dk>.
12183         (encrypt): Add password-cache and password-cache-expiry as group
12184         members.
12185
12186 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12187
12188         * smime.el (smime-ldap-host-list): Doc fix.
12189         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12190         cache) password.
12191         (smime-sign-region): Use it.
12192         (smime-decrypt-region): Use it.
12193         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12194         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12195         fails.
12196         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12197         certificate from DER to PEM format rather than calling openssl.
12198
12199         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12200
12201         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12202         for signing/encryption.
12203
12204         * mml.el (mml-parse-1): Use them.
12205
12206 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12207
12208         * nnrss.el (nnrss-verbose): Removed.
12209         (nnrss-request-group): Use `nnheader-message' instead.
12210
12211 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12212
12213         * nnrss.el (nnrss-verbose): New variable.
12214         (nnrss-request-group): Make it say nnrss is requesting a group.
12215
12216 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12219         Handle news URL with given port correctly.
12220
12221 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12224         containing special characters.
12225
12226         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12227
12228         * mml.el (mime-to-mml): Ditto.
12229
12230         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12231         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12232         (rfc2047-decode-region): Quote decoded words containing special
12233         characters when rfc2047-quote-decoded-words-containing-tspecials
12234         is non-nil.
12235
12236 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12237
12238         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12239
12240         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12241
12242 2005-02-15  Simon Josefsson  <jas@extundo.com>
12243
12244         * nnimap.el (nnimap-debug): Doc fix.
12245
12246         * imap.el (imap-debug): Doc fix.
12247
12248 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12251
12252 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12253
12254         * gnus.el (spam-contents): Improve docs for spam-contents
12255         parameter in its variable incarnation.
12256
12257 2005-02-14  Simon Josefsson  <jas@extundo.com>
12258
12259         * smime-ldap.el: Use require instead of load-library for ldap.
12260         (smime-ldap-search): Indent.
12261         (smime-ldap-search-internal): Shorten line.
12262
12263         * smime.el (smime-cert-by-dns): Add doc-string.
12264         (smime-cert-by-ldap-1): Indent.
12265
12266         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12267         mml-smime-get-dns-ldap.
12268         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12269
12270 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12271
12272         * smime.el: Require smime-ldap.
12273         (smime-ldap-host-list): New variable.
12274         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12275
12276         * mml-smime.el (mml-smime-encrypt-query): New function.
12277         (mml-smime-encrypt-query): Use it.
12278
12279         * smime-ldap.el: New file.
12280
12281 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12284
12285 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12288         argument in doc string.  Make query for type more clear.
12289
12290 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12291
12292         * gnus.el (gnus-group-startup-message): Search for gnus images in
12293         etc/images/gnus.
12294         * mm-util.el (mm-image-load-path): Likewise.
12295         * smiley.el (smiley-data-directory): Search for smilies in
12296         etc/images/smilies.
12297
12298 2005-02-09  Kim F. Storm  <storm@cua.dk>
12299
12300         Change Emacs release version from 21.4 to 22.1 throughout.
12301         Change Emacs development version from 21.3.50 to 22.0.50.
12302
12303 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12306
12307         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12308         non-Mule XEmacs as well.
12309         (mm-decompress-buffer): Signal an error intentionally if it does
12310         not decompress compressed data because auto-compression-mode is
12311         disabled.
12312
12313 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12314
12315         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12316         an ID in the registry even if it has no groups.
12317
12318 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12321         merge it into mm-decompress-buffer.
12322         (gnus-mime-copy-part): Use the MIME part charset, the value which
12323         a user specified or gnus-newsgroup-charset for decoding, like
12324         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12325         save-buffer what was used.  Suggested by Kevin Ryde
12326         <user42@zip.com.au>.
12327         (gnus-mime-inline-part): Allow the name parameter as well as the
12328         filename parameter; force decompressing of compressed data; always
12329         display contents being not decoded as unibyte.
12330
12331         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12332         as well as the filename parameter.
12333
12334         * mm-util.el (mm-decompress-buffer): Merge
12335         gnus-mime-jka-compr-maybe-uncompress.
12336         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12337         of compressed data.
12338
12339 2005-02-08  Simon Josefsson  <jas@extundo.com>
12340
12341         * imap.el (imap-log): Doc fix.
12342
12343 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12346         the coding cookies; decompress compressed parts.
12347
12348         * mml.el (mml-generate-mime-1): Add the charset parameter according
12349         to the value which a user specified manually or the coding cookie.
12350
12351         * mm-util.el (mm-string-to-multibyte): New function.
12352         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12353         (mm-coding-system-to-mime-charset): New function.
12354         (mm-decompress-buffer): New function.
12355         (mm-find-buffer-file-coding-system): New function.
12356
12357         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12358         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12359         parts.
12360
12361 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12362
12363         * mm-view.el (mm-display-inline-fontify): Decode a part according
12364         to the charset parameter.
12365
12366 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12369         prefix arg is neither nil nor a number, as info specifies.
12370
12371 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12374         timestamps.
12375
12376 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12377
12378         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12379         groups error checking and notify user.
12380
12381 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12382
12383         * message.el (message-send-mail-function): Check existence of
12384         sendmail-program first before using default value
12385         `message-send-mail-with-sendmail'.  Otherwise use more generic
12386         `smtpmail-send-it'.
12387
12388 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * nntp.el (nntp-request-update-info): Always return nil.
12391
12392 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12393
12394         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12395
12396 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12397
12398         * message.el (message-beginning-of-line): Change the behavior when
12399         invoked between BOL and : so that it first moves backward.
12400
12401 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12404         article buffer when editing of the article is discarded.
12405         (gnus-article-prepare): Revert.
12406
12407 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-art.el (gnus-article-prepare):
12410         Remove message-strip-forbidden-properties from the local hook.
12411
12412 2005-01-27  Simon Josefsson  <jas@extundo.com>
12413
12414         * password.el (password-cache-add): Only start one timer per key.
12415         Reported by Derek Atkins <warlord@MIT.EDU>.
12416
12417 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12418
12419         * run-at-time.el: Removed.  It is no longer needed as
12420         timer-funcs.el in the xemacs-base package has a working version of
12421         `run-at-time'.
12422
12423         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12424
12425         * password.el: Require timer-funcs instead of run-at-time in
12426         XEmacs.
12427         Remove `password-run-at-time' macro.
12428         (password-cache-add): Use `run-at-time' instead of
12429         `password-run-at-time'.
12430
12431         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12432         Remove `nnheader-cancel-function-timers' alias,
12433         `cancel-function-timers' exists in XEmacs in timer-funcs.
12434
12435         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12436         for `run-with-idle-timer'.
12437
12438         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12439         for `run-at-time'.
12440
12441         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12442         for `with-timeout'.
12443
12444         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12445         the same as for XEmacs 21.4.
12446         No need to ignore `run-with-idle-timer', this function exists in
12447         XEmacs now in timer-funcs.el in the xemacs-base package.
12448         (dgnushack-compile): No need to delete
12449         run-at-time.el from the list of files to compile because it
12450         doesn't exist anymore.
12451
12452 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12455         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12456
12457 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12458
12459         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12460         sensitively.
12461
12462 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12463
12464         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12465
12466 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12469         which will be inserted according to the multibyteness of a buffer
12470         rather than the type of contents.  Suggested by ARISAWA Akihiro
12471         <ari@mbf.ocn.ne.jp>.
12472
12473         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12474         of string which old xml.el may return rather than a string.
12475
12476 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12479
12480 2005-01-16  Simon Josefsson  <jas@extundo.com>
12481
12482         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12483         idn/idna.el isn't available.
12484         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12485         <michael@waxrat.com>.
12486
12487         * hashcash.el: Remove non-FSF copyright header.
12488
12489         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12490         (hashcash-generate-payment): Use it.
12491         (hashcash-generate-payment-async): Use it.
12492
12493 2005-01-15  Simon Josefsson  <jas@extundo.com>
12494
12495         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12496         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12497
12498         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12499         gnus-summary-idna-message.
12500         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12501         (gnus-summary-idna-message): New function.
12502
12503 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12506         gnus-novice-user.
12507
12508 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * nnrss.el (nnrss-request-delete-group): Delete entries in
12511         nnrss-group-alist as well.
12512         (nnrss-save-server-data): Insert newline.
12513
12514 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * gnus.el (gnus-user-agent): Use list of symbols instead of
12517         symbols.  Display full version number for (S)XEmacs.  Optionally
12518         display (S)XEmacs codename.
12519
12520         * gnus-util.el (gnus-emacs-version): Update for new
12521         `gnus-user-agent'.
12522
12523         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12524         Gnus version.
12525
12526 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12529         which is unreadable in some setups.
12530
12531 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * gnus-spec.el (gnus-update-format-specifications): Flush the
12534         group format spec cache if it doesn't support decoded group names.
12535
12536 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12537
12538         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12539         Allow to apply decay on score files matching a regexp.
12540
12541 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12544         compatibility in %g and %c.
12545
12546 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12549         name for only %g and %c.
12550         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12551         of gnus-tmp-group to decoded group name.
12552         (gnus-group-make-rss-group): Exclude `/'s from group names.
12553
12554 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * nnrss.el (nnrss-get-encoding): Fix regexp.
12557
12558 2004-12-27  Simon Josefsson  <jas@extundo.com>
12559
12560         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12561         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12562         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12563
12564 2004-12-17  Kim F. Storm  <storm@cua.dk>
12565
12566         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12567
12568         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12569
12570 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12571
12572         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12573
12574 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * nnrss.el: Require rfc2047 and mml.
12577         (nnrss-file-coding-system): New variable.
12578         (nnrss-format-string): Redefine it as an inline function.
12579         (nnrss-decode-group-name): New function.
12580         (nnrss-string-as-multibyte): Remove.
12581         (nnrss-retrieve-headers): Decode group name; don't use
12582         nnrss-format-string.
12583         (nnrss-request-group): Decode group name.
12584         (nnrss-request-article): Decode group name; allow a Message-ID as
12585         well as an article number; don't use nnrss-format-string; encode a
12586         Message-ID string which may contain non-ASCII characters; use
12587         mml-to-mime to compose a MIME article.
12588         (nnrss-request-expire-articles): Decode group name.
12589         (nnrss-request-delete-group): Decode group name.
12590         (nnrss-fetch): Clarify error message.
12591         (nnrss-read-server-data): Use insert-file-contents instead of load;
12592         bind file-name-coding-system; use multibyte buffer.
12593         (nnrss-save-server-data): Bind coding-system-for-write to the
12594         value of nnrss-file-coding-system; bind file-name-coding-system;
12595         add coding cookie.
12596         (nnrss-read-group-data): Use insert-file-contents instead of load;
12597         bind file-name-coding-system; use multibyte buffer.
12598         (nnrss-save-group-data): Bind coding-system-for-write to the
12599         value of nnrss-file-coding-system; bind file-name-coding-system.
12600         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12601         make it work with non-ASCII text.
12602         (nnrss-find-el): Make it work with old xml.el as well.
12603
12604 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12605
12606         * nnrss.el (nnrss-get-encoding): New function.
12607         (nnrss-fetch): Use unibyte buffer initially; bind
12608         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12609         decode contents according to the encoding attribute.
12610         (nnrss-save-group-data): Add coding cookie.
12611         (nnrss-mime-encode-string): New function.
12612         (nnrss-check-group): Use it to encode subject and author.
12613
12614 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12615
12616         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12617         imaginary variable.
12618
12619 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12622         correctly even if there are wide characters.
12623
12624 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12625
12626         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12627         downcased symbol names; make a new cache instead of reusing
12628         bbdb-hashtable.
12629
12630 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12633         concatenating segments rather than before concatenating them.
12634         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12635
12636         * message.el (message-get-reply-headers): Bind `extra'.
12637
12638 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12639
12640         * message.el (message-extra-wide-headers): New variable.
12641         (message-get-reply-headers): Use it.
12642
12643 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12646         (gnus-agent-group-pathname): Ditto.
12647
12648         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12649
12650         * gnus-group.el (gnus-group-make-group): Decode group name.
12651         (gnus-group-make-rss-group): Register the group data after opening
12652         the nnrss group.
12653
12654 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12655
12656         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12657         by expiry now get marked as read.
12658
12659 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12662
12663 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12664
12665         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12666         unify Latin characters in XEmacs.
12667         (mm-find-mime-charset-region): Use it.
12668
12669 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-util.el (gnus-delete-directory): New function.
12672
12673         * gnus-agent.el (gnus-agent-delete-group): Use it.
12674
12675         * gnus-cache.el (gnus-cache-delete-group): Use it.
12676
12677 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12680         names.
12681
12682 2004-12-16  Simon Josefsson  <jas@extundo.com>
12683
12684         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12685
12686 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12689
12690         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12691         (gnus-group-set-current-level): Decode group name.
12692
12693 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12694
12695         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12696         failed.
12697
12698 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * gnus-group.el (gnus-group-delete-group): Decode group name.
12701         (gnus-group-make-rss-group): Encode group name.
12702         (gnus-group-catchup-current): Decode group name.
12703         (gnus-group-kill-group): Decode group name.
12704
12705 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12706
12707         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12708
12709 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * gnus-group.el (gnus-group-make-rss-group):
12712         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12713
12714         * gnus-start.el (gnus-setup-news): Honor user's setting to
12715         gnus-message-archive-method.  Suggested by Lute Kamstra
12716         <lute@gnu.org>.
12717
12718 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12719
12720         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12721         global counterparts of the buffer-local variables.
12722
12723 2004-11-16  Romain Francoise  <romain@orebokech.com>
12724
12725         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12726         counterparts of the buffer-local variables.
12727
12728 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12729
12730         * message.el (message-forbidden-properties): Fixed typo in doc
12731         string.
12732
12733 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * gnus-util.el (gnus-replace-in-string): Added doc string.
12736
12737         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12738         to avoid problems when splitting mails with many recipients.
12739
12740 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12741
12742         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12743         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12744
12745 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12746
12747         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12748         if there is no hashtable in memory or file modification time is
12749         newer than cached timestamp.
12750
12751 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12754         not-matching option.
12755
12756 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12759         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12760         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12761         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12762         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12763         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12764
12765 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * message.el (message-forward-make-body-mml): Remove headers
12768         according to message-forward-ignored-headers if a message is decoded.
12769
12770 2004-12-02  Romain Francoise  <romain@orebokech.com>
12771
12772         * message.el (message-forward-make-body-plain): Always remove
12773         headers according to message-forward-ignored-headers.
12774
12775 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12776
12777         * spam.el (spam-summary-prepare-exit): Remove the
12778         gnus-summary-limit pop for now, it has problems with ham marks for
12779         me.
12780
12781 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12782
12783         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12784         correctly.
12785
12786 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12787
12788         * format-spec.el (format-spec): Message the char.
12789
12790 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12791
12792         * gnus-art.el (gnus-split-methods): Reformat comments.
12793
12794         * spam.el (spam-summary-prepare-exit): Remove article limits
12795         before exiting the summary buffer.
12796
12797 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12800         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12801
12802         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12803         order to silence the byte compiler.
12804
12805         * spam.el: Fix the way to silence the byte compiler, which
12806         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12807         bbdb-search-simple, spam-BBDB-register-routine,
12808         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12809         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12810         spam-stat-buffer-is-spam, spam-stat-load,
12811         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12812         spam-stat-save and spam-stat-split-fancy.
12813
12814 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12817         which may confuse users.
12818         (canlock-password-for-verify): Ditto.
12819
12820         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12821
12822         * gnus-art.el (gnus-emphasis-alist): Ditto.
12823
12824         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12825
12826         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12827
12828         * gnus-start.el (gnus-save-killed-list): Ditto.
12829
12830         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12831         (gnus-sum-thread-tree-root): Ditto.
12832         (gnus-sum-thread-tree-false-root): Ditto.
12833         (gnus-sum-thread-tree-single-indent): Ditto.
12834
12835         * message.el (message-courtesy-message): Ditto.
12836         (message-archive-note): Ditto.
12837         (message-subscribed-address-file): Ditto.
12838         (message-user-fqdn): Ditto.
12839
12840         * spam-report.el (spam-report-gmane-regex): Ditto.
12841
12842         * spam.el (spam-blackhole-good-server-regex): Ditto.
12843
12844 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * mml.el (mml-preview): Widen the message buffer before copying
12847         the contents to the preview buffer; sort headers before previewing.
12848
12849         * message.el (message-hidden-headers): Fix the way to avoid a bug
12850         in the `repeat' widget in Emacs 21.3 or earlier.
12851
12852 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * message.el (message-hidden-headers): Default to "^References:".
12855         Improve customization type.  Suggested by Reiner Steib
12856         <Reiner.Steib@gmx.de>.
12857
12858 2004-11-25  Romain Francoise  <romain@orebokech.com>
12859
12860         * message.el (message-strip-forbidden-properties): Remove check for
12861         obsolete `message-hidden' text property, hidden headers are not
12862         accessible in the buffer anymore.
12863
12864 2004-11-22  Romain Francoise  <romain@orebokech.com>
12865
12866         * message.el (message-header-format-alist): Add `From' in list
12867         so that it can be sorted.
12868         (message-fix-before-sending): Widen and sort headers before
12869         sending.
12870         (message-hide-headers): Use narrowing to hide headers by moving
12871         them to the top of the buffer and narrowing to the region
12872         underneath.
12873
12874 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12875
12876         * message.el (message-strip-forbidden-properties): Bind
12877         buffer-read-only (etc) to nil.
12878
12879 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12882         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12883
12884 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12885
12886         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12887
12888 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12889
12890         * dns.el (query-dns): Use sit-for to time instead of
12891         accept-process-output, since that doesn't seem to work on udp
12892         sockets.
12893
12894 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12897
12898 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12899
12900         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12901         doc string.  Improve doc string.
12902
12903 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * nntp.el (nntp-request-update-info): Return nil if
12906         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12907         may not call gnus-activate-group which uselessly issues the GROUP
12908         commands for all nntp groups and wastes time.  Reported by Romain
12909         Francoise <romain@orebokech.com>.
12910
12911         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12912
12913 2004-11-15  Simon Josefsson  <jas@extundo.com>
12914
12915         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12916         headers separately.
12917         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12918         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12919
12920 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * gnus-start.el (gnus-convert-old-newsrc):
12923         Assign legacy-gnus-agent to 5.10.7.
12924
12925 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12926
12927         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12928         start of the lines.
12929
12930 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12931
12932         * hashcash.el (hashcash-default-payment): Change default to 20.
12933         (hashcash-default-accept-payment): Change default to 20.
12934         (hashcash-process-alist): New variable.
12935         (hashcash-generate-payment-async): Add.
12936         (hashcash-already-paid-p): Add.
12937         (hashcash-insert-payment): Don't generate payments twice.
12938         (hashcash-insert-payment-async): Add.
12939         (hashcash-insert-payment-async-2): Add.
12940         (hashcash-cancel-async): Add.
12941         (hashcash-wait-async): Add.
12942         (hashcash-processes-running-p): Add.
12943         (hashcash-wait-or-cancel): Add.
12944         (mail-add-payment): New optional argument.  Conditionally start
12945         asynchronous calculation.
12946         (mail-add-payment-async): Add.
12947
12948         * message.el (message-send-mail): Wait for asynchronous hashcash
12949         results.  Don't clobber existing X-Hashcash headers.
12950         (message-setup-1): Call mail-add-payment-async when
12951         message-generate-hashcash is non-nil.
12952
12953 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12954
12955         * message.el (message-use-alternative-email-as-from): Examine the
12956         From header as well; use message-make-from in order to include a
12957         user's full name.
12958
12959 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12962         default; improve customization type.
12963         (gnus-emphasis-custom-with-format): New macro.
12964         (gnus-emphasis-custom-value-to-external): New function.
12965         (gnus-emphasis-custom-value-to-internal): New function.
12966
12967 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12968
12969         * dns.el (query-dns): Resolve reverse addresses.
12970
12971 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12972
12973         * gnus-group.el (gnus-group-get-new-news): Use it.
12974
12975         * gnus-start.el (gnus-check-reasonable-setup): New function.
12976
12977 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12980         "Args out of range" error.  Reported by Arnaud Giersch
12981         <arnaud.giersch@free.fr>.
12982
12983 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12984
12985         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12986
12987 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12988
12989         * spam.el (spam group): Add :version.
12990
12991         * pgg-def.el (pgg group): Add :version.
12992
12993 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * gnus-art.el (gnus-article-edit-article): Don't associate the
12996         article buffer with a draft file.  This is a temporary measure
12997         against the 2004-08-22 change to gnus-article-edit-mode.
12998
12999 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13002         (html2text-format-tags): Remove unused variable `attr'.
13003
13004 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13007
13008         * tls.el (tls-process-connection-type, tls-success)
13009         (tls-certtool-program): Add :version.
13010
13011         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13012         (starttls-extra-arguments, starttls-process-connection-type)
13013         (starttls-connect, starttls-failure, starttls-success): Add :version.
13014
13015         * spam-stat.el (spam-stat): Add :version.
13016
13017         * sieve.el (sieve): Add :version.
13018
13019         * sha1.el (sha1): Add :version.
13020         (sha1-use-external): Remove redundant version.
13021
13022         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13023         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13024         (nnmail-split-fancy-match-partial-words)
13025         (nnmail-split-lowercase-expanded): Add :version.
13026
13027         * nndiary.el (nndiary): Add :version.
13028
13029         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13030
13031         * mml-sec.el (mml-default-sign-method)
13032         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13033         Add :version.
13034
13035         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13036
13037         * mm-url.el (mm-url-use-external, mm-url-program)
13038         (mm-url-arguments): Add :version.
13039
13040         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13041         (mm-attachment-file-modes, mm-decrypt-option)
13042         (mm-w3m-safe-url-regexp): Add :version.
13043
13044         * message.el (message-cite-prefix-regexp)
13045         (message-sendmail-envelope-from, message-minibuffer-local-map)
13046         (message-user-fqdn, message-completion-alist): Add :version.
13047
13048         * gnus-win.el (gnus-configure-windows-hook)
13049         (gnus-use-frames-on-any-display): Add :version.
13050
13051         * gnus-art.el (gnus-article-address-banner-alist)
13052         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13053         (gnus-treat-from-picon, gnus-treat-mail-picon)
13054         (gnus-treat-x-pgp-sig): Add :version.
13055
13056         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13057         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13058         (gnus-summary-article-delete-hook)
13059         (gnus-summary-display-while-building): Add :version.
13060
13061         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13062         (gnus-get-top-new-news-hook): Add :version.
13063
13064         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13065         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13066
13067         * gnus-registry.el (gnus-registry): Add :version.
13068
13069         * gnus-spec.el (gnus-use-correct-string-widths)
13070         (gnus-make-format-preserve-properties): Add :version.
13071
13072         * gnus.el (gnus-group-charter-alist)
13073         (gnus-group-fetch-control-use-browse-url)
13074         (gnus-install-group-spam-parameters): Add :version.
13075
13076         * gnus-diary.el (gnus-diary): Add :version.
13077
13078         * gnus-delay.el (gnus-delay): Add :version.
13079
13080         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13081         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13082         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13083         Add :version.
13084
13085         * gnus-agent.el (gnus-agent-max-fetch-size)
13086         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13087         (gnus-agent-prompt-send-queue): Add :version.
13088
13089         * deuglify.el (gnus-outlook-deuglify): Add :version.
13090
13091         * html2text.el: Beautify code.  Improve doc strings.  Some
13092         checkdoc cleanup.
13093         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13094
13095 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13096
13097         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13098
13099 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13100
13101         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13102         when package is loaded.
13103
13104         * spam.el (spam-summary-score-preferred-header): Add global preference
13105         for people who want to override the default SpamAssassin over
13106         Bogofilter preference (when both are set).
13107         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13108         (spam-user-format-function-S): Check
13109         spam-summary-score-preferred-header.
13110         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13111         (spam-user-format-function-S): Format the score correctly.
13112
13113 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13116         signature file.  Suggested by Manoj Srivastava
13117         <srivasta@golden-gryphon.com>.
13118
13119         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13120         iso-2022-jp even in the Japanese language environment.
13121         Suggested by Jason Rumney <jasonr@gnu.org>.
13122
13123 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13126         use the same characters as the dummy marks; make it free from
13127         getting affected by the language environment.
13128         (gnus-summary-read-group-1): Update mark positions only when the
13129         format spec is updated.
13130
13131         * gnus-spec.el (gnus-update-format-specifications): Return a list
13132         of updated types.
13133
13134 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13137         of boundp to check if display-warning is available.
13138
13139 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13140
13141         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13142
13143 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * nnspool.el (nnspool-spool-directory): Use news-path if the
13146         news-directory variable is not bound.
13147
13148         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13149         function instead of display-warning if it is not available.
13150
13151 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13152
13153         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13154         v5-10: Use `point-at-bol'.
13155
13156 2004-10-26  Simon Josefsson  <jas@extundo.com>
13157
13158         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13159         <chenggao@gmail.com>.
13160
13161 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13162
13163         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13164         instead.
13165
13166 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13167
13168         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13169         to remove a server from the nnimap-server-buffer-alist.
13170         (nnimap-open-connection, nnimap-close-server): Use it.
13171
13172         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13173
13174 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13177         running the major-mode function.
13178
13179 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13182         dummy marks in the right way.
13183
13184 2004-10-18  David Edmondson  <dme@dme.org>
13185
13186         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13187         excessively.
13188
13189 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13190
13191         * gnus-util.el (gnus-split-references): Accept a nil references
13192         string and go on blissfully.
13193
13194         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13195         cases where the references string is non-nil but has no references.
13196
13197         * encrypt.el: Add autoload tags.
13198
13199         * spam.el (spam-resolve-registrations-routine): Remove article
13200         from unregistration list too.  Reported by David Hanak
13201         <dhanak@isis.vanderbilt.edu>
13202
13203 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13206         nil.  Changed custom type.
13207
13208 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13209
13210         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13211
13212         * gnus-sum.el (gnus-summary-move-article): Use it.
13213
13214 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13215
13216         * encrypt.el: Add autoload cookies.
13217
13218         * spam.el (spam-backend-article-list-property)
13219         (spam-backend-get-article-todo-list)
13220         (spam-backend-put-article-todo-list)
13221         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13222         Resolve registrations separately.
13223         (spam-register-routine): Format comments.
13224         (spam-unregister-routine, spam-register-routine): Always call with
13225         specific-articles, no default list.
13226         (spam-summary-prepare-exit): Use the spam-classifications function.
13227
13228         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13229         gnus-encrypt.el.
13230
13231         * encrypt.el: Copied from gnus-encrypt.el.
13232
13233         * gnus-encrypt.el: Commented that it's obsolete.
13234
13235 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13238         (gnus-score-save): Use it.
13239
13240         * message.el (message-bury): Use `window-dedicated-p'.
13241
13242 2004-10-15  Simon Josefsson  <jas@extundo.com>
13243
13244         * pop3.el (top-level): Don't require nnheader.
13245         (pop3-read-timeout): Add.
13246         (pop3-accept-process-output): Add.
13247         (pop3-read-response, pop3-retr): Use it.
13248
13249 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13250
13251         * spam.el (spam-register-routine): Move comment.
13252         (spam-verify-bogofilter): Use 'unknown for the initial
13253         spam-bogofilter-valid state, not 'never.
13254
13255         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13256         for netrc-machine.
13257
13258         * nnimap.el (nnimap-open-connection): Use
13259         netrc-machine-user-or-password.
13260
13261 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13262
13263         * gnus-registry.el (gnus-registry-unload-hook):
13264         Set as a variable with add-hook.
13265
13266         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13267         of news-path.
13268
13269         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13270
13271         * spam.el: Delete duplicate `provide'.
13272         (spam-unload-hook): Set as a variable with add-hook.
13273
13274 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13277         in the doc string.
13278
13279         * message.el (message-ignored-news-headers)
13280         (message-ignored-supersedes-headers)
13281         (message-ignored-resent-headers)
13282         (message-forward-ignored-headers): Improve custom type.
13283
13284 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * message.el (message-tokenize-header): Fix 2004-09-06 change
13287         which used point-min in the wrong place.
13288
13289 2004-10-12  Simon Josefsson  <jas@extundo.com>
13290
13291         * tls.el (tls-certtool-program): New variable.
13292         (tls-certificate-information): New function, based on
13293         ssl-certificate-information.
13294
13295 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * compface.el: Move the version of ELisp-based uncompface program
13298         to the contrib directory because of the copyright problem.
13299
13300 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * message.el (message-kill-buffer): Raise the current frame.
13303
13304 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13307
13308         * gnus.el (message-y-or-n-p): Autoload.
13309
13310         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13311         (pop3-password-required, pop3-authentication-scheme)
13312         (pop3-leave-mail-on-server): Made customizable.
13313         (pop3): New custom group.
13314         (pop3-retr): Remove `sleep-for' statements.
13315         Suggested by Dave Love <fx@gnu.org>.
13316
13317         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13318         Windows/DOS.
13319
13320         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13321         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13322         Dave Love <fx@gnu.org>.
13323
13324         * mml.el (mml-minibuffer-read-disposition): Require match.
13325         Suggested by Dave Love <fx@gnu.org>.
13326
13327 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13328
13329         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13330         doc string.
13331
13332 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13335
13336 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13337
13338         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13339         instead of calling `mm-insert-inline', to decode text/* parts
13340         before displaying them.
13341
13342 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * mm-uu.el (mm-uu-text-plain-type): New variable.
13345         (mm-uu-pgp-signed-extract-1): Use it.
13346         (mm-uu-pgp-encrypted-extract-1): Use it.
13347         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13348         bind mm-uu-text-plain-type with that value.
13349         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13350         mm-uu-dissect.
13351
13352 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * gnus-group.el (gnus-update-group-mark-positions):
13355         * gnus-sum.el (gnus-update-summary-mark-positions):
13356         * message.el (message-check-news-body-syntax):
13357         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13358         of string-as-multibyte.
13359
13360 2004-10-05  Juri Linkov  <juri@jurta.org>
13361
13362         * gnus-group.el (gnus-update-group-mark-positions):
13363         * gnus-sum.el (gnus-update-summary-mark-positions):
13364         * message.el (message-check-news-body-syntax):
13365         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13366         8-bit unibyte values to a multibyte string for search functions.
13367
13368 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13371         (mm-uu-dissect-text-parts): New function.
13372
13373         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13374         dissect text parts.
13375
13376         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13377         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13378
13379         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13380
13381         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13382         gnus-current-topics instead of gnus-current-topic.
13383
13384 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13385
13386         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13387
13388 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13389
13390         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13391         where approriate.
13392
13393         * nnml.el (nnml-generate-active-info): do.
13394
13395         * nndiary.el (nndiary-generate-active-info): do.
13396
13397         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13398         (gnus-topic-move): do.
13399
13400         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13401         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13402
13403         * gnus-srvr.el (gnus-server-prepare)
13404         (gnus-server-open-all-servers): do.
13405
13406         * gnus-msg.el (gnus-summary-cancel-article)
13407         (gnus-summary-resend-message)
13408         (gnus-summary-mail-crosspost-complaint): do.
13409
13410         * gnus-move.el (gnus-change-server): do.
13411
13412         * gnus-group.el (gnus-group-unmark-all-groups)
13413         (gnus-group-set-current-level): do.
13414
13415 2004-10-04  Simon Josefsson  <jas@extundo.com>
13416
13417         * message.el (message-generate-hashcash): Doc fix.
13418
13419 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13420
13421         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13422         avoid infinite recursion via gnus-get-function.
13423
13424 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13425
13426         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13427
13428         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13429
13430         * nnmail.el (nnmail-split-history): do.
13431
13432         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13433         (nnml-request-delete-group): do.
13434
13435         * nnslashdot.el (nnslashdot-read-groups): do.
13436
13437         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13438         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13439
13440         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13441         (nnspool-sift-nov-with-sed): Use last.
13442         (nnspool-retrieve-headers-with-nov): Use mapc.
13443         (nnspool-request-newgroups): Use dolist.
13444         (nnspool-request-group): Use last.
13445
13446         * nntp.el (nntp-read-server-type): Use dolist.
13447
13448         * nnvirtual.el (nnvirtual-create-mapping)
13449         (nnvirtual-update-read-and-marked): Use dolist.
13450         (nnvirtual-convert-headers): Simplify.
13451
13452 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13453
13454         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13455         support for sync'ing tick marks.
13456
13457 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13460         there's no visible header.
13461
13462 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13463
13464         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13465         necessary, pass full group name to gnus-request-set-marks.
13466
13467 2004-10-01  Simon Josefsson  <jas@extundo.com>
13468
13469         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13470         acroread.
13471
13472 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13473
13474         * spam-report.el (spam-report-gmane): Fix interactive.
13475
13476         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13477
13478         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13479         when writing file.
13480         (gnus-agent-synchronize-flags): Don't default to being
13481         interactive.
13482
13483 2004-09-30  Simon Josefsson  <jas@extundo.com>
13484
13485         * message.el (message-generate-hashcash): Add.
13486         (message-send-mail): Use it, call mail-add-payment.
13487
13488 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13489
13490         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13491
13492 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13493
13494         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13495         gnus-requst-update-info with explicit code to sync the in-memory
13496         info read flags with the marks being sync'd to the backend.
13497
13498         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13499
13500 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13501
13502         * spam.el (spam-verify-bogofilter): Add new function.
13503         (spam-check-bogofilter)
13504         (spam-bogofilter-register-with-bogofilter): Use it.
13505         (spam-verify-bogofilter): Add small fixes.
13506
13507 2004-09-28  Simon Josefsson  <jas@extundo.com>
13508
13509         * hashcash.el (hashcash-generate-payment): Revert.
13510
13511 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13512
13513         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13514         gnus-extract-references instead of gnus-split-references.
13515
13516         * gnus-util.el (gnus-extract-references): Add new function, analogous
13517         to gnus-split-references but extracts only the message-ID without
13518         anything extra.
13519
13520         * hashcash.el (hashcash-generate-payment)
13521         (hashcash-check-payment): Do the right thing if hashcash-path is
13522         nil (because the hashcash program could not be found).
13523
13524         * spam.el (spam-use-hashcash): Remove comment.
13525
13526 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13527
13528         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13529         (gnus-cache-enter-article, gnus-cache-remove-article)
13530         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13531
13532         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13533
13534         * gnus-art.el (article-hide-boring-headers)
13535         (article-translate-strings, article-display-face)
13536         (gnus-article-mime-match-handle-first)
13537         (gnus-article-highlight-headers)
13538         (gnus-article-add-buttons-to-head): do.
13539
13540 2004-09-27  Simon Josefsson  <jas@extundo.com>
13541
13542         * hashcash.el: New version, from
13543         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13544         ../contrib/.
13545
13546 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13549
13550 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13551
13552         * gnus-dup.el (gnus-dup-open): Use mapc.
13553         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13554
13555         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13556         Reported by Stefan Wiens <s.wi@gmx.net>.
13557
13558         * gnus.el (gnus-shutdown): Use dolist.
13559
13560         * gnus-undo.el (gnus-undo): Use mapc.
13561
13562         * nnrss.el (nnrss-generate-active): do.
13563
13564         * message.el (message-cite-original-without-signature)
13565         (message-cite-original): Use mapc.
13566         (message-do-actions, message-make-forward-subject): Use dolist.
13567
13568 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13569
13570         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13571         deletion to remove entire duplicate line.  Fixes merged article
13572         number bug.
13573
13574 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13575
13576         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13577         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13578         first ask if you want to open a server and then, even when you
13579         responded with no, asking if you want to synchronize the server's
13580         flags.
13581         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13582         multi-line expressions.
13583         (gnus-agent-synchronize-group-flags): New internal function.
13584         Updates marks in memory (in the info structure) AND in the
13585         backend.
13586
13587         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13588
13589         * nnagent.el (nnagent-request-set-mark): Use
13590         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13591         method, to ensure that synchronization updates marks in the
13592         backend and in the info (in memory) structure.
13593
13594 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13597         convention fully; don't miss the root article of a thread; make
13598         the X-Draft-From header with correct article numbers.
13599
13600 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13601
13602         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13603         unless plugged.  Disable the agent so that an open failure causes
13604         an error.
13605
13606         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13607         Reverted 2004-09-21 change.  The backend must be opened while
13608         synchronizing flags even when the backend stores the flags
13609         locally.
13610
13611 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13614         in `header' match.  Reported by Svend Tollak Munkejord.
13615
13616         * message.el (message-cite-original): Fix use of
13617         `message-cite-articles-with-x-no-archive'.
13618
13619 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13622         (gnus-window-to-buffer): Ditto.
13623
13624         * mml.el (mml-preview-buffer): New variable.
13625         (mml-preview): Manage window layout with gnus-buffer-configuration.
13626
13627         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13628         X-Draft-From header even if those articles aren't quoted.
13629
13630 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13631
13632         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13633         (gnus-request-set-mark, gnus-request-update-mark): Use new
13634         g-s-t-u-l-m to decide to use backend even when unplugged.
13635
13636 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13639         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13640
13641 2004-09-20  Simon Josefsson  <jas@extundo.com>
13642
13643         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13644         "utf-16-le".
13645
13646 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13647
13648         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13649
13650 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13651
13652         * uudecode.el (uudecode-use-external): Add :version.
13653
13654         * smime.el (smime-CA-file, smime-encrypt-cipher)
13655         (smime-dns-server): Add :version.
13656
13657         * smiley.el (gnus-smiley-file-types): Add :version.
13658
13659         * sha1.el (sha1-use-external): Add :version.
13660
13661         * pgg-def.el (pgg-query-keyserver): Add :version.
13662
13663         * nnmail.el (nnmail-fancy-expiry-targets)
13664         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13665         Add :version.
13666
13667         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13668         (nnimap-retrieve-groups-asynchronous): Add :version.
13669         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13670
13671         * mml.el (mml-content-disposition-parameters)
13672         (mml-insert-mime-headers-always): Add :version.
13673
13674         * mm-util.el (mm-coding-system-priorities): Add :version.
13675
13676         * mm-decode.el (mm-inline-text-html-with-images)
13677         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13678         (mm-verify-option): Add :version.
13679         (mm-text-html-renderer): Change :version.
13680
13681         * message.el (message-fcc-externalize-attachments)
13682         (message-required-headers, message-draft-headers)
13683         (message-subject-trailing-was-query)
13684         (message-subject-trailing-was-ask-regexp)
13685         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13686         (message-mark-insert-end, message-archive-header)
13687         (message-archive-note, message-cross-post-default)
13688         (message-cross-post-note, message-followup-to-note)
13689         (message-cross-post-note-function, message-use-mail-followup-to)
13690         (message-subscribed-address-functions)
13691         (message-subscribed-address-file, message-subscribed-addresses)
13692         (message-subscribed-regexps, message-allow-no-recipients)
13693         (message-yank-cited-prefix, message-signature-insert-empty-line)
13694         (message-hidden-headers, message-hierarchical-addresses)
13695         (message-mail-user-agent, message-use-idna)
13696         (message-valid-fqdn-regexp)
13697         (message-strip-special-text-properties, message-header-synonyms)
13698         (message-beginning-of-line, message-tab-body-function): Add :version.
13699         (message-insert-canlock, message-wide-reply-confirm-recipients):
13700         Change :version.
13701
13702         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13703         and :version.
13704         (mail-source-delete-old-incoming-confirm)
13705         (mail-source-movemail-program): Add :version.
13706
13707         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13708         (gnus-agent-cache, gnus-agent): Change :version.
13709
13710         * gnus-util.el (gnus-use-byte-compile): Change :version.
13711
13712         * gnus-sum.el (gnus-summary-make-false-root-always)
13713         (gnus-summary-default-high-score)
13714         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13715         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13716         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13717         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13718         (gnus-sum-thread-tree-single-indent)
13719         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13720         (gnus-sum-thread-tree-leaf-with-other)
13721         (gnus-sum-thread-tree-single-leaf): Add :version.
13722         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13723         (gnus-article-loose-mime): Change :version.
13724
13725         * gnus-start.el (gnus-backup-startup-file)
13726         (gnus-save-startup-file-via-temp-buffer): Add :version.
13727
13728         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13729         (gnus-server-offline-face): Add :version.
13730
13731         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13732
13733         * gnus-msg.el (gnus-gcc-externalize-attachments)
13734         (gnus-debug-files, gnus-debug-exclude-variables)
13735         (gnus-discouraged-post-methods): Change :version.
13736         (gnus-confirm-mail-reply-to-news)
13737         (gnus-confirm-treat-mail-like-news): Add :version.
13738
13739         * gnus-int.el (gnus-server-unopen-status): Add :version.
13740
13741         * gnus-group.el (gnus-group-jump-to-group-prompt)
13742         (gnus-large-ephemeral-newsgroup)
13743         (gnus-fetch-old-ephemeral-headers): Add :version.
13744
13745         * gnus-fun.el (gnus-x-face-directory)
13746         (gnus-convert-pbm-to-x-face-command)
13747         (gnus-convert-image-to-x-face-command)
13748         (gnus-convert-image-to-face-command): Add :version.
13749
13750         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13751
13752         * gnus-cite.el (gnus-cite-blank-line-after-header)
13753         (gnus-article-boring-faces): Add :version.
13754
13755         * gnus-art.el (gnus-buttonized-mime-types)
13756         (gnus-inhibit-mime-unbuttonizing)
13757         (gnus-treat-display-face)
13758         (gnus-treat-body-boundary): Change :version.
13759         (gnus-body-boundary-delimiter, gnus-picon-databases)
13760         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13761         (gnus-treat-date-english, gnus-treat-fold-headers)
13762         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13763         (gnus-treat-mail-picon, gnus-treat-wash-html)
13764         (gnus-article-encrypt-protocol)
13765         (gnus-use-idna, gnus-article-over-scroll)
13766         (gnus-mime-display-multipart-alternative-as-mixed)
13767         (gnus-mime-display-multipart-related-as-mixed)
13768         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13769         (gnus-ctan-url, gnus-button-ctan-handler)
13770         (gnus-button-handle-ctan-bogus-regexp)
13771         (gnus-button-ctan-directory-regexp)
13772         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13773         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13774         (gnus-button-man-level, gnus-button-emacs-level)
13775         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13776
13777         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13778         (gnus-agent-go-online): Change :version.
13779         (gnus-agent-expire-unagentized-dirs)
13780         (gnus-agent-auto-agentize-methods): Add :version.
13781
13782         * flow-fill.el (fill-flowed-display-column)
13783         (fill-flowed-encode-column): Add :version.
13784
13785         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13786         (gnus-outlook-deuglify-unwrap-max)
13787         (gnus-outlook-deuglify-cite-marks)
13788         (gnus-outlook-deuglify-unwrap-stop-chars)
13789         (gnus-outlook-deuglify-no-wrap-chars)
13790         (gnus-outlook-deuglify-attrib-cut-regexp)
13791         (gnus-outlook-deuglify-attrib-verb-regexp)
13792         (gnus-outlook-deuglify-attrib-end-regexp)
13793         (gnus-outlook-display-hook): Add :version.
13794
13795         * binhex.el (binhex-use-external): Add :version.
13796
13797 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13800         and `invisible'.
13801
13802 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13803
13804         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13805         in gnus-registry-trim.
13806
13807 2004-09-13  Simon Josefsson  <jas@extundo.com>
13808
13809         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13810
13811         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13812
13813         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13814         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13815         <yamaoka@jpl.org>.
13816         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13817         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13818         <yamaoka@jpl.org>.
13819
13820         * sieve.el (sieve-manage-mode): Ditto.
13821
13822 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13823
13824         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13825
13826 2004-09-11  Simon Josefsson  <jas@extundo.com>
13827
13828         * dns-mode.el: Add.
13829
13830         * mm-view.el (mm-display-dns-inline): Add.
13831
13832         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13833         (mm-automatic-display): Ditto.
13834
13835         * mailcap.el (mailcap-mime-data): Add text/dns.
13836         (mailcap-mime-extensions): Map .soa to text/dns.
13837
13838 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13839
13840         * gnus-art.el (article-decode-mime-words, article-babel)
13841         (gnus-article-highlight-signature, gnus-article-add-buttons)
13842         (gnus-signature-toggle): Remove unnecessary bindings of
13843         `inhibit-read-only' inherited from v5.10 merge.
13844
13845 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * nntp.el (nntp): New customization group.
13848         (nntp-authinfo-file): Add customization group.
13849
13850         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13851
13852         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13853
13854         * gnus.el (to-address, to-list, subscribed)
13855         (large-newsgroup-initial): Ditto.
13856
13857         * flow-fill.el (fill-flowed-display-column)
13858         (fill-flowed-encode-column): Ditto.
13859
13860 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13861
13862         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13863         Use point-min rather than 1.
13864         (message-send-mail): Use buffer-size rather than point-max.
13865
13866         * gnus-sum.el (gnus-summary-search-article-forward):
13867         Signal a specific `search-failed' rather than a generic `error'.
13868
13869         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13870         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13871         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13872
13873 2004-09-10  Simon Josefsson  <jas@extundo.com>
13874
13875         * nndb.el (require): Remove tcp and duplicate cl.
13876
13877 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * gnus-agent.el (directory-files-and-attributes): Move forward.
13880
13881 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13882
13883         * gnus-agent.el (directory-files-and-attributes): Optionally
13884         defined to support XEmacs.
13885
13886 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13887
13888         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13889         to avoid run-time CL dependencies.
13890         (gnus-agent-unfetch-articles): New function.
13891         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13892         article numbers even when local .overview file is missing.
13893         (gnus-agent-read-article-number): New function.  Only accepts
13894         27-bit article numbers.
13895         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13896         gnus-agent-read-article-number.
13897         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13898         from backend while recognizing that article numbers in .overview
13899         must be valid.
13900         (gnus-agent-update-files-total-fetched-for): Use
13901         directory-files-and-attributes to improve performance.
13902         * gnus-int.el (gnus-request-move-article): Use
13903         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13904         improve performance.
13905
13906         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13907         some users confused by references to .newsrc when they only have a
13908         .newsrc.eld file.
13909         (gnus-convert-mark-converter-prompt)
13910         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13911         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13912         New function.  Used internally to only display 'gnus converting
13913         files' message when actually necessary.
13914
13915         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13916         methods now autoloaded.
13917
13918 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13921         identifiers.
13922
13923 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13924
13925         * gnus-picon.el: Fix indentation and closing parenthesis.
13926
13927 2004-09-01  Simon Josefsson  <jas@extundo.com>
13928
13929         * message.el (message-canlock-generate): Require sha1, not
13930         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13931         to require within a function.  Sadly, if sha1.el isn't loaded, the
13932         let binding in m-c-g will hide the defcustom definition, which is
13933         bad.)
13934
13935         * canlock.el: Require sha1, not sha1-el.
13936
13937         * message.el: Don't autoload sha1 (there is a autoload cookie in
13938         sha1.el).
13939
13940         * sha1-el.el: Renamed to sha1.el.
13941
13942 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13943
13944         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13945
13946 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13947
13948         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13949
13950 2004-08-30  Kim F. Storm  <storm@cua.dk>
13951
13952         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13953
13954         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13955         Add :group 'nnimap.
13956
13957 2004-08-30  Andreas Schwab  <schwab@suse.de>
13958
13959         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13960         ?* and ?\;.
13961
13962         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13963         and ?\' to symbol instead of whitespace.
13964
13965 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13968
13969         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13970         instead of re-search-forward.
13971
13972         * gnus-uu.el (gnus-uu-save-article): Ditto.
13973         (gnus-uu-post-encode-uuencode): Ditto.
13974
13975         * html2text.el (html2text-clean-list-items): Ditto.
13976         (html2text-clean-dtdd): Ditto.
13977         (html2text-format-tags): Ditto.
13978
13979         * message.el (message-send-mail-with-sendmail): Fix regexp.
13980         (message-fill-field-general): Use search-forward instead of
13981         re-search-forward.
13982         (unbold-region): Ditto.
13983
13984         * nnrss.el (nnrss-request-article): Ditto.
13985
13986         * nnslashdot.el (nnslashdot-request-article): Ditto.
13987
13988         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13989
13990         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13991         "Unrecognized menu descriptor" error in XEmacs.
13992
13993 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13994
13995         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13996         parent article of a sparse article in the thread hashtb.
13997
13998 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13999
14000         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14001         (nnmail-expand-newtext): Lowercase expanded entries if
14002         nnmail-split-lowercase-expanded is non-nil.
14003
14004 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14007
14008         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14009         of gnus-tmp-news-method into string under XEmacs.  It will be
14010         passed to gnus-correct-length which takes only a string argument.
14011
14012 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * gnus-util.el (gnus-bind-print-variables): New macro.
14015         (gnus-prin1): Use it.
14016         (gnus-prin1-to-string): Use it.
14017         (gnus-pp): New function.
14018         (gnus-pp-to-string): New function.
14019
14020         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14021         Replace pp-to-string with gnus-pp-to-string.
14022         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14023         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14024         * gnus-msg.el (gnus-debug): Ditto.
14025         * gnus-score.el (gnus-score-save): Ditto.
14026         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14027         gnus-pp-to-string.
14028         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14029         with gnus-pp.
14030         * score-mode.el (gnus-score-pretty-print): Ditto.
14031         * webmail.el (webmail-debug): Ditto.
14032
14033 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-art.el (article-display-face, article-display-x-face):
14036         Use buffer-read-only.
14037
14038 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * gnus-art.el (article-hide-list-identifiers):
14041         Bind inhibit-read-only as t.
14042
14043 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14046
14047 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14048
14049         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14050         (gnus-narrow-to-page): Don't assume point-min == 1.
14051         (gnus-article-edit-mode): Derive from message-mode.
14052
14053         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14054         point-min == 1.
14055
14056         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14057         Disable incorrect use of `assert'.
14058
14059         * message.el (message-mode): Set comment-start-skip.
14060
14061
14062 2004-08-22  Sam Steingold  <sds@gnu.org>
14063
14064         * pop3.el (pop3-leave-mail-on-server): New user variable.
14065         (pop3-movemail): Delete mail only when it is nil.
14066
14067 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14070
14071         * mml.el (mml-preview): Use `pop-to-buffer'.
14072
14073         * message.el (message-goto-mail-followup-to): Insert after "To".
14074         (message-carefully-insert-headers): Add comment.
14075
14076         * gnus.el: Remove unused variable `gnus-article-check-size'.
14077
14078         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14079
14080         * gnus-art.el (gnus-button-alist): Improve
14081         `gnus-button-handle-library' entry.
14082
14083 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14084
14085         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14086         downcase, since XEmacs capitalizes error messages differently.
14087
14088 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14089
14090         * nntp.el: Add (require 'gnus) due to reference to
14091         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14092
14093 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14094
14095         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14096         `mm-fill-flowed'.
14097
14098         * mm-decode.el (mm-dissect-singlepart): Check it.
14099
14100 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14101
14102         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14103         'imap' for netrc parsing.
14104
14105 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * mailcap.el (mailcap-mime-data): Mark as risky.
14108
14109 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14112         may be included in the encoded word.
14113         (rfc2047-encode): Don't append a space if the encoded word
14114         includes close parenthesis.
14115
14116 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14119         of text within parentheses.
14120
14121 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14122
14123         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14124         (gnus-encrypt-write-file-contents): Make the password key the file
14125         name PLUS the cipher, not just the cipher.  Also remove failed
14126         passwords from the cache.
14127
14128 2004-08-06  Simon Josefsson  <jas@extundo.com>
14129
14130         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14131         fix.
14132
14133 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14136         LWSP.
14137
14138 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14139
14140         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14141         to append in-reply-to: data to the references: header.
14142
14143         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14144         (netrc-parse): Use gnus-encrypt.el functions.
14145
14146         * gnus-encrypt.el: Add new file for encryption support; currently
14147         does only a few GPG ciphers and an internal XOR cipher.
14148
14149         * password.el: Add comments on using password-read-and-add.
14150         (password-read-and-add): Add function to read and add the
14151         password to the cache at once.
14152
14153 2004-07-28  Simon Josefsson  <jas@extundo.com>
14154
14155         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14156         parameter (but don't use it, for now).
14157
14158         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14159         instead of hard coding to nil.
14160
14161 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14164         as mm-inline-image-xemacs does.
14165
14166 2004-07-26  Simon Josefsson  <jas@extundo.com>
14167
14168         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14169         Revert part of 2004-07-17 change below.
14170
14171 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14174         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14175
14176 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14177
14178         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14179         quotes that actually start with ">" at the beginning of the
14180         lines.
14181
14182 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * rfc2047.el (rfc2047-encode-region): Fix last change.
14185         (rfc2047-encode-parameter): Remove useless concat.
14186
14187 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14190         encode special characters; fix some kind of misconfigured headers;
14191         signal a real error if debug-on-quit or debug-on-error is non-nil.
14192         (rfc2047-encode-max-chars): New variable.
14193         (rfc2047-encode-1): Use it.
14194         (rfc2047-encode-parameter): New function.
14195
14196         * mml.el (mml-insert-parameter): Remove an excessive space.
14197
14198 2004-07-17  Simon Josefsson  <jas@extundo.com>
14199
14200         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14201         Kai Grossjohann <kai@emptydomain.de>.
14202         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14203         (gnus-group-make-menu-bar): Ditto.
14204
14205         * gnus-util.el (gnus-group-server): Add.
14206
14207 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14208
14209         * message.el (message-clone-locals): Clone sendmail and smtp
14210         variables.
14211
14212 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * rfc2047.el (rfc2047-encode-region): Fix last change.
14215
14216 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14219         characters as non-special.
14220
14221 2004-07-09  Simon Josefsson  <jas@extundo.com>
14222
14223         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14224         Users will lose all flag changes made while unplugged with
14225         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14226         good default.  See numerous reports on ding mailing list.
14227
14228 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14231         add generate-head-function and generate-article-function to the
14232         rfc822-forward entry.
14233         (nndoc-rfc822-forward-generate-article): New function.
14234         (nndoc-rfc822-forward-generate-head): New function.
14235
14236         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14237
14238 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14239
14240         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14241         respect display group parameter and gnus-summary-expunge-below.
14242         (gnus-articles-to-read): Remove unused reference to display group
14243         parameter.
14244
14245 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14246
14247         * nnheader.el (nnheader-uniquify-message-id): New experimental
14248         variable.
14249         (nnheader-nov-read-message-id): Use it.
14250
14251         * spam-report.el (spam-report-gmane): Add interactive.
14252
14253 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14256         qp-or-base64 for the application/* types.
14257
14258 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14259
14260         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14261
14262 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14263
14264         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14265         trim value.
14266
14267 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14268
14269         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14270         New macro and function.
14271         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14272
14273 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14276         after-load-alist.
14277
14278 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14279
14280         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14281         update info that isn't there.
14282
14283 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14284
14285         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14286         entry.
14287
14288 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * mm-view.el (mm-inline-render-with-function): Use multibyte
14291         buffer; decode html source by charset.
14292
14293         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14294
14295         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14296         Mule-UCS is loaded under XEmacs.
14297         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14298
14299 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14300
14301         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14302
14303 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * mm-util.el (mm-coding-system-p): Return a coding-system.
14306         (mm-mime-mule-charset-alist): Use shift_jis instead of
14307         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14308         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14309         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14310         instead of japanese-shift-jis and iso-latin-1 respectively in
14311         order to share the default value with both Emacs and XEmacs-mule.
14312         (mm-mule-charset-to-mime-charset): Make
14313         mm-coding-system-priorities effective.
14314         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14315         while predicating of candidates upon the priorities.
14316
14317 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14318
14319         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14320         gnus-uu-invert-processable.
14321
14322         * gnus.el: Autoload gnus-uu-invert-processable.
14323
14324 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * mm-util.el (mm-with-multibyte-buffer): New macro.
14327
14328         * rfc2047.el (rfc2047-encode-string): Use it.
14329         (rfc2047-encode-region): Move point to the end of the region after
14330         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14331
14332 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14335         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14336
14337 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14340         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14341         Karl Chen <quarl@nospam.quarl.org>.
14342
14343 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14344
14345         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14346         invalid addresses.
14347
14348 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14349
14350         * spam.el: Change section markers, revise TODO list.
14351         (spam-backends): Make new master list of all installed backends.
14352         (spam-summary-exit-behavior): Add new variable to determine how
14353         messages moves are done at summary exit.
14354         (spam-move-spam-nonspam-groups-only)
14355         (spam-process-ham-in-nonham-groups)
14356         (spam-process-ham-in-spam-groups): Remove variables, the
14357         spam-summary-exit-behavior variable should be used to manage this
14358         behavior.
14359         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14360         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14361         and spam-old-spam-articles.
14362         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14363         Add empty variables, placeholders for the backends they represent.
14364         (spam-set-difference): Move, unchanged.
14365         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14366         unless the user has a processor variable.
14367         (spam-classifications, spam-classification-valid-p)
14368         (spam-backend-properties, spam-backend-property-valid-p)
14369         (spam-backend-function-type-valid-p)
14370         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14371         (spam-report-articles-gmane, spam-report-articles-resend):
14372         Remove functions, they are not needed.
14373         (spam-install-backend-super, spam-backend-list)
14374         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14375         (spam-backend-function, spam-backend-ham-registration-function)
14376         (spam-backend-spam-registration-function)
14377         (spam-backend-ham-unregistration-function)
14378         (spam-backend-spam-unregistration-function)
14379         (spam-backend-statistical-p, spam-backend-mover-p)
14380         (spam-install-backend-alias, spam-install-checkonly-backend)
14381         (spam-install-mover-backend, spam-install-nocheck-backend)
14382         (spam-install-backend, spam-install-statistical-backend)
14383         (spam-install-statistical-checkonly-backend): Add backend installation
14384         support.
14385         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14386         (spam-group-processor-p): Use the new backend code and respect the
14387         summary exit behavior.
14388         (spam-mark-spam-as-expired-and-move-routine): Remove.
14389         (spam-summary-prepare): Change to use the new spam-old-articles
14390         variable.
14391         (spam-copy-or-move-routine, spam-copy-spam-routine)
14392         (spam-move-spam-routine, spam-copy-ham-routine)
14393         (spam-move-ham-routine): Add code to copy/move ham or spam.
14394         (spam-fetch-field-fast): Improve doc and code, plus allow the
14395         'number request.
14396         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14397         variables.
14398         (spam-split, spam-find-spam): Use the new backend code.
14399         (spam-registration-functions): Remove variable.
14400         (spam-unregister-routine): Add convenience wrapper.
14401         (spam-log-undo-registration, spam-register-routine)
14402         (spam-log-processing-to-registry)
14403         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14404         where possible.
14405         (spam-check-gmane-xref, spam-check-regex-headers)
14406         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14407         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14408         (spam-check-bogofilter-headers, spam-check-spamoracle)
14409         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14410         (spam-check-crm114-headers): Use the spam-split-group that
14411         spam-split prepares, no need to determine it every time.
14412
14413         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14414         to the nnheader-parse-naked-head call.
14415
14416         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14417
14418         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14419         the nnheader-nov-read-message-id call.
14420
14421 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14424         gnus-activate-group twice.  Suggested by Markus Peter
14425         <warp@spin.de>.
14426
14427 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * gnus-art.el (gnus-article-time-format): Exchange the order of
14430         day and month in the default value; fix customization type.
14431         (article-date-ut): Use add-text-properties.
14432         (article-make-date-line): Use message-make-date instead of
14433         current-time-string.
14434
14435         * message.el (message-fetch-field): Don't use set-text-properties.
14436         (message-make-date): Simplify.
14437
14438         * messagexmas.el (message-xmas-make-date): New function.
14439         (message-xmas-redefine): Defalias message-make-date to it.
14440
14441 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14444         (rfc2047-encode-region): Treat text within parentheses as special;
14445         show the original text when error has occurred.
14446
14447         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14448         already-computed method to gnus-activate-group.
14449
14450         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14451         same select-methods identical Lisp objects.
14452
14453         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14454         object when modifying the info.
14455
14456 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14459         gnus-opened-servers since it has never been opened with the new
14460         configuration yet.
14461
14462 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14465         arg to nnheader-generate-fake-message-id.
14466
14467 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14468
14469         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14470         number and build a fake message ID localized to a group and
14471         article number (so it's repeatable from that point on).
14472         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14473         ID format.
14474
14475         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14476         nnheader-generate-fake-message-id with the article number.
14477
14478 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14479
14480         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14481         end-of-buffer.
14482
14483 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14484
14485         * message.el (message-ignored-supersedes-headers): Add Approved.
14486
14487 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14490         goto-char.
14491         (rfc2047-encode): Fold the line before encoding.
14492
14493 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14494
14495         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14496         folding -- not all headers can be folded, and this should be done
14497         by the message composition mode.  Probably.  I think.
14498
14499 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14502         fast.
14503
14504         * gnus-ems.el (gnus-remove-image): Don't use
14505         message-text-with-property; remove only the image found first.
14506
14507         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14508         found first.
14509
14510 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14511
14512         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14513
14514 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * message.el (message-text-with-property): Make it fast and accept
14517         optional arguments.
14518         (message-strip-forbidden-properties): Use it.
14519         (message-fix-before-sending): Follow the m-t-w-p change.
14520
14521         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14522
14523 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * gnus-art.el (article-hide-headers): Don't change the buffer
14526         mistakenly when performing mml-preview even if
14527         gnus-single-article-buffer is nil.
14528
14529 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14530
14531         * message.el (message-expand-name-databases): New user option.
14532         (message-expand-name): Use it.
14533
14534 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14535
14536         * spam.el (spam-report-articles-resend)
14537         (spam-report-resend-register-routine): Allow ham reporting.
14538         (spam-report-resend-register-ham-routine): Add wrapper.
14539         (spam-registration-functions): Add ham resending functions.
14540         (spam-list-of-processors): Add ham resend processor.
14541
14542         * gnus.el (ham-resend-to): Add new group parameter.
14543         (spam-process): Add ham resend option.
14544
14545         * spam-report.el (spam-report-resend): Allow reporting ham.
14546         (spam-report-resend-ham): Add wrapper.
14547
14548 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14549
14550         * message.el (message-cite-articles-with-x-no-archive): New
14551         variable.
14552         (message-cite-original): Use it.
14553
14554 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14555
14556         * message.el (message-cite-original): Respect X-No-Archive.
14557
14558 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * gnus-art.el (article-hide-headers): Refer to the values for
14561         gnus-ignored-headers and gnus-visible-headers in the summary
14562         buffer since a user may have set them as group parameters.
14563
14564 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14565
14566         * assistant.el (assistant-node-name): Add convenience function.
14567         (assistant-render-text, assistant-render-node): Add error handling,
14568         plus handle multiple next nodes.
14569         (assistant-find-next-node): Comment out for now.
14570         (assistant-find-next-nodes): Add function, returns list of next
14571         nodes.
14572
14573 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14574
14575         * mail-source.el (mail-source-directory): Fix doc-string.
14576
14577 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14578
14579         * assistant.el (assistant-render-text, assistant-eval): Add :set
14580         widget type, which is different because it takes and returns a
14581         list.  Much hilarity ensues.
14582
14583 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14584
14585         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14586
14587         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14588         doc-string.
14589
14590         * gnus-start.el (gnus-activate-group): Added doc-string.
14591
14592 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14593
14594         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14595
14596 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14597
14598         * assistant.el (assistant-render-text): Try to add a :set
14599         widget, more to come.
14600
14601         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14602         strings.
14603         (spam-report-articles-resend)
14604         (spam-register-routine): Do registration iff any articles warrant
14605         it.
14606         (spam-summary-prepare-exit): Change log message for nil group
14607         destinations.
14608
14609 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14610
14611         * spam.el (spam-report-resend-register-routine): Allow
14612         spam-report-resend-to to be a group parameter or a global value.
14613
14614 2004-05-26  Simon Josefsson  <jas@extundo.com>
14615
14616         * starttls.el: Merge with my GNUTLS based starttls.el.
14617         (starttls-gnutls-program, starttls-use-gnutls)
14618         (starttls-extra-arguments, starttls-process-connection-type)
14619         (starttls-connect, starttls-failure, starttls-success): New
14620         variables.
14621         (starttls-program, starttls-extra-args): Doc fix.
14622         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14623         functions.
14624         (starttls-negotiate, starttls-open-stream): Check
14625         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14626         function if it is set.
14627
14628 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14631         structured fields.
14632
14633 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14636
14637 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14638
14639         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14640         variable.
14641         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14642         assigning the spam-mark to new messages.
14643
14644 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14645
14646         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14647
14648 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14651
14652         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14653         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14654         default.
14655
14656 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14657
14658         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14659         correct data.
14660
14661 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14662
14663         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14664         (spam-group-processor-p): Fix function.
14665         (spam-group-processor-multiple-p)
14666         (spam-group-spam-processor-report-gmane-p)
14667         (spam-group-spam-processor-report-resend-p)
14668         (spam-group-spam-processor-bogofilter-p)
14669         (spam-group-spam-processor-blacklist-p)
14670         (spam-group-spam-processor-ifile-p)
14671         (spam-group-ham-processor-ifile-p)
14672         (spam-group-spam-processor-spamoracle-p)
14673         (spam-group-spam-processor-crm114-p)
14674         (spam-group-ham-processor-bogofilter-p)
14675         (spam-group-spam-processor-stat-p)
14676         (spam-group-ham-processor-stat-p)
14677         (spam-group-ham-processor-whitelist-p)
14678         (spam-group-ham-processor-BBDB-p)
14679         (spam-group-ham-processor-spamoracle-p)
14680         (spam-group-ham-processor-copy-p): Remove functions with some
14681         prejudice against unneeded code.
14682         (spam-report-articles-resend)
14683         (spam-report-resend-register-routine): Allow the group/topic
14684         spam-resend-to value to override spam-report-resend-to.
14685         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14686         properly now.
14687
14688         * gnus.el (spam-resend-to): Add group/topic parameter.
14689         (spam-process): Move the OBSOLETE processors to the end of the
14690         choices.
14691
14692 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14693
14694         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14695         with resend-to set to nil, and then ask the user if necessary.
14696         (spam-report-resend): spam-report-resend takes a list of articles, not
14697         separate article numbers.
14698
14699 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14702         addition to emacs-w3m.
14703
14704 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14705
14706         * assistant.el (assistant-authinfo-data): New function.
14707         (assistant-eval): Eval for entire assistant.
14708
14709         * netrc.el (netrc-services-file): New variable.
14710         (netrc-parse-services): New function.
14711         (netrc-find-service-name): New function.
14712         (netrc-find-service-number): New function.
14713         (netrc-port-equal): New function.
14714         (netrc-machine): Use it.
14715
14716         * nnimap.el (nnimap-open-connection): Use netrc.
14717
14718         * gnus-util.el (gnus-netrc-get): Remove aliases.
14719
14720         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14721
14722         * assistant.el (wid-edit): Fix compilation.
14723
14724         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14725
14726 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14727
14728         * gnus-util.el (gnus-set-file-modes): New function.  (small
14729         patch).
14730
14731 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14732
14733         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14734
14735         * assistant.el (assistant-render-node): Fix up rendering and
14736         read-only text.
14737         (assistant-render-node): Reset.
14738         (assistant-make-read-only): Not sticky.
14739
14740 2004-05-20  Danny Siu  <dsiu@adobe.com>
14741
14742         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14743         centered even when gnus-auto-center-summary is t.
14744
14745 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14746
14747         * dns.el (dns-get-txt-answer): New function.
14748         (dns-read-txt): Ditto.
14749         (query-dns): Use it.
14750
14751 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14754         active for foreign groups even if the group level is higher than
14755         the specified value.
14756
14757 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14758
14759         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14760         non-active groups.
14761
14762         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14763
14764 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14765
14766         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14767
14768 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14769
14770         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14771         (spam-crm114-header, spam-crm114-spam-switch)
14772         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14773         (spam-crm114-positive-spam-header)
14774         (spam-crm114-database-directory, spam-list-of-processors)
14775         (spam-group-spam-processor-crm114-p)
14776         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14777         (spam-generic-score, spam-list-of-checks)
14778         (spam-list-of-statistical-checks, spam-registration-functions)
14779         (spam-check-crm114-headers, spam-crm114-score)
14780         (spam-check-crm114, spam-crm114-register-with-crm114)
14781         (spam-crm114-register-spam-routine)
14782         (spam-crm114-unregister-spam-routine)
14783         (spam-crm114-register-ham-routine)
14784         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14785         asjo@koldfront.dk (Adam Sjøgren).
14786
14787         * gnus.el: Add spam-use-crm114.
14788
14789         * spam.el (spam-list-of-processors, spam-registration-functions):
14790         Add spam-use-resend.
14791         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14792         (spam-report-articles-gmane): Add doc fix.
14793         (spam-report-articles-resend, spam-report-resend-register-routine):
14794         Add wrappers around spam-report-resend-to.
14795
14796         * spam-report.el (spam-report-resend-to, spam-report-resend):
14797         Add support for resending spam.
14798         (spam-report-gmane): Fix line length >80.
14799
14800         * gnus.el (spam-process): Add spam-use-resend.
14801
14802 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14803
14804         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14805         number of processed spam messages.
14806         (spam-ham-copy-or-move-routine): Return the number of processed
14807         ham messages.
14808         (spam-summary-prepare-exit): Use the above values to decide
14809         whether status messages shouled be displayed.
14810
14811 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14814         `rfc2047-encoding-function-alist' in order to avoid conflicting
14815         with the old version.
14816         (rfc2047-encode-region): Concatenate words containing non-ASCII
14817         characters in structured fields; don't encode space-delimited
14818         ASCII words even in unstructured fields; don't break words at
14819         char-category boundaries.
14820         (rfc2047-encode-1): New function.
14821         (rfc2047-encode): Use it; encode text so that it occupies the
14822         maximum width within 76-column; work correctly on Q encoding for
14823         iso-2022-* charsets.
14824         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14825         sure not to break a line just after the header name.
14826         (rfc2047-b-encode-region): Removed.
14827         (rfc2047-b-encode-string): New function.
14828         (rfc2047-q-encode-region): Removed.
14829         (rfc2047-q-encode-string): New function.
14830
14831         * mm-util.el (mm-replace-in-string): New function.
14832
14833 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14834
14835         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14836         get it right.
14837         (gnus-inews-make-draft): Really.
14838
14839 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14840
14841         * nnmh.el (nnmh-request-list-1): Don't check the link count
14842         before descending.  (small patch)
14843
14844 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14845
14846         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14847         stuff.
14848
14849         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14850         on real group name.
14851
14852         * gnus-art.el (gnus-signature-limit): Doc fix.
14853
14854         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14855
14856         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14857
14858 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14859
14860         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14861         isn't a string.
14862
14863 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14864
14865         * gnus-draft.el (gnus-draft-send): Bind
14866         rfc2047-encode-encoded-words.
14867
14868         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14869         (rfc2047-encodable-p): Say that =? needs encoding.
14870         (rfc2047-encode-encoded-words): New variable.
14871
14872         * gnus-group.el (gnus-group-select-group): Doc fix.
14873
14874         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14875
14876         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14877         to nil.
14878
14879         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14880
14881         * nnheader.el (nnheader-get-lines-and-char): New function.
14882
14883 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * gnus-msg.el (gnus-summary-followup-with-original): Document
14886         yanking of region when active.
14887
14888 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14891         groups if the group level is higher than the specified value.
14892
14893 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14896         (gnus-group-jump-to-group): Added prefix argument using
14897         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14898         non-active group.
14899
14900         * compface.el (uncompface): Be verbose when changing
14901         `uncompface-use-external'.
14902
14903         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14904         handle manual section.
14905
14906 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14907
14908         * gnus-art.el (gnus-button-alist): Revert previous change.
14909
14910 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14911
14912         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14913
14914 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14915
14916         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14917         whether backend can accept message.
14918
14919         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14920
14921 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14922
14923         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14924         Avoid creating directory when nntp-marks-is-evil is true.
14925         Reported by Reiner Steib.
14926
14927 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * gnus-picon.el (gnus-picon-style): New variable.
14930         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14931         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14932         Jesper Harder <harder@ifa.au.dk>.
14933
14934 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14935
14936         * message.el (message-fill-field): Return point.
14937         (message-generate-headers): Go to end of field.
14938
14939         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14940         stuff for non-living groups.
14941
14942 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14943
14944         * gnus-art.el (gnus-article-followup-with-original)
14945         (gnus-article-reply-with-original): gnus-mark-active-p ->
14946         gnus-region-active-p.
14947
14948 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14949
14950         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14951         only when there is spam or ham to be processed.
14952
14953 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14954
14955         * mail-source.el (mail-source-delete-crash-box): Refactor.
14956         (mail-source-fetch): Use it.
14957         (mail-source-fetch-file): Ditto.
14958         (mail-source-fetch-directory): Run postscript in loop.
14959         (mail-source-fetch-pop): Delete.
14960         (mail-source-fetch-maildir): Ditto.
14961         (mail-source-fetch-imap): Ditto.
14962
14963         * imap.el (imap-authenticators): Comment out sasl.
14964
14965         * message.el (message-skip-to-next-address): New function.
14966         (message-fill-header-address): Refactor.
14967         (message-fill-address): Use it.
14968         (message-delete-address): Use it.
14969         (message-fill-header-general): Refactor.
14970         (message-fill-field-address): Rename.
14971         (message-narrow-to-field): Find the start of the header.
14972         (message-header-format-alist): Don't pre-fill.
14973         (message-fill-header): Removed.
14974         (message-insert-header): New function.
14975         (message-shorten-references): Use it.
14976
14977         * rfc2047.el (rfc2047-field-value): Strip props.
14978
14979         * mail-parse.el (mail-header-make-address): New alias.
14980
14981         * ietf-drums.el (ietf-drums-make-address): New function.
14982
14983         * imap.el: Add compiler directives.
14984
14985         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14986
14987         * gnus-art.el (article-decode-idna-rhs): Don't use
14988         message-idna-inside-rhs-p.
14989
14990 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14991
14992         * message.el (message-idna-inside-rhs-p): Removed.
14993         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14994
14995         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14996         false positives.
14997
14998 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14999
15000         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15001
15002 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15003
15004         * nneething.el (nneething-file-name): Don't create spurious
15005         files.
15006
15007         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15008         (gnus-inews-do-gcc): Remove sleep.
15009
15010         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15011         part under point.
15012
15013         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15014         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15015
15016 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15017
15018         * spam.el (spam-summary-prepare-exit): Fixed (length).
15019
15020 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15021
15022         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15023         as expired without moving it" message when there are spam
15024         messages left.
15025
15026 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15027
15028         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15029         header is not nil.
15030
15031 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15032
15033         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15034         nntp-possibly-create-directory, not nntp-possibly-change-group.
15035         (nntp-marks-changed-p): New arg SERVER.
15036         (nntp-request-update-info): Adjust caller.
15037
15038 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15039
15040         * nntp.el (nntp-save-marks): Pass missing arg.
15041
15042 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15043
15044         * nntp.el: Support marks.
15045         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15046         (nntp-marks-modtime, nntp-marks-directory): New variables.
15047         (nntp-request-set-mark, nntp-request-update-info)
15048         (nntp-possibly-create-directory, nntp-marks-changed-p)
15049         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15050         functions.
15051
15052 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15053
15054         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15055         (gnus-xmas-redefine): Rename.
15056
15057         * gnus-score.el (gnus-score-insert-help): Use
15058         gnus-select-lowest-window.
15059
15060         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15061         appt-select-lowest-window and rename to gnus-select-lowest-window.
15062
15063         * gnus.el: do.
15064
15065 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15066
15067         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15068         encodings of MIME-encoded words, in order to improve
15069         interoperability with several broken MUAs.
15070
15071 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15072
15073         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15074         tags, only when charsets are not specified in headers.
15075         (mm-inline-text-html-render-with-w3m): Ditto.
15076
15077         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15078         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15079
15080 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15081
15082         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15083         instead of MIME-decoded from fields when checking
15084         `gnus-article-address-banner-alist'.
15085
15086 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15087
15088         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15089         description rather than subject.
15090
15091 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15092
15093         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15094
15095 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15096
15097         * gnus.el (gnus-version-number): Bump.
15098
15099 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15100
15101         * gnus.el: No Gnus v0.2 is released.
15102
15103 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15104
15105         * gnus-agent.el (gnus-agent-read-agentview): Inline
15106         gnus-uncompress-range.
15107
15108 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15109
15110         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15111         `exec-installed-p'.
15112
15113 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15114
15115         * gnus.el (spam-process, spam-autodetect-methods): Add
15116         bsfilter and bsfilter-headers.
15117
15118         * spam.el (spam-bsfilter): New customize group.
15119         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15120         (spam-bsfilter-header, spam-bsfilter-probability-header)
15121         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15122         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15123         (spam-bsfilter-database-directory): New options.
15124         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15125         (spam-list-of-statistical-checks, spam-registration-functions):
15126         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15127         (spam-bsfilter-score): New command.
15128         (spam-check-bsfilter-headers, spam-check-bsfilter)
15129         (spam-bsfilter-register-with-bsfilter)
15130         (spam-bsfilter-register-spam-routine)
15131         (spam-bsfilter-unregister-spam-routine)
15132         (spam-bsfilter-register-ham-routine)
15133         (spam-bsfilter-unregister-ham-routine): New functions.
15134         (spam-generic-score): Support bsfilter; Accept an optional argument
15135         to recalcurate spam score even if scoring header has already been
15136         added.
15137         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15138         optional argument to recalcurate spam score even if scoring header
15139         has already been added.
15140
15141 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15142
15143         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15144         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15145         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15146         link is missing.
15147
15148 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15149
15150         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15151         (html2text-get-attr): Rewrite.
15152
15153         * message.el (message-setup-1): Remove redundant put-text-property
15154         on mail-header-separator.
15155
15156 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15157
15158         * gnus-registry.el (gnus-registry-cache-whitespace)
15159         (gnus-registry-action, gnus-registry-spool-action)
15160         (gnus-registry-split-fancy-with-parent): Change message levels
15161         from 5 to 3 or 7, as needed.
15162
15163         * spam.el (spam-summary-prepare-exit)
15164         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15165         (spam-split, spam-find-spam, spam-log-undo-registration)
15166         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15167         level from 5 to 6.
15168
15169 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15172         2004-03-04 change).
15173
15174 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15175
15176         * sieve-manage.el (sieve-manage-open):
15177         * nnweb.el (nnweb-insert-html):
15178         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15179         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15180         * nnspool.el (nnspool-request-group):
15181         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15182         * nnml.el (nnml-request-update-info):
15183         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15184         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15185         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15186         (nnimap-request-set-mark):
15187         * nnfolder.el (nnfolder-request-update-info):
15188         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15189         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15190         * gnus-uu.el (gnus-uu-find-articles-matching):
15191         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15192         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15193         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15194         * gnus-nocem.el (gnus-nocem-scan-groups):
15195         * gnus-int.el (gnus-start-news-server):
15196         * gnus-group.el (gnus-group-make-kiboze-group)
15197         (gnus-group-browse-foreign-server):
15198         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15199         Use mapc when appropriate.
15200
15201 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15202
15203         FIXME: Make separate entries for each person.
15204
15205         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15206         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15207         <shields@msrl.com>:
15208
15209         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15210         may need for spam sorting and scoring.
15211         (spam-user-format-function-S): Add user format function suitable for
15212         general use.
15213         (spam-article-sort-by-spam-status): Add sorting function for summary
15214         sorting.
15215         (spam-extra-header-to-number): Add function to get a score from a
15216         header.
15217         (spam-summary-score): Add function to get a numeric score from the
15218         headers.
15219         (spam-generic-score): Fix function doc, was in wrong place.
15220         (spam-initialize): Take symbols when it's run, and install the
15221         extra headers that spam-necessary-extra-headers thinks we need.
15222
15223 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15224
15225         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15226         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15227
15228 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15229
15230         * gnus-sum.el (gnus-set-global-variables)
15231         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15232         (gnus-article-get-xrefs, gnus-summary-best-group)
15233         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15234         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15235         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15236         Use with-current-buffer.
15237
15238 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15239
15240         * spam.el (spam-summary-prepare-exit): Simplify logic.
15241         (spam-fetch-article-header): Read the article header if it's not
15242         available.
15243         (spam-list-articles): Simplify logic.
15244         (spam-filelist-register-routine): Fix bug with unregister-list.
15245
15246         * gnus-registry.el: Fix comments at beginning.
15247
15248 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15249
15250         * message.el (message-cater-to-broken-inn): Remove.
15251         (message-shorten-references): Make sure the total folded length of
15252         References is shorter than 998 characters to cater to a bug in INN
15253         2.3.  Also, don't pretend that references aren't folded -- this
15254         hasn't worked for a while.
15255
15256 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15257
15258         * gnus-agent.el (gnus-agentize):
15259         gnus-agent-send-mail-real-function no longer set to current value
15260         of message-send-mail-function but rather a lambda that calls
15261         message-send-mail-function.  The change makes the agent real-time
15262         responsive to user changes to message-send-mail-function.
15263
15264 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15265
15266         * legacy-gnus-agent.el
15267         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15268         help from Florian Weimer <fw@deneb.enyo.de>
15269
15270 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * nnmail.el (nnmail-cache-insert): Revert last change.
15273
15274 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * nnmail.el (nnmail-cache-insert): Always check whether
15277         nnmail-cache-ignore-groups matches a group name.
15278
15279 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15280
15281         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15282         (spam-find-spam, spam-log-processing-to-registry)
15283         (spam-log-registered-p, spam-log-unregistration-needed-p)
15284         (spam-log-undo-registration): Use gnus-message instead of
15285         gnus-error, none of these errors are fatal.
15286
15287         * gnus-registry.el (gnus-registry-clean-empty-function)
15288         (gnus-registry-clean-empty): Remove only empty entries without
15289         extra data.
15290
15291 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15292
15293         * spam-stat.el (spam-stat-buffer-change-to-spam)
15294         (spam-stat-buffer-change-to-non-spam): Change (error) to
15295         (gnus-message 8) invocation.
15296
15297 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * nntp.el (nntp-via-netcat-command): New variable.
15300         (nntp-via-netcat-switches): New variable.
15301         (nntp-open-via-rlogin-and-netcat): New function.
15302         (nntp-open-connection-function): Doc fix.
15303         (nntp-telnet-command): Doc fix.
15304         (nntp-end-of-line): Doc fix.
15305         (nntp-via-rlogin-command): Doc fix.
15306         (nntp-via-user-name): Doc fix.
15307         (nntp-via-address): Doc fix.
15308
15309 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15312         error in Emacs 21.1.
15313
15314 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15317
15318 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15319
15320         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15321         (gnus-agent-with-refreshed-group): New macro.
15322         (gnus-agent-rename-group): New function.
15323         (gnus-agent-delete-group): New function.
15324         (gnus-agent-save-group-info): Use gnus-command-method when
15325         `method' parameter is nil.  Don't write nil entries into the
15326         active file.
15327         (gnus-agent-get-group-info): New function.
15328         (gnus-agent-fetch-articles): Use
15329         gnus-agent-update-files-total-fetched-for to increment disk space
15330         used.
15331         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15332         gnus-agent-update-view-total-fetched-for to increment disk space
15333         used.
15334         (gnus-agent-get-local): Added optional parameters to avoid calling
15335         gnus-group-real-name and gnus-find-method-for-group.
15336         (gnus-agent-set-local): Delete stored entry if either min, or max,
15337         are nil.
15338         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15339         quit, use gnus-agent-regenerate-group to record existance of any
15340         articles fetched to disk before the quit occurred.
15341         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15342         gnus-agent-update-view-total-fetched-for, and
15343         gnus-agent-update-files-total-fetched-for to decrement disk space
15344         used.
15345         (gnus-agent-retrieve-headers): Use
15346         gnus-agent-update-view-total-fetched-for to increment disk space
15347         used.
15348         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15349         with gnus-agent-update-files-total-fetched-for to decrement disk
15350         space and fresh group buffer.
15351         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15352         (gnus-agent-need-update-total-fetched-for): New variable.
15353         (gnus-agent-update-files-total-fetched-for): New function.
15354         (gnus-agent-update-view-total-fetched-for): New function.
15355         (gnus-agent-total-fetched-for): New function.
15356
15357         * gnus-cache.el (gnus-cache-save-buffers): Use
15358         gnus-cache-update-overview-total-fetched-for to change disk space
15359         used by this group.
15360         (gnus-cache-possibly-enter-article): Use
15361         gnus-cache-update-file-total-fetched-for to increment disk space
15362         used by this group.
15363         (gnus-cache-possibly-remove-article): Use
15364         gnus-cache-update-file-total-fetched-for to decrement disk space
15365         used by this group.
15366         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15367         (gnus-cache-rename-group): New function.
15368         (gnus-cache-delete-group): New function.
15369         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15370         (gnus-cache-need-update-total-fetched-for): New variable.
15371         (gnus-cache-with-refreshed-group): New macro.
15372         (gnus-cache-update-file-total-fetched-for): New function.
15373         (gnus-cache-update-overview-total-fetched-for): New function.
15374         (gnus-cache-rename-group-total-fetched-for): New function.
15375         (gnus-cache-delete-group-total-fetched-for): New function.
15376         (gnus-cache-total-fetched-for): New function.
15377
15378         * gnus-group.el: Require gnus-sum and autoload functions to
15379         resolve warnings when gnus-group.el compiled alone.
15380         (gnus-group-line-format): Documented new %F.
15381         (size of Fetched data) group line format; identifies disk space
15382         used by agent and cache.
15383         (gnus-group-line-format-alist): Defined new F format.
15384         (gnus-total-fetched-for): New function.
15385         (gnus-group-delete-group): No longer update
15386         gnus-cache-active-altered as gnus-request-delete-group now keeps
15387         the cache in sync.
15388         (gnus-group-list-active): Let the agent store a server's active
15389         list if currently plugged.
15390
15391         * gnus-int.el (gnus-request-delete-group):
15392         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15393         local disk in sync with the server.
15394         (gnus-request-rename-group):
15395         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15396         local disk in sync with the server.
15397
15398         * gnus-start.el (gnus-get-unread-articles):
15399         Cosmetic simplification to logic.
15400
15401         * gnus-util.el (gnus-rename-file): New function.
15402
15403 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15404
15405         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15406
15407 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15408
15409         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15410         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15411
15412 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15413
15414         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15415         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15416
15417 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15418
15419         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15420
15421 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15422
15423         * spam.el (spam-set-difference): Add function to replace
15424         gnus-set-difference in spam.el.
15425         (spam-summary-prepare-exit): Use spam-set-difference.
15426
15427 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15428
15429         * gnus-registry.el (gnus-registry-cache-file): Update to use
15430         gnus-dribble-directory OR gnus-home-directory OR ~.
15431         (gnus-registry-split-fancy-with-parent): Fix doc.
15432
15433 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * message.el (message-exchange-point-and-mark): Use
15436         message-mark-active-p.  Suggested by Jesper Harder
15437         <harder@ifa.au.dk>.
15438
15439 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * message.el (message-exchange-point-and-mark): Don't activate
15442         region if it was inactive.  Suggested by Hiroshi Fujishima
15443         <pooh@nature.tsukuba.ac.jp>.
15444
15445 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-art.el (article-display-face): Display Faces in the same
15448         order as X-Faces.
15449
15450 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15453
15454 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15457         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15458         (gnus-article-mime-hierarchy): Remove.
15459         (gnus-article-mime-hierarchy-next): Remove.
15460         (gnus-article-mode): Revert 2004-03-19 change.
15461         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15462         (gnus-insert-mime-button): Revert 2004-03-19 change.
15463         (gnus-mime-accumulate-hierarchy): Remove.
15464         (gnus-mime-enter-multipart): Remove.
15465         (gnus-mime-leave-multipart): Remove.
15466         (gnus-mime-display-part): Revert 2004-03-19 change.
15467         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15468
15469         * mml.el (mml-preview): Revert 2004-03-19 change.
15470
15471 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15472
15473         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15474
15475 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15478         t while entering a file name using the mm-with-multibyte macro.
15479         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15480
15481         * mm-util.el (mm-with-multibyte): New macro.
15482
15483 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15486         user option.
15487         (gnus-mime-multipart-functions): Doc and customization fix.
15488         (gnus-article-mime-hierarchy): New variable.
15489         (gnus-article-mime-hierarchy-next): New variable.
15490         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15491         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15492         gnus-article-mime-hierarchy-next to nil.
15493         (gnus-insert-mime-button): Show hierarchy numbers.
15494         (gnus-mime-accumulate-hierarchy): New function.
15495         (gnus-mime-enter-multipart): New function.
15496         (gnus-mime-leave-multipart): New function.
15497         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15498         (gnus-mime-display-alternative): Show hierarchy numbers.
15499
15500         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15501         gnus-article-mime-hierarchy-next to nil.
15502
15503 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15504
15505         * dns.el: Don't require gnus-xmas.
15506
15507 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15508
15509         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15510         inline PGP.
15511         (mml-menu): Disable mml-quote-region if mark is inactive.
15512
15513 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15516         when the group's active is not available.
15517
15518 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15521         error.
15522
15523 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15524
15525         * imap.el (imap-store-password): New variable.
15526         (imap-interactive-login): Use it.
15527         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15528
15529 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15532         window-start and hscroll to summary window.
15533
15534 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15535
15536         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15537         conversion message to newsrc-dribble when an actual conversion is
15538         performed.
15539
15540 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15541
15542         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15543
15544 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * mm-decode.el (mm-complicated-handles): New function reviving
15547         former definition of mm-multiple-handles.
15548
15549         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15550         (gnus-mime-delete-part): Use it.
15551
15552 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15553
15554         * gnus-agent.el (gnus-agent-read-local): Bind
15555         nnheader-file-coding-system to gnus-agent-file-coding-system to
15556         avoid the implicit assumption that they will always be equal.
15557         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15558         coding-system-for-write, as the with-temp-file macro first prints
15559         to a buffer then saves the buffer.
15560
15561 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * gnus-art.el (gnus-article-edit-part): New function.
15564         (gnus-mime-save-part-and-strip): Use it; do query instead of
15565         signaling an error; don't use mm-multiple-handles.
15566         (gnus-mime-delete-part): Ditto.
15567
15568 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15569
15570         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15571         old file versions.
15572         (gnus-group-prepare-hook): Removed function that converted list
15573         form of gnus-agent-expire-days to group properties.
15574
15575         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15576         (gnus-request-accept-article): Re-indented.
15577
15578         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15579         converters to handle old agent file formats.  Added logic for a
15580         "backup before upgrading warning".
15581         (gnus-convert-mark-converter-prompt): Developers can mark
15582         functions as needing (default), or not needing,
15583         gnus-convert-old-newsrc's "backup before upgrading warning".
15584         (gnus-convert-converter-needs-prompt): Tests whether the user
15585         should be protected from potentially irreversable changes by the
15586         function.
15587
15588         * legacy-gnus-agent.el: New.  Provides converters that are only
15589         loaded when gnus-convert-old-newsrc needs to call them.
15590
15591 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * mail-source.el (mail-source-touch-pop): Doc fix.
15594
15595         * message.el (message-smtpmail-send-it): Doc fix.
15596
15597 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15598
15599         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15600
15601         * nnmail.el (nnmail-split-fancy): do.
15602
15603         * gnus-kill.el (gnus-kill, gnus-execute): do.
15604
15605 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15606
15607         * gnus-sum.el (gnus-widget-reversible-match)
15608         (gnus-widget-reversible-to-internal)
15609         (gnus-widget-reversible-to-external): New functions.
15610         (gnus-widget-reversible): New widget.
15611         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15612
15613 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15614
15615         * gnus-sum.el (gnus-thread-sort-functions)
15616         (gnus-article-sort-functions): Document `(not F)' items.
15617
15618 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15619
15620         * spam.el (spam-use-gmane-xref): Add new backend.
15621         (spam-gmane-xref-spam-group): Add variable to control the name of the
15622         Gmane spam group.
15623         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15624         (spam-regex-headers-spam, spam-regex-headers-ham)
15625         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15626         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15627         backends and checks.
15628         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15629
15630         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15631         an autodetect method.
15632
15633 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15634
15635         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15636         articles are being added to a group.
15637         (gnus-request-replace-article): Inform the agent that articles
15638         need to be uncached as the cached contents are no longer valid.
15639
15640 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * binhex.el: Don't autoload executable-find.
15643
15644         * canlock.el: Don't autoload mail-fetch-field.
15645
15646         * dgnushack.el: Autoload c-mode for XEmacs.
15647
15648         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15649
15650         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15651         rmail-dont-reply-to and rmail-output.
15652
15653         * gnus-score.el: Don't autoload ffap-string-at-point.
15654
15655         * gnus-setup.el: Don't autoload sc-cite-original.
15656
15657         * imap.el: Don't autoload base64-decode-string,
15658         base64-encode-string and md5.
15659
15660         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15661         and rmail-msg-restore-non-pruned-header.
15662
15663         * mm-decode.el: Don't autoload executable-find.
15664
15665         * mm-url.el: Don't autoload executable-find.
15666
15667         * mm-view.el: Don't autoload diff-mode.
15668
15669         * nndb.el: Don't autoload news-reply-mode, news-setup,
15670         cancel-timer and telnet.
15671
15672         * password.el: Don't autoload run-at-time for Emacs.
15673
15674         * sha1-el.el: Don't autoload executable-find.
15675
15676         * sieve-mode.el: Don't autoload c-mode.
15677
15678         * uudecode.el: Don't autoload executable-find.
15679
15680 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15681
15682         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15683         (gnus-agent-possibly-alter-active): Avoid null in numeric
15684         comparison.
15685         (gnus-agent-set-local): Refuse to save null in local object table.
15686         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15687         list of articles that will be marked as unread.
15688
15689 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15692
15693 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15694
15695         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15696         language tags.
15697
15698 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15699
15700         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15701         Don't bind "obarray".
15702
15703         * gnus-sum.el (gnus-thread-sort-functions): Added
15704         `gnus-thread-sort-by-most-recent-number' and
15705         `gnus-thread-sort-by-most-recent-date'.
15706         Reported by Kai Grossjohann <kai@emptydomain.de>.
15707
15708 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15711
15712 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15713
15714         * gnus-cus.el (gnus-agent-customize-category): Removed
15715         ignore-errors macro reference that required cl to be loaded at
15716         run-time.
15717
15718         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15719         single-interval range of the form (min . max).  Previously the
15720         range had to look like ((min . max)).  Likewise, return
15721         (min . max) rather than ((min . max)).
15722         (gnus-range-map): Use gnus-range-normalize to accept
15723         single-interval range.
15724
15725         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15726         the cache, but not the agent, now appear with their usual face.
15727
15728         * dgnushack.el (loaddir): New variable that is bound to the
15729         directory containing the dgnushack.el file. Use loaddir, rather
15730         than srcdir, to update load-path. Change lets dgnushack compile
15731         code in directories other than GNUS/lisp.
15732
15733 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * lpath.el: Don't bind w3m-safe-url-regexp.
15736
15737         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15738         w3m-safe-url-regexp variable buffer-local.
15739
15740         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15741
15742 2004-02-27  Simon Josefsson  <jas@extundo.com>
15743
15744         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15745         gnus-group-real-prefix.
15746         (gnus-summary-move-article): Use it, instead of
15747         gnus-group-real-prefix.
15748
15749 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * lpath.el: Bind w3m-safe-url-regexp.
15752
15753         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15754         w3m-safe-url-regexp variable buffer-local and set it as the value
15755         of mm-w3m-safe-url-regexp.
15756
15757         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15758
15759         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15760         parsing gnus-posting-styles when the message is not for replying.
15761
15762         * dgnushack.el: Autoload sgml-mode for XEmacs.
15763
15764         * nnrss.el (nnrss-opml-export): Use
15765         mm-set-buffer-file-coding-system instead of
15766         set-buffer-file-coding-system.
15767
15768 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15769
15770         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15771         of checkdoc.el).
15772         * nnrss.el: do.
15773         * gnus-mlspl.el: do.
15774         * gnus-ml.el: do.
15775         * gnus-srvr.el: do.
15776
15777         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15778
15779 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15780
15781         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15782         Corrections to custom-manual links.
15783
15784         * gnus-art.el (gnus-article): Ditto.
15785
15786         * mm-decode.el (mime-display, mime-security): Ditto.
15787
15788 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15789
15790         * flow-fill.el: Typo.
15791
15792 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15793
15794         * spam-wash.el: New file.
15795
15796 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15797
15798         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15799
15800 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15801
15802         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15803         to be run with new-articles as LIST1, not LIST2.
15804         (spam-registration-functions): Add spam-use-ham-copy as a nil
15805         registration backend.
15806
15807 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15808
15809         * spam-stat.el (spam-stat-washing-hook): New option.
15810         (spam-stat-buffer-words): Use it.
15811         (spam-stat-process-directory, spam-stat-test-directory): Use
15812         insert-file-contents-literally.
15813         (spam-stat-coding-system): New variable.
15814         (spam-stat-load, spam-stat-save): Use it.
15815
15816 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * spam-report.el (spam-report-plug-agent): Quote
15819         spam-report-url-to-file and spam-report-url-ping-plain.
15820
15821 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15824         / in mailto URLs.
15825
15826 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * spam-report.el (spam-report-process-queue): Fix interactive use.
15829         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15830         (spam-report-unplug-agent): Doc fixes.
15831         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15832         (spam-report-agentize, spam-report-deagentize): Autoload.
15833
15834 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15837
15838         * message.el (message-setup-fill-variables): Add mml tags to
15839         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15840         <ajk@iu.edu>.
15841         (message-mode): Don't modify paragraph-separate there.
15842
15843 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * compface.el (uncompface-use-external): Default to undecided.
15846         (uncompface-use-external-threshold): New variable.
15847         (uncompface-float-time): New macro.
15848         (uncompface): Determine whether to use the external decoder if
15849         uncompface-use-external is undecided.
15850
15851 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15852
15853         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15854         after images.
15855
15856         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15857
15858 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15859
15860         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15861
15862         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15863
15864         * gnus-sum.el (gnus-summary-limit-to-age)
15865         (gnus-summary-limit-children): do.
15866
15867         * gnus-int.el (gnus-request-scan): do.
15868
15869         * gnus-group.el (gnus-group-suspend): do.
15870
15871         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15872
15873         * gnus-cite.el (gnus-cite-parse-attributions): do.
15874
15875         * gnus-agent.el (gnus-summary-set-agent-mark)
15876         (gnus-agent-regenerate-group): do.
15877
15878         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15879
15880         * binhex.el (binhex-decode-region-internal): do.
15881
15882 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * gnus-fun.el (gnus-face-properties-alist): New user option.
15885         (gnus-display-x-face-in-from): Use it.
15886
15887         * gnus-art.el (article-display-face): Ditto.
15888
15889         * compface.el (uncompface-use-external): Default to nil.
15890
15891 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15892
15893         * nntp.el (nntp-erase-buffer): New function.
15894         (nntp-retrieve-data, nntp-send-command)
15895         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15896         (nntp-possibly-change-group): Use it.
15897
15898         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15899         with-current-buffer.
15900
15901 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15902
15903         * compface.el: Merge the ELisp-based uncompface program.
15904         (compface): New customization group.
15905         (uncompface-use-external): New user option.
15906         (uncompface): Call uncompface-internal if uncompface-use-external
15907         is nil.
15908         (uncompface-internal): New function.  Note that there are also
15909         some other functions and variables added for this function.
15910
15911 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15912
15913         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15914         if necessary.
15915
15916 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15917
15918         * spam-report.el (spam-report-unplug-agent)
15919         (spam-report-plug-agent, spam-report-deagentize)
15920         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15921         Add support for the Agent in spam-report: when unplugged, report to a
15922         file; when plugged, submit all the requests.
15923
15924         * spam.el (spam-register-routine): Fix message about
15925         registration.
15926
15927 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15928
15929         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15930         dependencies.
15931         (rfc2047-encode): Use it.
15932
15933         * gnus-art.el (gnus-button-marker-list): Move before first
15934         reference.
15935
15936         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15937         (imap-parse-body): Fix format string mismatch.
15938
15939         * gnus-score.el (gnus-summary-increase-score): do.
15940
15941         * nnrss.el (nnrss-close): New function.
15942
15943 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15944
15945         * nnrss.el (nnrss-make-filename): New function.
15946         (nnrss-request-delete-group, nnrss-read-server-data)
15947         (nnrss-save-server-data, nnrss-read-group-data)
15948         (nnrss-save-group-data): Use it.
15949         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15950         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15951         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15952
15953 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15954
15955         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15956
15957 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15958
15959         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15960         files.
15961
15962         * message.el (message-generate-headers-first): Don't quote nil
15963         and t in docstrings.
15964
15965         * imap.el (imap-id): do.
15966
15967         * gnus-agent.el (gnus-agent-consider-all-articles)
15968         (gnus-agent-queue-mail): do.
15969
15970 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15971
15972         * spam-report.el (spam-report-process-queue): New function.
15973         Process requests from `spam-report-requests-file'.
15974         (spam-report-process-queue): Doc fix.
15975
15976 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15977
15978         * spam.el (spam-register-routine)
15979         (spam-log-processing-to-registry, spam-log-registered-p)
15980         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15981         Change "check" to "spam-check" for semi-clarity.
15982
15983 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15984
15985         * pop3.el: Require nnheader.
15986
15987         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15988
15989         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15990
15991         * gnus-picon.el: Require cl.
15992
15993         * gnus-fun.el: Require gnus-ems and gnus-util.
15994
15995         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15996
15997         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15998
15999         * gnus-art.el (gnus-article-edit-mode): Define before first
16000         reference.
16001
16002 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16005         (gnus-uu-post-encoded): Use point-at-bol.
16006
16007         * gnus-topic.el (gnus-group-active-topic-p): do.
16008
16009         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16010
16011         * gnus-group.el (gnus-group-kill-region): do.
16012
16013         * gnus-art.el (article-date-ut): do.
16014
16015         * message.el (message-fetch-field): Remove redundant
16016         case-fold-search binding.
16017         (message-narrow-to-field): Simplify.
16018
16019 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16020
16021         * spam.el (spam-directory): Derive from `gnus-directory'.
16022
16023         * spam-report.el (spam-report-url-to-file)
16024         (spam-report-requests-file): New function and variable for offline
16025         reporting.
16026         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16027         and user defined function.
16028         (spam-report-url-ping-mm-url): Remove doubled slash.
16029
16030 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16031
16032         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16033
16034 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16035
16036         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16037         format string mismatch.
16038
16039         * sieve.el (sieve-deactivate-all): do.
16040
16041         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16042
16043         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16044
16045         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16046
16047         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16048
16049 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16050
16051         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16052         the list of checks.
16053
16054 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16055
16056         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16057         padding.
16058
16059 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16060
16061         * mm-view.el (mm-fill-flowed): New variable.
16062         (mm-inline-text): Use it.
16063
16064 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16065
16066         * spam.el (spam-spamassassin-register-ham-routine)
16067         (spam-spamassassin-register-spam-routine): Fix function names.
16068
16069 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * gnus.el (gnus-tmp-grouplens): Remove.
16072         (gnus-summary-line-format): Remove grouplens.
16073
16074         * gnus-group.el (gnus-group-line-format): Ditto.
16075
16076         * gnus-spec.el (gnus-format-specs): Ditto.
16077         (gnus-update-format-specifications): Flush the group format spec
16078         cache if there's the grouplens stuff.
16079         (gnus-parse-simple-format): Replace %l with the empty string.
16080
16081 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16082
16083         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16084         omission.
16085
16086 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16089         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16090
16091 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16092
16093         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16094         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16095         New macros and functions.
16096         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16097         Handle > NLINK_MAX messages.
16098         * nnmaildir.el (nnmaildir-request-set-mark): Use
16099         nnmaildir--emlink-p and nnmaildir--eexist-p.
16100
16101 2004-01-25  Alex Schroeder  <alex@gnu.org>
16102
16103         * spam-stat.el (spam-stat-process-directory-age): New option.
16104         (spam-stat-process-directory): Use it.
16105
16106 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16107
16108         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16109         (spam-stat-save): Accept prefix argument.
16110
16111 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16112
16113         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16114         links" error.
16115
16116 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16119         the rest of the and/or forms.
16120
16121 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16122
16123         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16124         compatibility with old .newsrc.eld files.
16125
16126         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16127
16128         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16129
16130         * gnus-start.el (gnus-1): do.
16131
16132         * gnus-group.el (gnus-group-line-format-alist): do.
16133
16134         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16135
16136         * gnus-gl.el: Remove.
16137
16138 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16139
16140         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16141         marks consisting of a single range {for example, (3 . 5)} rather
16142         than a list of a single range { ((3 . 5)) }.
16143
16144 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16145
16146         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16147         with-current-buffer.
16148         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16149         avoid consing a string.
16150
16151         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16152         Remove obsolete entries for big5 and gb2312.
16153
16154 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16155
16156         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16157         uncompressed list.
16158
16159 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16160
16161         * spam-stat.el (spam-stat-strip-xref): New function.
16162         (spam-stat-process-directory): Use it.
16163
16164         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16165         here -- it's done in message-fetch-field.
16166
16167 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16168
16169         * gnus-agent.el (gnus-agent-queue-mail)
16170         (gnus-agent-prompt-send-queue): New variables.
16171         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16172         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16173         "nndraft:queue" along to gnus-draft-send.  Use
16174         gnus-agent-prompt-send-queue.
16175         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16176         is "nndraft:queue".  Suggested by Gaute Strokkenes
16177         <gs234@srcf.ucam.org>
16178
16179         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16180         (agent-enable-undownloaded-faces): Added.
16181         (gnus-agent-cat-groups): Use eval-and-compile, not
16182         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16183         method of gnus-agent-cat-groups even when the buffer has been
16184         evaled.
16185         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16186         delete gnus-agent-save-active-1.
16187         (gnus-agent-save-groups): Deleted.  Identical to
16188         gnus-agent-save-active.
16189         (gnus-agent-write-active): No longer adjust agent's copy of active
16190         file as agent's adjustments are now stored in their own
16191         file.  Removed optional parameter.
16192         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16193         servers.  Add use of min/max range limits from server's local
16194         file.
16195         (gnus-agent-save-alist): Removed unused optional argument.
16196         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16197         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16198         (gnus-agent-set-local): A per-server file that keeps min/max range
16199         limits for articles known to the agent.  Provides a fast mechanism
16200         for altering many active ranges.
16201         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16202         active file (local makes it unnecessary).
16203         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16204
16205         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16206         (agent-enable-undownloaded-faces): Added.
16207
16208         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16209         disable it when sending to "nndraft:queue".
16210         (gnus-group-send-queue): Add safety check to avoid sending queue
16211         when unplugged.
16212
16213         * gnus-group.el (gnus-group-catchup): Use new
16214         gnus-sequence-of-unread-articles, not
16215         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16216         numbers of articles.  Use gnus-range-map to avoid having to
16217         uncompress the unread list.
16218         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16219         Fixed invalid ange-ftp reference.
16220
16221         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16222         (gnus-sorted-range-intersection): Intersection of two ranges
16223         without requiring that they first be uncompressed.
16224
16225         * gnus-start.el (gnus-activate-group): Unless blocked by the
16226         caller, possibly expand the active range to include both cached
16227         and agentized articles.
16228         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16229         multiple version-dependent converters.
16230         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16231         gnus-agent-save-active.
16232         (gnus-save-newsrc-file): Save dirty agent range limits.
16233
16234         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16235         gnus-agent-possibly-alter-active.
16236         (gnus-adjust-marked-articles): Faster handling of simple lists.
16237
16238 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16239
16240         * spam-stat.el (spam-stat-test-directory): New optional argument
16241         displays a list of files detected.  Suggested by Andrew Cohen
16242         <cohen@andy.bu.edu>.
16243         (spam-stat-buffer-words-with-scores): Don't narrow and change
16244         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16245
16246 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16247
16248         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16249         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16250         (spam-spamassassin-arguments)
16251         (spam-spamassassin-spam-flag-header)
16252         (spam-spamassassin-positive-spam-flag-header)
16253         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16254         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16255         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16256         (spam-list-of-processors, spam-list-of-checks)
16257         (spam-list-of-statistical-checks, spam-registration-functions)
16258         (spam-check-spamassassin-headers, spam-check-spamassassin)
16259         (spam-spamassassin-score)
16260         (spam-spamassassin-register-with-sa-learn)
16261         (spam-spamassassin-register-spam-routine)
16262         (spam-spamassassin-register-ham-routine)
16263         (spam-assassin-register-spam-routine)
16264         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16265         (spam-bogofilter-score): Fix to show article before scoring.
16266
16267 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16268
16269         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16270         default scoring function.
16271         (spam-generic-score): Call spam-spamassassin-score if
16272         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16273         spam-bogofilter-score otherwise.
16274
16275         * gnus.el (spam-process, spam-autodetect-methods): Add
16276         spamassassin and spamassassin-headers.
16277
16278 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16279
16280         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16281         Suppress unnecessary messages.
16282
16283 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16284
16285         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16286         make-hash-table.
16287
16288 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * canlock.el (base64-encode-string): Don't autoload it.
16291
16292 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * run-at-time.el: Remove useless (require 'itimer),
16295         eval-and-compile and (featurep 'xemacs).
16296
16297 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16298
16299         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16300         GROUP is a virtual group.
16301
16302 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16303
16304         * gnus.el: Autoload `message-y-or-n-p'.
16305
16306 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16307
16308         * pgg-parse.el: Remove unnecessary (require 'custom).
16309
16310         * pgg-def.el: do.
16311
16312         * nnmail.el: do.
16313
16314         * gnus-undo.el: do.
16315
16316         * gnus-picon.el: do.
16317
16318         * gnus-util.el: do.
16319
16320 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16321
16322         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16323
16324 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16327         handle, as well as a list.
16328
16329         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16330         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16331         (mm-w3m-cid-retrieve): Simplify.
16332
16333 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16334
16335         * message.el (message-kill-to-signature): Allow prefix arg to
16336         specify number of lines to keep before signature.
16337
16338 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16339
16340         * message.el (message-kill-to-signature): Change docstring.
16341
16342 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * canlock.el: Always require sha1-el.
16345         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16346
16347         * message.el: Autoload sha1 only when compiling.
16348
16349         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16350         eudc-expand-inline for XEmacs.
16351
16352 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * message.el (message-canlock-generate): Require sha1-el.
16355
16356 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16357
16358         * message.el (message-expand-name): Silence the byte compiler.
16359
16360         * lpath.el: Add detect-coding-system.
16361
16362         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16363         cus-edit.
16364
16365 2004-01-13  Simon Josefsson  <jas@extundo.com>
16366
16367         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16368         Invoke gnus-score-mode.  Reported by
16369         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16370
16371         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16372         Jim Blandy <jimb@redhat.com> (tiny change).
16373
16374 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16375
16376         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16377
16378 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16379
16380         * spam.el (spam-get-article-as-string): Update to use
16381         gnus-request-article-this-buffer, much simpler.
16382         (spam-get-article-as-buffer): Remove.
16383
16384 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16385
16386         * message.el (message-expand-name): Use EUDC if the user uses that.
16387
16388 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16389
16390         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16391         character for the encoding to avoid consing a string.
16392
16393         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16394         unnecessarily.
16395
16396         * mm-util.el (mm-replace-chars-in-string): Remove.
16397
16398         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16399         of mm-replace-chars-in-string.
16400
16401 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16402
16403         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16404
16405         * mm-util.el (mm-subst-char-in-string): Support inplace.
16406
16407         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16408         a new string in every iteration.  Use shy groups.
16409
16410 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16411
16412         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16413         * gnus-soup.el (gnus-soup-group-brew):
16414         * gnus-msg.el (gnus-put-message):
16415         * gnus-move.el (gnus-group-move-group-to-server):
16416         * gnus-kill.el (gnus-batch-score):
16417         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16418         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16419         (gnus-group-update-group, gnus-group-read-group)
16420         (gnus-group-make-group, gnus-group-make-help-group)
16421         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16422         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16423         (gnus-group-sort-by-unread, gnus-group-catchup)
16424         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16425         (gnus-group-yank-group, gnus-group-set-info)
16426         (gnus-group-list-groups):
16427         * gnus.el (gnus-generate-new-group-name):
16428         * gnus-delay.el (gnus-delay-send-queue):
16429         * nnvirtual.el (nnvirtual-catchup-group):
16430         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16431         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16432         (gnus-group-prepare-topics, gnus-topic-check-topology):
16433         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16434         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16435         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16436         (gnus-group-make-articles-read):
16437         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16438         (gnus-group-change-level, gnus-kill-newsgroup)
16439         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16440         (gnus-get-unread-articles, gnus-make-articles-unread)
16441         (gnus-make-ascending-articles-unread): Use accessor
16442         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16443         to get group information for improved readability.
16444
16445
16446 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16447
16448         * gnus-art.el (article-decode-mime-words, article-babel)
16449         (gnus-article-highlight-signature, gnus-article-add-buttons)
16450         (gnus-signature-toggle): Use gnus-with-article-buffer.
16451
16452         * gnus-art.el (gnus-article-highlight-headers)
16453         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16454
16455         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16456         (gnus-article-set-globals, gnus-request-article-this-buffer)
16457         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16458         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16459         (gnus-mime-display-alternative): Use with-current-buffer.
16460
16461 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16462
16463         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16464         also under 80 char limit, and call gnus-error if needed.
16465         (spam-fetch-article-header): Fix - it was a
16466         buffer-local variable (gnus-newsgroup-data).
16467         (spam-find-spam): Use spam-generate-fake-headers, forget about
16468         spam-insert-fake-headers.
16469         (spam-insert-fake-headers): Remove.
16470
16471 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16472
16473         * deuglify.el (gnus-article-outlook-unwrap-lines)
16474         (gnus-outlook-rearrange-article)
16475         (gnus-outlook-repair-attribution-outlook)
16476         (gnus-outlook-repair-attribution-block)
16477         (gnus-outlook-repair-attribution-other): Remove redundant
16478         save-excursion.
16479
16480 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16481
16482         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16483         (spam-fetch-field-subject-fast)
16484         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16485         (spam-fetch-article-header): Add functions to deal with Gnus
16486         internals for fast retrieval of article header data.
16487         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16488
16489 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16490
16491         * pop3.el (pop3-md5): Remove.
16492         (pop3-apop): Replace pop3-md5 with md5.
16493
16494         * mm-bodies.el: base64 is always built-in.
16495
16496         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16497         with-current-buffer.
16498
16499 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * canlock.el (canlock-insert-header): Remove excessive grouping in
16502         regexp.
16503
16504         * gnus-sum.el (gnus-summary-read-document): Ditto.
16505
16506         * gnus-uu.el (gnus-uu-part-number): Ditto.
16507
16508         * html2text.el (html2text-remove-tags): Ditto.
16509         (html2text-format-tags): Ditto.
16510         (html2text-format-single-elements): Ditto.
16511
16512         * mml.el (mml-parse-1): Ditto.
16513
16514 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16515
16516         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16517
16518         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16519
16520         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16521
16522         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16523
16524 2003-11-15  Simon Josefsson  <jas@extundo.com>
16525
16526         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16527         (pgg-gpg-lookup-key): Use regexp match instead of
16528         split-string (split-string is different between emacs 21.2 and
16529         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16530
16531 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16532
16533         * gnus-art.el (gnus-mime-view-all-parts)
16534         (gnus-article-part-wrapper, gnus-article-view-part): Use
16535         with-current-buffer.
16536
16537 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16538
16539         * spam.el (spam-disable-spam-split-during-ham-respool)
16540         (spam-spamoracle-database, spam-cache-lookups)
16541         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16542         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16543         (spam-group-ham-marks, spam-group-spam-marks)
16544         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16545         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16546         also add spam-use-blackholes to the statistical checks.
16547         (spam-fetch-field-fast): Add interface to fetching fields, may
16548         become a macro.
16549         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16550         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16551         (spam-insert-fake-headers): Fake an article when needed.
16552         (spam-find-spam): Fake article when possible.
16553         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16554         (spam-check-bogofilter-headers): Use message-fetch-field instead
16555         of nnmail-fetch-field.
16556
16557 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16558
16559         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16560
16561 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16562
16563         * spam.el (spam-split): Do not require spam-use-CHECK to be
16564         enabled if that check is passed to spam-split explicitly; also
16565         fix so 'spam doesn't get converted to spam-split-group when
16566         spam-split-symbolic-return is t.
16567         (spam-find-spam): Find registrations of the article and use those
16568         instead of re-running spam-split to find the spam/ham
16569         classification of the article.
16570         (spam-log-processing-to-registry, spam-log-registered-p)
16571         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16572         Use gnus-error instead of gnus-message.
16573         (spam-log-registration-type): Add function to determine the
16574         classification of a message based on registry entries; will
16575         return nil if both 'spam and 'ham are found.
16576         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16577         a reasonably fast local cache without the loading errors.
16578         (spam-cache-lookups): Set to t by default.
16579         (spam-find-spam): Don't try to guess spam-cache-lookups.
16580         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16581         spam-caches entry.
16582         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16583         caching of whitelist/blacklist entries.
16584         (spam-check-whitelist, spam-check-blacklist): Invoke
16585         spam-from-listed-p with a type, not a cache variable.
16586         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16587
16588 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16589
16590         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16591
16592         * nnmail.el (nnmail-split-fancy): do.
16593
16594         * mml.el (mml-parse): do.
16595
16596         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16597         (gnus-score-adaptive): do.
16598
16599 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16602         (gnus-mime-button-map): Don't set keymap parent.
16603         (gnus-button-ctan-directory-regexp): Use shy grouping.
16604         (gnus-prev-page-map): Don't set keymap parent.
16605         (gnus-prev-page-map): Remove duplicated one.
16606         (gnus-next-page-map): Don't set keymap parent.
16607         (gnus-mime-security-button-map): Ditto.
16608
16609         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16610         version number.
16611
16612         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16613
16614 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * canlock.el (canlock-sha1-function): Remove.
16617         (canlock-sha1-function-for-verify): Remove.
16618         (canlock-openssl-program): Remove.
16619         (canlock-openssl-args): Remove.
16620         (canlock-ignore-errors): Remove.
16621         (canlock-sha1-with-openssl): Remove.
16622         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16623         (canlock-verify): Don't use canlock-ignore-errors.
16624
16625         * sha1-el.el (sha1-string-external): Make it can return a string
16626         in binary form.
16627         (sha1-region-external): Ditto.
16628         (sha1-string-internal): Ditto.
16629         (sha1-region-internal): Ditto.
16630         (sha1-region): Ditto.
16631         (sha1-string): Ditto.
16632         (sha1): Ditto.
16633
16634 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16635
16636         * spam.el (spam-report-articles-gmane): New command.
16637
16638 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16639
16640         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16641
16642         * run-at-time.el (run-at-time-saved): Remove.
16643         (run-at-time): Doc fix.
16644
16645 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16646
16647         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16648         (gnus-summary-limit-map): Add it.
16649         (gnus-summary-make-menu-bar): do.
16650
16651 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16652
16653         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16654         Make attempt at some caching support (done for BBDB only now).
16655         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16656         addresses to be checked.
16657         (spam-clear-cache-BBDB): Add function, to be invoked by
16658         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16659         (spam-check-BBDB): Check and use the caches, if
16660         spam-cache-lookups is on, remove superfluous (provide).
16661
16662 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16663
16664         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16665
16666 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16667
16668         * run-at-time.el (run-at-time-saved): Move to after the definition
16669         of `run-at-time'.
16670
16671         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16672
16673 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16676         mm-w3m-local-map-property.
16677
16678         * mm-view.el (mm-w3m-mode-map): Remove.
16679         (mm-w3m-local-map-property): Remove.
16680         (mm-inline-text-html-render-with-w3m): Don't use
16681         mm-w3m-local-map-property.
16682
16683 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16684
16685         * run-at-time.el: New file.
16686
16687         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16688         under Emacs.
16689
16690         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16691         of gnus-set-text-properties.
16692
16693         * gnus-uu.el (gnus-uu-save-article): Ditto.
16694
16695         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16696
16697         * gnus-cite.el (gnus-cite-parse): Ditto.
16698
16699         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16700         of gnus-.
16701
16702         * gnus-xmas.el (run-at-time): Require run-at-time.
16703
16704         * gnus.el: Changed calls to nnheader-run-at-time and
16705         password-run-at-time throughout to use run-at-time directly.
16706
16707         * password.el: Removed definition of run-at-time.
16708
16709         * nnheaderxm.el: Remove definition of run-at-time.
16710
16711 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16712
16713         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16714         in prompt.
16715
16716 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16717
16718         * messagexmas.el (message-xmas-redefine): Alias
16719         `message-make-caesar-translation-table' to
16720         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16721         version.
16722
16723         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16724         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16725         `gnus-xmas-set-text-properties'.
16726         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16727         `gnus-xmas-completing-read'.
16728         (gnus-xmas-completing-read): Removed.
16729         (gnus-xmas-open-network-stream): Removed.
16730
16731         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16732         XEmacs version.
16733
16734         * dns.el (dns-make-network-process): Use `open-network-stream'
16735         instead of `gnus-xmas-open-network-stream'.
16736
16737         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16738
16739         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16740
16741 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16742
16743         * gnus-art.el (gnus-mime-display-alternative)
16744         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16745         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16746         Don't use gnus-local-map-property.
16747
16748         * gnus-util.el (gnus-local-map-property): Remove.
16749
16750         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16751         gnus-completing-read-maybe-default with completing-read.
16752
16753         * gnus-util.el (gnus-completing-read): do.
16754         (gnus-completing-read-maybe-default): Remove.
16755
16756 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16757
16758         * password.el: Only autoload `run-at-time' if not XEmacs.
16759         Only autoload the itimer functions if XEmacs.
16760
16761 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16764         XEmacsen.
16765
16766         * dgnushack.el: Autoload executable-find for XEmacs.
16767
16768 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16769
16770         * gnus-art.el (gnus-read-string): Remove.
16771         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16772         read-string.
16773
16774 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16775
16776         * netrc.el: Autoload password-read.
16777         (netrc): Add configuration group.
16778         (netrc-encoding-method, netrc-openssl-path): Add
16779         variables for encoding and decoding of files with symmetric
16780         ciphers.
16781         (netrc-encode): Add assistant function to encode a file with
16782         netrc-encoding-method.
16783         (netrc-parse): Add interactive parameter, added optional
16784         decoding if netrc-encoding-method is non-nil but otherwise
16785         behavior is standard.
16786         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16787         Do s/encode/encrypt/ everywhere.
16788
16789         * spam.el: Remove executable-find autoload.
16790
16791 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16792
16793         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16794
16795         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16796
16797 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16798
16799         * gnus-art.el (gnus-treat-ansi-sequences)
16800         (article-treat-ansi-sequences): New variable and function.
16801         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16802
16803         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16804         Use it.
16805
16806 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16807
16808         * mm-util.el (mm-quote-arg): Remove.
16809
16810         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16811         shell-quote-argument.
16812
16813         * gnus-uu.el (gnus-uu-command): do.
16814
16815         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16816
16817         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16818         with make-char.
16819
16820         * mm-util.el (mm-make-char): Remove.
16821
16822         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16823         add-minor-mode.
16824
16825         * gnus-undo.el (gnus-undo-mode): do.
16826
16827         * gnus-topic.el (gnus-topic-mode): do.
16828
16829         * gnus-sum.el (gnus-dead-summary-mode): do.
16830
16831         * gnus-start.el (gnus-slave-mode): do.
16832
16833         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16834
16835         * gnus-ml.el (gnus-mailing-list-mode): do.
16836
16837         * gnus-gl.el (gnus-grouplens-mode): do.
16838
16839         * gnus-draft.el (gnus-draft-mode): do.
16840
16841         * gnus-dired.el (gnus-dired-mode): do.
16842
16843         * gnus-ems.el (gnus-add-minor-mode): Remove.
16844
16845         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16846         Replace gnus-char-width with char-width.
16847
16848         * gnus-ems.el (gnus-char-width): Remove.
16849
16850         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16851         Replace gnus-char-width with char-width.
16852
16853         * gnus-ems.el (gnus-char-width): Remove.
16854
16855         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16856         definition.
16857         Remove Emacs 20 hash table compatibility code.
16858
16859         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16860         20 compatibility code.
16861
16862         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16863
16864         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16865
16866         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16867         with point-at-{eol,bol}.
16868
16869         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16870
16871         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16872
16873         * flow-fill.el (fill-flowed-point-at-bol)
16874         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16875
16876         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16877         Replace with point-at-{eol,bol} throughout all files.
16878
16879 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * ntlm.el (ntlm-string-as-unibyte): New macro.
16882         (ntlm-build-auth-response): Use it.
16883
16884         Remove Emacs 20 stuff:
16885         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16886         (butlast, mapc, remove): Remove the compiler macros.
16887         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16888         of delq and copy-sequence.
16889         * gnus-art.el (popup-menu): Remove the compiler macro.
16890         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16891         Emacs 20.
16892
16893 2004-01-05  Simon Josefsson  <jas@extundo.com>
16894
16895         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16896         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16897         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16898         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16899         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16900         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16901         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16902         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16903         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16904         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16905         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16906         string-xor into ntlm-string-xor.  Suggested by
16907         Jesper Harder <harder@myrealbox.com>.
16908
16909         * ntlm.el: Don't include poem.
16910
16911         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16912         Jesper Harder <harder@myrealbox.com>.
16913
16914         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16915
16916         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16917         probably breaks emacs with DL patch, but do we care? Is anyone
16918         still using the DL stuff?)
16919
16920         * sieve-manage.el: Use the password package.
16921         (sieve-manage-read-passwd): Remove.
16922         (sieve-manage-interactive-login): Use password.  Re-add
16923         condition-case around loop.
16924
16925         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16926         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16927         the password package.
16928
16929 2003-02-19  Simon Josefsson  <jas@extundo.com>
16930
16931         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16932         token.
16933
16934 2002-08-07  Simon Josefsson  <jas@extundo.com>
16935
16936         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16937         (sieve-manage-authenticators):
16938         (sieve-manage-authenticator-alist): Add some SASL mechs.
16939         (sieve-sasl-auth): New function.
16940         (sieve-manage-cram-md5-auth):
16941         (sieve-manage-plain-auth): Rewrite using SASL library.
16942         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16943         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16944         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16945         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16946
16947 2004-01-05  Simon Josefsson  <jas@extundo.com>
16948
16949         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16950         New files.
16951
16952 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16953
16954         * gnus-group.el (gnus-no-groups-message): Update.
16955
16956         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16957
16958 2003-11-09  Simon Josefsson  <jas@extundo.com>
16959
16960         * imap.el: Support for ID IMAP extension (RFC 2971).
16961         (imap-local-variables): Add imap-id.
16962         (imap-id): New variable.
16963         (imap-id): New function.
16964         (imap-parse-response): Parse untagged ID response.
16965         * nnimap.el (nnimap-id): New variable.
16966         (nnimap-open-connection): Use it.
16967
16968 2003-12-28  Simon Josefsson  <jas@extundo.com>
16969
16970         * gnus-score.el (gnus-score-edit-all-score): New.
16971         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16972
16973 2004-01-04  Simon Josefsson  <jas@extundo.com>
16974
16975         * password.el: Add.
16976
16977 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16978
16979         * dns.el (dns-query-types): Fix typo.
16980         (dns-query-types): New function.
16981         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16982         PTR and SOA replies, see RFC 1035.
16983
16984 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16985
16986         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16987
16988         * Moved to Changelog.2.
16989
16990 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16991
16992         * gnus.el (gnus-version-number): Bump version.
16993
16994 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16995
16996         * gnus.el: No Gnus v0.1 is released.
16997
16998 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16999
17000         * gnus.el: No Gnus v0.0 is released.
17001
17002 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17003
17004         * gnus.el (gnus-version-number): Bump.
17005         (gnus-version): No.
17006
17007 See ChangeLog.2 for earlier changes.
17008
17009     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17010       Free Software Foundation, Inc.
17011
17012   This file is part of GNU Emacs.
17013
17014   GNU Emacs is free software: you can redistribute it and/or modify
17015   it under the terms of the GNU General Public License as published by
17016   the Free Software Foundation, either version 3 of the License, or
17017   (at your option) any later version.
17018
17019   GNU Emacs is distributed in the hope that it will be useful,
17020   but WITHOUT ANY WARRANTY; without even the implied warranty of
17021   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17022   GNU General Public License for more details.
17023
17024   You should have received a copy of the GNU General Public License
17025   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17026
17027 ;; Local Variables:
17028 ;; coding: utf-8
17029 ;; fill-column: 79
17030 ;; add-log-time-zone-rule: t
17031 ;; End: